diff options
Diffstat (limited to 'src/_icons/arrow-top-circle.svg')
-rw-r--r-- | src/_icons/arrow-top-circle.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg new file mode 100644 index 00000000..e09d0f1d --- /dev/null +++ b/src/_icons/arrow-top-circle.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M12 17v-14" /> + <path d="M15 6l-3 -3l-3 3" /> + <circle cx="12" cy="19" r="2" /> +</svg> |