diff options
Diffstat (limited to 'src/icons/arrow-move-left.svg')
-rw-r--r-- | src/icons/arrow-move-left.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/arrow-move-left.svg b/src/icons/arrow-move-left.svg new file mode 100644 index 00000000..022edf80 --- /dev/null +++ b/src/icons/arrow-move-left.svg @@ -0,0 +1,10 @@ +--- +category: Arrows +version: "1.81" +unicode: "f2bb" +--- +<svg> + <path d="M13 12h-10" /> + <path d="M6 15l-3 -3l3 -3" /> + <path d="M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z" /> +</svg> |