diff options
Diffstat (limited to 'src/icons/arrow-ramp-right.svg')
-rw-r--r-- | src/icons/arrow-ramp-right.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrow-ramp-right.svg b/src/icons/arrow-ramp-right.svg new file mode 100644 index 00000000..d01a0ea4 --- /dev/null +++ b/src/icons/arrow-ramp-right.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, side, turn] +category: Arrows +version: "1.28" +unicode: "ed3d" +--- +<svg> + <line x1="7" y1="3" x2="7" y2="11.707" /> + <path d="M11 7l-4 -4l-4 4" /> + <path d="M17 14l4 -4l-4 -4" /> + <path d="M7 21a11 11 0 0 1 11 -11h3" /> +</svg> |