Skip to content

Commit 83230cf

Browse files
feat(icons): sync and connect icons with figma library (#1863)
Updated sidebar icons. Removed icons: - size-large-40x40 - size-medium-20x20 - size-small-16x16 - size-tiny-14x14 Co-authored-by: cmwinters <1295166+cmwinters@users.noreply.github.com> Co-authored-by: Caleb Winters <winters.caleb@gmail.com>
1 parent 4229321 commit 83230cf

4 files changed

Lines changed: 25 additions & 30 deletions

File tree

.changeset/rare-dolls-guess.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@launchpad-ui/icons": patch
3+
---
4+
5+
feat(icons): sync and connect icons with figma library
6+
7+
Removed icons:
8+
- size-large-40x40
9+
- size-medium-20x20
10+
- size-small-16x16
11+
- size-tiny-14x14

packages/icons/figma/Icon.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-14
347347
example: () => <Icon name="sidebar-left-expand" />,
348348
});
349349

350-
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-142011', {
350+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=25934-175', {
351351
props: {
352352
name: 'sidebar-left-collapse',
353353
},

0 commit comments

Comments
 (0)