diff options
Diffstat (limited to 'src/icons/arrow-move-down.svg')
-rw-r--r-- | src/icons/arrow-move-down.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/arrow-move-down.svg b/src/icons/arrow-move-down.svg new file mode 100644 index 00000000..5bdd987c --- /dev/null +++ b/src/icons/arrow-move-down.svg @@ -0,0 +1,10 @@ +--- +category: Arrows +version: "1.81" +unicode: "f2ba" +--- +<svg> + <path d="M12 11v10" /> + <path d="M9 18l3 3l3 -3" /> + <circle cx="12" cy="5" r="2" /> +</svg> |