diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-17 13:07:40 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-17 13:07:40 -0700 |
| commit | 62bdd79b3473262dde5fb0a90eab34fe7bf344fd (patch) | |
| tree | 84f75baf7503e1df77c8335750650a72b088468a /frontend/public/design-system/icons/window.svg | |
| parent | 1482422f2f5b236cdcdff4429ae06bb55dca4083 (diff) | |
'UI Shell and General Architecture'
Diffstat (limited to 'frontend/public/design-system/icons/window.svg')
| -rw-r--r-- | frontend/public/design-system/icons/window.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/public/design-system/icons/window.svg b/frontend/public/design-system/icons/window.svg new file mode 100644 index 0000000..1c37c86 --- /dev/null +++ b/frontend/public/design-system/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 |
