Skip to content

Commit d061989

Browse files
feat(icons): Add share icon (#1665)
* Update sprite.svg * Update types.ts * add share icon * Update add-icon-share * Rename add-icon-share to add-icon-share.md * fix: add sprite back * fix: optimize the path for share icon --------- Co-authored-by: Matthew Ferry <[email protected]>
1 parent 7e59927 commit d061989

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.changeset/add-icon-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@launchpad-ui/icons': patch
3+
---
4+
5+
Add `share` icon to the design system for use in sharing content or resources.

packages/icons/src/img/sprite.svg

Lines changed: 7 additions & 0 deletions
Loading

packages/icons/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ const icons = [
244244
'ruler-bolt',
245245
'ruler',
246246
'search',
247+
'share',
247248
'shield-account-outline',
248249
'shield-account',
249250
'shield-alert-outline',

0 commit comments

Comments
 (0)