diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 18:38:42 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 18:38:42 +0200 |
commit | 7f882bb256c8da3f65b808e80da7d12a4b5d6a5b (patch) | |
tree | 1bd974e990527f107445964da43dc2aef120534d | |
parent | `camera-off` icon (diff) | |
download | tabler-icons-7f882bb256c8da3f65b808e80da7d12a4b5d6a5b.tar.xz |
2 new icons: `bell-off`, `bluetooth-off`
-rw-r--r-- | src/_icons/bell-off.svg | 7 | ||||
-rw-r--r-- | src/_icons/bluetooth-off.svg | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/_icons/bell-off.svg b/src/_icons/bell-off.svg new file mode 100644 index 00000000..91a5dc12 --- /dev/null +++ b/src/_icons/bell-off.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M17 17h-13a4 4 0 0 0 2 -3v-3a7 7 0 0 1 1.279 -3.716m2.072 -1.934c.209 -.127 .425 -.244 .649 -.35a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3" /> + <path d="M9 17v1a3 3 0 0 0 6 0v-1" /> +</svg> diff --git a/src/_icons/bluetooth-off.svg b/src/_icons/bluetooth-off.svg new file mode 100644 index 00000000..60343980 --- /dev/null +++ b/src/_icons/bluetooth-off.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4" /> +</svg> |