css
1 month ago
js
8 months ago
icon-128x128.png
10 months ago
icon-256x256.png
10 months ago
icon.svg
10 months ago
screenshot-1.png
10 months ago
screenshot-2.png
10 months ago
icon.svg
18 lines
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> |
| 3 | <defs> |
| 4 | <linearGradient id="bg_gradient" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 5 | <stop offset="0%" style="stop-color:#0088cc;stop-opacity:1" /> |
| 6 | <stop offset="100%" style="stop-color:#0073aa;stop-opacity:1" /> |
| 7 | </linearGradient> |
| 8 | </defs> |
| 9 | <rect width="256" height="256" fill="url(#bg_gradient)" rx="25" ry="25"/> |
| 10 | <g fill="#ffffff"> |
| 11 | <circle cx="128" cy="128" r="85" fill="none" stroke="#ffffff" stroke-width="6" opacity="0.2"/> |
| 12 | <circle cx="128" cy="128" r="65" fill="none" stroke="#ffffff" stroke-width="4" opacity="0.3"/> |
| 13 | <text x="128" y="85" font-family="Open Sans, sans-serif" font-size="26" font-weight="bold" text-anchor="middle" fill="#ffffff">Pole</text> |
| 14 | <text x="128" y="135" font-family="Open Sans, sans-serif" font-size="50" font-weight="bold" text-anchor="middle" fill="#ffffff">NIP</text> |
| 15 | <text x="128" y="165" font-family="Open Sans, sans-serif" font-size="24" font-weight="bold" text-anchor="middle" fill="#ffffff">WooCommerce</text> |
| 16 | </g> |
| 17 | </svg> |
| 18 |