Skip to content

Commit

Permalink
chore: fix icons, upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbyerley committed May 4, 2024
1 parent 6ba2df9 commit 3bc3f00
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 382 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
legacy-peer-deps=true
registry=https://registry.npmjs.org/
save-exact=true
54 changes: 27 additions & 27 deletions app/components/ui/icons/name.d.ts
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// This file is generated by npm run build:icons

export type IconName =
| 'arrow-left'
| 'arrow-right'
| 'avatar'
| 'camera'
| 'check'
| 'clock'
| 'cross-1'
| 'dots-horizontal'
| 'download'
| 'envelope-closed'
| 'exit'
| 'file-text'
| 'github-logo'
| 'laptop'
| 'link-2'
| 'lock-closed'
| 'lock-open-1'
| 'magnifying-glass'
| 'moon'
| 'pencil-1'
| 'pencil-2'
| 'plus'
| 'question-mark-circled'
| 'reset'
| 'sun'
| 'trash'
| 'update'
| "arrow-left"
| "arrow-right"
| "avatar"
| "camera"
| "check"
| "clock"
| "cross-1"
| "dots-horizontal"
| "download"
| "envelope-closed"
| "exit"
| "file-text"
| "github-logo"
| "laptop"
| "link-2"
| "lock-closed"
| "lock-open-1"
| "magnifying-glass"
| "moon"
| "pencil-1"
| "pencil-2"
| "plus"
| "question-mark-circled"
| "reset"
| "sun"
| "trash"
| "update";
Loading

0 comments on commit 3bc3f00

Please sign in to comment.