Skip to content

Commit f106ce0

Browse files
authored
feat: add building and door icons (#1048)
* feat: adds building icons * feat: add door-exit icon * chore: add changeset
1 parent 9097483 commit f106ce0

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.changeset/twenty-coins-report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@launchpad-ui/icons': patch
3+
'@launchpad-ui/core': patch
4+
---
5+
6+
Add building and door icons for org and signout uses

packages/icons/src/img/sprite.svg

Lines changed: 33 additions & 0 deletions
Loading

packages/icons/src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const icons = [
2222
'article',
2323
'border-all',
2424
'brain',
25+
'building',
26+
'building-arrow-up-right',
27+
'building-gear',
2528
'bullhorn',
2629
'bullseye',
2730
'bullseye-arrow',
@@ -73,6 +76,7 @@ const icons = [
7376
'device-server',
7477
'devices',
7578
'document-question',
79+
'door-exit',
7680
'download',
7781
'edit',
7882
'edit-circle',

0 commit comments

Comments
 (0)