|
| 1 | +import type React from "react"; |
| 2 | + |
| 3 | +export const LogoIcon = (props: React.ComponentProps<"svg">) => ( |
| 4 | + <svg |
| 5 | + xmlns="http://www.w3.org/2000/svg" |
| 6 | + viewBox="0 0 94.79 108.66" |
| 7 | + {...props} |
| 8 | + > |
| 9 | + <path |
| 10 | + fill="#a0ec06" |
| 11 | + d="M55.52,18.95s.09-5.11,5.82-5.11h29.29l3.56-13.84h-26.66c-3.42,0-6.19,2.77-6.19,6.19,0,5.11-5.82,5.11-5.82,5.11h-27.57l-.19.08c-9.7,0-18.23,4.98-23.2,12.51v1.25h44.77c3.42,0,6.19-2.77,6.19-6.19Z" |
| 12 | + /> |
| 13 | + <path |
| 14 | + fill="#a0ec06" |
| 15 | + d="M43.79,46.02c3.42,0,6.19-2.77,6.19-6.19,0,0,.09-5.11,5.82-5.11h29.45l3.56-13.84h-26.83c-3.42,0-6.19,2.77-6.19,6.19,0,5.11-5.82,5.11-5.82,5.11H.88c-.57,2.22-.88,4.55-.88,6.96s.3,4.68.86,6.88h42.93Z" |
| 16 | + /> |
| 17 | + <path |
| 18 | + fill="#a0ec06" |
| 19 | + d="M73.95,42.56c-1.72-.52-3.5-.79-5.3-.79h-11.36c-3.4,0-6.29,2.72-6.26,6.12.05,5.18-5.82,5.18-5.82,5.18H3.75c4.81,8.27,13.76,13.84,24.01,13.84h11.26c3.42,0,6.19-2.77,6.19-6.19,0,0,.09-5.11,5.82-5.11h40.09c-3.07-7.35-10.88-11.14-17.17-13.04Z" |
| 20 | + /> |
| 21 | + <path |
| 22 | + fill="#a0ec06" |
| 23 | + d="M94.05,62.65h-42.5c-3.42,0-6.19,2.77-6.19,6.19,0,5.11-5.82,5.11-5.82,5.11H10.11l-3.69,13.84h26.93c3.42,0,6.19-2.77,6.19-6.19,0,0,.09-5.11,5.82-5.11h48.48c.62-2.35.95-4.82.95-7.36,0-2.23-.26-4.39-.74-6.48Z" |
| 24 | + /> |
| 25 | + <path |
| 26 | + fill="#a0ec06" |
| 27 | + d="M39.3,89.72c0,5.11-5.82,5.11-5.82,5.11H4.55l-3.69,13.84h26.43c3.42,0,6.19-2.77,6.19-6.19,0,0,.09-5.11,5.82-5.11h32.45c7.76-1.58,14.38-6.29,18.51-12.74v-1.09h-44.77c-3.42,0-6.19,2.77-6.19,6.19Z" |
| 28 | + /> |
| 29 | + </svg> |
| 30 | +); |
| 31 | + |
| 32 | +export const Logo = LogoIcon; |
0 commit comments