diff options
Diffstat (limited to 'icons/dashboard.svg')
-rw-r--r-- | icons/dashboard.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/dashboard.svg b/icons/dashboard.svg index afa3f933..2a6ad274 100644 --- a/icons/dashboard.svg +++ b/icons/dashboard.svg @@ -1,7 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dashboard" 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> <circle cx="12" cy="13" r="2" /> <line x1="13.45" y1="11.55" x2="15.5" y2="9.5" /> - <path d="M6.4 20a9 9 0 1111.2 0Z" /> + <path d="M6.4 20a9 9 0 1 1 11.2 0Z" /> </svg> |