Skip to content

Commit

Permalink
IconRocket: Update design
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 21, 2024
1 parent 6e91012 commit 676f4b2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .changeset/polite-donkeys-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'braid-design-system': patch
---

---
updated:
- IconRocket
---

**IconRocket:** Update design

Update the design asset for `IconRocket`
9 changes: 8 additions & 1 deletion packages/braid-design-system/icons/rocket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,8 @@ export const IconRocketSvg = ({ title, titleId, ...props }: SVGProps) => (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path d="M20.958 3.042a2.004 2.004 0 0 0-1.963-.51l-3.276.937a9.011 9.011 0 0 0-3.892 2.29L9.53 8.057l-6.67.953a.999.999 0 0 0-.566 1.697L4.586 13 11 19.414l2.293 2.293a1 1 0 0 0 1.697-.565l.953-6.671 2.298-2.298a9.011 9.011 0 0 0 2.29-3.892l.937-3.276a2.004 2.004 0 0 0-.51-1.963ZM5.121 10.707l2.05-.293L6 11.586l-.879-.879Zm8.172 8.172L12.414 18l1.172-1.172-.293 2.05Zm5.314-11.147a7.006 7.006 0 0 1-1.78 3.027L11 16.586 7.414 13l5.827-5.827a7.006 7.006 0 0 1 3.027-1.78l3.276-.937-.937 3.276Zm-11.9 9.561a1 1 0 0 0-1.414 0l-2 2a1 1 0 1 0 1.414 1.414l2-2a1 1 0 0 0 0-1.414Zm-3-.586 1-1a1 1 0 1 0-1.414-1.414l-1 1a1 1 0 1 0 1.414 1.414Zm4.586 2.586-1 1a1 1 0 1 0 1.414 1.414l1-1a1 1 0 1 0-1.414-1.414Z" />
<path d="M21.7 3.66c-.17-.67-.71-1.21-1.38-1.38-4.44-1.12-8.54 1.29-10.87 3.82l-4.1.19c-.25.01-.48.12-.66.29L1.36 9.91c-.22.22-.32.52-.29.82.04.3.21.57.47.73l3.39 2.1 5.49 5.49 2.1 3.4c.16.26.43.43.74.47h.12c.26 0 .52-.1.71-.29l3.33-3.33c.18-.18.28-.41.29-.66l.19-4.13c2.53-2.33 4.92-6.42 3.8-10.86Zm-11.06 4.1c1.78-2.11 5.05-4.25 8.58-3.67.33.05.61.33.66.66.58 3.54-1.56 6.8-3.67 8.58-1.07.91-3.48 2.67-4.86 3.66l-4.38-4.38c.81-1.12 2.69-3.71 3.66-4.86Zm-6.98 2.67 2.16-2.16 1.94-.09c-.91 1.2-1.9 2.57-2.42 3.29l-1.68-1.04Zm9.9 9.9-1.05-1.7c1.03-.74 2.26-1.64 3.3-2.43l-.09 1.97-2.16 2.16Z" />
<path d="M16.19 10.61c.78-.78.78-2.05 0-2.83-.78-.78-2.05-.78-2.83 0-.78.78-.78 2.05 0 2.83.78.78 2.05.78 2.83 0Zm-9.33 6.5a.996.996 0 0 0-1.41 0l-2.32 2.32a.996.996 0 0 0 .71 1.7c.26 0 .51-.1.71-.29l2.32-2.32a.996.996 0 0 0 0-1.41Zm-3.24-.3.76-.76c.39-.39.39-1.02 0-1.42-.39-.39-1.02-.39-1.42 0l-.76.76c-.39.39-.39 1.02 0 1.42.2.2.45.29.71.29s.51-.1.71-.29Zm4.3 2.78-.76.76a.996.996 0 0 0 .71 1.7c.26 0 .51-.1.71-.29l.76-.76a.996.996 0 1 0-1.41-1.41Z" />
</svg>
);
"
Expand Down

0 comments on commit 676f4b2

Please sign in to comment.