Skip to content

Commit

Permalink
fix iq logo svg issue and rename locale layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomzy2223 committed Jan 10, 2025
1 parent 74f9c4c commit b44bb60
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 60 deletions.
12 changes: 5 additions & 7 deletions src/app/[locale]/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Home: NextPage = () => {
return (
<Stack
h="full"
mb="4.375em"
mb="4.3720em"
py={{ base: '5', lg: '6' }}
spacing={{ base: 7, md: 5, lg: 6 }}
>
Expand Down Expand Up @@ -55,12 +55,10 @@ const Home: NextPage = () => {
</Stack>

<IQLogo
width="155px"
height="130px"
viewBox="0 0 155 130"
mx={{ base: 'auto', lg: 'none' }}
h={{ base: '72px', lg: '8.125em' }}
w={{ base: '72px', lg: '154px' }}
mx={{ base: 'auto', lg: '0' }}
width={{ base: '72px', lg: '154px' }}
height={{ base: '72px', lg: '130px' }}
className="shrink-0"
/>
</Flex>
<TokenData marketData={marketData} />
Expand Down
4 changes: 2 additions & 2 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ColorMode from '@/components/chakra/ColorMode'
import { getLocale, getMessages } from 'next-intl/server'
import { NextIntlClientProvider } from 'next-intl'

const RootLayout = async ({ children }: { children: React.ReactNode }) => {
const LocaleLayout = async ({ children }: { children: React.ReactNode }) => {
const locale = await getLocale()
const messages = await getMessages()

Expand All @@ -17,4 +17,4 @@ const RootLayout = async ({ children }: { children: React.ReactNode }) => {
)
}

export default RootLayout
export default LocaleLayout
4 changes: 2 additions & 2 deletions src/components/client/StatsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const StatsPage = () => {

const t = useTranslations('stats')

const generateArray = (prop: string) => [
const generateArray = (prop: string): Stat[] => [
{
label: 'HiIQ',
value: data[prop]?.hiiq,
Expand Down Expand Up @@ -99,7 +99,7 @@ const StatsPage = () => {
{ label: t('labels.iqWikiEdits'), value: data.ep?.edits },
]

const social = [
const social: Stat[] = [
{
label: t('labels.twitterFollowers'),
value: data.social?.twitter,
Expand Down
6 changes: 1 addition & 5 deletions src/components/elements/LinkElements/LinkWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ import { LinkProps } from 'next/link'
type ChakraLinkAndNextProps = ChakraLinkProps & LinkProps

export const LinkWrapper = ({ href, children }: ChakraLinkAndNextProps) => {
return (
<Link href={href} passHref legacyBehavior>
{children}
</Link>
)
return <Link href={href}>{children}</Link>
}
97 changes: 53 additions & 44 deletions src/components/iq-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,85 +3,94 @@ import React from 'react'

export const IQLogo = (props: IconProps) => {
return (
<Icon width="24" height="20" viewBox="0 0 24 20" fill="none" {...props}>
<g clipPath="url(#clip0_12089_99957)">
<Icon
width="24"
height="24"
viewBox="0 0 212 180"
preserveAspectRatio="xMidYMid meet"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<title>IQ</title>
<g clip-path="url(#clip0_37908_88212)">
<path
d="M22.515 12.17C22.515 12.6306 22.4298 13.0713 22.2738 13.4775C21.7401 14.8649 20.3843 15.8505 18.7953 15.8505C17.1692 15.8505 15.7874 14.818 15.2815 13.3793C12.2773 13.593 10.5596 12.2643 9.84532 9.73189C8.04105 9.24633 6.71484 7.61391 6.71484 5.67452C6.71484 4.42023 7.26991 3.29395 8.15023 2.52405C8.8993 1.86782 9.88449 1.46973 10.9637 1.46973C12.2002 1.46973 13.3136 1.99213 14.0891 2.82718C14.6107 2.48965 15.234 2.294 15.9035 2.294C16.3708 2.294 16.8161 2.38967 17.2197 2.56216C18.3873 3.0609 19.2084 4.2033 19.2266 5.53769C19.2273 5.5533 19.2273 5.5683 19.2273 5.58396L19.2266 5.6396V5.64021C19.3964 5.60332 19.5726 5.58396 19.754 5.58396C20.5636 5.58396 21.2829 5.96771 21.7363 6.56141H21.737C22.0514 6.97329 22.2378 7.48637 22.2378 8.04262C22.2389 8.6195 22.0335 9.17812 21.658 9.6194C21.6298 9.65343 21.6005 9.68657 21.5702 9.71877C22.1582 10.3694 22.5149 11.2287 22.5149 12.17"
d="M198.892 109.523C198.892 113.669 198.139 117.634 196.762 121.29C192.048 133.777 180.071 142.648 166.035 142.648C151.671 142.648 139.465 133.356 134.996 120.407C108.46 122.33 93.286 110.372 86.9767 87.5802C71.0391 83.2101 59.3242 68.5184 59.3242 51.0638C59.3242 39.7752 64.2273 29.6387 72.0035 22.7096C78.6203 16.8036 87.3227 13.2207 96.8561 13.2207C107.778 13.2207 117.613 17.9224 124.463 25.4378C129.071 22.4 134.577 20.6391 140.491 20.6391C144.618 20.6391 148.552 21.5002 152.117 23.0526C162.431 27.5412 169.684 37.8228 169.845 49.8324C169.851 49.9729 169.851 50.1079 169.851 50.2488L169.845 50.7495V50.755C171.345 50.423 172.901 50.2488 174.503 50.2488C181.655 50.2488 188.009 53.7026 192.013 59.0459H192.02C194.797 62.7528 196.443 67.3705 196.443 72.3767C196.453 77.5686 194.639 82.5963 191.322 86.5677C191.073 86.874 190.814 87.1723 190.546 87.4621C195.74 93.3175 198.892 101.052 198.892 109.523"
fill="#FF5CAA"
/>
<path
d="M15.8711 5.37568C15.1981 6.09945 14.7871 7.06556 14.7871 8.12673C14.7871 10.371 16.6256 12.1905 18.8935 12.1905C19.1861 12.1906 19.4779 12.1599 19.7639 12.099M10.793 4.06392C10.8957 5.53163 12.1314 6.69072 13.6405 6.69072M18.18 6.14567C18.4852 5.89471 18.8473 5.72061 19.2353 5.63826M14.0977 2.8252C13.6197 3.13325 13.2268 3.56017 12.9623 4.06392"
d="M140.122 48.3879C134.178 54.9019 130.547 63.5969 130.547 73.1474C130.547 93.3462 146.788 109.721 166.82 109.721C169.405 109.722 171.982 109.446 174.509 108.898M95.2656 36.5821C96.1731 49.7915 107.088 60.2233 120.419 60.2233M160.518 55.3179C163.214 53.0592 166.412 51.4923 169.839 50.7512M124.458 25.4336C120.235 28.2061 116.765 32.0484 114.428 36.5821"
stroke="#103849"
strokeWidth="0.500687"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="4.48173"
stroke-miterlimit="10"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M22.5228 12.168C22.5228 14.201 20.8575 15.8485 18.8032 15.8485C17.177 15.8485 15.7952 14.8161 15.2893 13.3774C12.2852 13.5911 10.5674 12.2624 9.85313 9.72994C8.04887 9.24438 6.72266 7.61196 6.72266 5.67256C6.72266 3.35022 8.62477 1.46777 10.9716 1.46777C12.208 1.46777 13.3214 1.99018 14.0969 2.82523C14.6185 2.48769 15.2419 2.29204 15.9114 2.29204C17.7472 2.29204 19.2351 3.76519 19.2351 5.58201L19.2345 5.63764V5.63825C19.4043 5.60136 19.5805 5.58201 19.7618 5.58201C21.1334 5.58201 22.2456 6.68255 22.2456 8.04066C22.2456 8.68878 21.9923 9.27752 21.578 9.71681C22.166 10.3674 22.5227 11.2268 22.5227 12.1681L22.5228 12.168Z"
d="M198.888 109.517C198.888 127.814 184.178 142.642 166.031 142.642C151.667 142.642 139.461 133.35 134.992 120.401C108.456 122.324 93.2821 110.366 86.9728 87.5743C71.0352 83.2043 59.3203 68.5125 59.3203 51.058C59.3203 30.1568 76.1223 13.2148 96.8522 13.2148C107.774 13.2148 117.609 17.9165 124.46 25.432C129.067 22.3941 134.573 20.6333 140.487 20.6333C156.703 20.6333 169.847 33.8916 169.847 50.2429L169.841 50.7437V50.7492C171.341 50.4172 172.898 50.2429 174.499 50.2429C186.615 50.2429 196.439 60.1478 196.439 72.3709C196.439 78.2039 194.202 83.5025 190.542 87.4562C195.736 93.3117 198.888 101.046 198.888 109.517L198.888 109.517Z"
stroke="#103849"
strokeWidth="0.438072"
strokeMiterlimit="10"
strokeLinejoin="round"
stroke-width="3.92125"
stroke-miterlimit="10"
stroke-linejoin="round"
/>
<path
d="M21.5793 9.71757C21.5793 9.71757 21.291 9.42147 20.8966 9.11328M10.4878 16.3924C10.325 16.0559 10.2208 15.6945 10.1797 15.3236"
d="M190.544 87.4562C190.544 87.4562 187.997 84.7913 184.513 82.0176M92.5693 147.53C91.1312 144.501 90.2111 141.249 89.8477 137.91"
stroke="#103849"
strokeWidth="0.500687"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="4.48173"
stroke-miterlimit="10"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M17.7734 13.832C17.9049 14.193 17.972 14.5739 17.9716 14.9576C17.9716 16.9313 16.2211 18.5306 14.0612 18.5306C12.4597 18.5306 11.0835 17.6512 10.4798 16.392C9.98226 16.7263 9.38537 16.9213 8.74438 16.9213C7.3071 16.9213 6.09452 15.9426 5.71437 14.6039C5.44295 14.6708 5.16427 14.7046 4.88454 14.7045C3.00701 14.7045 1.48438 13.1982 1.48438 11.3395C1.48438 9.91211 2.38302 8.69217 3.65112 8.20403C3.60124 7.99971 3.57472 7.78784 3.57472 7.57035C3.57472 5.88478 5.15736 4.51855 7.11002 4.51855C8.231 4.51855 9.23124 4.96971 9.87858 5.67221C10.3977 5.39659 10.9964 5.23853 11.6343 5.23853C13.6129 5.23853 15.2169 6.75663 15.2169 8.62904C15.2171 8.6732 15.216 8.71735 15.2137 8.76145C16.8462 9.0577 18.0872 10.5415 18.0872 12.3276C18.0872 12.8645 17.9754 13.3739 17.7734 13.832"
d="M156.992 124.493C158.153 127.742 158.746 131.17 158.743 134.623C158.743 152.387 143.28 166.78 124.201 166.78C110.054 166.78 97.898 158.866 92.5653 147.532C88.1701 150.542 82.8976 152.297 77.2355 152.297C64.5396 152.297 53.8284 143.488 50.4704 131.44C48.0729 132.042 45.6112 132.347 43.1403 132.345C26.5554 132.345 13.1055 118.789 13.1055 102.061C13.1055 89.2138 21.0435 78.2345 32.245 73.8412C31.8045 72.0023 31.5702 70.0955 31.5702 68.138C31.5702 52.9679 45.5502 40.6719 62.7986 40.6719C72.7006 40.6719 81.5361 44.7323 87.2542 51.0547C91.8402 48.5742 97.1286 47.1517 102.763 47.1517C120.24 47.1517 134.409 60.8145 134.409 77.6662C134.411 78.0636 134.402 78.4611 134.381 78.858C148.802 81.5241 159.763 94.8782 159.763 110.954C159.763 115.785 158.776 120.37 156.992 124.492"
fill="#FF5CAA"
/>
<path
d="M16.5136 12.169C17.0965 12.5951 17.5424 13.1714 17.7824 13.8326M5.72336 14.6045C5.64251 14.3207 5.59955 14.0214 5.59955 13.7114C5.59955 12.4464 6.31888 11.3521 7.36346 10.829M4.54559 7.99342C4.23616 8.02468 3.93932 8.09659 3.66016 8.20468M9.88832 5.67346L9.88761 5.67285M9.88761 5.67285C9.44371 5.91036 9.0585 6.23416 8.75726 6.6204"
d="M145.789 109.524C150.937 113.359 154.877 118.546 156.996 124.497M50.475 131.443C49.7608 128.89 49.3813 126.195 49.3813 123.405C49.3813 112.02 55.7354 102.172 64.9625 97.4638M40.0713 71.9437C37.338 72.2251 34.716 72.8722 32.25 73.845M87.2655 51.0641L87.2592 51.0586M87.2592 51.0586C83.3381 53.1962 79.9353 56.1104 77.2744 59.5865"
stroke="#103849"
strokeWidth="0.500687"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="4.48173"
stroke-miterlimit="10"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M17.7851 13.832C17.9166 14.193 17.9837 14.5739 17.9833 14.9576C17.9833 16.9313 16.2328 18.5306 14.0729 18.5306C12.4714 18.5306 11.0953 17.6512 10.4915 16.392C9.99398 16.7263 9.39709 16.9213 8.7561 16.9213C7.31882 16.9213 6.10624 15.9426 5.72609 14.6039C5.45467 14.6708 5.17599 14.7046 4.89626 14.7045C3.01873 14.7045 1.49609 13.1982 1.49609 11.3395C1.49609 9.91211 2.39474 8.69217 3.66284 8.20403C3.61296 7.99971 3.58644 7.78784 3.58644 7.57035C3.58644 5.88478 5.16908 4.51855 7.12173 4.51855C8.24271 4.51855 9.24296 4.96971 9.89029 5.67221C10.4095 5.39659 11.0081 5.23853 11.646 5.23853C13.6246 5.23853 15.2286 6.75663 15.2286 8.62904C15.2288 8.6732 15.2277 8.71735 15.2254 8.76145C16.858 9.0577 18.0989 10.5415 18.0989 12.3276C18.0989 12.8645 17.9871 13.3739 17.7851 13.832L17.7851 13.832Z"
d="M157.008 124.495C158.169 127.744 158.761 131.172 158.759 134.625C158.759 152.389 143.295 166.782 124.216 166.782C110.07 166.782 97.9137 158.868 92.5809 147.534C88.1857 150.544 82.9132 152.298 77.2512 152.298C64.5552 152.298 53.844 143.49 50.4861 131.442C48.0885 132.044 45.6268 132.349 43.1559 132.347C26.571 132.347 13.1211 118.791 13.1211 102.063C13.1211 89.2158 21.0592 78.2364 32.2607 73.8431C31.8201 72.0042 31.5858 70.0974 31.5858 68.14C31.5858 52.9698 45.5658 40.6738 62.8143 40.6738C72.7162 40.6738 81.5518 44.7342 87.2699 51.0567C91.8558 48.5761 97.1442 47.1536 102.779 47.1536C120.256 47.1536 134.425 60.8165 134.425 77.6682C134.427 78.0656 134.417 78.463 134.397 78.8599C148.818 81.5261 159.779 94.8801 159.779 110.956C159.779 115.787 158.792 120.372 157.007 124.494L157.008 124.495Z"
stroke="#103849"
strokeWidth="0.438072"
strokeMiterlimit="10"
strokeLinejoin="round"
stroke-width="3.92125"
stroke-miterlimit="10"
stroke-linejoin="round"
/>
<path
d="M12.17 9.77057C12.799 9.1156 13.6673 8.70996 14.6259 8.70996C14.8306 8.70996 15.0308 8.7281 15.2259 8.76363M15.001 13.0209C14.5054 13.6341 13.743 14.027 12.8878 14.027C11.3943 14.027 10.1836 12.8287 10.1836 11.3508C10.1826 10.7337 10.3981 10.1354 10.7933 9.65793"
d="M107.386 87.9263C112.942 82.0317 120.613 78.3809 129.08 78.3809C130.888 78.3809 132.657 78.5441 134.38 78.8639M132.393 117.179C128.016 122.698 121.281 126.234 113.727 126.234C100.534 126.234 89.8399 115.45 89.8399 102.149C89.8315 96.5944 91.7349 91.2094 95.2254 86.9126"
stroke="#103849"
strokeWidth="0.500687"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="4.48173"
stroke-miterlimit="10"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M14.082 15.3511C14.082 14.8255 13.948 14.3313 13.7118 13.8994M8.43039 13.6419C8.87623 12.9882 9.57036 12.515 10.3793 12.3544M3.60938 11.3431C3.95192 11.2088 4.31706 11.1399 4.6855 11.14C5.27627 11.1392 5.85324 11.3167 6.33943 11.6488M9.16904 8.88011C8.98503 8.93373 8.79026 8.96247 8.58868 8.96247C8.05366 8.96316 7.53964 8.75649 7.1567 8.38672M18.0442 8.74961C18.3272 8.5406 18.6711 8.42794 19.0243 8.42848C19.1224 8.42843 19.2204 8.43704 19.317 8.45422"
d="M124.297 138.158C124.297 133.428 123.114 128.979 121.027 125.092M74.3747 122.775C78.3129 116.891 84.4444 112.633 91.5905 111.188M31.7891 102.086C34.8149 100.878 38.0402 100.257 41.2948 100.258C46.5133 100.251 51.6098 101.848 55.9045 104.838M80.8994 79.919C79.274 80.4016 77.5536 80.6602 75.7729 80.6602C71.0469 80.6665 66.5064 78.8064 63.1238 75.4785M159.296 78.7446C161.797 76.8635 164.834 75.8495 167.954 75.8544C168.821 75.8539 169.686 75.9314 170.539 76.086"
stroke="#103849"
strokeWidth="0.500687"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="4.48173"
stroke-miterlimit="10"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M21.8727 9.71916C22.2592 9.24456 22.47 8.65607 22.47 8.04165C22.47 6.56532 21.2566 5.36418 19.7652 5.36418C19.6609 5.36418 19.5569 5.37018 19.4537 5.382C19.3482 3.54043 17.8011 2.07432 15.9147 2.07432C15.2857 2.07432 14.6747 2.2373 14.1364 2.54723C13.2976 1.71773 12.1607 1.25123 10.9749 1.25C8.98739 1.25 7.2995 2.54066 6.72009 4.31923C4.83625 4.49365 3.36373 5.88532 3.36373 7.57104C3.36373 7.7388 3.37856 7.90684 3.40778 8.07258C2.10497 8.65044 1.27344 9.91354 1.27344 11.3403C1.27344 13.3163 2.8979 14.9239 4.89461 14.9239C5.12263 14.9239 5.35015 14.9029 5.5742 14.861C6.04813 16.2132 7.32764 17.1407 8.7545 17.1407C9.33346 17.1411 9.9023 16.9905 10.4037 16.704C11.1096 17.9546 12.5217 18.75 14.0713 18.75C15.9579 18.75 17.5521 17.5829 18.0446 15.9944C18.2924 16.0427 18.5472 16.0682 18.8065 16.0682C20.9794 16.0682 22.7472 14.3189 22.7472 12.169C22.7472 11.2733 22.438 10.4107 21.8727 9.71911V9.71916Z"
d="M193.124 87.4744C196.538 83.203 198.401 77.9066 198.401 72.3768C198.401 59.0898 187.682 48.2796 174.508 48.2796C173.587 48.2796 172.668 48.3336 171.757 48.4399C170.825 31.8658 157.159 18.6708 140.495 18.6708C134.939 18.6708 129.541 20.1376 124.786 22.927C117.377 15.4615 107.334 11.263 96.8599 11.252C79.304 11.252 64.3943 22.8679 59.2762 38.875C42.6356 40.4448 29.6284 52.9699 29.6284 68.1413C29.6284 69.6511 29.7593 71.1635 30.0175 72.6552C18.5093 77.8559 11.1641 89.2238 11.1641 102.064C11.1641 119.848 25.5135 134.317 43.1511 134.317C45.1652 134.317 47.175 134.128 49.1541 133.751C53.3405 145.92 64.6428 154.268 77.2468 154.268C82.3609 154.272 87.3856 152.916 91.8146 150.338C98.0503 161.593 110.524 168.752 124.212 168.752C140.877 168.752 154.959 158.248 159.31 143.952C161.498 144.386 163.749 144.616 166.039 144.616C185.233 144.616 200.849 128.872 200.849 109.523C200.849 101.462 198.118 93.6981 193.124 87.474V87.4744Z"
stroke="#103849"
strokeWidth="0.876191"
strokeMiterlimit="10"
strokeLinejoin="round"
stroke-width="7.84292"
stroke-miterlimit="10"
stroke-linejoin="round"
/>
<path
d="M10.9645 0C9.797 0 8.67398 0.344052 7.71689 0.994891C6.89047 1.55686 6.23537 2.31485 5.80264 3.20488C3.69629 3.71004 2.19033 5.3875 2.09513 7.3711C0.791416 8.2669 0 9.74599 0 11.3403C0 13.9775 2.14552 16.1283 4.79979 16.1731C5.63791 17.5359 7.13198 18.3906 8.74413 18.3906C9.15597 18.3906 9.5607 18.3366 9.95326 18.2296C10.9693 19.3478 12.462 20 14.0609 20C15.144 20 16.1931 19.696 17.0949 19.1212C17.8277 18.6542 18.4181 18.0377 18.8267 17.318C21.6822 17.3018 23.9999 14.9982 23.9999 12.169C23.9999 11.2948 23.7789 10.4467 23.3569 9.68829C23.5981 9.17214 23.7229 8.61024 23.7227 8.04158C23.7227 7.01162 23.3216 6.03769 22.5932 5.29929C22.0187 4.71693 21.2916 4.33224 20.5004 4.18337C20.2329 3.32413 19.7207 2.54997 19.0208 1.95992C18.1512 1.2273 17.0465 0.824738 15.9044 0.824224C15.3721 0.824224 14.8378 0.913612 14.3344 1.08489C13.3565 0.382254 12.1779 0 10.9645 0ZM10.9645 0.812459C12.1482 0.812459 13.3091 1.24749 14.1983 2.01556C14.7316 1.766 15.3143 1.63663 15.9043 1.63678C17.8694 1.63678 19.5194 3.05105 19.8364 4.92772C21.5339 4.9708 22.9017 6.35113 22.9017 8.04162C22.9011 8.63395 22.7303 9.21391 22.4093 9.71384C22.9076 10.4324 23.1788 11.292 23.1788 12.169C23.1788 14.5603 21.2127 16.5058 18.796 16.5058C18.6397 16.5058 18.4829 16.4973 18.3268 16.4806C17.6523 18.0918 15.9527 19.1875 14.0609 19.1875C12.5007 19.1875 11.071 18.4634 10.2322 17.2729C9.76241 17.4741 9.256 17.578 8.74413 17.5782C7.25271 17.5782 5.90377 16.6933 5.28263 15.3422C5.15029 15.355 5.01715 15.3614 4.88424 15.3614C2.6438 15.3614 0.821019 13.5576 0.821019 11.3403C0.821019 9.86819 1.63512 8.51959 2.92074 7.81926C2.91451 7.73665 2.91138 7.65385 2.91136 7.57101C2.91136 5.75237 4.38535 4.22443 6.38442 3.91844C7.11474 2.04926 8.92075 0.812459 10.9646 0.812459"
d="M96.853 0C86.5402 0 76.6202 3.09647 68.1658 8.95402C60.8658 14.0117 55.0791 20.8336 51.2567 28.844C32.6506 33.3904 19.3479 48.4875 18.507 66.3399C6.99084 74.4021 0 87.7139 0 102.062C0 125.798 18.9521 145.155 42.3982 145.558C49.8015 157.823 62.9992 165.516 77.2398 165.516C80.8777 165.516 84.4528 165.03 87.9204 164.066C96.8953 174.13 110.081 180 124.205 180C133.772 180 143.039 177.264 151.005 172.091C157.478 167.888 162.693 162.339 166.302 155.862C191.526 155.716 211.999 134.984 211.999 109.521C211.999 101.654 210.047 94.0199 206.319 87.1946C208.45 82.5493 209.552 77.4922 209.551 72.3742C209.551 63.1046 206.007 54.3392 199.573 47.6936C194.499 42.4524 188.076 38.9902 181.087 37.6503C178.724 29.9172 174.2 22.9497 168.017 17.6393C160.335 11.0457 150.577 7.42264 140.489 7.41802C135.786 7.41802 131.067 8.22251 126.62 9.76399C117.982 3.44028 107.572 0 96.853 0ZM96.853 7.31213C107.309 7.31213 117.564 11.2274 125.418 18.1401C130.129 15.894 135.276 14.7297 140.488 14.731C157.846 14.731 172.422 27.4594 175.222 44.3495C190.216 44.7372 202.298 57.1602 202.298 72.3746C202.293 77.7056 200.784 82.9251 197.949 87.4245C202.35 93.8913 204.746 101.628 204.746 109.521C204.746 131.043 187.379 148.552 166.032 148.552C164.651 148.552 163.265 148.476 161.886 148.326C155.928 162.826 140.915 172.688 124.204 172.688C110.423 172.688 97.794 166.171 90.3843 155.456C86.2346 157.267 81.7614 158.202 77.2398 158.204C64.0656 158.204 52.1499 150.239 46.6632 138.08C45.4942 138.195 44.3181 138.253 43.1441 138.253C23.3536 138.253 7.25233 122.018 7.25233 102.062C7.25233 88.8137 14.4436 76.6763 25.7999 70.3733C25.7448 69.6299 25.7172 68.8846 25.717 68.1391C25.717 51.7713 38.7373 38.0199 56.3957 35.266C62.8469 18.4434 78.8 7.31213 96.8538 7.31213"
fill="#F0F0F0"
/>
</g>
<defs>
<clipPath id="clip0_12089_99957">
<rect width="24" height="20" fill="white" />
<clipPath id="clip0_37908_88212">
<rect width="212" height="180" fill="white" />
</clipPath>
</defs>
</Icon>
Expand Down

0 comments on commit b44bb60

Please sign in to comment.