diff options
Diffstat (limited to 'src/icons/chevrons-down.svg')
-rw-r--r-- | src/icons/chevrons-down.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/chevrons-down.svg b/src/icons/chevrons-down.svg new file mode 100644 index 00000000..9bbd87e8 --- /dev/null +++ b/src/icons/chevrons-down.svg @@ -0,0 +1,10 @@ +--- +tags: [move, bottom] +category: Arrows +version: "1.0" +unicode: "ea63" +--- +<svg> + <polyline points="7 7 12 12 17 7" /> + <polyline points="7 13 12 18 17 13" /> +</svg> |