diff options
Diffstat (limited to 'src/_icons/arrow-top-square.svg')
-rw-r--r-- | src/_icons/arrow-top-square.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg index 26c5ccc2..0f67acef 100644 --- a/src/_icons/arrow-top-square.svg +++ b/src/_icons/arrow-top-square.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" /> <path d="M10 21v-4h4v4z" /> </svg> |