@golstats/gsc-top-player 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <!-- Círculo neón azul -->
4
+ <circle cx="200" cy="200" r="170" stroke="#00FFFF" stroke-width="16" fill="none" filter="url(#glow)" />
5
+ <defs>
6
+ <filter id="glow" x="0" y="0" width="400" height="400">
7
+ <feGaussianBlur stdDeviation="8" result="coloredBlur"/>
8
+ <feMerge>
9
+ <feMergeNode in="coloredBlur"/>
10
+ <feMergeNode in="SourceGraphic"/>
11
+ </feMerge>
12
+ </filter>
13
+ </defs>
14
+
15
+ <!-- Barra de pesas rosa neón -->
16
+ <g stroke="#FF4ECF" stroke-width="12" stroke-linecap="round" stroke-linejoin="round">
17
+ <rect x="120" y="240" width="160" height="12" rx="6" fill="#FF4ECF" />
18
+ <rect x="110" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
19
+ <rect x="274" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
20
+ <rect x="90" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
21
+ <rect x="298" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
22
+ </g>
23
+
24
+ <!-- Ojos estilizados (negros) -->
25
+ <!-- Ojo izquierdo -->
26
+ <path d="M120 170 Q150 160 180 170 Q150 180 120 170" fill="none" stroke="#111" stroke-width="4"/>
27
+ <ellipse cx="150" cy="170" rx="12" ry="6" fill="#111"/>
28
+ <ellipse cx="150" cy="170" rx="4" ry="2" fill="#fff"/>
29
+ <!-- Cejas -->
30
+ <path d="M110 160 Q150 145 190 160" fill="none" stroke="#111" stroke-width="3"/>
31
+
32
+ <!-- Ojo derecho -->
33
+ <path d="M220 170 Q250 160 280 170 Q250 180 220 170" fill="none" stroke="#111" stroke-width="4"/>
34
+ <ellipse cx="250" cy="170" rx="12" ry="6" fill="#111"/>
35
+ <ellipse cx="250" cy="170" rx="4" ry="2" fill="#fff"/>
36
+ <!-- Cejas -->
37
+ <path d="M210 160 Q250 145 290 160" fill="none" stroke="#111" stroke-width="3"/>
38
+ </svg>