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