diff options
Diffstat (limited to 'src/icons/caret-down.svg')
-rw-r--r-- | src/icons/caret-down.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/icons/caret-down.svg b/src/icons/caret-down.svg new file mode 100644 index 00000000..4f4d2358 --- /dev/null +++ b/src/icons/caret-down.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +tags: [next, bottom, dropdown, show, more] +version: "1.2" +unicode: "eb5d" +--- +<svg> + <path d="M18 15l-6 -6l-6 6h12" transform="rotate(180 12 12)" /> +</svg> |