diff options
Diffstat (limited to 'src/_icons/arrow-ramp-right.svg')
-rw-r--r-- | src/_icons/arrow-ramp-right.svg | 9 |
1 files changed, 9 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..49e8da8b --- /dev/null +++ b/src/_icons/arrow-ramp-right.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<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> |