diff options
Diffstat (limited to 'src/_icons/arrow-rotary-left.svg')
-rw-r--r-- | src/_icons/arrow-rotary-left.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-rotary-left.svg b/src/_icons/arrow-rotary-left.svg new file mode 100644 index 00000000..8621f58b --- /dev/null +++ b/src/_icons/arrow-rotary-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <circle transform="matrix(-1 0 0 1 32 0)" cx="16" cy="7" r="3" /> + <path d="M16 10v10" /> + <path d="M13 7h-10" /> + <path d="M7 11l-4 -4l4 -4" /> +</svg> |