diff options
| author | Solstice <solstice@local> | 2026-06-09 00:06:42 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:06:42 -0700 |
| commit | 59708192eb000770ede58f21e5a397c65875eb3b (patch) | |
| tree | 15c270cc1bb7e62094f45af0a91aa335c4e51ed2 /src/assets/icons | |
chore: initial project scaffolding
- Tauri v2 + React + TypeScript (Vite)
- Tailwind CSS v4 via @tailwindcss/vite
- Zustand for state management
- Design system: tokens.css, fonts, icons
- tauri.conf.json: solstice, 900x640, min 700x520
- global.css imports tokens and Tailwind
Diffstat (limited to 'src/assets/icons')
| -rw-r--r-- | src/assets/icons/arrow-down.svg | 3 | ||||
| -rw-r--r-- | src/assets/icons/arrow-up.svg | 3 | ||||
| -rw-r--r-- | src/assets/icons/calendar.svg | 6 | ||||
| -rw-r--r-- | src/assets/icons/chart.svg | 6 | ||||
| -rw-r--r-- | src/assets/icons/clock.svg | 4 | ||||
| -rw-r--r-- | src/assets/icons/command.svg | 4 | ||||
| -rw-r--r-- | src/assets/icons/dollar.svg | 4 | ||||
| -rw-r--r-- | src/assets/icons/external.svg | 5 | ||||
| -rw-r--r-- | src/assets/icons/folder.svg | 3 | ||||
| -rw-r--r-- | src/assets/icons/ledger.svg | 5 | ||||
| -rw-r--r-- | src/assets/icons/pulse.svg | 3 | ||||
| -rw-r--r-- | src/assets/icons/search.svg | 4 | ||||
| -rw-r--r-- | src/assets/icons/terminal.svg | 6 | ||||
| -rw-r--r-- | src/assets/icons/user.svg | 4 | ||||
| -rw-r--r-- | src/assets/icons/window.svg | 5 |
15 files changed, 65 insertions, 0 deletions
diff --git a/src/assets/icons/arrow-down.svg b/src/assets/icons/arrow-down.svg new file mode 100644 index 0000000..2d7838b --- /dev/null +++ b/src/assets/icons/arrow-down.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M7 10l5 5 5-5"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/arrow-up.svg b/src/assets/icons/arrow-up.svg new file mode 100644 index 0000000..0f54028 --- /dev/null +++ b/src/assets/icons/arrow-up.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M7 14l5-5 5 5"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/calendar.svg b/src/assets/icons/calendar.svg new file mode 100644 index 0000000..2a116c9 --- /dev/null +++ b/src/assets/icons/calendar.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <rect x="3" y="6" width="18" height="14" rx="1"></rect> + <path d="M3 10h18"></path> + <path d="M7 6V4"></path> + <path d="M17 6V4"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/chart.svg b/src/assets/icons/chart.svg new file mode 100644 index 0000000..830d53d --- /dev/null +++ b/src/assets/icons/chart.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M3 19h18"></path> + <path d="M5 19V11l3-2 3 2v8"></path> + <path d="M13 19V7l3-2 3 2v12"></path> + <path d="M5 19V13"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/clock.svg b/src/assets/icons/clock.svg new file mode 100644 index 0000000..42a244b --- /dev/null +++ b/src/assets/icons/clock.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="12" r="9"></circle> + <path d="M12 7v5l3 2"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/command.svg b/src/assets/icons/command.svg new file mode 100644 index 0000000..19dd2af --- /dev/null +++ b/src/assets/icons/command.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M5 17l5-5-5-5"></path> + <path d="M12 19h7"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/dollar.svg b/src/assets/icons/dollar.svg new file mode 100644 index 0000000..83e4a40 --- /dev/null +++ b/src/assets/icons/dollar.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M12 3v18"></path> + <path d="M17 7H10a3 3 0 100 6h4a3 3 0 110 6H6"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/external.svg b/src/assets/icons/external.svg new file mode 100644 index 0000000..079a763 --- /dev/null +++ b/src/assets/icons/external.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M14 4h6v6"></path> + <path d="M20 4L10 14"></path> + <path d="M20 14v6H4V4h6"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/folder.svg b/src/assets/icons/folder.svg new file mode 100644 index 0000000..cb8ea41 --- /dev/null +++ b/src/assets/icons/folder.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M4 4h8l2 3h6v11a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2z" transform="translate(1 0)"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/ledger.svg b/src/assets/icons/ledger.svg new file mode 100644 index 0000000..989e7a8 --- /dev/null +++ b/src/assets/icons/ledger.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M4 7h16"></path> + <path d="M4 12h16"></path> + <path d="M4 17h10"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/pulse.svg b/src/assets/icons/pulse.svg new file mode 100644 index 0000000..bfa6e5b --- /dev/null +++ b/src/assets/icons/pulse.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M3 12h4l3-8 4 16 3-8h4"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/search.svg b/src/assets/icons/search.svg new file mode 100644 index 0000000..4c561f8 --- /dev/null +++ b/src/assets/icons/search.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="11" cy="11" r="6"></circle> + <path d="M15.5 15.5L20 20"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/terminal.svg b/src/assets/icons/terminal.svg new file mode 100644 index 0000000..a36c7bc --- /dev/null +++ b/src/assets/icons/terminal.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <rect x="3" y="4" width="18" height="14" rx="1"></rect> + <path d="M3 8h18"></path> + <path d="M8 20h8"></path> + <path d="M12 18v2"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/user.svg b/src/assets/icons/user.svg new file mode 100644 index 0000000..45b7766 --- /dev/null +++ b/src/assets/icons/user.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="8" r="4"></circle> + <path d="M4 21c0-4 4-7 8-7s8 3 8 7"></path> +</svg>
\ No newline at end of file diff --git a/src/assets/icons/window.svg b/src/assets/icons/window.svg new file mode 100644 index 0000000..1c37c86 --- /dev/null +++ b/src/assets/icons/window.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <rect x="3" y="5" width="18" height="14" rx="1"></rect> + <path d="M3 9h18"></path> + <circle cx="7" cy="7" r=".5" fill="currentColor"></circle> +</svg>
\ No newline at end of file |
