Aplicoop desde el repo de kidekoop

This commit is contained in:
snt 2026-02-11 15:32:11 +01:00
parent 69917d1ec2
commit 7cff89e418
93 changed files with 313992 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="256" height="256" fill="#2C3E50"/>
<!-- Criptomart Logo Circle -->
<circle cx="128" cy="128" r="110" fill="#3498DB"/>
<!-- Shopping Cart Icon -->
<g transform="translate(128, 128)">
<!-- Cart Body -->
<path d="M -30 -20 L -25 20 Q -25 30 -15 30 L 50 30 Q 60 30 60 20 L 55 -20 Z" fill="white" stroke="white" stroke-width="2"/>
<!-- Cart Handle -->
<path d="M -20 -20 Q 0 -50 20 -20" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"/>
<!-- Wheel 1 -->
<circle cx="-10" cy="35" r="5" fill="white"/>
<circle cx="-10" cy="35" r="3" fill="#3498DB"/>
<!-- Wheel 2 -->
<circle cx="45" cy="35" r="5" fill="white"/>
<circle cx="45" cy="35" r="3" fill="#3498DB"/>
</g>
<!-- Criptomart Text -->
<text x="128" y="220" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="white" text-anchor="middle">
CRIPTOMART
</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB