diff options
Diffstat (limited to 'src/icons/arrow-big-right.svg')
-rw-r--r-- | src/icons/arrow-big-right.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/icons/arrow-big-right.svg b/src/icons/arrow-big-right.svg new file mode 100644 index 00000000..0518ea52 --- /dev/null +++ b/src/icons/arrow-big-right.svg @@ -0,0 +1,9 @@ +--- +tags: [direction, east, west] +category: Arrows +version: "1.37" +unicode: "eddc" +--- +<svg> + <path d="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" /> +</svg> |