diff options
Diffstat (limited to 'src/_icons/arrow-top-circle.svg')
-rw-r--r-- | src/_icons/arrow-top-circle.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg index e09d0f1d..6a08aa5f 100644 --- a/src/_icons/arrow-top-circle.svg +++ b/src/_icons/arrow-top-circle.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 17v-14" /> + <line x1="12" y1="17" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> <circle cx="12" cy="19" r="2" /> </svg> |