feat: update SVG icon for games

This commit is contained in:
FuzzyGrim
2025-07-26 23:29:41 +02:00
parent 494ed976a0
commit 7d420efd59
2 changed files with 13 additions and 7 deletions

View File

@@ -93,11 +93,17 @@ MEDIA_TYPE_CONFIG = {
"text_color": "text-yellow-400",
"stats_color": "#eab308",
"svg_icon": """
<line x1="6" x2="10" y1="12" y2="12"/>
<line x1="8" x2="8" y1="10" y2="14"/>
<line x1="15" x2="15.01" y1="13" y2="13"/>
<line x1="18" x2="18.01" y1="11" y2="11"/>
<rect width="20" height="12" x="2" y="6" rx="2"/>""",
<line x1="6" x2="10" y1="11" y2="11"/>
<line x1="8" x2="8" y1="9" y2="13"/>
<line x1="15" x2="15.01" y1="12" y2="12"/>
<line x1="18" x2="18.01" y1="10" y2="10"/>
<path d="M17.32 5H6.68a4 4 0 0 0-3.978
3.59c-.006.052-.01.101-.017.152C2.6049.416
2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5
2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2
2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0
3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4
4 0 0 0 17.32 5z"/>""",
"date_key": "release_date",
},
MediaTypes.BOOK.value: {

View File

@@ -28,8 +28,8 @@
<span class="flex items-center gap-1">
<svg xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"