diff options
Diffstat (limited to 'src/icons/arrow-ramp-left.svg')
-rw-r--r-- | src/icons/arrow-ramp-left.svg | 12 |
1 files changed, 12 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..8cb76bcf --- /dev/null +++ b/src/icons/arrow-ramp-left.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, side, turn] +category: Arrows +version: "1.28" +unicode: "ed3c" +--- +<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> |