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