diff options
Diffstat (limited to 'src/icons/arrow-down.svg')
-rw-r--r-- | src/icons/arrow-down.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-down.svg b/src/icons/arrow-down.svg new file mode 100644 index 00000000..2e0f1748 --- /dev/null +++ b/src/icons/arrow-down.svg @@ -0,0 +1,11 @@ +--- +tags: [proceed, swipe, below, bottom] +category: Arrows +version: "1.0" +unicode: "ea16" +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="18" y1="13" x2="12" y2="19" /> + <line x1="6" y1="13" x2="12" y2="19" /> +</svg> |