diff options
Diffstat (limited to 'src/_icons/arrow-bottom-square.svg')
-rw-r--r-- | src/_icons/arrow-bottom-square.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg index 7baeba1f..ca240321 100644 --- a/src/_icons/arrow-bottom-square.svg +++ b/src/_icons/arrow-bottom-square.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 7v14" /> + <line x1="12" y1="7" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> <path d="M14 3v4h-4v-4z" /> </svg> |