diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 15:29:32 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 15:29:32 +0200 |
commit | 5d268289d0fd61b2268e70f0ac3e51c8d18d0313 (patch) | |
tree | ddf97d2c7b4d8581f3aec8e366bd8c3c9a1a3bfe /src/_icons | |
parent | icons categories (diff) | |
download | tabler-icons-5d268289d0fd61b2268e70f0ac3e51c8d18d0313.tar.xz |
`filter-off` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/filter-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/filter-off.svg b/src/_icons/filter-off.svg new file mode 100644 index 00000000..ac0a76f3 --- /dev/null +++ b/src/_icons/filter-off.svg @@ -0,0 +1,7 @@ +--- +category: System +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M9 5h9.5a1 1 0 0 1 .5 1.5l-4.049 4.454m-.951 3.046v5l-4 -3v-4l-5 -5.5a1 1 0 0 1 .18 -1.316" /> +</svg> |