diff options
Diffstat (limited to 'src/_icons/arrows-left-right.svg')
-rw-r--r-- | src/_icons/arrows-left-right.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg index 143fa63e..ad1d33c4 100644 --- a/src/_icons/arrows-left-right.svg +++ b/src/_icons/arrows-left-right.svg @@ -1,10 +1,10 @@ --- -tags: [drag, move] category: Arrows +version: 1.35 --- <svg> - <path d="M21 17h-18" /> + <line x1="21" y1="17" x2="3" y2="17" /> <path d="M6 10l-3 -3l3 -3" /> - <path d="M3 7h18" /> + <line x1="3" y1="7" x2="21" y2="7" /> <path d="M18 20l3 -3l-3 -3" /> </svg> |