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