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