Skip to content

Commit 5dac862

Browse files
waleedlatif1claude
andcommitted
fix(icons): repair corrupted Fireworks icon arc command
The leftmost spark of the Fireworks icon never rendered because its third subpath used a corrupted arc command (`a34.59 34.59 0 17.15 37.65`) with collapsed flags, yielding an invalid sweep-flag of 7 that aborts the path parse. Replaced with the canonical lobehub Fireworks source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5739a11 commit 5dac862

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/sim/components/icons.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,16 +3993,16 @@ export function FireworksIcon(props: SVGProps<SVGSVGElement>) {
39933993
return (
39943994
<svg
39953995
{...props}
3996-
viewBox='0 0 512 512'
3996+
height='1em'
3997+
width='1em'
3998+
viewBox='0 0 24 24'
39973999
xmlns='http://www.w3.org/2000/svg'
39984000
fillRule='evenodd'
39994001
clipRule='evenodd'
4000-
strokeLinejoin='round'
4001-
strokeMiterlimit={2}
40024002
>
40034003
<path
4004-
d='M314.33 110.17L255.98 251.73l-58.42-141.56h-37.46l64 154.75c5.23 12.85 17.77 21.31 31.65 21.31s26.42-8.44 31.65-21.27l64.4-154.79h-37.46zm24.92 215.67L446 216.58l-14.56-34.77-116.58 119.56c-9.71 9.96-12.54 24.83-7.15 37.65 5.29 12.73 17.79 21.08 31.58 21.08l.42.06L506 359.75l-14.56-34.77-152.15.853h-.042zM66 216.5l14.56-34.77 116.58 119.56a34.59 34.59 0 17.15 37.65C199 351.67 186.5 360.02 172.71 360.02l-166.67-.375-.42.04 14.56-34.77 152.15.875L66 216.5z'
4005-
fill='#5019c5'
4004+
d='M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z'
4005+
fill='#5019C5'
40064006
/>
40074007
</svg>
40084008
)

0 commit comments

Comments
 (0)