feat(#5): Add icons

This commit is contained in:
Josh Creek
2026-02-25 20:21:00 +00:00
parent 151f942d9d
commit 1ef5bae8ee
9286 changed files with 35886 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="1.5 1.5 97 97"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<!-- Outer vinyl record -->
<circle cx="50" cy="50" r="48" fill="#1a1a1a" stroke="#333" stroke-width="1"/>
<!-- Vinyl grooves -->
<circle cx="50" cy="50" r="45" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<circle cx="50" cy="50" r="42" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<circle cx="50" cy="50" r="39" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<circle cx="50" cy="50" r="36" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<circle cx="50" cy="50" r="33" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<circle cx="50" cy="50" r="30" fill="none" stroke="#2d2d2d" stroke-width="0.5" opacity="0.6"/>
<!-- Red center label -->
<circle cx="50" cy="50" r="12" fill="#ef4444"/>
<!-- Center hole -->
<circle cx="50" cy="50" r="1.5" fill="white"/>
<!-- Shine effect -->
<path d="M 35 35 Q 50 30 65 35 Q 60 50 35 35" fill="white" opacity="0.1"/>
</svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
@media (prefers-color-scheme: dark) { :root { filter: none; } }
</style></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB