Skip to content

Commit 54ef093

Browse files
feat(icons): sync and connect icons with figma library (#1761)
New icons: keyboard
1 parent 06e3157 commit 54ef093

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.changeset/true-dolls-stick.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: keyboard

packages/icons/figma/Icon.figma.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=1710
900900
example: () => <Icon name="layers-difference" />,
901901
});
902902

903+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=20864-41460', {
904+
props: {
905+
name: 'keyboard',
906+
},
907+
example: () => <Icon name="keyboard" />,
908+
});
909+
903910
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-141803', {
904911
props: {
905912
name: 'key',

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
@@ -183,6 +183,7 @@ const icons = [
183183
'info-circle-outline',
184184
'json',
185185
'key',
186+
'keyboard',
186187
'layers-difference',
187188
'lightbulb',
188189
'link',

0 commit comments

Comments
 (0)