diff options
Diffstat (limited to 'src/_icons/arrow-top-circle.svg')
-rw-r--r-- | src/_icons/arrow-top-circle.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg index 3ea1383e..6a08aa5f 100644 --- a/src/_icons/arrow-top-circle.svg +++ b/src/_icons/arrow-top-circle.svg @@ -1,9 +1,9 @@ --- -tags: [drag, move] 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> |