diff options
author | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
commit | c8da3525fac1d02e48b957a0ed9676b28e38e394 (patch) | |
tree | d29c214daad37893134cd10637cc3536f37fcd2d /icons/drone-off.svg | |
parent | Update README.md (diff) | |
parent | Merge pull request #104 from tabler/dev-iconfont-generation (diff) | |
download | tabler-icons-c8da3525fac1d02e48b957a0ed9676b28e38e394.tar.xz |
Merge branch 'dev' of https://github.com/tabler/tabler-icons
Conflicts:
iconfont/fonts/tabler-icons.eot
iconfont/fonts/tabler-icons.ttf
iconfont/fonts/tabler-icons.woff
iconfont/fonts/tabler-icons.woff2
Diffstat (limited to 'icons/drone-off.svg')
-rw-r--r-- | icons/drone-off.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/icons/drone-off.svg b/icons/drone-off.svg new file mode 100644 index 00000000..d605b4a7 --- /dev/null +++ b/icons/drone-off.svg @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-drone-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M14 14h-4v-4" /> + <path d="M10 10l-3.5 -3.5" /> + <path d="M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936" /> + <path d="M14 10l3.5 -3.5" /> + <path d="M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965" /> + <line x1="14" y1="14" x2="17.5" y2="17.5" /> + <path d="M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913" /> + <line x1="10" y1="14" x2="6.5" y2="17.5" /> + <path d="M6 14.035a3.5 3.5 0 1 0 3.966 3.965" /> + <line x1="3" y1="3" x2="21" y2="21" /> +</svg> + + |