diff options
Diffstat (limited to 'src/icons/arrow-bar-up.svg')
-rw-r--r-- | src/icons/arrow-bar-up.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrow-bar-up.svg b/src/icons/arrow-bar-up.svg new file mode 100644 index 00000000..4b1d55cf --- /dev/null +++ b/src/icons/arrow-bar-up.svg @@ -0,0 +1,12 @@ +--- +tags: [drag, move] +category: Arrows +version: "1.0" +unicode: "ea10" +--- +<svg> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="4" x2="16" y2="8" /> + <line x1="12" y1="4" x2="8" y2="8" /> + <line x1="4" y1="20" x2="20" y2="20" /> +</svg> |