diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
commit | 3de421eb6ba92054020a098d4b985db8ffeb1018 (patch) | |
tree | 99124e5c990df9a4d51549997c9b11b786319b39 /_icons/arrows-diagonal.svg | |
parent | share, folders, target (diff) | |
download | tabler-icons-3de421eb6ba92054020a098d4b985db8ffeb1018.tar.xz |
arrows, maximize, minimize, eye
Diffstat (limited to '_icons/arrows-diagonal.svg')
-rw-r--r-- | _icons/arrows-diagonal.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/arrows-diagonal.svg b/_icons/arrows-diagonal.svg new file mode 100644 index 00000000..4e2a9fdd --- /dev/null +++ b/_icons/arrows-diagonal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 4 20 4 20 8" /> + <line x1="14" y1="10" x2="20" y2="4" /> + <polyline points="8 20 4 20 4 16" /> + <line x1="4" y1="20" x2="10" y2="14" /> +</svg> |