diff options
Diffstat (limited to 'src/icons/chevron-left.svg')
-rw-r--r-- | src/icons/chevron-left.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/icons/chevron-left.svg b/src/icons/chevron-left.svg new file mode 100644 index 00000000..bd363f2f --- /dev/null +++ b/src/icons/chevron-left.svg @@ -0,0 +1,9 @@ +--- +tags: [move, previous, back] +category: Arrows +version: "1.0" +unicode: "ea60" +--- +<svg> + <polyline points="15 6 9 12 15 18" /> +</svg> |