diff options
Diffstat (limited to 'src/icons/arrow-left-circle.svg')
-rw-r--r-- | src/icons/arrow-left-circle.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-left-circle.svg b/src/icons/arrow-left-circle.svg new file mode 100644 index 00000000..56417cff --- /dev/null +++ b/src/icons/arrow-left-circle.svg @@ -0,0 +1,11 @@ +--- +tags: [drag, move] +category: Arrows +version: "1.35" +unicode: "ea18" +--- +<svg> + <path d="M17 12h-14" /> + <path d="M6 9l-3 3l3 3" /> + <circle cx="19" cy="12" r="2" /> +</svg> |