@mbwilding/tool-early-bound-generator 0.0.5 → 0.0.7
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/dist/icons/ebg.png +0 -0
- package/dist/icons/ebg.svg +21 -35
- package/dist/index.js +14 -14
- package/npm-shrinkwrap.json +2 -2
- package/package.json +5 -1
package/dist/icons/ebg.png
CHANGED
|
Binary file
|
package/dist/icons/ebg.svg
CHANGED
|
@@ -1,51 +1,37 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512px" height="512px">
|
|
2
2
|
<defs>
|
|
3
|
-
<linearGradient id="
|
|
4
|
-
<stop offset="0" stop-color="#1a1a2e" />
|
|
5
|
-
<stop offset="1" stop-color="#16213e" />
|
|
6
|
-
</linearGradient>
|
|
7
|
-
<!-- Line colours: lighter blue/purple tones matching the C# symbol -->
|
|
8
|
-
<linearGradient id="lineGrad" x1="8" x2="56" y1="8" y2="56" gradientUnits="userSpaceOnUse"
|
|
9
|
-
spreadMethod="reflect">
|
|
3
|
+
<linearGradient id="lineGrad" x1="8" x2="56" y1="8" y2="56" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
|
10
4
|
<stop offset="0" stop-color="#5b9bff" />
|
|
11
5
|
<stop offset="1" stop-color="#d47fff" />
|
|
12
6
|
</linearGradient>
|
|
13
|
-
<linearGradient id="csharpGrad" x1="10" x2="54" y1="20" y2="52"
|
|
14
|
-
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
|
7
|
+
<linearGradient id="csharpGrad" x1="10" x2="54" y1="20" y2="52" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
|
15
8
|
<stop offset="0" stop-color="#1a6dff" />
|
|
16
9
|
<stop offset="1" stop-color="#c822ff" />
|
|
17
10
|
</linearGradient>
|
|
18
11
|
</defs>
|
|
19
12
|
|
|
20
|
-
<!-- Card background -->
|
|
21
|
-
<rect x="4" y="4" width="56" height="56" rx="8" ry="8" fill="url(#bgGrad)" />
|
|
22
|
-
|
|
23
13
|
<!-- Code line decorations -->
|
|
24
14
|
<!-- Top section -->
|
|
25
|
-
<rect x="8" y="
|
|
26
|
-
<rect x="8" y="
|
|
27
|
-
<rect x="8" y="
|
|
28
|
-
<rect x="8" y="27" width="9" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.22" />
|
|
15
|
+
<rect x="8" y="8" width="22" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.55" />
|
|
16
|
+
<rect x="8" y="13" width="16" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.38" />
|
|
17
|
+
<rect x="8" y="18" width="10" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.28" />
|
|
29
18
|
<!-- Bottom section -->
|
|
30
|
-
<rect x="8" y="
|
|
31
|
-
<rect x="8" y="
|
|
32
|
-
<rect x="8" y="
|
|
33
|
-
<rect x="8" y="53" width="10" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.22" />
|
|
19
|
+
<rect x="8" y="46" width="10" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.28" />
|
|
20
|
+
<rect x="8" y="51" width="16" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.38" />
|
|
21
|
+
<rect x="8" y="56" width="10" height="2.5" rx="1.25" fill="url(#lineGrad)" opacity="0.22" />
|
|
34
22
|
|
|
35
|
-
<!-- C# symbol centred on
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
<!-- C# symbol scaled up ~1.6x, centred on 32,32 -->
|
|
24
|
+
<g transform="translate(32,32) scale(1.6) translate(-32,-32)">
|
|
25
|
+
<!-- C letter -->
|
|
26
|
+
<path fill="url(#csharpGrad)"
|
|
27
|
+
d="M27.75,41c-4.687,0-8-3.533-8-8.5c0-4.967,3.313-8.5,8-8.5c2.2,0,4.02,0.76,5.34,2.1l-1.88,1.96
|
|
28
|
+
c-0.9-0.9-2.07-1.46-3.46-1.46c-2.97,0-5,2.26-5,5.9c0,3.64,2.03,5.9,5,5.9c1.39,0,2.56-0.56,3.46-1.46l1.88,1.96
|
|
29
|
+
C31.77,40.24,29.95,41,27.75,41z" />
|
|
41
30
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
<rect x="34.25" y="28.5" width="10" height="2.2" rx="1.1" fill="url(#csharpGrad)" />
|
|
49
|
-
<!-- Horizontal bar bottom -->
|
|
50
|
-
<rect x="34.25" y="33.5" width="10" height="2.2" rx="1.1" fill="url(#csharpGrad)" />
|
|
31
|
+
<!-- Hash # symbol -->
|
|
32
|
+
<polygon points="36,24 38,24 37.5,40 35.5,40" fill="url(#csharpGrad)" />
|
|
33
|
+
<polygon points="40.5,24 42.5,24 42,40 40,40" fill="url(#csharpGrad)" />
|
|
34
|
+
<rect x="34.25" y="28.5" width="10" height="2.2" rx="1.1" fill="url(#csharpGrad)" />
|
|
35
|
+
<rect x="34.25" y="33.5" width="10" height="2.2" rx="1.1" fill="url(#csharpGrad)" />
|
|
36
|
+
</g>
|
|
51
37
|
</svg>
|