diff options
Diffstat (limited to 'icons/file-shredder.svg')
-rw-r--r-- | icons/file-shredder.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/file-shredder.svg b/icons/file-shredder.svg index bbdaf5b3..c6452ad0 100644 --- a/icons/file-shredder.svg +++ b/icons/file-shredder.svg @@ -1,6 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-shredder" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <polyline points="14 3 14 8 19 8" /> - <path d="M5 12v-7a2 2 0 012-2h7l5 5v4" /> + <path d="M5 12v-7a2 2 0 0 1 2 -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" /> |