diff options
Diffstat (limited to 'src/icons/arrow-bottom-bar.svg')
-rw-r--r-- | src/icons/arrow-bottom-bar.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-bottom-bar.svg b/src/icons/arrow-bottom-bar.svg new file mode 100644 index 00000000..833756f0 --- /dev/null +++ b/src/icons/arrow-bottom-bar.svg @@ -0,0 +1,11 @@ +--- +tags: [drag, move] +category: Arrows +version: "1.35" +unicode: "ed98" +--- +<svg> + <path d="M12 3v18" /> + <path d="M9 18l3 3l3 -3" /> + <path d="M9 3h6" /> +</svg> |