Skip to content

Commit 383de65

Browse files
committed
checkpoint
1 parent 4ddbda6 commit 383de65

File tree

17 files changed

+237
-151
lines changed

17 files changed

+237
-151
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Icons
2+
3+
This directory contains SVG icons that are used by the app.
4+
5+
Everything in this directory is generated by `npm run build:icons`.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// This file is generated by npm run build:icons
2+
3+
export type IconName =
4+
| "arrow-left"
5+
| "arrow-right"
6+
| "avatar"
7+
| "camera"
8+
| "check"
9+
| "clock"
10+
| "cross-1"
11+
| "dots-horizontal"
12+
| "download"
13+
| "envelope-closed"
14+
| "exit"
15+
| "file-text"
16+
| "github-logo"
17+
| "laptop"
18+
| "link-2"
19+
| "lock-closed"
20+
| "lock-open-1"
21+
| "magnifying-glass"
22+
| "moon"
23+
| "passkey"
24+
| "pencil-1"
25+
| "pencil-2"
26+
| "plus"
27+
| "question-mark-circled"
28+
| "reset"
29+
| "sun"
30+
| "trash"
31+
| "update";

app/components/ui.old/icons/sprite.svg

Lines changed: 199 additions & 0 deletions
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)