Add SVG icons for Playstation symbols, fix translation issues, other minor fixes

This commit is contained in:
Mathias Malmqvist
2025-10-11 01:56:07 +02:00
committed by dualshock-tools
parent 44b05328e6
commit 63e697dd37
31 changed files with 724 additions and 440 deletions

View File

@@ -27,4 +27,20 @@
<symbol id="arrows-alt" viewBox="-8.5 0 32 32">
<path fill="currentColor" d="M13.76 18.48v0c-0.48 0-0.84 0.36-0.84 0.84v1.12l-4.4-4.4 4.4-4.4v1.12c0 0.48 0.36 0.84 0.84 0.84s0.84-0.36 0.84-0.84v-3.16c0-0.48-0.36-0.84-0.88-0.84v0h-3.16c-0.48 0-0.84 0.36-0.84 0.84s0.36 0.84 0.84 0.84h1.12l-4.4 4.4-4.4-4.4h1.16c0.48 0 0.84-0.36 0.84-0.84s-0.36-0.84-0.84-0.84h-3.16c-0.52 0-0.88 0.4-0.88 0.88v3.16c0 0.48 0.36 0.8 0.84 0.8v0c0.48 0 0.84-0.36 0.84-0.84v-1.12l4.4 4.4-4.4 4.4v-1.12c0-0.48-0.36-0.84-0.84-0.84-0.44-0.040-0.8 0.32-0.8 0.8v3.16c0 0.44 0.24 0.8 0.84 0.8h3.16c0.48 0 0.84-0.36 0.84-0.84s-0.36-0.8-0.84-0.8h-1.12l4.4-4.4 4.4 4.4h-1.12c-0.48 0-0.84 0.36-0.84 0.84s0.36 0.84 0.84 0.84h3.16c0.56 0 0.88-0.32 0.88-0.8v0-3.16c-0.040-0.48-0.44-0.84-0.88-0.84z"></path>
</symbol>
<symbol id="ps-square" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="16" fill="currentColor"/>
<rect x="9" y="9" width="14" height="14" fill="none" stroke="#ffffff" stroke-width="3"/>
</symbol>
<symbol id="ps-circle" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="16" fill="currentColor"/>
<circle cx="16" cy="16" r="7" fill="none" stroke="#ffffff" stroke-width="3"/>
</symbol>
<symbol id="ps-cross" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="16" fill="currentColor"/>
<path fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" d="M10 10 L22 22 M22 10 L10 22"/>
</symbol>
<symbol id="ps-triangle" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="16" fill="currentColor"/>
<path fill="none" stroke="#ffffff" stroke-width="3" stroke-linejoin="miter" d="M16 8 L24 22 L8 22 Z"/>
</symbol>
</svg>

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB