diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:55:52 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:55:52 +0200 |
| commit | e15b552db821657741bfecbc5ec1aacd34481517 (patch) | |
| tree | 67a217881b664ef9eb96b6402b49c67a4999394a /code/app/src/lib/components/icons/chevron-down.svelte | |
| parent | 9372f7da2f86e43a8fc35b5042610782795d79f6 (diff) | |
| download | greatoffice-e15b552db821657741bfecbc5ec1aacd34481517.tar.xz greatoffice-e15b552db821657741bfecbc5ec1aacd34481517.zip | |
feat: Add some icons
Diffstat (limited to 'code/app/src/lib/components/icons/chevron-down.svelte')
| -rw-r--r-- | code/app/src/lib/components/icons/chevron-down.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code/app/src/lib/components/icons/chevron-down.svelte b/code/app/src/lib/components/icons/chevron-down.svelte new file mode 100644 index 0000000..5b29ece --- /dev/null +++ b/code/app/src/lib/components/icons/chevron-down.svelte @@ -0,0 +1,7 @@ +<svg class="h-5 w-5 {$$restProps.class ?? ''}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> + <path + fill-rule="evenodd" + d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" + clip-rule="evenodd" + /> +</svg> |
