Skip to content

Commit 8b7dcab

Browse files
committed
icons update
1 parent a8ec4a7 commit 8b7dcab

2 files changed

Lines changed: 400 additions & 90 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 200 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ export function GitLabIcon(props: SVGProps<SVGSVGElement>) {
780780

781781
export function SerperIcon(props: SVGProps<SVGSVGElement>) {
782782
return (
783-
<svg viewBox='0 0 654 600' xmlns='http://www.w3.org/2000/svg' {...props}>
783+
<svg viewBox='35.411 -19.109 628.098 628.098' xmlns='http://www.w3.org/2000/svg' {...props}>
784784
<path
785785
d='M324 38C356 37 389 36 417 47C452 56 484 72 509 94C539 118 561 145 577 176C593 205 601 238 606 271C610 343 590 403 552 452C528 482 499 507 467 523C438 539 404 547 372 552C297 556 235 534 184 492C133 449 103 392 93 330C93 292 89 255 102 224C112 189 128 158 149 132C194 78 255 46 322 38'
786786
fill='rgb(71,97,118)'
@@ -1298,7 +1298,7 @@ export function GoogleSheetsIcon(props: SVGProps<SVGSVGElement>) {
12981298
export const S3Icon = (props: SVGProps<SVGSVGElement>) => (
12991299
<svg
13001300
{...props}
1301-
viewBox='-3.097 -3 70 70'
1301+
viewBox='0 0 80 80'
13021302
version='1.1'
13031303
xmlns='http://www.w3.org/2000/svg'
13041304
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -2175,27 +2175,8 @@ export function MistralIcon(props: SVGProps<SVGSVGElement>) {
21752175

21762176
export function BrainIcon(props: SVGProps<SVGSVGElement>) {
21772177
return (
2178-
<svg
2179-
{...props}
2180-
xmlns='http://www.w3.org/2000/svg'
2181-
width='24'
2182-
height='24'
2183-
viewBox='0 0 24 24'
2184-
fill='none'
2185-
stroke='currentColor'
2186-
strokeWidth='2'
2187-
strokeLinecap='round'
2188-
strokeLinejoin='round'
2189-
>
2190-
<path d='M12 5a3 3 0 1 0-6.125 4 4 0 0 0-2.53 5.77 4 4 0 0 0 .556 6.59A4 4 0 1 0 12 18Z' />
2191-
<path d='M12 5a3 3 0 1 1 6.125 4 4 0 0 1 2.53 5.77 4 4 0 0 1-.556 6.59A4 4 0 1 1 12 18Z' />
2192-
<path d='M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4' />
2193-
<path d='M17.6 6.5a3 3 0 0 0 .399-1.37' />
2194-
<path d='M6 5.13A3 3 0 0 0 6.4 6.5' />
2195-
<path d='M3.48 10.9a4 4 0 0 1 .585-.396' />
2196-
<path d='M19.94 10.5a4 4 0 0 1 .585.4' />
2197-
<path d='M6 18a4 4 0 0 1-1.97-.516' />
2198-
<path d='M19.97 17.48A4 4 0 0 1 18 18' />
2178+
<svg {...props} viewBox='0 0 256 256' fill='currentColor' xmlns='http://www.w3.org/2000/svg'>
2179+
<path d='M212,76V72a44,44,0,0,0-74.86-31.31,3.93,3.93,0,0,0-1.14,2.8v88.72a4,4,0,0,0,6.2,3.33A47.67,47.67,0,0,1,167.68,128a8.18,8.18,0,0,1,8.31,7.58,8,8,0,0,1-8,8.42,32,32,0,0,0-32,32v33.88a4,4,0,0,0,1.49,3.12,47.92,47.92,0,0,0,74.21-17.16,4,4,0,0,0-4.49-5.56A68.06,68.06,0,0,1,192,192h-7.73a8.18,8.18,0,0,1-8.25-7.47,8,8,0,0,1,8-8.53h8a51.6,51.6,0,0,0,24-5.88v0A52,52,0,0,0,212,76Zm-12,36h-4a36,36,0,0,1-36-36V72a8,8,0,0,1,16,0v4a20,20,0,0,0,20,20h4a8,8,0,0,1,0,16ZM88,28A44.05,44.05,0,0,0,44,72v4a52,52,0,0,0-4,94.12h0A51.6,51.6,0,0,0,64,176h7.73A8.18,8.18,0,0,1,80,183.47,8,8,0,0,1,72,192H64a67.48,67.48,0,0,1-15.21-1.73,4,4,0,0,0-4.5,5.55A47.93,47.93,0,0,0,118.51,213a4,4,0,0,0,1.49-3.12V176a32,32,0,0,0-32-32,8,8,0,0,1-8-8.42A8.18,8.18,0,0,1,88.32,128a47.67,47.67,0,0,1,25.48,7.54,4,4,0,0,0,6.2-3.33V43.49a4,4,0,0,0-1.14-2.81A43.85,43.85,0,0,0,88,28Zm8,48a36,36,0,0,1-36,36H56a8,8,0,0,1,0-16h4A20,20,0,0,0,80,76V72a8,8,0,0,1,16,0Z' />
21992180
</svg>
22002181
)
22012182
}
@@ -2342,8 +2323,8 @@ export function ExtendIcon(props: SVGProps<SVGSVGElement>) {
23422323

23432324
export function EvernoteIcon(props: SVGProps<SVGSVGElement>) {
23442325
return (
2345-
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='#7fce2c'>
2346-
<path d='M29.34 16.82c.1 1.7-.08 3.37-.305 5.05-.225 1.71-.508 3.42-.964 5.08-.3 1.07-.673 2.1-1.2 3.07-.65 1.19-1.63 1.87-2.99 1.92l-3.83.036c-.636-.017-1.28-.146-1.9-.297-1.19-.3-1.86-1.1-2.06-2.3-.186-1.08-.173-2.19.04-3.26.252-1.23 1-1.96 2.23-2.1.817-.1 1.65-.077 2.48-.1.21-.7.28.98.2.287-.196.53-.236 1.07-.098 1.62.53.21-.23.31-.26.31a7.77 7.77 0 0 0-1.12.053c-.636.09-.96.47-.96 1.11 0 .205.03.416.07.622.1.507.45.78.94.837 1.12.127 2.25.138 3.37-.5.68-.114 1.08-.54 1.16-1.21.152-1.3.16-2.59-.228-3.84-.33-1.09-1.01-1.56-2.13-1.7l-3.36-.54c-1.06-.193-1.7-.887-1.92-1.9-.13-.572-.14-1.17-.214-1.76-.013-.106-.074-.208-.1-.3-.04.1-.106.21-.117.33-.066.68-.053 1.37-.185 2.04-.16.8-.404 1.57-.67 2.33-.185.54-.616.84-1.2.8a37.76 37.76 0 0 1-7.12-1.35l-.64-.207c-.927-.26-1.49-.903-1.74-1.79l-1-3.85-.74-4.3c-.115-.755-.2-1.52-.083-2.29.154-1.11.914-1.9 2.04-1.96l3.56-.062c.127 0 .254.373-.026a1.23 1.23 0 0 0 1.01-1.25l-.05-3.04c-.048-1.58.8-2.38 2.16-2.62a10.58 10.58 0 0 1 4.91.26c.933.28 1.47.923 1.72 1.83.06.22.15.3.37.29l2.58.01 3.33.37c.686.1 1.36.25 2.03.42 1.17.298 1.79 1.11 1.96 2.26l.357 3.36.3 5.58.01 2.28zm-4.53-1.15c-.02-.666-.07-1.27-.444-1.78a1.66 1.66 0 0 0-2.47-.15c-.364.4-.494.88-.564 1.4-.8.03.106.13.16.13l.8-.053c.768.01 1.52.113 2.25.39.66.03.136.4.26.077zM8.79 1.15a3.82 3.82 0 0 0-.278 1.59l.05 2.93c.5.36-.075.45-.433.45L5.1 6.16c-.583 0-1.14.1-1.55.278l5.2-5.33c.2.01.4.03.6.05z' />
2326+
<svg {...props} viewBox='0 0 32 32' fill='#7fce2c' xmlns='http://www.w3.org/2000/svg'>
2327+
<path d='M29.343 16.818c.1 1.695-.08 3.368-.305 5.045-.225 1.712-.508 3.416-.964 5.084-.3 1.067-.673 2.1-1.202 3.074-.65 1.192-1.635 1.87-2.992 1.924l-3.832.036c-.636-.017-1.278-.146-1.9-.297-1.192-.3-1.862-1.1-2.06-2.3-.186-1.08-.173-2.187.04-3.264.252-1.23 1-1.96 2.234-2.103.817-.1 1.65-.077 2.476-.1.205-.007.275.098.203.287-.196.53-.236 1.07-.098 1.623.053.207-.023.307-.26.305a7.77 7.77 0 0 0-1.123.053c-.636.086-.96.47-.96 1.112 0 .205.026.416.066.622.103.507.45.78.944.837 1.123.127 2.247.138 3.37-.05.675-.114 1.08-.54 1.16-1.208.152-1.3.155-2.587-.228-3.845-.33-1.092-1.006-1.565-2.134-1.7l-3.36-.54c-1.06-.193-1.7-.887-1.92-1.9-.13-.572-.14-1.17-.214-1.757-.013-.106-.074-.208-.1-.3-.04.1-.106.212-.117.326-.066.68-.053 1.373-.185 2.04-.16.8-.404 1.566-.67 2.33-.185.535-.616.837-1.205.8a37.76 37.76 0 0 1-7.123-1.353l-.64-.207c-.927-.26-1.487-.903-1.74-1.787l-1-3.853-.74-4.3c-.115-.755-.2-1.523-.083-2.293.154-1.112.914-1.903 2.04-1.964l3.558-.062c.127 0 .254.003.373-.026a1.23 1.23 0 0 0 1.01-1.255l-.05-3.036c-.048-1.576.8-2.38 2.156-2.622a10.58 10.58 0 0 1 4.91.26c.933.275 1.467.923 1.715 1.83.058.22.146.3.37.287l2.582.01 3.333.37c.686.095 1.364.25 2.032.42 1.165.298 1.793 1.112 1.962 2.256l.357 3.355.3 5.577.01 2.277zm-4.534-1.155c-.02-.666-.07-1.267-.444-1.784a1.66 1.66 0 0 0-2.469-.15c-.364.4-.494.88-.564 1.4-.008.034.106.126.16.126l.8-.053c.768.007 1.523.113 2.25.393.066.026.136.04.265.077zM8.787 1.154a3.82 3.82 0 0 0-.278 1.592l.05 2.934c.005.357-.075.45-.433.45L5.1 6.156c-.583 0-1.143.1-1.554.278l5.2-5.332c.02.013.04.033.06.053z' />
23472328
</svg>
23482329
)
23492330
}
@@ -2538,7 +2519,7 @@ export function TelegramIcon(props: SVGProps<SVGSVGElement>) {
25382519
<svg
25392520
{...props}
25402521
xmlns='http://www.w3.org/2000/svg'
2541-
viewBox='0 0 24 24'
2522+
viewBox='1 1 22 22'
25422523
width='24'
25432524
height='24'
25442525
fill='none'
@@ -3635,26 +3616,200 @@ export function HunterIOIcon(props: SVGProps<SVGSVGElement>) {
36353616
}
36363617

36373618
export function MicrosoftOneDriveIcon(props: SVGProps<SVGSVGElement>) {
3619+
const id = useId()
36383620
return (
3639-
<svg {...props} fill='currentColor' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>
3640-
<g>
3641-
<path
3642-
d='M12.2,11.19l.00031-.0011,6.72,4.02,4-1.68.18A6.48,6.48,0,0,1,25.5,13c.14764,0,.29358.1.44.02a10,10,0,0,0-18.04-3.01C7.93,10,7.97,10,8,10A7.96,7.96,0,0,1,12.2,11.19Z'
3643-
fill='#0364b8'
3644-
/>
3645-
<path
3646-
d='M12.2,11.19l-.31A7.96,7.96,0,0,0,8,10c-.0343,0-.6805-.10223A8,8,0,0,0,1.44,22.57l5.92-2.49,2.63-1.11,5.86-2.47,3.06-1.29Z'
3647-
fill='#0078d4'
3648-
/>
3649-
<path
3650-
d='M25.94,13.02C25.79,13.01,25.65,13,25.5,13a6.48,6.48,0,0,0-2.58.53l-.00018-.00068-4,1.68,1.16.7L23.89,18.19l1.66.99,5.68,3.4a6.5,6.5,0,0,0-5.28-9.57Z'
3651-
fill='#1490df'
3652-
/>
3653-
<path
3654-
d='M25.55,19.18,23.89,18.19l-3.8-2.28-1.16-.69528L15.86,16.5,9.99,18.97,7.36,20.08l-5.92,2.49A7.99,7.99,0,0,0,8,26H25.5a6.5,6.5,0,0,0,5.72-3.42Z'
3655-
fill='#28a8ea'
3656-
/>
3657-
</g>
3621+
<svg {...props} viewBox='35.98 139.2 648.03 430.85' xmlns='http://www.w3.org/2000/svg'>
3622+
<defs>
3623+
<radialGradient
3624+
id={`onedrive_radial0_${id}`}
3625+
gradientUnits='userSpaceOnUse'
3626+
cx='0'
3627+
cy='0'
3628+
fx='0'
3629+
fy='0'
3630+
r='1'
3631+
gradientTransform='matrix(130.864814,156.804864,-260.089994,217.063603,48.669602,228.766494)'
3632+
>
3633+
<stop offset='0' stopColor='rgb(28.235294%,58.039216%,99.607843%)' stopOpacity={1} />
3634+
<stop
3635+
offset='0.695072'
3636+
stopColor='rgb(3.529412%,20.392157%,70.196078%)'
3637+
stopOpacity={1}
3638+
/>
3639+
</radialGradient>
3640+
<radialGradient
3641+
id={`onedrive_radial1_${id}`}
3642+
gradientUnits='userSpaceOnUse'
3643+
cx='0'
3644+
cy='0'
3645+
fx='0'
3646+
fy='0'
3647+
r='1'
3648+
gradientTransform='matrix(-575.289668,663.594003,-491.728488,-426.294267,596.956501,-6.380235)'
3649+
>
3650+
<stop
3651+
offset='0.165327'
3652+
stopColor='rgb(13.72549%,75.294118%,99.607843%)'
3653+
stopOpacity={1}
3654+
/>
3655+
<stop offset='0.534' stopColor='rgb(10.980392%,56.862745%,100%)' stopOpacity={1} />
3656+
</radialGradient>
3657+
<radialGradient
3658+
id={`onedrive_radial2_${id}`}
3659+
gradientUnits='userSpaceOnUse'
3660+
cx='0'
3661+
cy='0'
3662+
fx='0'
3663+
fy='0'
3664+
r='1'
3665+
gradientTransform='matrix(-136.753383,-114.806698,262.816935,-313.057562,181.196995,240.395994)'
3666+
>
3667+
<stop offset='0' stopColor='rgb(100%,100%,100%)' stopOpacity={0.4} />
3668+
<stop offset='0.660528' stopColor='rgb(67.843137%,75.294118%,100%)' stopOpacity={0} />
3669+
</radialGradient>
3670+
<radialGradient
3671+
id={`onedrive_radial3_${id}`}
3672+
gradientUnits='userSpaceOnUse'
3673+
cx='0'
3674+
cy='0'
3675+
fx='0'
3676+
fy='0'
3677+
r='1'
3678+
gradientTransform='matrix(-153.638428,-130.000063,197.433014,-233.332948,375.353994,451.43549)'
3679+
>
3680+
<stop offset='0' stopColor='rgb(1.176471%,22.745098%,80%)' stopOpacity={1} />
3681+
<stop offset='1' stopColor='rgb(21.176471%,55.686275%,100%)' stopOpacity={0} />
3682+
</radialGradient>
3683+
<radialGradient
3684+
id={`onedrive_radial4_${id}`}
3685+
gradientUnits='userSpaceOnUse'
3686+
cx='0'
3687+
cy='0'
3688+
fx='0'
3689+
fy='0'
3690+
r='1'
3691+
gradientTransform='matrix(175.585899,405.198026,-437.434522,189.555055,169.378495,125.589294)'
3692+
>
3693+
<stop
3694+
offset='0.592618'
3695+
stopColor='rgb(20.392157%,39.215686%,89.019608%)'
3696+
stopOpacity={0}
3697+
/>
3698+
<stop offset='1' stopColor='rgb(1.176471%,22.745098%,80%)' stopOpacity={0.6} />
3699+
</radialGradient>
3700+
<radialGradient
3701+
id={`onedrive_radial5_${id}`}
3702+
gradientUnits='userSpaceOnUse'
3703+
cx='0'
3704+
cy='0'
3705+
fx='0'
3706+
fy='0'
3707+
r='1'
3708+
gradientTransform='matrix(-459.329491,459.329491,-719.614455,-719.614455,589.876499,39.484649)'
3709+
>
3710+
<stop
3711+
offset='0'
3712+
stopColor='rgb(29.411765%,99.215686%,90.980392%)'
3713+
stopOpacity={0.898039}
3714+
/>
3715+
<stop
3716+
offset='0.543937'
3717+
stopColor='rgb(29.411765%,99.215686%,90.980392%)'
3718+
stopOpacity={0}
3719+
/>
3720+
</radialGradient>
3721+
<linearGradient
3722+
id={`onedrive_linear0_${id}`}
3723+
gradientUnits='userSpaceOnUse'
3724+
x1='29.999701'
3725+
y1='37.9823'
3726+
x2='29.999701'
3727+
y2='18.398199'
3728+
gradientTransform='matrix(15,0,0,15,0,0)'
3729+
>
3730+
<stop offset='0' stopColor='rgb(0%,52.54902%,100%)' stopOpacity={1} />
3731+
<stop offset='0.49' stopColor='rgb(0%,73.333333%,100%)' stopOpacity={1} />
3732+
</linearGradient>
3733+
<radialGradient
3734+
id={`onedrive_radial6_${id}`}
3735+
gradientUnits='userSpaceOnUse'
3736+
cx='0'
3737+
cy='0'
3738+
fx='0'
3739+
fy='0'
3740+
r='1'
3741+
gradientTransform='matrix(273.622108,108.513684,-205.488428,518.148261,296.488495,307.441492)'
3742+
>
3743+
<stop offset='0' stopColor='rgb(100%,100%,100%)' stopOpacity={0.4} />
3744+
<stop offset='0.785262' stopColor='rgb(100%,100%,100%)' stopOpacity={0} />
3745+
</radialGradient>
3746+
<radialGradient
3747+
id={`onedrive_radial7_${id}`}
3748+
gradientUnits='userSpaceOnUse'
3749+
cx='0'
3750+
cy='0'
3751+
fx='0'
3752+
fy='0'
3753+
r='1'
3754+
gradientTransform='matrix(-305.683909,263.459223,-264.352324,-306.720147,674.845505,249.378004)'
3755+
>
3756+
<stop
3757+
offset='0'
3758+
stopColor='rgb(29.411765%,99.215686%,90.980392%)'
3759+
stopOpacity={0.898039}
3760+
/>
3761+
<stop
3762+
offset='0.584724'
3763+
stopColor='rgb(29.411765%,99.215686%,90.980392%)'
3764+
stopOpacity={0}
3765+
/>
3766+
</radialGradient>
3767+
</defs>
3768+
<path
3769+
fill={`url(#onedrive_radial0_${id})`}
3770+
fillRule='nonzero'
3771+
d='M 215.078125 205.089844 C 116.011719 205.09375 41.957031 286.1875 36.382812 376.527344 C 39.835938 395.992188 51.175781 434.429688 68.941406 432.457031 C 91.144531 429.988281 147.066406 432.457031 194.765625 346.105469 C 229.609375 283.027344 301.285156 205.085938 215.078125 205.089844 Z M 215.078125 205.089844 '
3772+
/>
3773+
<path
3774+
fill={`url(#onedrive_radial1_${id})`}
3775+
fillRule='nonzero'
3776+
d='M 192.171875 238.8125 C 158.871094 291.535156 114.042969 367.085938 98.914062 390.859375 C 80.929688 419.121094 33.304688 407.113281 37.25 366.609375 C 36.863281 369.894531 36.5625 373.210938 36.355469 376.546875 C 29.84375 481.933594 113.398438 569.453125 217.375 569.453125 C 331.96875 569.453125 605.269531 426.671875 577.609375 283.609375 C 548.457031 199.519531 466.523438 139.203125 373.664062 139.203125 C 280.808594 139.203125 221.296875 192.699219 192.171875 238.8125 Z M 192.171875 238.8125 '
3777+
/>
3778+
<path
3779+
fill={`url(#onedrive_radial2_${id})`}
3780+
fillRule='nonzero'
3781+
d='M 192.171875 238.8125 C 158.871094 291.535156 114.042969 367.085938 98.914062 390.859375 C 80.929688 419.121094 33.304688 407.113281 37.25 366.609375 C 36.863281 369.894531 36.5625 373.210938 36.355469 376.546875 C 29.84375 481.933594 113.398438 569.453125 217.375 569.453125 C 331.96875 569.453125 605.269531 426.671875 577.609375 283.609375 C 548.457031 199.519531 466.523438 139.203125 373.664062 139.203125 C 280.808594 139.203125 221.296875 192.699219 192.171875 238.8125 Z M 192.171875 238.8125 '
3782+
/>
3783+
<path
3784+
fill={`url(#onedrive_radial3_${id})`}
3785+
fillRule='nonzero'
3786+
d='M 192.171875 238.8125 C 158.871094 291.535156 114.042969 367.085938 98.914062 390.859375 C 80.929688 419.121094 33.304688 407.113281 37.25 366.609375 C 36.863281 369.894531 36.5625 373.210938 36.355469 376.546875 C 29.84375 481.933594 113.398438 569.453125 217.375 569.453125 C 331.96875 569.453125 605.269531 426.671875 577.609375 283.609375 C 548.457031 199.519531 466.523438 139.203125 373.664062 139.203125 C 280.808594 139.203125 221.296875 192.699219 192.171875 238.8125 Z M 192.171875 238.8125 '
3787+
/>
3788+
<path
3789+
fill={`url(#onedrive_radial4_${id})`}
3790+
fillRule='nonzero'
3791+
d='M 192.171875 238.8125 C 158.871094 291.535156 114.042969 367.085938 98.914062 390.859375 C 80.929688 419.121094 33.304688 407.113281 37.25 366.609375 C 36.863281 369.894531 36.5625 373.210938 36.355469 376.546875 C 29.84375 481.933594 113.398438 569.453125 217.375 569.453125 C 331.96875 569.453125 605.269531 426.671875 577.609375 283.609375 C 548.457031 199.519531 466.523438 139.203125 373.664062 139.203125 C 280.808594 139.203125 221.296875 192.699219 192.171875 238.8125 Z M 192.171875 238.8125 '
3792+
/>
3793+
<path
3794+
fill={`url(#onedrive_radial5_${id})`}
3795+
fillRule='nonzero'
3796+
d='M 192.171875 238.8125 C 158.871094 291.535156 114.042969 367.085938 98.914062 390.859375 C 80.929688 419.121094 33.304688 407.113281 37.25 366.609375 C 36.863281 369.894531 36.5625 373.210938 36.355469 376.546875 C 29.84375 481.933594 113.398438 569.453125 217.375 569.453125 C 331.96875 569.453125 605.269531 426.671875 577.609375 283.609375 C 548.457031 199.519531 466.523438 139.203125 373.664062 139.203125 C 280.808594 139.203125 221.296875 192.699219 192.171875 238.8125 Z M 192.171875 238.8125 '
3797+
/>
3798+
<path
3799+
fill={`url(#onedrive_linear0_${id})`}
3800+
fillRule='nonzero'
3801+
d='M 215.699219 569.496094 C 215.699219 569.496094 489.320312 570.035156 535.734375 570.035156 C 619.960938 570.035156 684 501.273438 684 421.03125 C 684 340.789062 618.671875 272.445312 535.734375 272.445312 C 452.792969 272.445312 405.027344 334.492188 369.152344 402.226562 C 327.117188 481.59375 273.488281 568.546875 215.699219 569.496094 Z M 215.699219 569.496094 '
3802+
/>
3803+
<path
3804+
fill={`url(#onedrive_radial6_${id})`}
3805+
fillRule='nonzero'
3806+
d='M 215.699219 569.496094 C 215.699219 569.496094 489.320312 570.035156 535.734375 570.035156 C 619.960938 570.035156 684 501.273438 684 421.03125 C 684 340.789062 618.671875 272.445312 535.734375 272.445312 C 452.792969 272.445312 405.027344 334.492188 369.152344 402.226562 C 327.117188 481.59375 273.488281 568.546875 215.699219 569.496094 Z M 215.699219 569.496094 '
3807+
/>
3808+
<path
3809+
fill={`url(#onedrive_radial7_${id})`}
3810+
fillRule='nonzero'
3811+
d='M 215.699219 569.496094 C 215.699219 569.496094 489.320312 570.035156 535.734375 570.035156 C 619.960938 570.035156 684 501.273438 684 421.03125 C 684 340.789062 618.671875 272.445312 535.734375 272.445312 C 452.792969 272.445312 405.027344 334.492188 369.152344 402.226562 C 327.117188 481.59375 273.488281 568.546875 215.699219 569.496094 Z M 215.699219 569.496094 '
3812+
/>
36583813
</svg>
36593814
)
36603815
}

0 commit comments

Comments
 (0)