mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
Fix lint errors for src/assets/icons/css.svg
This commit is contained in:
parent
f5f2e7e1c4
commit
d68f16cf41
1 changed files with 5 additions and 5 deletions
|
@ -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 |
Loading…
Reference in a new issue