Fix lint errors for src/assets/icons/css.svg

This commit is contained in:
zeon-neon[bot] 2024-06-16 04:57:23 +00:00 committed by GitHub
parent f5f2e7e1c4
commit d68f16cf41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="#89b4fa" d="M1.5 1.5h13L13 13l-5 2-5-2z" />
<path stroke="#cdd6f4" d="M5 4.5h6l-.5 6-2.5 1-2.5-1-.08-1m1.08-2h4" />
</g>
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'>
<g fill='none' stroke-linecap='round' stroke-linejoin='round'>
<path stroke='#89b4fa' d='M1.5 1.5h13L13 13l-5 2-5-2z' />
<path stroke='#cdd6f4' d='M5 4.5h6l-.5 6-2.5 1-2.5-1-.08-1m1.08-2h4' />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 295 B

After

Width:  |  Height:  |  Size: 301 B