diff options
Diffstat (limited to 'src/_icons/arrow-top-tail.svg')
-rw-r--r-- | src/_icons/arrow-top-tail.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg index 7abb98d6..d9e48bf6 100644 --- a/src/_icons/arrow-top-tail.svg +++ b/src/_icons/arrow-top-tail.svg @@ -1,9 +1,9 @@ --- -tags: [drag, move] category: Arrows +version: 1.35 --- <svg> - <path d="M12 18v-15" /> + <line x1="12" y1="18" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> <path d="M15 21l-3 -3l-3 3" /> </svg> |