diff options
Diffstat (limited to 'icons/license.svg')
-rw-r--r-- | icons/license.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/license.svg b/icons/license.svg index 7a350368..0c35153c 100644 --- a/icons/license.svg +++ b/icons/license.svg @@ -1,5 +1,5 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-license" 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"/> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" /> <line x1="9" y1="7" x2="13" y2="7" /> <line x1="9" y1="11" x2="13" y2="11" /> |