diff options
Diffstat (limited to 'src/icons/arrows-up-down.svg')
-rw-r--r-- | src/icons/arrows-up-down.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrows-up-down.svg b/src/icons/arrows-up-down.svg new file mode 100644 index 00000000..6037d730 --- /dev/null +++ b/src/icons/arrows-up-down.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, north, south] +category: Arrows +version: "1.35" +unicode: "edb6" +--- +<svg> + <line x1="7" y1="3" x2="7" y2="21" /> + <path d="M10 6l-3 -3l-3 3" /> + <path d="M20 18l-3 3l-3 -3" /> + <line x1="17" y1="21" x2="17" y2="3" /> +</svg> |