make icons more uniform

This commit is contained in:
pluja 2024-10-08 22:38:11 +02:00
parent 49b07a8f8d
commit bfaf0fcc2b
No known key found for this signature in database

View File

@ -255,16 +255,10 @@
</li>
{{ else if eq .Platform "simplex" }}
<li class="text-center hover:underline">
<a class="flex items-center justify-center space-x-2" href="{{.Link}}">
<svg xmlns="http://www.w3.org/2000/svg"
class="text-blue-800 icon size-5 fill-blue-800 icon-tabler icon-tabler-hash" width="44" height="44"
viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M5 9l14 0" />
<path d="M5 15l14 0" />
<path d="M11 4l-4 16" />
<path d="M17 4l-4 16" />
<a class="flex items-center justify-center space-x-2" class="size-5 fill-white" href="{{.Link}}">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<path fill="currentColor"
d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm4 13h2l.35-2h4L13 18h2l.35-2h2l.36-2h-2l.7-4h2l.35-2h-2l.36-2h-2l-.36 2h-4l.36-2h-2l-.36 2h-2l-.35 2h2l-.7 4h-2l-.36 2h2zm3.41-8h4l-.7 4h-4z" />
</svg>
<span>SimpleX</span>
</a>
@ -272,15 +266,9 @@
{{else if eq .Platform "matrix" }}
<li class="text-center hover:underline">
<a class="flex items-center justify-center space-x-2" href="{{.Link}}">
<svg xmlns="http://www.w3.org/2000/svg" class="icon size-5 fill-white icon-tabler icon-tabler-brand-matrix"
width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M4 3h-1v18h1" />
<path d="M20 21h1v-18h-1" />
<path d="M7 9v6" />
<path d="M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" />
<path d="M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" />
<svg xmlns="http://www.w3.org/2000/svg" class="size-5 fill-white" width="1em" height="1em" viewBox="0 0 256 256">
<path fill="currentColor"
d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M80 200H64a8 8 0 0 1-8-8V64a8 8 0 0 1 8-8h16a8 8 0 0 1 0 16h-8v112h8a8 8 0 0 1 0 16m80-40a8 8 0 0 1-8-8v-32a8 8 0 0 0-16 0v32a8 8 0 0 1-16 0v-32a8 8 0 0 0-16 0v32a8 8 0 0 1-16 0v-48a8 8 0 0 1 13.66-5.65a23.94 23.94 0 0 1 26.34 3.78A24 24 0 0 1 168 120v32a8 8 0 0 1-8 8m40 32a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h8V72h-8a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8Z" />
</svg>
<span>Matrix</span>
</a>
@ -288,9 +276,9 @@
{{else if eq .Platform "x" }}
<li class="text-center hover:underline">
<a class="flex items-center justify-center space-x-2" href="{{.Link}}">
<svg xmlns="http://www.w3.org/2000/svg" class="size-5 fill-white" width="1em" height="1em" viewBox="0 0 16 16">
<path fill="white"
d="M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z" />
<svg xmlns="http://www.w3.org/2000/svg" class="size-5 fill-white" width="0.88em" height="1em" viewBox="0 0 448 512">
<path fill="currentColor"
d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm297.1 84L257.3 234.6L379.4 396h-95.6L209 298.1L123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5l78.2-89.5zm-37.8 251.6L153.4 142.9h-28.3l171.8 224.7h26.3z" />
</svg>
<span>X</span>
</a>