Skip to content

Commit 674d160

Browse files
feat(icons): sync and connect icons with figma library (#1790)
New icons: diamonds Co-authored-by: matthewferry <[email protected]>
1 parent 15e36eb commit 674d160

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

.changeset/cold-bears-push.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: diamonds

packages/icons/figma/Icon.figma.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-14
13201320
example: () => <Icon name="document-question" />,
13211321
});
13221322

1323+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=21720-158', {
1324+
props: {
1325+
name: 'diamonds',
1326+
},
1327+
example: () => <Icon name="diamonds" />,
1328+
});
1329+
13231330
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-141635', {
13241331
props: {
13251332
name: 'diamond-outline',

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
@@ -129,6 +129,7 @@ const icons = [
129129
'devices',
130130
'diamond',
131131
'diamond-outline',
132+
'diamonds',
132133
'document-question',
133134
'door-exit',
134135
'download',

0 commit comments

Comments
 (0)