diff options
Diffstat (limited to 'src/icons/arrow-forward.svg')
-rw-r--r-- | src/icons/arrow-forward.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/icons/arrow-forward.svg b/src/icons/arrow-forward.svg new file mode 100644 index 00000000..4905f9be --- /dev/null +++ b/src/icons/arrow-forward.svg @@ -0,0 +1,9 @@ +--- +tags: [point, turn, next] +category: Arrows +version: "1.1" +unicode: "ea17" +--- +<svg> + <path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" /> +</svg> |