Replace all the icons in the comic vine scraper with svg versions

This commit is contained in:
luisangelsm
2026-01-12 19:01:39 +01:00
parent 07eb103ce3
commit b9b8ad81a5
17 changed files with 101 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 4">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="5 1 0 1 2.5 4 5 1"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 8">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="0 0 0 8 7 4 0 0"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 8">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="7 8 7 0 0 4 7 8"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
<defs>
<style>
.cls-1 {
fill: #0ff;
}
.cls-2 {
fill: #f0f;
}
</style>
</defs>
<circle class="cls-2" cx="5.5" cy="5.5" r="5.29"/>
<circle class="cls-1" cx="5.5" cy="5.5" r="2.29"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<circle class="cls-1" cx="5.5" cy="5.5" r="5.29"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="4 7 8 0 0 0 4 7"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="4 0 8 7 0 7 4 0"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 4">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<polygon class="cls-1" points="0 4 5 4 2.5 1 0 4"/>
</svg>

After

Width:  |  Height:  |  Size: 278 B