File tree 3 files changed +48
-0
lines changed
resources/views/components
3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ <svg
2
+ {{ $attributes } }
3
+ xmlns =" http://www.w3.org/2000/svg"
4
+ viewBox =" 0 0 16 16"
5
+ >
6
+ <path
7
+ fill =" currentColor"
8
+ d =" M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"
9
+ />
10
+ </svg >
Original file line number Diff line number Diff line change
1
+ <svg
2
+ {{ $attributes } }
3
+ xmlns =" http://www.w3.org/2000/svg"
4
+ viewBox =" 0 0 16 16"
5
+ >
6
+ <path
7
+ fill =" currentColor"
8
+ d =" M6.6 0h-.9l-.6 2.3L4.5 0h-1c.2.6.4 1.1.6 1.7c.3.8.5 1.5.5 1.9V6h.9V3.6zM9 4.5V3c0-.5-.1-.8-.3-1.1s-.5-.4-.9-.4s-.7.2-.9.5c-.2.2-.3.5-.3 1v1.6c0 .5.1.8.3 1c.2.3.5.4.9.4s.7-.2.9-.5c.2-.1.3-.5.3-1m-.8.2c0 .4-.1.6-.4.6s-.4-.2-.4-.6V2.8c0-.4.1-.6.4-.6s.4.2.4.6zM12 6V1.5h-.8v3.4c-.2.3-.3.4-.5.4c-.1 0-.2-.1-.2-.2V1.5h-.8V5c0 .3 0 .5.1.7c0 .2.2.3.5.3s.6-.2.9-.5V6zm.4 4.5c-.3 0-.4.2-.4.6v.4h.8v-.4c0-.4-.1-.6-.4-.6m-2.9 0c-.1 0-.3.1-.4.2v2.7c.1.1.3.2.4.2q.3 0 .3-.6v-1.9q0-.6-.3-.6"
9
+ />
10
+ <path
11
+ fill =" currentColor"
12
+ d =" M14.4 8.3C14.2 7.6 13.6 7 13 7c-1.6-.2-3.3-.2-5-.2s-3.3 0-5 .2c-.6 0-1.2.6-1.4 1.3c-.2 1-.2 2.1-.2 3.1s0 2.1.2 3.1c.2.7.7 1.2 1.4 1.3c1.7.2 3.3.2 5 .2s3.3 0 5-.2c.7-.1 1.3-.6 1.4-1.3c.2-1 .2-2.1.2-3.1s0-2.1-.2-3.1m-9.2.9h-1v5.1h-.9V9.2h-.9v-.9h2.8zm2.4 5.1h-.8v-.5c-.3.4-.6.5-.9.5s-.4-.1-.5-.3c0-.1-.1-.3-.1-.7V9.8h.8v3.5c0 .1.1.2.2.2c.2 0 .3-.1.5-.4V9.8h.8zm3-1.4c0 .4 0 .7-.1.9c-.1.3-.3.5-.6.5s-.6-.2-.8-.5v.4h-.8V8.3h.8v1.9c.3-.3.5-.5.8-.5s.5.2.6.5c.1.2.1.5.1.9zm3-.7H12v.8c0 .4.1.6.4.6c.2 0 .3-.1.4-.3v-.5h.8v.6c0 .2-.1.3-.2.5c-.2.3-.5.5-1 .5c-.4 0-.7-.2-1-.5c-.2-.2-.3-.6-.3-1v-1.5c0-.5.1-.8.2-1c.2-.3.5-.5 1-.5c.4 0 .7.2.9.5c.2.2.2.6.2 1v.8z"
13
+ />
14
+ </svg >
Original file line number Diff line number Diff line change
1
+ <div >
2
+ <a
3
+ href =" https://x.com/nativephp"
4
+ title =" Twitter"
5
+ class =" group inline-grid size-10 place-items-center rounded-xl bg-gray-100 transition duration-200 hover:bg-gray-200/70 dark:bg-mirage dark:hover:bg-haiti"
6
+ >
7
+ <x-icons .twitter
8
+ class =" size-[1.1rem] text-black transition duration-200 group-hover:text-violet-400 dark:text-white"
9
+ />
10
+ </a >
11
+ </div >
12
+
13
+ <div >
14
+ <a
15
+ href =" https://youtube.com/@NativePHPOfficial "
16
+ title =" Youtube"
17
+ class =" group inline-grid size-10 place-items-center rounded-xl bg-gray-100 transition duration-200 hover:bg-gray-200/70 dark:bg-mirage dark:hover:bg-haiti"
18
+ >
19
+ <x-icons .youtube
20
+ class =" size-[1.4rem] text-black transition duration-200 group-hover:text-violet-400 dark:text-white"
21
+ />
22
+ </a >
23
+ </div >
24
+
1
25
<div >
2
26
<a
3
27
href =" https://bsky.app/profile/nativephp.bsky.social"
You can’t perform that action at this time.
0 commit comments