@@ -524,7 +524,7 @@ export function HubspotIcon(props: SVGProps<SVGSVGElement>) {
524524 xmlns = 'http://www.w3.org/2000/svg'
525525 fill = 'currentColor'
526526 >
527- < path d = 'M18.16 7.93V5.08a2.2 2.2 0 1.27-1.98v -.067A2.2 2.2 0 17.24 .845h-.067a2.2 2.2 0 00 -2.19 2.19v .067a2.2 2.2 0 1.25 1.97l.13.01v2. 85a6.22 6.22 0 00 -2.97 1.31l.012-.01-7.83-6.09A2. 5 2.5 0 104 .3 4.66l-.12.01 7.7 5.99a6.18 6.18 0 00 -1.04 3.45c0 1.34.425 2.59 1.15 3.61l-.013-.02-2.34 2.34a1.97 1.97 0 00-.58-.095h-.002a2.03 2.03 0 102.03 2.03 1.98 1.98 0 00 -.1-.595l.5.01 2.32 -2.32a6.25 6.25 0 104.78-11.13l-.036-.005zm-.964 9.38a3 .21 3.21 0 113.22-3.21v.002a3. 21 3.21 0 01-3.21 3.21z ' />
527+ < path d = 'M18.164 7.93V5.084a2.198 2.198 0 0 0 1.27-1.978v -.067A2.2 2.2 0 0 0 17.238 .845h-.067a2.2 2.2 0 0 0 -2.193 2.194v .067a2.196 2.196 0 0 0 1.27 1.978v2. 85a6.21 6.21 0 0 0 -2.974 1.31L5.443.515A2. 5 2.5 0 1 0 4 .3 4.664l-.123.013 7.728 6.013a6.182 6.182 0 0 0 -1.043 3.45c0 1.336.43 2.605 1.157 3.62l-2.35 2.348a2.022 2.022 0 0 0-.585-.1 2.026 2.026 0 1 0 2.026 2.026 1.98 1.98 0 0 0 -.1-.584l2.318 -2.323A6.249 6.249 0 1 0 18.166 7.93Zm-.96 9.371a3 .21 3.21 0 1 1 0-6.421 3. 21 3.21 0 0 1 0 6.42z ' />
528528 </ svg >
529529 )
530530}
@@ -2284,23 +2284,26 @@ export function ElevenLabsIcon(props: SVGProps<SVGSVGElement>) {
22842284}
22852285
22862286export function FindymailIcon ( props : SVGProps < SVGSVGElement > ) {
2287+ const id = useId ( )
2288+ const gradient0 = `findymail_paint0_${ id } `
2289+ const gradient1 = `findymail_paint1_${ id } `
22872290 return (
22882291 < svg { ...props } xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 45.4462 31.2952' fill = 'none' >
22892292 < path
22902293 fillRule = 'evenodd'
22912294 clipRule = 'evenodd'
22922295 d = 'M27.7788 8.18066C26.628 8.18066 25.479 8.62026 24.6016 9.49766L22.7235 11.0666L20.8454 9.49766C19.968 8.62026 18.8189 8.18066 17.6681 8.18066C16.5191 8.18066 15.3683 8.62026 14.4909 9.49766C12.7361 11.2525 12.7361 14.0991 14.4909 15.8521L20.9722 22.0922C21.9497 23.0339 23.4972 23.0339 24.4747 22.0922L30.9578 15.8521C32.7126 14.0991 32.7126 11.2525 30.9578 9.49766C30.0804 8.62026 28.9296 8.18066 27.7788 8.18066Z'
2293- fill = ' url(#findymail_paint0)'
2296+ fill = { ` url(#${ gradient0 } )` }
22942297 />
22952298 < path
22962299 fillRule = 'evenodd'
22972300 clipRule = 'evenodd'
22982301 d = 'M42.3815 27.2995C42.3815 27.8571 41.9312 28.3074 41.3737 28.3074H4.0725C3.51497 28.3074 3.06644 27.8571 3.06644 27.2995V7.29083C3.06644 6.39914 4.1279 5.9381 4.77835 6.54745L9.53884 11.0042C9.95341 11.3937 10.6182 11.1971 10.7718 10.6485C10.8791 10.2715 11.0167 9.90338 11.1846 9.54956C11.4062 9.08138 11.2579 8.51848 10.8791 8.16466L7.1854 4.70509C6.52958 4.09037 6.96382 2.9896 7.86445 2.9896H37.58C38.4806 2.9896 38.9166 4.09216 38.259 4.70688L34.5671 8.16109C34.1901 8.51491 34.04 9.07959 34.2633 9.54777C34.4295 9.90159 34.5671 10.2679 34.6743 10.645C34.828 11.1918 35.4928 11.3884 35.9073 11.0006L40.6678 6.54567C41.3183 5.93631 42.3815 6.39735 42.3815 7.28726V27.2995ZM42.9141 0H2.53213C1.13294 0 0 1.13294 0 2.53213V28.7631C0 30.1622 1.13294 31.2952 2.53213 31.2952H42.9141C44.3132 31.2952 45.4462 30.1622 45.4462 28.7631V2.53213C45.4462 1.13294 44.3132 0 42.9141 0Z'
2299- fill = ' url(#findymail_paint1)'
2302+ fill = { ` url(#${ gradient1 } )` }
23002303 />
23012304 < defs >
23022305 < linearGradient
2303- id = 'findymail_paint0'
2306+ id = { gradient0 }
23042307 x1 = '20.5769'
23052308 y1 = '8.68821'
23062309 x2 = '24.6922'
@@ -2312,7 +2315,7 @@ export function FindymailIcon(props: SVGProps<SVGSVGElement>) {
23122315 < stop offset = '1' stopColor = '#B91C1C' />
23132316 </ linearGradient >
23142317 < linearGradient
2315- id = 'findymail_paint1'
2318+ id = { gradient1 }
23162319 x1 = '22.7231'
23172320 y1 = '0'
23182321 x2 = '22.7231'
@@ -3972,14 +3975,7 @@ export const SMSIcon = (props: SVGProps<SVGSVGElement>) => (
39723975)
39733976
39743977export const ResendIcon = ( props : SVGProps < SVGSVGElement > ) => (
3975- < svg
3976- { ...props }
3977- width = '1800'
3978- height = '1800'
3979- viewBox = '0 0 1800 1800'
3980- fill = 'none'
3981- xmlns = 'http://www.w3.org/2000/svg'
3982- >
3978+ < svg { ...props } viewBox = '360 360 1080 1080' fill = 'none' xmlns = 'http://www.w3.org/2000/svg' >
39833979 < path
39843980 d = 'M1000.46 450C1174.77 450 1278.43 553.67 1278.43 691.28C1278.43 828.9 1174.77 932.56 1000.46 932.56H912.38L1350 1350H1040.82L707.79 1033.48C683.94 1011.47 672.94 985.78 672.94 963.77C672.94 932.57 694.96 905.05 737.16 893.12L908.71 847.24C973.85 829.81 1018.81 779.35 1018.81 713.3C1018.8 632.57 952.75 585.78 871.1 585.78H450V450H1000.46Z'
39853981 fill = '#FDFDFD'
0 commit comments