diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 13:32:39 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 13:32:39 +0200 |
commit | 32f686a63dc70a7e0f2f980da47eb1bb1f57200e (patch) | |
tree | d952e943b9f36fa0c915539de74333b3d9f591ca /src/_icons | |
parent | icons optimize (diff) | |
download | tabler-icons-32f686a63dc70a7e0f2f980da47eb1bb1f57200e.tar.xz |
`battery-off` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/battery-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/battery-off.svg b/src/_icons/battery-off.svg new file mode 100644 index 00000000..c5587360 --- /dev/null +++ b/src/_icons/battery-off.svg @@ -0,0 +1,7 @@ +--- +tags: [energy, power, electricity] +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M11 7h6a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1" /> +</svg> |