diff options
Diffstat (limited to 'icons/layout.svg')
-rw-r--r-- | icons/layout.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/icons/layout.svg b/icons/layout.svg index 5b057b01..f10f2236 100644 --- a/icons/layout.svg +++ b/icons/layout.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-layout" 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> - <rect x="3" y="3" width="8" height="6" rx="2" /> - <rect x="3" y="13" width="8" height="8" rx="2" /> - <rect x="15" y="3" width="6" height="18" rx="2" /> + <path stroke="none" d="M0 0h24v24H0z"/> + <rect x="4" y="4" width="6" height="5" rx="2" /> + <rect x="4" y="13" width="6" height="7" rx="2" /> + <rect x="14" y="4" width="6" height="16" rx="2" /> </svg> |