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