diff options
Diffstat (limited to 'src/_icons/arrow-left-square.svg')
-rw-r--r-- | src/_icons/arrow-left-square.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg new file mode 100644 index 00000000..99f3cb11 --- /dev/null +++ b/src/_icons/arrow-left-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 12h-14" /> + <path d="M6 9l-3 3l3 3" /> + <path d="M21 14h-4v-4h4z" /> +</svg> |