diff options
Diffstat (limited to 'src/icons/arrows-double-se-nw.svg')
-rw-r--r-- | src/icons/arrows-double-se-nw.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrows-double-se-nw.svg b/src/icons/arrows-double-se-nw.svg new file mode 100644 index 00000000..bb5f657d --- /dev/null +++ b/src/icons/arrows-double-se-nw.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, north, south] +category: Arrows +version: "1.37" +unicode: "ede0" +--- +<svg> + <line x1="3" y1="10" x2="14" y2="21" /> + <path d="M14 17v4h-4" /> + <path d="M14 3h-4v4" /> + <path d="M21 14l-11 -11" /> +</svg> |