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