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