Skip to content

Commit 2dea559

Browse files
Merge pull request #370 from nginformatica/fix/icons-props
Fix/icons props
2 parents 307fe15 + 5a3f9c4 commit 2dea559

11 files changed

+177
-52
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipper-ui",
3-
"version": "0.35.7",
3+
"version": "0.35.8",
44
"description": "React UI based on the @mui/material toolkit for the web",
55
"main": "dist/index.js",
66
"author": "NG",
@@ -42,8 +42,8 @@
4242
},
4343
"devDependencies": {
4444
"@babel/cli": "7.26.4",
45-
"@babel/core": "7.26.9",
46-
"@babel/plugin-transform-runtime": "7.26.9",
45+
"@babel/core": "7.26.10",
46+
"@babel/plugin-transform-runtime": "7.26.10",
4747
"@babel/preset-env": "7.26.9",
4848
"@babel/preset-react": "7.26.3",
4949
"@babel/preset-typescript": "7.26.0",
@@ -71,7 +71,7 @@
7171
"date-fns": "4.1.0",
7272
"eslint": "9.22.0",
7373
"eslint-config-prettier": "10.1.1",
74-
"eslint-import-resolver-typescript": "3.8.4",
74+
"eslint-import-resolver-typescript": "3.8.6",
7575
"eslint-plugin-import": "2.31.0",
7676
"eslint-plugin-prettier": "5.2.3",
7777
"eslint-plugin-react": "7.37.4",

src/icons/specific/IconDashboard.tsx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,40 @@ import { theme } from '@/theme'
44

55
const { primary } = theme.colors
66

7-
export const IconDashboard = ({ width, height, viewBox }: IIconProps) => (
7+
export const IconDashboard = ({
8+
color,
9+
width,
10+
height,
11+
viewBox
12+
}: IIconProps) => (
813
<svg
914
fill='none'
1015
width={width || 24}
1116
height={height || 24}
1217
viewBox={viewBox || '0 0 24 24'}
1318
xmlns='http://www.w3.org/2000/svg'>
1419
<path
15-
fill={primary.main}
20+
fill={color || primary.main}
1621
d='M0.884491 15.9063C3.43245 15.8941 4.98265 15.899 7.53061 15.899H7.93469C7.89878 16.461 7.85163 16.9986 7.83143 17.5387C7.80449 18.2346 7.50367 18.7211 6.94469 19.0447C6.71796 19.1761 6.5002 19.3269 6.28245 19.4753C6.21735 19.5191 6.14776 19.5702 6.10286 19.6359C5.97939 19.8208 6.0602 19.9911 6.27347 19.996C6.60347 20.0033 6.93122 19.9984 7.26122 19.9984C9.38041 19.9984 11.4996 19.9984 13.6188 19.996C13.7422 19.996 13.8994 20.0373 13.942 19.8549C13.9824 19.6773 13.8702 19.5678 13.74 19.4851C13.4571 19.3026 13.1743 19.1201 12.8937 18.9352C12.4604 18.6482 12.2224 18.2297 12.1843 17.6799C12.1439 17.1008 12.1035 16.5194 12.0608 15.9014H12.3392C14.9522 15.9014 16.5653 15.9014 19.1784 15.9014C19.7486 15.9014 20 15.6289 20 15.0061C20 10.622 20 5.24532 20 0.861245C20 0.301679 19.7351 0.00729847 19.2255 0.00729847C12.4459 0.00729847 7.66633 0.00973159 0.886734 0C0.464693 0 0.168367 0.141108 0 0.564432V15.3418C0.166122 15.7627 0.46245 15.9087 0.884491 15.9063ZM1.04388 1.63734H18.9539V14.1497H1.04388V1.63734Z'
1722
/>
1823
<path
19-
fill={primary.main}
24+
fill={color || primary.main}
2025
d='M15.9991 10.4129C15.9956 10.7705 15.9991 11.128 15.9991 11.4824C15.9991 11.8461 16.0026 12.213 15.9956 12.5767C15.9921 12.8752 15.8662 12.9933 15.5337 12.9964C15.0893 13.0026 14.6414 12.9964 14.197 12.9995C13.8891 13.0026 13.7421 12.8658 13.7421 12.6016C13.7386 11.871 13.7386 11.1373 13.7421 10.4067C13.7456 10.1456 13.8856 9.99946 14.1935 10.0026C14.6484 10.0057 15.1068 10.0026 15.5617 10.0026C15.8697 10.0026 16.0026 10.1456 15.9991 10.4129Z'
2126
/>
2227
<path
23-
fill={primary.main}
28+
fill={color || primary.main}
2429
d='M9.50096 9.43053C9.50446 9.94661 9.50096 10.4596 9.50096 10.9756C9.50096 11.5104 9.50446 12.0451 9.50096 12.5767C9.49746 12.8721 9.36798 12.9902 9.03555 12.9933C8.59114 12.9995 8.14323 12.9933 7.69883 12.9964C7.39089 12.9995 7.24392 12.8565 7.24392 12.5954L7.24391 12.592C7.24041 11.533 7.23693 10.4771 7.24392 9.4181C7.24392 9.11654 7.37689 9.00772 7.71282 9.00462C8.15023 9.00151 8.58414 9.00151 9.01805 9.00462C9.37848 9.00772 9.49746 9.11343 9.50096 9.43053Z'
2530
/>
2631
<path
27-
fill={primary.main}
32+
fill={color || primary.main}
2833
d='M10.5018 12.5456C10.4983 11.8648 10.5018 11.1808 10.5018 10.4969C10.5018 9.8036 10.4983 9.11032 10.5053 8.41704C10.5053 8.11548 10.6277 8.00356 10.9637 8.00045C11.3976 7.99734 11.835 7.99734 12.2689 8.00045C12.6153 8.00356 12.7448 8.10304 12.7448 8.4046C12.7518 9.8036 12.7518 11.1995 12.7448 12.5954C12.7413 12.8938 12.6118 12.9933 12.2654 12.9964C11.842 12.9995 11.4186 12.9995 10.9952 12.9964C10.6137 12.9902 10.5018 12.8907 10.5018 12.5456Z'
2934
/>
3035
<path
31-
fill={primary.main}
36+
fill={color || primary.main}
3237
d='M6.24662 7.49681V10.0243C6.24312 10.8762 6.24662 11.728 6.24662 12.5798C6.24312 12.8845 6.11715 12.9933 5.78472 12.9964C5.35081 12.9995 4.9134 13.0026 4.47949 12.9964C4.14006 12.9902 4.00708 12.8814 4.00708 12.586C4.00358 10.8606 4.00358 9.1383 4.00708 7.41287C4.00708 7.10509 4.14006 6.99628 4.50048 6.99317C4.8924 6.99007 5.28082 6.99317 5.67274 6.99317C6.13815 6.99628 6.24662 7.08644 6.24662 7.49681Z'
3338
/>
3439
<path
35-
fill={primary.main}
40+
fill={color || primary.main}
3641
d='M5.22133 3.66357C6.31661 4.76722 7.3524 5.8118 8.39868 6.86882C8.50716 6.79421 8.60514 6.72892 8.70312 6.66053L11.2646 4.84183C11.611 4.59623 11.709 4.59934 12.0344 4.86981C13.2522 5.88642 14.4699 6.90613 15.6877 7.92584C15.7612 7.98801 15.8767 8.04397 15.8941 8.11548C15.9256 8.25538 15.9606 8.43258 15.8906 8.5414C15.7857 8.70617 15.5722 8.70306 15.3937 8.58803C15.3028 8.52896 15.2258 8.45746 15.1453 8.38906C14.057 7.47816 12.9687 6.57037 11.8805 5.65947C11.793 5.58485 11.702 5.51957 11.611 5.44806C10.6417 6.13823 9.69342 6.81286 8.74161 7.48438C8.38469 7.7362 8.25521 7.72687 7.95777 7.42842C7.01297 6.48021 6.07166 5.52579 5.12685 4.57447C5.02187 4.46566 4.9099 4.36307 4.74893 4.20762C4.74893 4.61178 4.74543 4.9351 4.74893 5.25842C4.75243 5.4947 4.64045 5.65947 4.37101 5.65947C4.10157 5.65947 3.99658 5.48848 4.00008 5.25531C4.00708 4.65219 4.00008 4.04596 4.00358 3.44284C4.00358 3.10087 4.11906 3.00449 4.50398 3.00138C5.16184 2.99827 5.81971 3.00138 6.47758 3.00138C6.81701 3.00138 7.01297 3.12574 6.99197 3.34025C6.96748 3.60761 6.76102 3.6729 6.49507 3.66668C6.09965 3.65735 5.70423 3.66357 5.22133 3.66357Z'
3742
/>
3843
</svg>

src/icons/specific/IconESocial.tsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ import { theme } from '@/theme'
44

55
const { primary } = theme.colors
66

7-
export const IconESocial = ({ width, height, viewBox }: IIconProps) => (
7+
export const IconESocial = ({ color, width, height, viewBox }: IIconProps) => (
88
<svg
99
fill='none'
10-
width={width || 43}
11-
height={height || 50}
12-
viewBox={viewBox || '0 0 43 50'}
10+
width={width || 42}
11+
height={height || 48}
12+
viewBox={viewBox || '0 0 42 48'}
1313
xmlns='http://www.w3.org/2000/svg'>
1414
<path
15-
stroke={primary.main}
16-
strokeWidth='4'
17-
d='M19.4063 22C20.5661 22 21.5063 21.0598 21.5063 19.9V2H37.4051C39.0619 2 40.4051 3.34315 40.4051 5V45C40.4051 46.6569 39.0619 48 37.4051 48H5C3.34315 48 2 46.6568 2 45V22H19.4063Z'
15+
fill={color || primary.main}
16+
d='M7.9458 17.2705C9.01575 18.2003 10.4114 18.6683 11.8257 18.5693C13.2399 18.4703 14.5572 17.8148 15.487 16.7448C16.4168 15.6749 16.8847 14.2792 16.7858 12.865C16.6868 11.4507 16.0313 10.1334 14.9613 9.20361L11.4546 13.2381L7.94786 17.2726L7.9458 17.2705Z'
1817
/>
1918
<path
20-
fill={primary.main}
21-
d='M4.92489 16.0129C6.31821 17.2245 8.13578 17.833 9.97775 17.7045C11.8197 17.576 13.5352 16.7211 14.7468 15.3278C15.9584 13.9345 16.5669 12.1169 16.4384 10.2749C16.3099 8.43295 15.455 6.71747 14.0617 5.50585L9.49328 10.7594L4.92489 16.0129'
19+
fill-rule='evenodd'
20+
clip-rule='evenodd'
21+
fill={color || primary.main}
22+
d='M18.9752 20.3545V5.56693C18.9752 5.25563 19.2308 5 19.5421 5H32.8825C35.0925 5 36.8861 6.79356 36.8861 9.00356V39.7126C36.8861 41.9226 35.0925 43.7162 32.8825 43.7162H8.00356C5.79356 43.7162 4 41.9226 4 39.7126V20.9215C4 20.6102 4.25563 20.3545 4.56693 20.3545H18.9752ZM7.40158 23.7561V39.7126C7.40158 40.0466 7.67165 40.3146 8.00356 40.3146H32.8825C33.2165 40.3146 33.4845 40.0445 33.4845 39.7126V9.00356C33.4845 8.66958 33.2144 8.40158 32.8825 8.40158H22.3768V20.4432C22.3768 22.2718 20.8925 23.7561 19.0639 23.7561H7.40158Z'
2223
/>
2324
</svg>
2425
)

src/icons/specific/IconExams.tsx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import React from 'react'
2+
import type { IIconProps } from '../utils'
3+
import { theme } from '@/theme'
4+
5+
const { neutral, primary } = theme.colors
6+
7+
export const IconExams = ({ width, height, viewBox }: IIconProps) => (
8+
<svg
9+
fill='none'
10+
width={width || 26}
11+
height={height || 26}
12+
viewBox={viewBox || '0 0 46 46'}
13+
xmlns='http://www.w3.org/2000/svg'>
14+
<path
15+
fill={primary.main}
16+
d='M22.7134 43.9005C34.8087 43.9005 44.6139 34.0953 44.6139 22.0001C44.6139 9.90478 34.8087 0.0996094 22.7134 0.0996094C10.6182 0.0996094 0.812988 9.90478 0.812988 22.0001C0.812988 34.0953 10.6182 43.9005 22.7134 43.9005Z'
17+
/>
18+
<path
19+
fill-rule='evenodd'
20+
clip-rule='evenodd'
21+
fill={neutral[50]}
22+
d='M12.9295 12.2606H17.1166V13.6441H12.9295C12.5014 13.6441 12.1513 13.9943 12.1513 14.4223V32.3367C12.1513 32.7647 12.5014 33.1148 12.9295 33.1148H32.4975C32.9256 33.1148 33.2757 32.7647 33.2757 32.3367V14.4223C33.2757 13.9943 32.9256 13.6441 32.4975 13.6441H28.3105V12.2606H32.4975C33.6865 12.2606 34.6592 13.2333 34.6592 14.4223V32.3367C34.6592 33.5257 33.6865 34.4983 32.4975 34.4983H12.9295C11.7405 34.4983 10.7678 33.5257 10.7678 32.3367V14.4223C10.7678 13.2333 11.7405 12.2606 12.9295 12.2606ZM20.1112 11.1282C20.5725 10.1513 21.5649 9.50195 22.6789 9.50195C23.7928 9.50195 24.7852 10.1513 25.2464 11.1282H27.2041C27.814 11.1282 28.3105 11.6246 28.3105 12.2345V14.3344C28.3105 14.9443 27.814 15.4408 27.2041 15.4408H18.2229C17.613 15.4408 17.1166 14.9443 17.1166 14.3344V12.2345C17.1166 11.6246 17.613 11.1282 18.2229 11.1282H20.1112ZM18.5001 12.5117V14.0572H26.927V12.5117H24.2215L24.0908 11.9872C23.9297 11.3406 23.3461 10.8855 22.6789 10.8855C22.0115 10.8855 21.428 11.3406 21.2669 11.9872L21.1362 12.5117H18.5001ZM16.2886 22.5507L18.0632 17.9974C18.169 17.7258 18.4179 17.556 18.7095 17.5567C19.001 17.5575 19.2491 17.7285 19.3536 18.0005L22.3177 25.7199L24.8462 20.6919C24.9569 20.4716 25.1574 20.3354 25.4029 20.3136C25.6485 20.2917 25.8698 20.3904 26.0177 20.5876L27.2422 22.2203H28.0661C28.3583 21.671 28.9362 21.297 29.6017 21.297C30.5617 21.297 31.3401 22.0754 31.3401 23.0354C31.3401 23.9956 30.5617 24.7739 29.6017 24.7739C28.8407 24.7739 28.1938 24.2848 27.9583 23.6038H26.8963C26.6713 23.6038 26.4778 23.507 26.3429 23.327L25.5808 22.3108L22.851 27.7394C22.7252 27.9895 22.4782 28.1334 22.1985 28.1195C21.9188 28.1056 21.6875 27.938 21.587 27.6766L18.7029 20.1659L17.4061 23.4937C17.3005 23.7647 17.0524 23.9343 16.7616 23.9343H14.7787C14.3976 23.9343 14.0869 23.6235 14.0869 23.2425C14.0869 22.8614 14.3976 22.5507 14.7787 22.5507H16.2886H16.2886Z'
23+
/>
24+
</svg>
25+
)

src/icons/specific/IconFirstSteps.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
import React from 'react'
2+
import type { IIconProps } from '../utils'
3+
import { theme } from '@/theme'
4+
5+
const { neutral, primary } = theme.colors
6+
7+
export const IconFirstSteps = ({ width, height, viewBox }: IIconProps) => (
8+
<svg
9+
fill='none'
10+
width={width || 24}
11+
height={height || 24}
12+
viewBox={viewBox || '0 0 40 40'}
13+
xmlns='http://www.w3.org/2000/svg'>
14+
<g clip-path='url(#clip0_853_24)'>
15+
<path
16+
d='M23.1125 7.38362L21.6375 4.39612C21.3938 3.87737 20.6312 3.85862 20.3625 4.39612L18.8875 7.38362L15.6187 7.85237C15.0375 7.93987 14.7875 8.65863 15.2188 9.08988L17.5938 11.4024L17.0312 14.6586C16.9438 15.2399 17.5437 15.6899 18.0812 15.4211L21.0125 13.8711L23.925 15.3961C24.4625 15.6649 25.0688 15.2149 24.975 14.6336L24.4125 11.3774L26.7875 9.08988C27.2125 8.66488 26.9688 7.94612 26.3875 7.85237L23.1187 7.38362H23.1125ZM17 20.0024C15.8937 20.0024 15 20.8961 15 22.0024V34.0024C15 35.1086 15.8937 36.0024 17 36.0024H25C26.1063 36.0024 27 35.1086 27 34.0024V22.0024C27 20.8961 26.1063 20.0024 25 20.0024H17ZM3 24.0024C1.89375 24.0024 1 24.8961 1 26.0024V34.0024C1 35.1086 1.89375 36.0024 3 36.0024H11C12.1063 36.0024 13 35.1086 13 34.0024V26.0024C13 24.8961 12.1063 24.0024 11 24.0024H3ZM29 30.0024V34.0024C29 35.1086 29.8937 36.0024 31 36.0024H39C40.1063 36.0024 41 35.1086 41 34.0024V30.0024C41 28.8961 40.1063 28.0024 39 28.0024H31C29.8937 28.0024 29 28.8961 29 30.0024Z'
17+
fill={primary.main}
18+
/>
19+
</g>
20+
<defs>
21+
<clipPath id='clip0_853_24'>
22+
<rect
23+
width='40'
24+
height='40'
25+
fill={neutral[50]}
26+
transform='translate(0.713379)'
27+
/>
28+
</clipPath>
29+
</defs>
30+
</svg>
31+
)

src/icons/specific/IconGeneral.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ import { theme } from '@/theme'
44

55
const { primary } = theme.colors
66

7-
export const IconGeneral = ({ width, height, viewBox }: IIconProps) => (
7+
export const IconGeneral = ({ color, width, height, viewBox }: IIconProps) => (
88
<svg
99
fill='none'
1010
width={width || 24}
1111
height={height || 24}
1212
viewBox={viewBox || '0 0 24 24'}
1313
xmlns='http://www.w3.org/2000/svg'>
1414
<path
15-
fill={primary.main}
15+
fill={color || primary.main}
1616
d='M3.84679 4.91803C2.82683 4.91803 2 5.90888 2 7.13115V18.7869C2 20.0092 2.82683 21 3.84679 21H17.1436C17.8824 21 18.6826 20.7049 19.052 19.8934L21.6375 15.0246C22.3762 13.623 21.9453 11.5574 20.7141 11.5574H7.54036C6.83167 11.5574 6.21622 11.8882 5.90658 12.5902L3.72367 17.0164V7.27869C3.72367 7.03423 3.88903 6.83607 4.09302 6.83607H6.58618V4.91803H3.84679Z'
1717
/>
1818
<path
19-
fill={primary.main}
19+
fill={color || primary.main}
2020
d='M8.77155 4.91803V10.5246H21.3297V4.91803H19.7291H8.77155Z'
2121
/>
2222
<path
23-
fill={primary.main}
23+
fill={color || primary.main}
2424
d='M7.171 10.5246V3H19.7291V3.88525H7.90971V10.5246H7.171Z'
2525
/>
2626
</svg>

src/icons/specific/IconScheduleDashboardHour.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { theme } from '@/theme'
55
const { neutral, primary } = theme.colors
66

77
export const IconScheduleDashboardHour = ({
8+
color,
89
width,
910
height,
1011
viewBox
@@ -17,19 +18,19 @@ export const IconScheduleDashboardHour = ({
1718
xmlns='http://www.w3.org/2000/svg'>
1819
<g clip-path='url(#clip0_463_281)'>
1920
<path
20-
fill={primary.main}
21+
fill={color || primary.main}
2122
d='M17.4886 2.18182H18.5795C19.7795 2.18182 20.7614 3.16364 20.7614 4.36364V12.8011L18.5795 12V7.63636H3.30682V19.6364H10.9432L12.0341 21.8182H3.30682C2.09591 21.8182 1.125 20.8364 1.125 19.6364L1.13591 4.36364C1.13591 3.16364 2.09591 2.18182 3.30682 2.18182H4.39773V0H6.57955V2.18182H15.3068V0H17.4886V2.18182Z'
2223
/>
2324
<path
24-
fill={primary.main}
25+
fill={color || primary.main}
2526
d='M10.9432 9.81818H5.48864V15.2727H10.9432V9.81818Z'
2627
/>
2728
<path
28-
fill={primary.main}
29+
fill={color || primary.main}
2930
d='M16.9432 15.8204H17.7614V18.684L20.2159 20.1404L19.8068 20.8113L16.9432 19.0931V15.8204Z'
3031
/>
3132
<path
32-
fill={primary.main}
33+
fill={color || primary.main}
3334
fill-rule='evenodd'
3435
clip-rule='evenodd'
3536
d='M17.4832 13.0909C14.4723 13.0909 12.0341 15.5345 12.0341 18.5455C12.0341 21.5564 14.4723 24 17.4832 24C20.4995 24 22.9432 21.5564 22.9432 18.5455C22.9432 15.5345 20.4995 13.0909 17.4832 13.0909ZM17.4832 22.3636C15.3068 22.3636 13.6705 20.8113 13.6705 18.5455C13.6705 16.3636 15.3301 14.7273 17.4832 14.7273C19.6364 14.7273 21.3068 16.2796 21.3068 18.5455C21.3068 20.8113 19.6595 22.3636 17.4832 22.3636Z'

src/icons/specific/IconWindows.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import { theme } from '@/theme'
44

55
const { lightBlue } = theme.colors
66

7-
export const IconWindows = ({ width, height, viewBox }: IIconProps) => (
7+
export const IconWindows = ({ color, width, height, viewBox }: IIconProps) => (
88
<svg
99
fill='none'
1010
width={width || 30}
1111
height={height || 35}
1212
viewBox={viewBox || '0 0 30 35'}
1313
xmlns='http://www.w3.org/2000/svg'>
1414
<path
15-
fill={lightBlue[400]}
15+
fill={color || lightBlue[400]}
1616
d='M0 6.27452L12.2946 4.58032V16.4598H0V6.27452ZM0 28.0111L12.2946 29.7053V17.9732H0V28.0111ZM13.6473 29.8861L30 32.1428V17.9732H13.6473V29.8861ZM13.6473 4.39952V16.4598H30V2.14282L13.6473 4.39952Z'
1717
/>
1818
</svg>

src/icons/specific/IconWorkPermission.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ export const IconWorkPermission = ({
1414
fill='none'
1515
width={width || 24}
1616
height={height || 24}
17-
viewBox={viewBox || '0 0 24 24'}
17+
viewBox={viewBox || '0 0 38 38'}
1818
xmlns='http://www.w3.org/2000/svg'>
1919
<path
2020
fill-rule='evenodd'
2121
clip-rule='evenodd'
2222
fill={color || primary.main}
23-
d='M21.007 11.8227C21.007 12.2291 20.9824 12.6108 20.9331 12.9803L23.4085 14.9261C23.6425 15.0985 23.7041 15.4064 23.5563 15.6773L21.1917 19.766C21.044 20.0369 20.7361 20.1355 20.4651 20.0369L17.5218 18.8547C16.9183 19.3227 16.2533 19.7167 15.5267 20.0123L15.0834 23.1404C15.0464 23.436 14.8001 23.6453 14.5045 23.6453H9.77548C9.47992 23.6453 9.24593 23.436 9.18435 23.1404L8.741 20.0123C8.0144 19.7167 7.36169 19.3227 6.74593 18.8547L3.80258 20.0369C3.53164 20.1232 3.22376 20.0369 3.07598 19.766L0.711444 15.6773C0.575976 15.431 0.637552 15.0985 0.859227 14.9261L3.35923 12.9803C3.29765 12.6108 3.27302 12.2044 3.27302 11.8227C3.27302 11.4409 3.32228 11.0345 3.38386 10.665L0.883857 8.71921C0.637552 8.5468 0.588291 8.2266 0.736074 7.96798L3.08829 3.87931C3.23607 3.60837 3.54396 3.50985 3.81489 3.60837L6.75824 4.79064C7.36169 4.33497 8.02671 3.92857 8.75331 3.633L9.19666 0.504926C9.24592 0.209359 9.47992 0 9.77548 0H14.5045C14.8001 0 15.0464 0.209359 15.0957 0.504926L15.539 3.633C16.2656 3.92857 16.9183 4.32266 17.5341 4.79064L20.4775 3.60837C20.7484 3.52217 21.0563 3.60837 21.2041 3.87931L23.5686 7.96798C23.7041 8.21428 23.6425 8.5468 23.4208 8.71921L20.9208 10.665C20.9824 11.0345 21.007 11.4286 21.007 11.8227ZM12.3395 18.4729C16.0803 18.4729 19.1129 15.4403 19.1129 11.6995C19.1129 7.95861 16.0803 4.92606 12.3395 4.92606C8.59862 4.92606 5.56607 7.95861 5.56607 11.6995C5.56607 15.4403 8.59862 18.4729 12.3395 18.4729Z'
23+
d='M7.42795 29.2235L4.90601 30.2102C4.48568 30.3385 4.00784 30.2102 3.77777 29.8031L0.109895 23.6354C-0.0980541 23.2638 -0.0051405 22.7638 0.339967 22.5028L4.21579 19.5694C4.11845 19.0119 4.08306 18.4013 4.08306 17.8261C4.08306 17.251 4.15827 16.636 4.25561 16.0829L0.379787 13.1495C-0.0007161 12.8884 -0.0803563 12.4062 0.149715 12.0168L3.79547 5.84913C4.02554 5.44208 4.50338 5.29165 4.9237 5.44208L9.48532 7.22514C10.4189 6.53935 11.4498 5.92435 12.578 5.47748L13.2638 0.761006C13.339 0.314136 13.7018 0 14.162 0H21.4933C21.9534 0 22.3339 0.314136 22.4092 0.761006L23.0949 5.47748C24.2232 5.92435 25.232 6.51722 26.1876 7.22514L30.7493 5.44208C31.1696 5.31377 31.6474 5.44208 31.8775 5.84913L35.5454 12.0168C35.7533 12.3885 35.6604 12.8884 35.3153 13.1495L31.4395 16.0829C31.4616 16.2068 31.4793 16.3307 31.497 16.459C31.3289 16.5784 31.1652 16.7156 31.0147 16.8705L28.1034 19.8083C28.2893 19.0296 28.3866 18.2199 28.3866 17.3837C28.3866 11.5832 23.6878 6.88445 17.8874 6.88445C12.0869 6.88445 7.38813 11.5832 7.38813 17.3837C7.38813 20.0074 8.35266 22.4099 9.94546 24.2504C9.35701 24.4274 8.82165 24.746 8.37035 25.2017C7.64917 25.9317 7.27751 26.8741 7.25097 27.8918C7.23769 28.3519 7.29964 28.8032 7.43237 29.228L7.42795 29.2235ZM18.3033 31.5773L12.901 26.1264C12.4143 25.6353 11.7905 25.4008 11.1047 25.4008C10.4145 25.4008 9.79503 25.6353 9.30834 26.1264C8.82165 26.6175 8.59158 27.2414 8.56946 27.9227C8.55176 28.6174 8.77298 29.2766 9.2641 29.7722L16.5069 37.0814C16.7547 37.3291 17.0467 37.5282 17.3785 37.6477C17.675 37.7539 17.9891 37.807 18.3077 37.807C18.6218 37.807 18.936 37.7539 19.2324 37.6477C19.5642 37.5282 19.8562 37.3291 20.104 37.0814L35.5985 21.4409C36.0896 20.9454 36.3152 20.3083 36.3152 19.6136C36.3152 18.919 36.094 18.2863 35.5985 17.7907C35.1073 17.2952 34.4746 17.0651 33.78 17.0651C33.0854 17.0651 32.4527 17.2952 31.9616 17.7907L18.3077 31.5729L18.3033 31.5773Z'
2424
/>
2525
</svg>
2626
)

0 commit comments

Comments
 (0)