diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-11-01 15:52:38 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-11-01 15:52:38 +0200 |
| commit | dad5b47f0bb480532043df8d488f5609f731b00d (patch) | |
| tree | 074bc0ba37578fd4ea5bf64a66ba9c730353ee9b /web/src/components/icons/svgs/minus16.svg | |
| parent | a472b004fb6470277541d763799cf42ae5e996b4 (diff) | |
feat(web): add icons
Diffstat (limited to 'web/src/components/icons/svgs/minus16.svg')
| -rw-r--r-- | web/src/components/icons/svgs/minus16.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/src/components/icons/svgs/minus16.svg b/web/src/components/icons/svgs/minus16.svg new file mode 100644 index 0000000..d77dcfc --- /dev/null +++ b/web/src/components/icons/svgs/minus16.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="size-4"> + <path d="M3.75 7.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z" /> +</svg> |
