diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 00:14:42 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 00:14:42 +0100 |
commit | 62841aaacb9297c7077f7ba953b90ba24981f274 (patch) | |
tree | 01aed8bf8eef73b3768bbcf1f120e6d95b301e1d /icons | |
parent | tools, new build - 292 icons (diff) | |
download | tabler-icons-62841aaacb9297c7077f7ba953b90ba24981f274.tar.xz |
file-shredder
Diffstat (limited to 'icons')
-rw-r--r-- | icons/file-shredder.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icons/file-shredder.svg b/icons/file-shredder.svg new file mode 100644 index 00000000..f72900e3 --- /dev/null +++ b/icons/file-shredder.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-file-shredder" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <polyline points="14 3 14 8 19 8" /> + <path d="M5 12v-7a2 2 0 012-2h7l5 5v4" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <line x1="6" y1="16" x2="6" y2="18" /> + <line x1="10" y1="16" x2="10" y2="22" /> + <line x1="14" y1="16" x2="14" y2="18" /> + <line x1="18" y1="16" x2="18" y2="20" /> +</svg> + + |