@sensoro-design/icons-svg 2.52.0 → 2.53.0
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/es/asn/LoadingProPurely.d.ts +3 -0
- package/es/asn/LoadingProPurely.js +87 -0
- package/es/asn/LoadingPurely.js +4 -4
- package/es/asn/LocationPurely.js +5 -5
- package/es/asn/MoonPurely.js +8 -8
- package/es/asn/NoAlarmPurely.js +112 -112
- package/es/asn/NoAppPurely.js +165 -165
- package/es/asn/NoCarPurely.js +136 -136
- package/es/asn/NoCarsPurely.js +177 -177
- package/es/asn/NoDataPurely.js +97 -97
- package/es/asn/NoDevicePurely.js +122 -122
- package/es/asn/NoImagePurely.js +51 -51
- package/es/asn/NoPersonPurely.js +99 -99
- package/es/asn/NoPersonsPurely.js +109 -109
- package/es/asn/NoVideoPurely.js +62 -62
- package/es/asn/OffDayPurely.js +67 -67
- package/es/asn/RotateRightPurely.js +8 -8
- package/es/asn/UserPurely.js +9 -9
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
- package/inline-namespaced-svg/purely/loading.svg +1 -1
- package/inline-namespaced-svg/purely/location.svg +1 -1
- package/inline-namespaced-svg/purely/moon.svg +1 -1
- package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
- package/inline-namespaced-svg/purely/no-app.svg +1 -1
- package/inline-namespaced-svg/purely/no-car.svg +1 -1
- package/inline-namespaced-svg/purely/no-cars.svg +1 -1
- package/inline-namespaced-svg/purely/no-data.svg +1 -1
- package/inline-namespaced-svg/purely/no-device.svg +1 -1
- package/inline-namespaced-svg/purely/no-image.svg +1 -1
- package/inline-namespaced-svg/purely/no-person.svg +1 -1
- package/inline-namespaced-svg/purely/no-persons.svg +1 -1
- package/inline-namespaced-svg/purely/no-video.svg +1 -1
- package/inline-namespaced-svg/purely/off-day.svg +1 -1
- package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
- package/inline-namespaced-svg/purely/user.svg +1 -1
- package/inline-svg/purely/loading-pro.svg +1 -0
- package/inline-svg/purely/loading.svg +1 -1
- package/inline-svg/purely/location.svg +1 -1
- package/inline-svg/purely/moon.svg +1 -1
- package/inline-svg/purely/no-alarm.svg +1 -1
- package/inline-svg/purely/no-app.svg +1 -1
- package/inline-svg/purely/no-car.svg +1 -1
- package/inline-svg/purely/no-cars.svg +1 -1
- package/inline-svg/purely/no-data.svg +1 -1
- package/inline-svg/purely/no-device.svg +1 -1
- package/inline-svg/purely/no-image.svg +1 -1
- package/inline-svg/purely/no-person.svg +1 -1
- package/inline-svg/purely/no-persons.svg +1 -1
- package/inline-svg/purely/no-video.svg +1 -1
- package/inline-svg/purely/off-day.svg +1 -1
- package/inline-svg/purely/rotate-right.svg +1 -1
- package/inline-svg/purely/user.svg +1 -1
- package/lib/asn/LoadingProPurely.d.ts +3 -0
- package/lib/asn/LoadingProPurely.js +71 -0
- package/lib/asn/LoadingPurely.js +4 -4
- package/lib/asn/LocationPurely.js +4 -4
- package/lib/asn/MoonPurely.js +6 -6
- package/lib/asn/NoAlarmPurely.js +90 -90
- package/lib/asn/NoAppPurely.js +129 -129
- package/lib/asn/NoCarPurely.js +109 -109
- package/lib/asn/NoCarsPurely.js +143 -143
- package/lib/asn/NoDataPurely.js +77 -77
- package/lib/asn/NoDevicePurely.js +93 -93
- package/lib/asn/NoImagePurely.js +41 -41
- package/lib/asn/NoPersonPurely.js +79 -79
- package/lib/asn/NoPersonsPurely.js +87 -87
- package/lib/asn/NoVideoPurely.js +49 -49
- package/lib/asn/OffDayPurely.js +55 -55
- package/lib/asn/RotateRightPurely.js +6 -6
- package/lib/asn/UserPurely.js +8 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/LoadingProPurely.ts +51 -0
- package/src/asn/LoadingPurely.ts +4 -4
- package/src/asn/LocationPurely.ts +4 -4
- package/src/asn/MoonPurely.ts +6 -6
- package/src/asn/NoAlarmPurely.ts +90 -90
- package/src/asn/NoAppPurely.ts +129 -129
- package/src/asn/NoCarPurely.ts +109 -109
- package/src/asn/NoCarsPurely.ts +143 -143
- package/src/asn/NoDataPurely.ts +77 -77
- package/src/asn/NoDevicePurely.ts +93 -93
- package/src/asn/NoImagePurely.ts +41 -41
- package/src/asn/NoPersonPurely.ts +79 -79
- package/src/asn/NoPersonsPurely.ts +87 -87
- package/src/asn/NoVideoPurely.ts +49 -49
- package/src/asn/OffDayPurely.ts +55 -55
- package/src/asn/RotateRightPurely.ts +6 -6
- package/src/asn/UserPurely.ts +8 -8
- package/src/index.ts +1 -0
package/src/asn/NoCarPurely.ts
CHANGED
|
@@ -12,7 +12,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__39__a', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
@@ -20,7 +20,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__39__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -28,7 +28,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
tag: 'linearGradient',
|
|
31
|
-
attrs: { id: '
|
|
31
|
+
attrs: { id: 'sen__39__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
|
|
32
32
|
children: [
|
|
33
33
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
34
34
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -36,7 +36,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
tag: 'linearGradient',
|
|
39
|
-
attrs: { id: '
|
|
39
|
+
attrs: { id: 'sen__39__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
40
40
|
children: [
|
|
41
41
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
42
42
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -44,7 +44,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
tag: 'linearGradient',
|
|
47
|
-
attrs: { id: '
|
|
47
|
+
attrs: { id: 'sen__39__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
48
48
|
children: [
|
|
49
49
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
50
50
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -52,7 +52,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
tag: 'linearGradient',
|
|
55
|
-
attrs: { id: '
|
|
55
|
+
attrs: { id: 'sen__39__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
56
56
|
children: [
|
|
57
57
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
58
58
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -60,7 +60,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
tag: 'linearGradient',
|
|
63
|
-
attrs: { id: '
|
|
63
|
+
attrs: { id: 'sen__39__o', x1: '32.99%', x2: '61.17%', y1: '85.22%', y2: '0%' },
|
|
64
64
|
children: [
|
|
65
65
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
66
66
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -68,7 +68,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
tag: 'linearGradient',
|
|
71
|
-
attrs: { id: '
|
|
71
|
+
attrs: { id: 'sen__39__q', x1: '136.12%', x2: '82.07%', y1: '9.52%', y2: '72.74%' },
|
|
72
72
|
children: [
|
|
73
73
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
74
74
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -76,7 +76,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
tag: 'linearGradient',
|
|
79
|
-
attrs: { id: '
|
|
79
|
+
attrs: { id: 'sen__39__u', x1: '33.86%', x2: '74.95%', y1: '77.63%', y2: '28.12%' },
|
|
80
80
|
children: [
|
|
81
81
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
82
82
|
{ tag: 'stop', attrs: { offset: '29.64%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -87,7 +87,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
tag: 'linearGradient',
|
|
90
|
-
attrs: { id: '
|
|
90
|
+
attrs: { id: 'sen__39__w', x1: '0%', x2: '60.12%', y1: '78.6%', y2: '52.15%' },
|
|
91
91
|
children: [
|
|
92
92
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
93
93
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
@@ -95,7 +95,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
tag: 'linearGradient',
|
|
98
|
-
attrs: { id: '
|
|
98
|
+
attrs: { id: 'sen__39__A', x1: '75.81%', x2: '75.81%', y1: '41.93%', y2: '-54.53%' },
|
|
99
99
|
children: [
|
|
100
100
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
101
101
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -103,7 +103,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
tag: 'linearGradient',
|
|
106
|
-
attrs: { id: '
|
|
106
|
+
attrs: { id: 'sen__39__C', x1: '0%', x2: '37.02%', y1: '52.89%', y2: '16.54%' },
|
|
107
107
|
children: [
|
|
108
108
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
109
109
|
{ tag: 'stop', attrs: { offset: '99.91%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
@@ -111,7 +111,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
tag: 'linearGradient',
|
|
114
|
-
attrs: { id: '
|
|
114
|
+
attrs: { id: 'sen__39__E', x1: '100%', x2: '0%', y1: '50.85%', y2: '49.15%' },
|
|
115
115
|
children: [
|
|
116
116
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
117
117
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -119,7 +119,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
tag: 'linearGradient',
|
|
122
|
-
attrs: { id: '
|
|
122
|
+
attrs: { id: 'sen__39__G', x1: '100%', x2: '0%', y1: '81.84%', y2: '18.16%' },
|
|
123
123
|
children: [
|
|
124
124
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
125
125
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -127,7 +127,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
tag: 'linearGradient',
|
|
130
|
-
attrs: { id: '
|
|
130
|
+
attrs: { id: 'sen__39__I', x1: '58.48%', x2: '41.52%', y1: '0%', y2: '100%' },
|
|
131
131
|
children: [
|
|
132
132
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
133
133
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -135,7 +135,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
tag: 'linearGradient',
|
|
138
|
-
attrs: { id: '
|
|
138
|
+
attrs: { id: 'sen__39__K', x1: '34.93%', x2: '64.97%', y1: '0%', y2: '99.66%' },
|
|
139
139
|
children: [
|
|
140
140
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
141
141
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -143,7 +143,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
tag: 'linearGradient',
|
|
146
|
-
attrs: { id: '
|
|
146
|
+
attrs: { id: 'sen__39__M', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
147
147
|
children: [
|
|
148
148
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
149
149
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -151,7 +151,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
tag: 'linearGradient',
|
|
154
|
-
attrs: { id: '
|
|
154
|
+
attrs: { id: 'sen__39__O', x1: '65.43%', x2: '34.57%', y1: '100%', y2: '0%' },
|
|
155
155
|
children: [
|
|
156
156
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
157
157
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -159,7 +159,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
tag: 'linearGradient',
|
|
162
|
-
attrs: { id: '
|
|
162
|
+
attrs: { id: 'sen__39__Q', x1: '60.57%', x2: '39.43%', y1: '100%', y2: '0%' },
|
|
163
163
|
children: [
|
|
164
164
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
165
165
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -167,7 +167,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
tag: 'linearGradient',
|
|
170
|
-
attrs: { id: '
|
|
170
|
+
attrs: { id: 'sen__39__T', x1: '100%', x2: '0%', y1: '68%', y2: '32%' },
|
|
171
171
|
children: [
|
|
172
172
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
173
173
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -175,7 +175,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
tag: 'linearGradient',
|
|
178
|
-
attrs: { id: '
|
|
178
|
+
attrs: { id: 'sen__39__V', x1: '64.22%', x2: '35.78%', y1: '0%', y2: '100%' },
|
|
179
179
|
children: [
|
|
180
180
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
181
181
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -183,7 +183,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
tag: 'linearGradient',
|
|
186
|
-
attrs: { id: '
|
|
186
|
+
attrs: { id: 'sen__39__X', x1: '35.78%', x2: '64.13%', y1: '0%', y2: '99.66%' },
|
|
187
187
|
children: [
|
|
188
188
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
189
189
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -191,7 +191,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
tag: 'linearGradient',
|
|
194
|
-
attrs: { id: '
|
|
194
|
+
attrs: { id: 'sen__39__Z', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
195
195
|
children: [
|
|
196
196
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
197
197
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -199,73 +199,73 @@ const NoCarPurely: IconDefinition = {
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
tag: 'linearGradient',
|
|
202
|
-
attrs: { id: '
|
|
202
|
+
attrs: { id: 'sen__39__aa', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
203
203
|
children: [
|
|
204
204
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
205
205
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
206
206
|
],
|
|
207
207
|
},
|
|
208
|
-
{ tag: 'path', attrs: { id: '
|
|
209
|
-
{ tag: 'path', attrs: { id: '
|
|
210
|
-
{ tag: 'path', attrs: { id: '
|
|
211
|
-
{ tag: 'path', attrs: { id: '
|
|
212
|
-
{ tag: 'path', attrs: { id: '
|
|
213
|
-
{ tag: 'path', attrs: { id: '
|
|
208
|
+
{ tag: 'path', attrs: { id: 'sen__39__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
|
|
209
|
+
{ tag: 'path', attrs: { id: 'sen__39__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
|
|
210
|
+
{ tag: 'path', attrs: { id: 'sen__39__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
|
|
211
|
+
{ tag: 'path', attrs: { id: 'sen__39__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
|
|
212
|
+
{ tag: 'path', attrs: { id: 'sen__39__k', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
|
|
213
|
+
{ tag: 'path', attrs: { id: 'sen__39__m', d: 'M29.06 46.49 52.46 60l6.6-6.02-18-30z' } },
|
|
214
214
|
{
|
|
215
215
|
tag: 'path',
|
|
216
216
|
attrs: {
|
|
217
|
-
id: '
|
|
217
|
+
id: 'sen__39__p',
|
|
218
218
|
d: 'M47.76 64.52c1.29 0-4.72-.07-18.02-.21l2.43-11.8 15.59.01c-1.93 0-3.5 2.69-3.5 6 0 3.32 1.57 6 3.5 6Z',
|
|
219
219
|
},
|
|
220
220
|
},
|
|
221
|
-
{ tag: 'path', attrs: { id: '
|
|
221
|
+
{ tag: 'path', attrs: { id: 'sen__39__r', d: 'm72.06 21.39 23.4 13.52 4.52-4.13-2.92-2.8z' } },
|
|
222
222
|
{
|
|
223
223
|
tag: 'path',
|
|
224
224
|
attrs: {
|
|
225
|
-
id: '
|
|
225
|
+
id: 'sen__39__s',
|
|
226
226
|
d: 'M90.76 39.52c1.29 0-4.72-.07-18.02-.21l2.42-11.8 15.6.01c-1.94 0-3.5 2.69-3.5 6 0 3.32 1.56 6 3.5 6Z',
|
|
227
227
|
},
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
tag: 'path',
|
|
231
231
|
attrs: {
|
|
232
|
-
id: '
|
|
232
|
+
id: 'sen__39__t',
|
|
233
233
|
d: 'M.06 53.49c-.6-7.83 3.4-15.33 12-22.5 6-5 15-23 29-29 10.42-4.47 13.71 0 17 0 3.29 0 4-2 9 1l.12.07.25.15c3.63 2.17 13.43 7.95 29.4 17.35-2.17-.7-4.31.43-6.77.43-3.29 0-6.58-4.47-17 0-14 6-23 24-29 29-8.6 7.17-12.6 14.5-12 22Z',
|
|
234
234
|
},
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
tag: 'path',
|
|
238
238
|
attrs: {
|
|
239
|
-
id: '
|
|
239
|
+
id: 'sen__39__v',
|
|
240
240
|
d: 'M73.06 20.99c10.42-4.47 13.71 0 17 0 3.29 0 6-2 9 1 2 2 3 5 3 9l-6.61 3.87c-.06-1.71-.7-3.11-1.89-3.8-2.4-1.38-6.12.6-8.33 4.43a10.4 10.4 0 0 0-1.51 6.24L52.45 60.04c-.01-1.79-.65-3.27-1.89-3.98-2.4-1.38-6.12.6-8.33 4.43-1.28 2.21-1.77 4.56-1.49 6.41l-8.68 5.09c-.6-7.5 3.4-14.83 12-22 6-5 15-23 29-29Z',
|
|
241
241
|
},
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
tag: 'path',
|
|
245
|
-
attrs: { id: '
|
|
245
|
+
attrs: { id: 'sen__39__z', d: 'M53.06 43.99c3.33-2 14.67-8.67 34-20-4-3.34-9-3.34-15 0-9 5-15 13-19 20Z' },
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
tag: 'path',
|
|
249
249
|
attrs: {
|
|
250
|
-
id: '
|
|
250
|
+
id: 'sen__39__B',
|
|
251
251
|
d: 'm34.06 9.18 28 16.36c-6.42 5.45-11 12.45-17 20.45-12-7.34-21.33-13-28-17 5-7 11-15 17-19.81Z',
|
|
252
252
|
},
|
|
253
253
|
},
|
|
254
|
-
{ tag: 'path', attrs: { id: '
|
|
255
|
-
{ tag: 'path', attrs: { id: '
|
|
256
|
-
{ tag: 'path', attrs: { id: '
|
|
257
|
-
{ tag: 'path', attrs: { id: '
|
|
258
|
-
{ tag: 'path', attrs: { id: '
|
|
259
|
-
{ tag: 'path', attrs: { id: '
|
|
260
|
-
{ tag: 'path', attrs: { id: '
|
|
261
|
-
{ tag: 'path', attrs: { id: '
|
|
262
|
-
{ tag: 'path', attrs: { id: '
|
|
263
|
-
{ tag: 'path', attrs: { id: '
|
|
264
|
-
{ tag: 'path', attrs: { id: '
|
|
254
|
+
{ tag: 'path', attrs: { id: 'sen__39__D', d: 'm78.97 33.5.06 1-69 8-.06-1z' } },
|
|
255
|
+
{ tag: 'path', attrs: { id: 'sen__39__F', d: 'm49.4 9.7 30 24-.8.6-30-24z' } },
|
|
256
|
+
{ tag: 'path', attrs: { id: 'sen__39__H', d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z' } },
|
|
257
|
+
{ tag: 'path', attrs: { id: 'sen__39__J', d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z' } },
|
|
258
|
+
{ tag: 'path', attrs: { id: 'sen__39__L', d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z' } },
|
|
259
|
+
{ tag: 'path', attrs: { id: 'sen__39__N', d: 'm20 18-10 6V12l10-6v12Z' } },
|
|
260
|
+
{ tag: 'path', attrs: { id: 'sen__39__P', d: 'M10 12v12L0 18V6l10 6Z' } },
|
|
261
|
+
{ tag: 'path', attrs: { id: 'sen__39__S', d: 'm10 0 10 6-10 6L0 6l10-6Z' } },
|
|
262
|
+
{ tag: 'path', attrs: { id: 'sen__39__U', d: 'm16 15-8 5V10l8-5v10Z' } },
|
|
263
|
+
{ tag: 'path', attrs: { id: 'sen__39__W', d: 'M8 10v10l-8-5V5l8 5Z' } },
|
|
264
|
+
{ tag: 'path', attrs: { id: 'sen__39__Y', d: 'm8 0 8 5-8 5-8-5 8-5Z' } },
|
|
265
265
|
{
|
|
266
266
|
tag: 'filter',
|
|
267
267
|
attrs: {
|
|
268
|
-
id: '
|
|
268
|
+
id: 'sen__39__g',
|
|
269
269
|
width: '101%',
|
|
270
270
|
height: '101.6%',
|
|
271
271
|
x: '-.5%',
|
|
@@ -294,7 +294,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
294
294
|
{
|
|
295
295
|
tag: 'filter',
|
|
296
296
|
attrs: {
|
|
297
|
-
id: '
|
|
297
|
+
id: 'sen__39__x',
|
|
298
298
|
width: '100.7%',
|
|
299
299
|
height: '100.9%',
|
|
300
300
|
x: '-.4%',
|
|
@@ -323,7 +323,7 @@ const NoCarPurely: IconDefinition = {
|
|
|
323
323
|
{
|
|
324
324
|
tag: 'filter',
|
|
325
325
|
attrs: {
|
|
326
|
-
id: '
|
|
326
|
+
id: 'sen__39__R',
|
|
327
327
|
width: '110%',
|
|
328
328
|
height: '87.4%',
|
|
329
329
|
x: '-5%',
|
|
@@ -349,8 +349,8 @@ const NoCarPurely: IconDefinition = {
|
|
|
349
349
|
},
|
|
350
350
|
],
|
|
351
351
|
},
|
|
352
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
353
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
352
|
+
{ tag: 'ellipse', attrs: { id: 'sen__39__n', cx: '46.56', cy: '62.99', rx: '3.5', ry: '6' } },
|
|
353
|
+
{ tag: 'ellipse', attrs: { id: 'sen__39__y', cx: '89.56', cy: '37.99', rx: '3.5', ry: '6' } },
|
|
354
354
|
],
|
|
355
355
|
},
|
|
356
356
|
{
|
|
@@ -359,214 +359,214 @@ const NoCarPurely: IconDefinition = {
|
|
|
359
359
|
children: [
|
|
360
360
|
{
|
|
361
361
|
tag: 'use',
|
|
362
|
-
attrs: { 'xlink:href': '#
|
|
362
|
+
attrs: { 'xlink:href': '#sen__39__b', fill: 'url(#sen__39__a)', transform: 'translate(31 100)' },
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
tag: 'g',
|
|
366
366
|
attrs: { transform: 'translate(31 100)' },
|
|
367
367
|
children: [
|
|
368
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
369
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
368
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__c', fill: '#FFF' } },
|
|
369
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__c', fill: 'url(#sen__39__d)' } },
|
|
370
370
|
],
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
tag: 'g',
|
|
374
374
|
attrs: { transform: 'translate(31 100)' },
|
|
375
375
|
children: [
|
|
376
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
377
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
378
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
376
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__e', fill: '#FFF' } },
|
|
377
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__e', fill: 'url(#sen__39__f)' } },
|
|
378
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__e', fill: '#000', filter: 'url(#sen__39__g)' } },
|
|
379
379
|
],
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
tag: 'g',
|
|
383
383
|
attrs: { transform: 'translate(31 100)' },
|
|
384
384
|
children: [
|
|
385
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
386
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
385
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__h', fill: '#FFF' } },
|
|
386
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__h', fill: 'url(#sen__39__i)' } },
|
|
387
387
|
],
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
tag: 'path',
|
|
391
391
|
attrs: {
|
|
392
|
-
fill: 'url(#
|
|
392
|
+
fill: 'url(#sen__39__j)',
|
|
393
393
|
d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
|
|
394
394
|
transform: 'translate(31 72)',
|
|
395
395
|
},
|
|
396
396
|
},
|
|
397
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
398
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
397
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__k', fill: '#FFF' } },
|
|
398
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__k', fill: 'url(#sen__39__l)' } },
|
|
399
399
|
{
|
|
400
400
|
tag: 'g',
|
|
401
401
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
402
402
|
children: [
|
|
403
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
404
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
403
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__m', fill: '#FFF' } },
|
|
404
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__m', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
405
405
|
],
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
tag: 'g',
|
|
409
409
|
attrs: { transform: 'rotate(30 -92.64 260.16)' },
|
|
410
410
|
children: [
|
|
411
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
412
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
411
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__n', fill: '#FFF' } },
|
|
412
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__n', fill: 'url(#sen__39__o)' } },
|
|
413
413
|
],
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
tag: 'g',
|
|
417
417
|
attrs: { transform: 'rotate(30 -100.36 255.7)' },
|
|
418
418
|
children: [
|
|
419
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
420
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
419
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__p', fill: '#FFF' } },
|
|
420
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__p', fill: 'url(#sen__39__q)' } },
|
|
421
421
|
],
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
tag: 'g',
|
|
425
425
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
426
426
|
children: [
|
|
427
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
428
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
427
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__r', fill: '#FFF' } },
|
|
428
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__r', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
429
429
|
],
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
432
|
tag: 'g',
|
|
433
433
|
attrs: { transform: 'rotate(30 -57.36 230.7)' },
|
|
434
434
|
children: [
|
|
435
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
436
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
435
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__s', fill: '#FFF' } },
|
|
436
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__s', fill: 'url(#sen__39__q)' } },
|
|
437
437
|
],
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
tag: 'g',
|
|
441
441
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
442
442
|
children: [
|
|
443
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
444
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
443
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__t', fill: '#FFF' } },
|
|
444
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__t', fill: 'url(#sen__39__u)' } },
|
|
445
445
|
],
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
tag: 'g',
|
|
449
449
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
450
450
|
children: [
|
|
451
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
452
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
453
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
451
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__v', fill: '#FFF' } },
|
|
452
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__v', fill: 'url(#sen__39__w)' } },
|
|
453
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__v', fill: '#000', filter: 'url(#sen__39__x)' } },
|
|
454
454
|
],
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
tag: 'g',
|
|
458
458
|
attrs: { transform: 'rotate(30 -49.63 235.16)' },
|
|
459
459
|
children: [
|
|
460
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
461
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
460
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__y', fill: '#FFF' } },
|
|
461
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__y', fill: 'url(#sen__39__o)' } },
|
|
462
462
|
],
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
tag: 'g',
|
|
466
466
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
467
467
|
children: [
|
|
468
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
469
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
468
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__z', fill: '#FFF' } },
|
|
469
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__z', fill: 'url(#sen__39__A)' } },
|
|
470
470
|
],
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
tag: 'g',
|
|
474
474
|
attrs: { transform: 'translate(79.94 96.01)' },
|
|
475
475
|
children: [
|
|
476
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
477
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
476
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__B', fill: '#FFF' } },
|
|
477
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__B', fill: 'url(#sen__39__C)' } },
|
|
478
478
|
],
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
tag: 'g',
|
|
482
482
|
attrs: { transform: 'translate(84 36)' },
|
|
483
483
|
children: [
|
|
484
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
485
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
484
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__D', fill: '#FFF' } },
|
|
485
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__D', fill: 'url(#sen__39__E)' } },
|
|
486
486
|
],
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
489
|
tag: 'g',
|
|
490
490
|
attrs: { transform: 'translate(84 36)' },
|
|
491
491
|
children: [
|
|
492
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
493
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
492
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__F', fill: '#FFF' } },
|
|
493
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__F', fill: 'url(#sen__39__G)' } },
|
|
494
494
|
],
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
497
|
tag: 'g',
|
|
498
498
|
attrs: { transform: 'translate(156 61)' },
|
|
499
499
|
children: [
|
|
500
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
501
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
500
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__H', fill: '#FFF' } },
|
|
501
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__H', fill: 'url(#sen__39__I)' } },
|
|
502
502
|
],
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
tag: 'g',
|
|
506
506
|
attrs: { transform: 'translate(156 61)' },
|
|
507
507
|
children: [
|
|
508
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
509
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
508
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__J', fill: '#FFF' } },
|
|
509
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__J', fill: 'url(#sen__39__K)' } },
|
|
510
510
|
],
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
tag: 'g',
|
|
514
514
|
attrs: { transform: 'translate(156 61)' },
|
|
515
515
|
children: [
|
|
516
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
517
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
516
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__L', fill: '#FFF' } },
|
|
517
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__L', fill: 'url(#sen__39__M)' } },
|
|
518
518
|
],
|
|
519
519
|
},
|
|
520
520
|
{
|
|
521
521
|
tag: 'g',
|
|
522
522
|
attrs: { transform: 'translate(84 66)' },
|
|
523
523
|
children: [
|
|
524
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
525
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
524
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__N', fill: '#FFF' } },
|
|
525
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__N', fill: 'url(#sen__39__O)' } },
|
|
526
526
|
],
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
tag: 'g',
|
|
530
530
|
attrs: { transform: 'translate(84 66)' },
|
|
531
531
|
children: [
|
|
532
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
533
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
534
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
532
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__P', fill: '#FFF' } },
|
|
533
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__P', fill: 'url(#sen__39__Q)' } },
|
|
534
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__P', fill: '#000', filter: 'url(#sen__39__R)' } },
|
|
535
535
|
],
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
tag: 'g',
|
|
539
539
|
attrs: { transform: 'translate(84 66)' },
|
|
540
540
|
children: [
|
|
541
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
542
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
541
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__S', fill: '#FFF' } },
|
|
542
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__S', fill: 'url(#sen__39__T)' } },
|
|
543
543
|
],
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
tag: 'g',
|
|
547
547
|
attrs: { transform: 'translate(125 36)' },
|
|
548
548
|
children: [
|
|
549
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
550
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
549
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__U', fill: '#FFF' } },
|
|
550
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__U', fill: 'url(#sen__39__V)' } },
|
|
551
551
|
],
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
tag: 'g',
|
|
555
555
|
attrs: { transform: 'translate(125 36)' },
|
|
556
556
|
children: [
|
|
557
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
558
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
557
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__W', fill: '#FFF' } },
|
|
558
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__W', fill: 'url(#sen__39__X)' } },
|
|
559
559
|
],
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
tag: 'g',
|
|
563
563
|
attrs: { transform: 'translate(125 36)' },
|
|
564
564
|
children: [
|
|
565
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
566
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
565
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__Y', fill: '#FFF' } },
|
|
566
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__39__Y', fill: 'url(#sen__39__Z)' } },
|
|
567
567
|
],
|
|
568
568
|
},
|
|
569
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
569
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__39__aa)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
|
|
570
570
|
],
|
|
571
571
|
},
|
|
572
572
|
],
|