diff options
Diffstat (limited to 'icons/floppy-disk.svg')
-rw-r--r-- | icons/floppy-disk.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/floppy-disk.svg b/icons/floppy-disk.svg index 1fb198f..ee2c37d 100644 --- a/icons/floppy-disk.svg +++ b/icons/floppy-disk.svg @@ -1,5 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-floppy-disk" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path d="M18 20h-12a2 2 0 01-2-2v-12a2 2 0 012-2h9l5 5v9a2 2 0 01-2 2" /> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> + <path d="M18 20h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9l5 5v9a2 2 0 0 1 -2 2" /> <circle cx="12" cy="13" r="2" /> <polyline points="4 8 10 8 10 4" /> </svg> |