diff options
Diffstat (limited to 'src/_icons/arrow-bottom-tail.svg')
-rw-r--r-- | src/_icons/arrow-bottom-tail.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg index 7047d40b..b72f5f8d 100644 --- a/src/_icons/arrow-bottom-tail.svg +++ b/src/_icons/arrow-bottom-tail.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 6v15" /> + <line x1="12" y1="6" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> <path d="M9 3l3 3l3 -3" /> </svg> |