-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72737e6
commit 00e1ec0
Showing
3 changed files
with
216 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
|
||
const Icons = ()=>{ | ||
return( | ||
<> | ||
</> | ||
) | ||
} | ||
|
||
const Logo = ()=>{ | ||
return( | ||
<> | ||
|
||
<div className="px-1 "> | ||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" | ||
width="24pt" height="24pt" viewBox="0 0 831.000000 595.000000" | ||
preserveAspectRatio="xMidYMid meet"> | ||
|
||
<g transform="translate(0.000000,595.000000) scale(0.100000,-0.100000)" | ||
fill="text-primary" stroke="none"> | ||
<path d="M1804 5585 c-78 -17 -134 -46 -191 -98 -52 -48 -76 -91 -92 -165 -8 | ||
-38 -11 -466 -11 -1495 0 -1579 -3 -1508 58 -1607 32 -51 96 -104 150 -121 25 | ||
-9 143 -14 369 -16 l333 -4 2 1193 3 1193 24 53 c32 72 112 143 187 168 57 18 | ||
101 19 1232 18 l1174 0 -4 285 c-4 265 -6 290 -26 346 -45 122 -117 200 -224 | ||
243 -40 16 -150 17 -1483 19 -1171 1 -1451 -1 -1501 -12z"/> | ||
<path d="M5868 2708 l-3 -1193 -24 -53 c-32 -72 -112 -143 -187 -168 -57 -18 | ||
-101 -19 -1232 -18 l-1174 0 4 -285 c4 -265 6 -290 26 -346 45 -122 117 -200 | ||
224 -243 40 -16 151 -17 1468 -20 1001 -2 1444 0 1490 8 121 21 237 95 280 | ||
180 40 79 40 94 40 1583 0 1579 3 1508 -58 1607 -32 51 -96 104 -150 121 -25 | ||
9 -143 14 -369 16 l-333 4 -2 -1193z"/> | ||
<path d="M3533 3845 c-123 -33 -200 -91 -245 -183 l-33 -66 -7 -511 c-3 -280 | ||
-9 -621 -12 -758 l-6 -247 718 2 717 3 89 45 c111 56 205 140 242 216 34 70 | ||
33 40 38 857 l4 657 -727 -1 c-593 0 -736 -3 -778 -14z"/> | ||
</g> | ||
</svg> | ||
</div> | ||
|
||
</> | ||
) | ||
} | ||
|
||
export default Icons; | ||
export {Logo} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters