Skip to content

Commit

Permalink
feat: add building and door icons (#1048)
Browse files Browse the repository at this point in the history
* feat: adds building icons

* feat: add door-exit icon

* chore: add changeset
  • Loading branch information
matthewferry authored Oct 19, 2023
1 parent 9097483 commit f106ce0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/twenty-coins-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@launchpad-ui/icons': patch
'@launchpad-ui/core': patch
---

Add building and door icons for org and signout uses
33 changes: 33 additions & 0 deletions packages/icons/src/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icons/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const icons = [
'article',
'border-all',
'brain',
'building',
'building-arrow-up-right',
'building-gear',
'bullhorn',
'bullseye',
'bullseye-arrow',
Expand Down Expand Up @@ -73,6 +76,7 @@ const icons = [
'device-server',
'devices',
'document-question',
'door-exit',
'download',
'edit',
'edit-circle',
Expand Down

0 comments on commit f106ce0

Please sign in to comment.