Fix missing noicon icon - Closes #423

This commit is contained in:
Bubka 2024-11-27 11:15:18 +01:00
parent 3ef40e849a
commit a365d10d92
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
*
!noicon.svg
!icons/
!.gitignore

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" fill="none">
<rect x="2" y="2" width="252" height="252" style="fill: none; stroke-dashoffset: -100px; stroke: rgb(255, 255, 255); paint-order: fill; stroke-width: 4px; stroke-dasharray: 20; stroke: rgb(128, 128, 128);"></rect>
<line style="stroke: rgb(128, 128, 128); stroke-width: 4px; stroke-dasharray: 20; transform-origin: 128px 128px; fill: none;" x1="0" y1="0" x2="256" y2="256"></line>
<line style="stroke: rgb(128, 128, 128); stroke-width: 4px; stroke-dasharray: 20; fill: none; transform-origin: 128px 128px;" x1="256" y1="0" x2="0" y2="256"></line>
</svg>

After

Width:  |  Height:  |  Size: 652 B