Skip to content

Commit 1cc0b74

Browse files
pd-sa-github-launchpad-uimatthewferrycchung-at-LD
authored
feat(icons): sync and connect icons with figma library (#1773)
New icons: photo Co-authored-by: matthewferry <[email protected]> Co-authored-by: cchung-at-LD <[email protected]>
1 parent d128f52 commit 1cc0b74

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.changeset/tender-pumas-deny.md

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

packages/icons/figma/Icon.figma.tsx

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

560+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=21105-218', {
561+
props: {
562+
name: 'photo',
563+
},
564+
example: () => <Icon name="photo" />,
565+
});
566+
560567
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-141915', {
561568
props: {
562569
name: 'person-remove',

packages/icons/src/img/sprite.svg

Lines changed: 3 additions & 0 deletions
Loading

packages/icons/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ const icons = [
233233
'person-outline',
234234
'person-password',
235235
'person-remove',
236+
'photo',
236237
'play',
237238
'play-circle',
238239
'play-circle-outline',

0 commit comments

Comments
 (0)