diff options
Diffstat (limited to 'src/icons/arrows-left.svg')
-rw-r--r-- | src/icons/arrows-left.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrows-left.svg b/src/icons/arrows-left.svg new file mode 100644 index 00000000..8f826e07 --- /dev/null +++ b/src/icons/arrows-left.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, west] +category: Arrows +version: "1.35" +unicode: "edb1" +--- +<svg> + <line x1="3" y1="7" x2="21" y2="7" /> + <path d="M6 20l-3 -3l3 -3" /> + <path d="M6 4l-3 3l3 3" /> + <line x1="3" y1="17" x2="21" y2="17" /> +</svg> |