diff options
Diffstat (limited to 'icons/stack.svg')
-rw-r--r-- | icons/stack.svg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/icons/stack.svg b/icons/stack.svg index 202b7139..c07149a8 100644 --- a/icons/stack.svg +++ b/icons/stack.svg @@ -1,8 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-stack" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <polyline points="12 4 4 8 12 12 20 8 12 4" /> - <polyline points="4 12 12 16 20 12" /> - <polyline points="4 16 12 20 20 16" /> + <path d="M12 6l-8 4l8 4l8 -4l-8 -4" /> + <path d="M4 14l8 4l8 -4" /> </svg> |