leanweb 3.10.4 → 3.10.5
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.
- package/package.json +1 -1
- package/templates/favicon.svg +28 -7
package/package.json
CHANGED
package/templates/favicon.svg
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="512" height="512" rx="108" fill="url(#bg)"/>
|
|
3
|
+
|
|
4
|
+
<!-- Sparkles icon scaled from 24x24 to fit, centered -->
|
|
5
|
+
<g transform="translate(64, 64) scale(16)" stroke-linecap="round" stroke-linejoin="round" fill="none">
|
|
6
|
+
<!-- Main 4-point star -->
|
|
7
|
+
<path d="M12 3l1.912 5.813a2 2 0 001.275 1.275L21 12l-5.813 1.912a2 2 0 00-1.275 1.275L12 21l-1.912-5.813a2 2 0 00-1.275-1.275L3 12l5.813-1.912a2 2 0 001.275-1.275z" stroke="url(#star)" stroke-width="1.4" fill="url(#starfill)" fill-opacity="0.15"/>
|
|
8
|
+
|
|
9
|
+
<!-- Small accent sparkles -->
|
|
10
|
+
<path d="M5 3v4M19 17v4M3 5h4M17 19h4" stroke="#c7d2fe" stroke-width="1.4" opacity="0.7"/>
|
|
11
|
+
</g>
|
|
12
|
+
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="bg" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop offset="0" stop-color="#1e1b4b"/>
|
|
16
|
+
<stop offset="0.5" stop-color="#312e81"/>
|
|
17
|
+
<stop offset="1" stop-color="#4f46e5"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="star" x1="3" y1="3" x2="21" y2="21" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop offset="0" stop-color="#e0e7ff"/>
|
|
21
|
+
<stop offset="1" stop-color="#a5b4fc"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="starfill" x1="3" y1="3" x2="21" y2="21" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop offset="0" stop-color="#c7d2fe"/>
|
|
25
|
+
<stop offset="1" stop-color="#6366f1"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>
|