Amended all icons

This commit is contained in:
Philip Abbey
2025-11-09 23:03:29 +00:00
parent 87499dba50
commit 1bdc117c13
30 changed files with 120 additions and 45 deletions

View File

@@ -5,5 +5,8 @@
text.large { font: bold 600px sans-serif; }
</style>
<circle class="colour1" cx="480" cy="480" fill-opacity="0.0" r="400" stroke-width="60"/>
<text class="large colour2" dominant-baseline="middle" text-anchor="middle" x="480" y="520">!</text>
<g class="colour2">
<rect height="360" rx="40" ry="40" width="120" x="420" y="220"/>
<circle cx="480" cy="710" r="60"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 440 B

View File

@@ -4,6 +4,8 @@
.colour2 { fill: #00ccff; }
</style>
<circle class="colour1" cx="480" cy="480" fill-opacity="0.0" r="400" stroke-width="60"/>
<rect class="colour2" height="360" width="120" x="420" y="410"/>
<circle class="colour2" cx="480" cy="280" r="60"/>
<g class="colour2">
<circle cx="480" cy="280" r="60"/>
<rect height="360" rx="40" ry="40" width="120" x="420" y="410"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 392 B