diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 00:41:46 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 00:41:46 +0100 |
commit | 7a2ec07f26abff0c7921e16b1dbec72bd2582876 (patch) | |
tree | 785797cf086cb67c166e6602b8b5ac1a2057d3b3 /_icons/directions.svg | |
parent | phone icons (diff) | |
download | tabler-icons-7a2ec07f26abff0c7921e16b1dbec72bd2582876.tar.xz |
dots, directions, send
Diffstat (limited to '_icons/directions.svg')
-rw-r--r-- | _icons/directions.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_icons/directions.svg b/_icons/directions.svg new file mode 100644 index 00000000..c4b3fd2c --- /dev/null +++ b/_icons/directions.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="8 5 19 5 21 7 19 9 8 9 8 5" /> + <polyline points="14 13 14 17 6 17 4 15 6 13 14 13" /> + <line x1="12" y1="22" x2="12" y2="17" /> + <line x1="12" y1="13" x2="12" y2="9" /> + <line x1="12" y1="5" x2="12" y2="3" /> +</svg> |