diff options
Diffstat (limited to 'src/icons/arrow-move-right.svg')
-rw-r--r-- | src/icons/arrow-move-right.svg | 10 |
1 files changed, 10 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..36e67101 --- /dev/null +++ b/src/icons/arrow-move-right.svg @@ -0,0 +1,10 @@ +--- +category: Arrows +version: "1.81" +unicode: "f2bc" +--- +<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> |