diff options
Diffstat (limited to 'src/_icons/arrow-move-right.svg')
-rw-r--r-- | src/_icons/arrow-move-right.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/arrow-move-right.svg b/src/_icons/arrow-move-right.svg new file mode 100644 index 00000000..e27b9a47 --- /dev/null +++ b/src/_icons/arrow-move-right.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M11 12h10" /> + <path d="M18 9l3 3l-3 3" /> + <path d="M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" /> +</svg> |