Skip to content

Commit 2d8a9f2

Browse files
feat(icons): sync and connect icons with figma library (#1800)
New icons: play-outline, scale Co-authored-by: matthewferry <[email protected]>
1 parent 2c8443c commit 2d8a9f2

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.changeset/silver-times-peel.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: play-outline, scale

packages/icons/figma/Icon.figma.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-14
431431
example: () => <Icon name="search" />,
432432
});
433433

434+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=22283-162', {
435+
props: {
436+
name: 'scale',
437+
},
438+
example: () => <Icon name="scale" />,
439+
});
440+
434441
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=20642-266', {
435442
props: {
436443
name: 'sandbox',
@@ -536,6 +543,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-14
536543
example: () => <Icon name="plug" />,
537544
});
538545

546+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=22002-157', {
547+
props: {
548+
name: 'play-outline',
549+
},
550+
example: () => <Icon name="play-outline" />,
551+
});
552+
539553
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-141918', {
540554
props: {
541555
name: 'play-circle-outline',

packages/icons/src/img/sprite.svg

Lines changed: 6 additions & 0 deletions
Loading

packages/icons/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ const icons = [
242242
'play',
243243
'play-circle',
244244
'play-circle-outline',
245+
'play-outline',
245246
'plug',
246247
'plug-connect',
247248
'plug-connect-gear',
@@ -257,6 +258,7 @@ const icons = [
257258
'ruler',
258259
'ruler-bolt',
259260
'sandbox',
261+
'scale',
260262
'search',
261263
'share',
262264
'shield-account',

0 commit comments

Comments
 (0)