Update vite.tsx

This commit is contained in:
Stefan Pejcic 2024-02-06 11:19:06 +01:00 committed by GitHub
parent 5ba00d4872
commit b9081cf786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,19 +4,15 @@ export const LandingHeroViteIcon = (props: React.SVGProps<SVGSVGElement>) => (
<svg
width={64}
height={64}
viewBox="0.41999999999999993 0 44.24 57.73"
viewBox="0 0 213.000000 215.000000"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path d="M44.1 28.03L30.82 14.76l-5.66 7.17 6.1 6.1c.57.56.57 1.48 0 2.05l-1.76 1.76s1.2 1.78 1.24 1.9c.28.54.34 1.83-.44 2.42L16.43 46.8v10.93L44.1 30.08c.56-.57.56-1.48 0-2.05z" fill="#5e8cda" />
<path d="M13.26 29.7c-.56-.56-.56-1.48 0-2.04l1.76-1.77-1.2-1.74c-.58-.82-.4-1.98.4-2.58L28.1 10.93V0h-.02L.42 27.66a1.46 1.46 0 0 0 0 2.05L13.7 43l5.66-7.18-6.1-6.1z" fill="#093071" />
<path d="M22.5 38.47l-6.43 6.42z" fill="#fff" />
<path
d="M35.08 6.67c.18 0 .37.1.45.28.15.3-.05.58-.24.83L23.13 23.2c-.18.23-.2.66-.03.9 0 0 6.57 9.5 6.8 9.83.24.36.26 1.42-.3 1.86l-19.55 15c-.28.2-.44.27-.63.27-.18 0-.36-.13-.43-.28-.16-.3.04-.6.23-.84l12.15-15.43c.18-.23.2-.64.03-.88l-6.77-9.76c-.44-.62-.3-1.5.3-1.95l19.54-15c.32-.25.48-.28.6-.28m0-.25c-.23 0-.45.1-.75.33l-19.55 15c-.7.54-.86 1.56-.35 2.28l6.78 9.76c.1.14.1.43-.02.58L9.03 49.8c-.16.2-.5.64-.27 1.1.12.23.38.4.64.42.3 0 .53-.12.8-.33l19.54-15.02c.68-.5.68-1.73.36-2.2-.23-.32-6.8-9.83-6.8-9.83-.1-.15-.08-.45.03-.6L35.5 7.94c.15-.2.48-.62.26-1.1-.13-.24-.4-.4-.68-.4z"
fill="#5e8cda"
/>
<path d="M29.4 33.97c.16.24.3 1.14-.1 1.44l-19.54 15c-.17.14-.27.2-.32.2-.07 0-.02-.12.16-.35l12.15-15.42c.3-.4.33-1.05.05-1.45l-6.78-9.76s14.22 10.1 14.38 10.35z" fill="#f5cd21" />
<path d="M29.4 33.97l-6.68-9.6c-.28-.42-.26-1.07.04-1.46L34.9 7.5c.2-.24.24-.36.18-.36-.05 0-.16.06-.32.2l-19.55 15c-.38.3-.47.87-.18 1.28z" fill="#fddd75" />
</svg>
<g transform="translate(0.000000,215.000000) scale(0.100000,-0.100000)" fill="currentColor" stroke="none">
<path
d="M990 2071 c-39 -13 -141 -66 -248 -129 -53 -32 -176 -103 -272 -158 -206 -117 -276 -177 -306 -264 -17 -50 -19 -88 -19 -460 0 -476 0 -474 94 -568 55 -56 124 -98 604 -369 169 -95 256 -104 384 -37 104 54 532 303 608 353 76 50 126 113 147 184 8 30 12 160 12 447 0 395 -1 406 -22 461 -34 85 -98 138 -317 264 -104 59 -237 136 -295 170 -153 90 -194 107 -275 111 -38 2 -81 0 -95 -5z m205 -561 c66 -38 166 -95 223 -127 l102 -58 0 -262 c0 -262 0 -263 -22 -276 -13 -8 -52 -31 -88 -51 -36 -21 -126 -72 -200 -115 l-135 -78 -3 261 -3 261 -166 95 c-91 52 -190 109 -219 125 -30 17 -52 34 -51 39 3 9 424 256 437 255 3 0 59 -31 125 -69z"
></path>
</g>
</svg>
);