@@ -27,7 +27,7 @@ function NodeJsIcon(props: any) {
27
27
{ ...props }
28
28
>
29
29
< mask
30
- id = "a "
30
+ id = "nodejs_icon_mask_a "
31
31
style = { { maskType : 'luminance' } }
32
32
maskUnits = "userSpaceOnUse"
33
33
x = "0"
@@ -40,14 +40,14 @@ function NodeJsIcon(props: any) {
40
40
fill = "#fff"
41
41
/>
42
42
</ mask >
43
- < g mask = "url(#a )" >
43
+ < g mask = "url(#nodejs_icon_mask_a )" >
44
44
< path
45
45
d = "M18.648 2.717 3.248-4.86-4.648 11.31l15.4 7.58 7.896-16.174z"
46
- fill = "url(#b )"
46
+ fill = "url(#nodejs_icon_linear_gradient_b )"
47
47
/>
48
48
</ g >
49
49
< mask
50
- id = "c "
50
+ id = "nodejs_icon_mask_c "
51
51
style = { { maskType : 'luminance' } }
52
52
maskUnits = "userSpaceOnUse"
53
53
x = "1"
@@ -60,15 +60,15 @@ function NodeJsIcon(props: any) {
60
60
fill = "#fff"
61
61
/>
62
62
</ mask >
63
- < g mask = "url(#c )" >
63
+ < g mask = "url(#nodejs_icon_mask_c )" >
64
64
< path
65
65
d = "M-5.647 4.958 5.226 19.734l14.38-10.667L8.734-5.71-5.647 4.958z"
66
- fill = "url(#d )"
66
+ fill = "url(#nodejs_icon_linear_gradient_d )"
67
67
/>
68
68
</ g >
69
69
< g >
70
70
< mask
71
- id = "e "
71
+ id = "nodejs_icon_mask_e "
72
72
style = { { maskType : 'luminance' } }
73
73
maskUnits = "userSpaceOnUse"
74
74
x = "1"
@@ -81,13 +81,16 @@ function NodeJsIcon(props: any) {
81
81
fill = "#fff"
82
82
/>
83
83
</ mask >
84
- < g mask = "url(#e)" >
85
- < path d = "M1.22.002v13.992h11.894V.002H1.22z" fill = "url(#f)" />
84
+ < g mask = "url(#nodejs_icon_mask_e)" >
85
+ < path
86
+ d = "M1.22.002v13.992h11.894V.002H1.22z"
87
+ fill = "url(#nodejs_icon_linear_gradient_f)"
88
+ />
86
89
</ g >
87
90
</ g >
88
91
< defs >
89
92
< linearGradient
90
- id = "b "
93
+ id = "nodejs_icon_linear_gradient_b "
91
94
x1 = "10.943"
92
95
y1 = "-1.084"
93
96
x2 = "2.997"
@@ -99,7 +102,7 @@ function NodeJsIcon(props: any) {
99
102
< stop offset = ".8" stopColor = "#5AAD45" />
100
103
</ linearGradient >
101
104
< linearGradient
102
- id = "d "
105
+ id = "nodejs_icon_linear_gradient_d "
103
106
x1 = "-.145"
104
107
y1 = "12.431"
105
108
x2 = "14.277"
@@ -111,7 +114,7 @@ function NodeJsIcon(props: any) {
111
114
< stop offset = "1" stopColor = "#76AC64" />
112
115
</ linearGradient >
113
116
< linearGradient
114
- id = "f "
117
+ id = "nodejs_icon_linear_gradient_f "
115
118
x1 = "1.225"
116
119
y1 = "6.998"
117
120
x2 = "13.116"
@@ -140,7 +143,7 @@ function NodeJsDisabledIcon(props: any) {
140
143
{ ...props }
141
144
>
142
145
< mask
143
- id = "a "
146
+ id = "nodejs_icon_mask_a "
144
147
style = { { maskType : 'luminance' } }
145
148
maskUnits = "userSpaceOnUse"
146
149
x = "0"
@@ -153,14 +156,14 @@ function NodeJsDisabledIcon(props: any) {
153
156
fill = "#fff"
154
157
/>
155
158
</ mask >
156
- < g mask = "url(#a )" >
159
+ < g mask = "url(#nodejs_icon_mask_a )" >
157
160
< path
158
161
d = "M18.648 2.717 3.248-4.86-4.646 11.31l15.399 7.58 7.896-16.174z"
159
- fill = "url(#b )"
162
+ fill = "url(#nodejs_icon_linear_gradient_b )"
160
163
/>
161
164
</ g >
162
165
< mask
163
- id = "c "
166
+ id = "nodejs_icon_mask_c "
164
167
style = { { maskType : 'luminance' } }
165
168
maskUnits = "userSpaceOnUse"
166
169
x = "1"
@@ -173,15 +176,15 @@ function NodeJsDisabledIcon(props: any) {
173
176
fill = "#fff"
174
177
/>
175
178
</ mask >
176
- < g mask = "url(#c )" >
179
+ < g mask = "url(#nodejs_icon_mask_c )" >
177
180
< path
178
181
d = "M-5.647 4.96 5.226 19.736 19.606 9.07 8.734-5.707-5.647 4.96z"
179
- fill = "url(#d )"
182
+ fill = "url(#nodejs_icon_linear_gradient_d )"
180
183
/>
181
184
</ g >
182
185
< g >
183
186
< mask
184
- id = "e "
187
+ id = "nodejs_icon_mask_e "
185
188
style = { { maskType : 'luminance' } }
186
189
maskUnits = "userSpaceOnUse"
187
190
x = "1"
@@ -194,13 +197,16 @@ function NodeJsDisabledIcon(props: any) {
194
197
fill = "#fff"
195
198
/>
196
199
</ mask >
197
- < g mask = "url(#e)" >
198
- < path d = "M1.222.001v13.992h11.893V0H1.222z" fill = "url(#f)" />
200
+ < g mask = "url(#nodejs_icon_mask_e)" >
201
+ < path
202
+ d = "M1.222.001v13.992h11.893V0H1.222z"
203
+ fill = "url(#nodejs_icon_linear_gradient_f)"
204
+ />
199
205
</ g >
200
206
</ g >
201
207
< defs >
202
208
< linearGradient
203
- id = "b "
209
+ id = "nodejs_icon_linear_gradient_b "
204
210
x1 = "10.944"
205
211
y1 = "-1.084"
206
212
x2 = "2.997"
@@ -212,7 +218,7 @@ function NodeJsDisabledIcon(props: any) {
212
218
< stop offset = ".8" stopColor = "#989A98" />
213
219
</ linearGradient >
214
220
< linearGradient
215
- id = "d "
221
+ id = "nodejs_icon_linear_gradient_d "
216
222
x1 = "-.145"
217
223
y1 = "12.433"
218
224
x2 = "14.277"
@@ -224,7 +230,7 @@ function NodeJsDisabledIcon(props: any) {
224
230
< stop offset = "1" stopColor = "#929292" />
225
231
</ linearGradient >
226
232
< linearGradient
227
- id = "f "
233
+ id = "nodejs_icon_linear_gradient_f "
228
234
x1 = "1.226"
229
235
y1 = "6.997"
230
236
x2 = "13.117"
0 commit comments