diff options
Diffstat (limited to 'icons/caret-down.svg')
-rw-r--r-- | icons/caret-down.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/icons/caret-down.svg b/icons/caret-down.svg new file mode 100644 index 0000000..1b2db10 --- /dev/null +++ b/icons/caret-down.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-caret-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" /> +</svg> + + |