Skip to content

Commit c21e7b3

Browse files
pd-sa-github-launchpad-uiantonio-darklynhironaka
authored
feat(icons): sync and connect icons with figma library (#1875)
New icons: - restore Co-authored-by: antonio-darkly <84036058+antonio-darkly@users.noreply.github.com> Co-authored-by: Naomi Hironaka <nhironaka@users.noreply.github.com>
1 parent 46c47d5 commit c21e7b3

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

.changeset/hot-years-repair.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@launchpad-ui/icons": patch
3+
---
4+
5+
feat(icons): sync and connect icons with figma library
6+
7+
New icons:
8+
- restore

packages/icons/figma/Icon.figma.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-14
480480
example: () => <Icon name="robot" />,
481481
});
482482

483+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=26292-150', {
484+
props: {
485+
name: 'restore',
486+
},
487+
example: () => <Icon name="restore" />,
488+
});
489+
483490
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=20672-218', {
484491
props: {
485492
name: 'quote',

packages/icons/src/img/sprite.svg

Lines changed: 4 additions & 1 deletion
Loading

packages/icons/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ const icons = [
266266
'pulse',
267267
'quick-start',
268268
'quote',
269+
'restore',
269270
'robot',
270271
'rocket',
271272
'ruler',

0 commit comments

Comments
 (0)