diff options
Diffstat (limited to 'src/_icons/arrow-right-square.svg')
-rw-r--r-- | src/_icons/arrow-right-square.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg index 9c7b2ec8..94540dd3 100644 --- a/src/_icons/arrow-right-square.svg +++ b/src/_icons/arrow-right-square.svg @@ -1,9 +1,9 @@ --- -tags: [drag, move] category: Arrows +version: 1.35 --- <svg> - <path d="M7 12h14" /> + <line x1="7" y1="12" x2="21" y2="12" /> <path d="M18 15l3 -3l-3 -3" /> <path d="M3 10h4v4h-4z" /> </svg> |