diff options
Diffstat (limited to 'icons/tool.svg')
-rw-r--r-- | icons/tool.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/tool.svg b/icons/tool.svg index 6208a4b0..df9dfa0f 100644 --- a/icons/tool.svg +++ b/icons/tool.svg @@ -1,5 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tool" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 018 8l6 6a2 2 0 01-3 3l-6-6a6 6 0 01-8 -8l3.5 3.5" /> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> + <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6-6a6 6 0 0 1 -8 -8l3.5 3.5" /> </svg> |