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