diff options
Diffstat (limited to 'src/_icons/arrow-left-bar.svg')
-rw-r--r-- | src/_icons/arrow-left-bar.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg index a0db864e..aef8c1ce 100644 --- a/src/_icons/arrow-left-bar.svg +++ b/src/_icons/arrow-left-bar.svg @@ -1,9 +1,9 @@ --- +tags: [drag, move] category: Arrows -version: 1.35 --- <svg> - <line x1="21" y1="12" x2="3" y2="12" /> + <path d="M21 12h-18" /> <path d="M6 9l-3 3l3 3" /> - <line x1="21" y1="9" x2="21" y2="15" /> + <path d="M21 9v6" /> </svg> |