diff options
Diffstat (limited to 'src/icons/arrow-down-left.svg')
-rw-r--r-- | src/icons/arrow-down-left.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/arrow-down-left.svg b/src/icons/arrow-down-left.svg new file mode 100644 index 00000000..b357f0e3 --- /dev/null +++ b/src/icons/arrow-down-left.svg @@ -0,0 +1,10 @@ +--- +tags: [corner, bottom, point] +category: Arrows +version: "1.0" +unicode: "ea13" +--- +<svg> + <line x1="17" y1="7" x2="7" y2="17" /> + <polyline points="16 17 7 17 7 8" /> +</svg> |