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