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