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/folder.svg | |
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/folder.svg')
| -rw-r--r-- | src/assets/icons/folder.svg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
