Skip to content

Commit 0d981ef

Browse files
authored
feat(icons): add bug icon (#1378)
* feat(icons): add bug icon * chore: add changeset
1 parent 85c8eca commit 0d981ef

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.changeset/afraid-lemons-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/icons": patch
3+
---
4+
5+
feat(icons): add bug icon

packages/icons/src/img/sprite.svg

Lines changed: 7 additions & 0 deletions
Loading

packages/icons/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const icons = [
3838
'border-all',
3939
'brain',
4040
'broom',
41+
'bug',
4142
'building',
4243
'building-arrow-up-right',
4344
'building-gear',

0 commit comments

Comments
 (0)