Skip to content

Commit 48231f3

Browse files
priyanshu-09github-actions[bot]
authored andcommitted
feat(icons): sync and connect icons with figma library
New icons: telescope
1 parent bdb66a5 commit 48231f3

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

.changeset/icy-news-walk.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: telescope

packages/icons/figma/Icon.figma.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=7081
165165
example: () => <Icon name="temperature" />,
166166
});
167167

168+
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=23238-111', {
169+
props: {
170+
name: 'telescope',
171+
},
172+
example: () => <Icon name="telescope" />,
173+
});
174+
168175
figma.connect(Icon, 'https://figma.com/file/98HKKXL2dTle29ikJ3tzk7/?node-id=6-142066', {
169176
props: {
170177
name: 'tag',

packages/icons/src/img/sprite.svg

Lines changed: 5 additions & 2 deletions
Loading

packages/icons/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ const icons = [
297297
'swap-vertical',
298298
'sync',
299299
'tag',
300+
'telescope',
300301
'temperature',
301302
'terminal',
302303
'text-box-search',

0 commit comments

Comments
 (0)