import filters for pixiv sidecars, tag filtering, and favicon generation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<!-- Outer frame -->
|
||||
<rect x="4" y="4" width="56" height="56" rx="8" fill="#6366f1"/>
|
||||
<!-- Inner image area -->
|
||||
<rect x="10" y="10" width="44" height="44" rx="4" fill="#3c3c46"/>
|
||||
<!-- Sun -->
|
||||
<circle cx="44" cy="20" r="6" fill="#fbbf24"/>
|
||||
<!-- Back mountain -->
|
||||
<polygon points="10,48 32,24 50,48" fill="#5a5f6b"/>
|
||||
<!-- Front mountain -->
|
||||
<polygon points="24,48 44,30 54,48" fill="#50555f"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 479 B |
Reference in New Issue
Block a user