diff options
Diffstat (limited to 'src/_icons/arrow-rotary-straight.svg')
-rw-r--r-- | src/_icons/arrow-rotary-straight.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-rotary-straight.svg b/src/_icons/arrow-rotary-straight.svg new file mode 100644 index 00000000..83a9b653 --- /dev/null +++ b/src/_icons/arrow-rotary-straight.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <circle cx="13" cy="13" r="3" /> + <path d="M13 16v5" /> + <path d="M13 3v7" /> + <path d="M9 7l4 -4l4 4" /> +</svg> |