diff options
Diffstat (limited to 'src/_icons/arrow-ramp-left.svg')
-rw-r--r-- | src/_icons/arrow-ramp-left.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-ramp-left.svg b/src/_icons/arrow-ramp-left.svg new file mode 100644 index 00000000..9f98f72b --- /dev/null +++ b/src/_icons/arrow-ramp-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <line x1="17" y1="3" x2="17" y2="11.707" /> + <path d="M13 7l4 -4l4 4" /> + <path d="M7 14l-4 -4l4 -4" /> + <path d="M17 21a11 11 0 0 0 -11 -11h-3" /> +</svg> |