@sensoro-design/icons-svg 2.52.0 → 2.54.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/AccompanyOutlined.d.ts +3 -0
- package/es/asn/AccompanyOutlined.js +20 -0
- package/es/asn/CarPenOutlined.d.ts +3 -0
- package/es/asn/CarPenOutlined.js +20 -0
- package/es/asn/FileReportOutlined.d.ts +3 -0
- package/es/asn/FileReportOutlined.js +20 -0
- 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/UserPenOutlined.d.ts +3 -0
- package/es/asn/UserPenOutlined.js +20 -0
- package/es/asn/UserPurely.js +9 -9
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -0
- package/inline-namespaced-svg/outlined/accompany.svg +1 -0
- package/inline-namespaced-svg/outlined/car-pen.svg +1 -0
- package/inline-namespaced-svg/outlined/file-report.svg +1 -0
- package/inline-namespaced-svg/outlined/user-pen.svg +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/outlined/accompany.svg +1 -0
- package/inline-svg/outlined/car-pen.svg +1 -0
- package/inline-svg/outlined/file-report.svg +1 -0
- package/inline-svg/outlined/user-pen.svg +1 -0
- 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/AccompanyOutlined.d.ts +3 -0
- package/lib/asn/AccompanyOutlined.js +41 -0
- package/lib/asn/CarPenOutlined.d.ts +3 -0
- package/lib/asn/CarPenOutlined.js +41 -0
- package/lib/asn/FileReportOutlined.d.ts +3 -0
- package/lib/asn/FileReportOutlined.js +41 -0
- 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/UserPenOutlined.d.ts +3 -0
- package/lib/asn/UserPenOutlined.js +41 -0
- package/lib/asn/UserPurely.js +8 -8
- package/lib/index.d.ts +5 -0
- package/lib/index.js +15 -0
- package/package.json +1 -1
- package/src/asn/AccompanyOutlined.ts +21 -0
- package/src/asn/CarPenOutlined.ts +21 -0
- package/src/asn/FileReportOutlined.ts +21 -0
- 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/UserPenOutlined.ts +21 -0
- package/src/asn/UserPurely.ts +8 -8
- package/src/index.ts +5 -0
package/es/asn/NoCarsPurely.js
CHANGED
|
@@ -13,199 +13,199 @@ var NoCarsPurely = {
|
|
|
13
13
|
children: [{
|
|
14
14
|
tag: 'path',
|
|
15
15
|
attrs: {
|
|
16
|
-
id: '
|
|
16
|
+
id: 'sen__40__b',
|
|
17
17
|
d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z'
|
|
18
18
|
}
|
|
19
19
|
}, {
|
|
20
20
|
tag: 'path',
|
|
21
21
|
attrs: {
|
|
22
|
-
id: '
|
|
22
|
+
id: 'sen__40__c',
|
|
23
23
|
d: 'm194 64-97 56v-8l97-56v8Z'
|
|
24
24
|
}
|
|
25
25
|
}, {
|
|
26
26
|
tag: 'path',
|
|
27
27
|
attrs: {
|
|
28
|
-
id: '
|
|
28
|
+
id: 'sen__40__e',
|
|
29
29
|
d: 'M97 112v8L0 64v-8l97 56Z'
|
|
30
30
|
}
|
|
31
31
|
}, {
|
|
32
32
|
tag: 'path',
|
|
33
33
|
attrs: {
|
|
34
|
-
id: '
|
|
34
|
+
id: 'sen__40__h',
|
|
35
35
|
d: 'm97 0 97 56-97 56L0 56 97 0Z'
|
|
36
36
|
}
|
|
37
37
|
}, {
|
|
38
38
|
tag: 'path',
|
|
39
39
|
attrs: {
|
|
40
|
-
id: '
|
|
40
|
+
id: 'sen__40__k',
|
|
41
41
|
d: 'm128 118 65 38-65 38-65-38 65-38Z'
|
|
42
42
|
}
|
|
43
43
|
}, {
|
|
44
44
|
tag: 'path',
|
|
45
45
|
attrs: {
|
|
46
|
-
id: '
|
|
46
|
+
id: 'sen__40__m',
|
|
47
47
|
d: 'm20.03 32.28 16.13 9.4 4.55-4.19-12.4-20.83z'
|
|
48
48
|
}
|
|
49
49
|
}, {
|
|
50
50
|
tag: 'path',
|
|
51
51
|
attrs: {
|
|
52
|
-
id: '
|
|
52
|
+
id: 'sen__40__p',
|
|
53
53
|
d: 'M32.94 44.83c.9 0-3.26-.06-12.44-.2l1.65-8.16 10.77.04c-1.34 0-2.42 1.85-2.4 4.15 0 2.3 1.09 4.16 2.42 4.17Z'
|
|
54
54
|
}
|
|
55
55
|
}, {
|
|
56
56
|
tag: 'path',
|
|
57
57
|
attrs: {
|
|
58
|
-
id: '
|
|
58
|
+
id: 'sen__40__r',
|
|
59
59
|
d: 'm49.67 14.85 16.13 9.4 3.12-2.87-2.02-1.95z'
|
|
60
60
|
}
|
|
61
61
|
}, {
|
|
62
62
|
tag: 'path',
|
|
63
63
|
attrs: {
|
|
64
|
-
id: '
|
|
64
|
+
id: 'sen__40__s',
|
|
65
65
|
d: 'M62.58 27.46c.9 0-3.26-.06-12.44-.18l1.65-8.17 10.77.04c-1.34 0-2.42 1.85-2.4 4.15 0 2.3 1.09 4.16 2.42 4.16Z'
|
|
66
66
|
}
|
|
67
67
|
}, {
|
|
68
68
|
tag: 'path',
|
|
69
69
|
attrs: {
|
|
70
|
-
id: '
|
|
70
|
+
id: 'sen__40__t',
|
|
71
71
|
d: 'M.04 37.14 22.1 50l5.51-11.8 39.64-23.62a4767.86 4767.86 0 0 1-21.02-12.5c-3.45-2.08-3.94-.7-6.2-.7-2.27 0-4.54-3.1-11.73 0-9.65 4.18-15.85 16.68-19.99 20.15C2.38 26.5-.38 31.7.04 37.14Z'
|
|
72
72
|
}
|
|
73
73
|
}, {
|
|
74
74
|
tag: 'path',
|
|
75
75
|
attrs: {
|
|
76
|
-
id: '
|
|
76
|
+
id: 'sen__40__v',
|
|
77
77
|
d: 'M50.36 14.57c7.19-3.1 9.46 0 11.72 0 .57 0 1.1-.08 1.63-.18l.4-.07c1.42-.27 2.75-.48 4.17.95 1.38 1.39 2.07 3.47 2.07 6.25L65.8 24.2c-.04-1.19-.48-2.16-1.3-2.64-1.66-.96-4.23.42-5.75 3.07a7.26 7.26 0 0 0-1.04 4.34L36.16 41.69c-.01-1.24-.45-2.27-1.3-2.76-1.66-.96-4.23.42-5.75 3.07a7.18 7.18 0 0 0-1.03 4.46l-5.98 3.53c-.42-5.2 2.34-10.3 8.27-15.28 4.14-3.47 10.34-15.97 20-20.14Z'
|
|
78
78
|
}
|
|
79
79
|
}, {
|
|
80
80
|
tag: 'path',
|
|
81
81
|
attrs: {
|
|
82
|
-
id: '
|
|
82
|
+
id: 'sen__40__y',
|
|
83
83
|
d: 'M36.58 30.55c2.3-1.4 10.1-6.02 23.43-13.9-2.75-2.3-6.2-2.3-10.34 0-6.2 3.48-10.34 9.03-13.1 13.9Z'
|
|
84
84
|
}
|
|
85
85
|
}, {
|
|
86
86
|
tag: 'path',
|
|
87
87
|
attrs: {
|
|
88
|
-
id: '
|
|
88
|
+
id: 'sen__40__A',
|
|
89
89
|
d: 'm23.48 6.37 19.3 11.37c-4.42 3.78-7.58 8.64-11.72 14.2a2961.62 2961.62 0 0 0-19.3-11.81c3.45-4.86 7.58-10.42 11.72-13.76Z'
|
|
90
90
|
}
|
|
91
91
|
}, {
|
|
92
92
|
tag: 'path',
|
|
93
93
|
attrs: {
|
|
94
|
-
id: '
|
|
94
|
+
id: 'sen__40__C',
|
|
95
95
|
d: 'm22.57 36.16 18.17 10.52 5.13-4.7L31.9 18.67z'
|
|
96
96
|
}
|
|
97
97
|
}, {
|
|
98
98
|
tag: 'path',
|
|
99
99
|
attrs: {
|
|
100
|
-
id: '
|
|
100
|
+
id: 'sen__40__F',
|
|
101
101
|
d: 'M37.1 50.19c1 0-3.67-.06-14-.18l1.88-9.17 12.11.02c-1.5 0-2.72 2.09-2.71 4.66 0 2.58 1.22 4.67 2.72 4.67Z'
|
|
102
102
|
}
|
|
103
103
|
}, {
|
|
104
104
|
tag: 'path',
|
|
105
105
|
attrs: {
|
|
106
|
-
id: '
|
|
106
|
+
id: 'sen__40__H',
|
|
107
107
|
d: 'm55.97 16.63 18.17 10.52 3.51-3.2-2.26-2.18z'
|
|
108
108
|
}
|
|
109
109
|
}, {
|
|
110
110
|
tag: 'path',
|
|
111
111
|
attrs: {
|
|
112
|
-
id: '
|
|
112
|
+
id: 'sen__40__I',
|
|
113
113
|
d: 'M70.5 30.74c1 0-3.67-.05-14-.17l1.87-9.17 12.12.01c-1.5 0-2.72 2.1-2.72 4.67s1.22 4.66 2.73 4.66Z'
|
|
114
114
|
}
|
|
115
115
|
}, {
|
|
116
116
|
tag: 'path',
|
|
117
117
|
attrs: {
|
|
118
|
-
id: '
|
|
118
|
+
id: 'sen__40__J',
|
|
119
119
|
d: 'M.05 41.6 24.9 55.99l6.21-13.22 44.66-26.45c-13.2-7.78-21.1-12.44-23.69-14-3.88-2.33-4.43-.78-6.99-.78-2.55 0-5.1-3.47-13.2 0C21.02 6.21 14.03 20.21 9.37 24.1 2.68 29.68-.43 35.51.05 41.6Z'
|
|
120
120
|
}
|
|
121
121
|
}, {
|
|
122
122
|
tag: 'path',
|
|
123
123
|
attrs: {
|
|
124
|
-
id: '
|
|
124
|
+
id: 'sen__40__L',
|
|
125
125
|
d: 'M56.75 16.32c8.1-3.47 10.65 0 13.2 0 2.55 0 4.66-1.55 6.99.78 1.55 1.55 2.33 3.89 2.33 7l-5.13 3.01c-.05-1.33-.54-2.42-1.47-2.95-1.86-1.08-4.76.46-6.47 3.44a8.1 8.1 0 0 0-1.18 4.86L40.74 46.7c-.01-1.4-.5-2.54-1.47-3.1-1.86-1.07-4.75.47-6.47 3.44a8 8 0 0 0-1.16 5l-6.74 3.95c-.47-5.83 2.64-11.53 9.32-17.11 4.66-3.9 11.65-17.9 22.52-22.56Z'
|
|
126
126
|
}
|
|
127
127
|
}, {
|
|
128
128
|
tag: 'path',
|
|
129
129
|
attrs: {
|
|
130
|
-
id: '
|
|
130
|
+
id: 'sen__40__O',
|
|
131
131
|
d: 'M41.21 34.21c2.6-1.56 11.4-6.74 26.4-15.56-3.1-2.59-6.98-2.59-11.64 0-7 3.9-11.65 10.12-14.76 15.56Z'
|
|
132
132
|
}
|
|
133
133
|
}, {
|
|
134
134
|
tag: 'path',
|
|
135
135
|
attrs: {
|
|
136
|
-
id: '
|
|
136
|
+
id: 'sen__40__Q',
|
|
137
137
|
d: 'M26.45 7.14 48.2 19.86c-4.98 4.24-8.54 9.68-13.2 15.9-9.32-5.7-16.57-10.1-21.75-13.22 3.88-5.44 8.54-11.66 13.2-15.4Z'
|
|
138
138
|
}
|
|
139
139
|
}, {
|
|
140
140
|
tag: 'path',
|
|
141
141
|
attrs: {
|
|
142
|
-
id: '
|
|
142
|
+
id: 'sen__40__T',
|
|
143
143
|
d: 'm78.97 33.5.06 1-69 8-.06-1z'
|
|
144
144
|
}
|
|
145
145
|
}, {
|
|
146
146
|
tag: 'path',
|
|
147
147
|
attrs: {
|
|
148
|
-
id: '
|
|
148
|
+
id: 'sen__40__V',
|
|
149
149
|
d: 'm49.4 9.7 30 24-.8.6-30-24z'
|
|
150
150
|
}
|
|
151
151
|
}, {
|
|
152
152
|
tag: 'path',
|
|
153
153
|
attrs: {
|
|
154
|
-
id: '
|
|
154
|
+
id: 'sen__40__X',
|
|
155
155
|
d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z'
|
|
156
156
|
}
|
|
157
157
|
}, {
|
|
158
158
|
tag: 'path',
|
|
159
159
|
attrs: {
|
|
160
|
-
id: '
|
|
160
|
+
id: 'sen__40__Z',
|
|
161
161
|
d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z'
|
|
162
162
|
}
|
|
163
163
|
}, {
|
|
164
164
|
tag: 'path',
|
|
165
165
|
attrs: {
|
|
166
|
-
id: '
|
|
166
|
+
id: 'sen__40__ab',
|
|
167
167
|
d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z'
|
|
168
168
|
}
|
|
169
169
|
}, {
|
|
170
170
|
tag: 'path',
|
|
171
171
|
attrs: {
|
|
172
|
-
id: '
|
|
172
|
+
id: 'sen__40__ad',
|
|
173
173
|
d: 'm20 18-10 6V12l10-6v12Z'
|
|
174
174
|
}
|
|
175
175
|
}, {
|
|
176
176
|
tag: 'path',
|
|
177
177
|
attrs: {
|
|
178
|
-
id: '
|
|
178
|
+
id: 'sen__40__af',
|
|
179
179
|
d: 'M10 12v12L0 18V6l10 6Z'
|
|
180
180
|
}
|
|
181
181
|
}, {
|
|
182
182
|
tag: 'path',
|
|
183
183
|
attrs: {
|
|
184
|
-
id: '
|
|
184
|
+
id: 'sen__40__ai',
|
|
185
185
|
d: 'm10 0 10 6-10 6L0 6l10-6Z'
|
|
186
186
|
}
|
|
187
187
|
}, {
|
|
188
188
|
tag: 'path',
|
|
189
189
|
attrs: {
|
|
190
|
-
id: '
|
|
190
|
+
id: 'sen__40__ak',
|
|
191
191
|
d: 'm16 15-8 5V10l8-5v10Z'
|
|
192
192
|
}
|
|
193
193
|
}, {
|
|
194
194
|
tag: 'path',
|
|
195
195
|
attrs: {
|
|
196
|
-
id: '
|
|
196
|
+
id: 'sen__40__am',
|
|
197
197
|
d: 'M8 10v10l-8-5V5l8 5Z'
|
|
198
198
|
}
|
|
199
199
|
}, {
|
|
200
200
|
tag: 'path',
|
|
201
201
|
attrs: {
|
|
202
|
-
id: '
|
|
202
|
+
id: 'sen__40__ao',
|
|
203
203
|
d: 'm8 0 8 5-8 5-8-5 8-5Z'
|
|
204
204
|
}
|
|
205
205
|
}, {
|
|
206
206
|
tag: 'linearGradient',
|
|
207
207
|
attrs: {
|
|
208
|
-
id: '
|
|
208
|
+
id: 'sen__40__a',
|
|
209
209
|
x1: '100%',
|
|
210
210
|
x2: '0%',
|
|
211
211
|
y1: '50%',
|
|
@@ -229,7 +229,7 @@ var NoCarsPurely = {
|
|
|
229
229
|
}, {
|
|
230
230
|
tag: 'linearGradient',
|
|
231
231
|
attrs: {
|
|
232
|
-
id: '
|
|
232
|
+
id: 'sen__40__d',
|
|
233
233
|
x1: '100%',
|
|
234
234
|
x2: '0%',
|
|
235
235
|
y1: '28.23%',
|
|
@@ -253,7 +253,7 @@ var NoCarsPurely = {
|
|
|
253
253
|
}, {
|
|
254
254
|
tag: 'linearGradient',
|
|
255
255
|
attrs: {
|
|
256
|
-
id: '
|
|
256
|
+
id: 'sen__40__f',
|
|
257
257
|
x1: '0%',
|
|
258
258
|
x2: '100%',
|
|
259
259
|
y1: '28.23%',
|
|
@@ -277,7 +277,7 @@ var NoCarsPurely = {
|
|
|
277
277
|
}, {
|
|
278
278
|
tag: 'linearGradient',
|
|
279
279
|
attrs: {
|
|
280
|
-
id: '
|
|
280
|
+
id: 'sen__40__i',
|
|
281
281
|
x1: '100%',
|
|
282
282
|
x2: '0%',
|
|
283
283
|
y1: '50%',
|
|
@@ -301,7 +301,7 @@ var NoCarsPurely = {
|
|
|
301
301
|
}, {
|
|
302
302
|
tag: 'linearGradient',
|
|
303
303
|
attrs: {
|
|
304
|
-
id: '
|
|
304
|
+
id: 'sen__40__j',
|
|
305
305
|
x1: '50%',
|
|
306
306
|
x2: '50%',
|
|
307
307
|
y1: '17.57%',
|
|
@@ -325,7 +325,7 @@ var NoCarsPurely = {
|
|
|
325
325
|
}, {
|
|
326
326
|
tag: 'linearGradient',
|
|
327
327
|
attrs: {
|
|
328
|
-
id: '
|
|
328
|
+
id: 'sen__40__l',
|
|
329
329
|
x1: '100%',
|
|
330
330
|
x2: '0%',
|
|
331
331
|
y1: '50%',
|
|
@@ -349,7 +349,7 @@ var NoCarsPurely = {
|
|
|
349
349
|
}, {
|
|
350
350
|
tag: 'linearGradient',
|
|
351
351
|
attrs: {
|
|
352
|
-
id: '
|
|
352
|
+
id: 'sen__40__o',
|
|
353
353
|
x1: '33.11%',
|
|
354
354
|
x2: '61.09%',
|
|
355
355
|
y1: '85.22%',
|
|
@@ -372,7 +372,7 @@ var NoCarsPurely = {
|
|
|
372
372
|
}, {
|
|
373
373
|
tag: 'linearGradient',
|
|
374
374
|
attrs: {
|
|
375
|
-
id: '
|
|
375
|
+
id: 'sen__40__q',
|
|
376
376
|
x1: '136.12%',
|
|
377
377
|
x2: '82.07%',
|
|
378
378
|
y1: '8.88%',
|
|
@@ -396,7 +396,7 @@ var NoCarsPurely = {
|
|
|
396
396
|
}, {
|
|
397
397
|
tag: 'linearGradient',
|
|
398
398
|
attrs: {
|
|
399
|
-
id: '
|
|
399
|
+
id: 'sen__40__u',
|
|
400
400
|
x1: '33.86%',
|
|
401
401
|
x2: '74.95%',
|
|
402
402
|
y1: '77.63%',
|
|
@@ -441,7 +441,7 @@ var NoCarsPurely = {
|
|
|
441
441
|
}, {
|
|
442
442
|
tag: 'linearGradient',
|
|
443
443
|
attrs: {
|
|
444
|
-
id: '
|
|
444
|
+
id: 'sen__40__w',
|
|
445
445
|
x1: '0%',
|
|
446
446
|
x2: '60.12%',
|
|
447
447
|
y1: '79.03%',
|
|
@@ -465,7 +465,7 @@ var NoCarsPurely = {
|
|
|
465
465
|
}, {
|
|
466
466
|
tag: 'linearGradient',
|
|
467
467
|
attrs: {
|
|
468
|
-
id: '
|
|
468
|
+
id: 'sen__40__z',
|
|
469
469
|
x1: '75.81%',
|
|
470
470
|
x2: '75.81%',
|
|
471
471
|
y1: '41.93%',
|
|
@@ -489,7 +489,7 @@ var NoCarsPurely = {
|
|
|
489
489
|
}, {
|
|
490
490
|
tag: 'linearGradient',
|
|
491
491
|
attrs: {
|
|
492
|
-
id: '
|
|
492
|
+
id: 'sen__40__B',
|
|
493
493
|
x1: '0%',
|
|
494
494
|
x2: '37.02%',
|
|
495
495
|
y1: '52.93%',
|
|
@@ -513,7 +513,7 @@ var NoCarsPurely = {
|
|
|
513
513
|
}, {
|
|
514
514
|
tag: 'linearGradient',
|
|
515
515
|
attrs: {
|
|
516
|
-
id: '
|
|
516
|
+
id: 'sen__40__E',
|
|
517
517
|
x1: '33.01%',
|
|
518
518
|
x2: '61.16%',
|
|
519
519
|
y1: '85.22%',
|
|
@@ -536,7 +536,7 @@ var NoCarsPurely = {
|
|
|
536
536
|
}, {
|
|
537
537
|
tag: 'linearGradient',
|
|
538
538
|
attrs: {
|
|
539
|
-
id: '
|
|
539
|
+
id: 'sen__40__G',
|
|
540
540
|
x1: '136.12%',
|
|
541
541
|
x2: '82.07%',
|
|
542
542
|
y1: '9.4%',
|
|
@@ -560,7 +560,7 @@ var NoCarsPurely = {
|
|
|
560
560
|
}, {
|
|
561
561
|
tag: 'linearGradient',
|
|
562
562
|
attrs: {
|
|
563
|
-
id: '
|
|
563
|
+
id: 'sen__40__K',
|
|
564
564
|
x1: '33.86%',
|
|
565
565
|
x2: '74.95%',
|
|
566
566
|
y1: '77.3%',
|
|
@@ -605,7 +605,7 @@ var NoCarsPurely = {
|
|
|
605
605
|
}, {
|
|
606
606
|
tag: 'linearGradient',
|
|
607
607
|
attrs: {
|
|
608
|
-
id: '
|
|
608
|
+
id: 'sen__40__M',
|
|
609
609
|
x1: '0%',
|
|
610
610
|
x2: '60.12%',
|
|
611
611
|
y1: '78.68%',
|
|
@@ -629,7 +629,7 @@ var NoCarsPurely = {
|
|
|
629
629
|
}, {
|
|
630
630
|
tag: 'linearGradient',
|
|
631
631
|
attrs: {
|
|
632
|
-
id: '
|
|
632
|
+
id: 'sen__40__P',
|
|
633
633
|
x1: '75.81%',
|
|
634
634
|
x2: '75.81%',
|
|
635
635
|
y1: '41.93%',
|
|
@@ -653,7 +653,7 @@ var NoCarsPurely = {
|
|
|
653
653
|
}, {
|
|
654
654
|
tag: 'linearGradient',
|
|
655
655
|
attrs: {
|
|
656
|
-
id: '
|
|
656
|
+
id: 'sen__40__R',
|
|
657
657
|
x1: '0%',
|
|
658
658
|
x2: '37.02%',
|
|
659
659
|
y1: '52.9%',
|
|
@@ -677,7 +677,7 @@ var NoCarsPurely = {
|
|
|
677
677
|
}, {
|
|
678
678
|
tag: 'linearGradient',
|
|
679
679
|
attrs: {
|
|
680
|
-
id: '
|
|
680
|
+
id: 'sen__40__S',
|
|
681
681
|
x1: '50%',
|
|
682
682
|
x2: '50%',
|
|
683
683
|
y1: '17.57%',
|
|
@@ -701,7 +701,7 @@ var NoCarsPurely = {
|
|
|
701
701
|
}, {
|
|
702
702
|
tag: 'linearGradient',
|
|
703
703
|
attrs: {
|
|
704
|
-
id: '
|
|
704
|
+
id: 'sen__40__U',
|
|
705
705
|
x1: '100%',
|
|
706
706
|
x2: '0%',
|
|
707
707
|
y1: '50.85%',
|
|
@@ -725,7 +725,7 @@ var NoCarsPurely = {
|
|
|
725
725
|
}, {
|
|
726
726
|
tag: 'linearGradient',
|
|
727
727
|
attrs: {
|
|
728
|
-
id: '
|
|
728
|
+
id: 'sen__40__W',
|
|
729
729
|
x1: '100%',
|
|
730
730
|
x2: '0%',
|
|
731
731
|
y1: '81.84%',
|
|
@@ -749,7 +749,7 @@ var NoCarsPurely = {
|
|
|
749
749
|
}, {
|
|
750
750
|
tag: 'linearGradient',
|
|
751
751
|
attrs: {
|
|
752
|
-
id: '
|
|
752
|
+
id: 'sen__40__Y',
|
|
753
753
|
x1: '58.48%',
|
|
754
754
|
x2: '41.52%',
|
|
755
755
|
y1: '0%',
|
|
@@ -773,7 +773,7 @@ var NoCarsPurely = {
|
|
|
773
773
|
}, {
|
|
774
774
|
tag: 'linearGradient',
|
|
775
775
|
attrs: {
|
|
776
|
-
id: '
|
|
776
|
+
id: 'sen__40__aa',
|
|
777
777
|
x1: '34.93%',
|
|
778
778
|
x2: '64.97%',
|
|
779
779
|
y1: '0%',
|
|
@@ -797,7 +797,7 @@ var NoCarsPurely = {
|
|
|
797
797
|
}, {
|
|
798
798
|
tag: 'linearGradient',
|
|
799
799
|
attrs: {
|
|
800
|
-
id: '
|
|
800
|
+
id: 'sen__40__ac',
|
|
801
801
|
x1: '100%',
|
|
802
802
|
x2: '0%',
|
|
803
803
|
y1: '50%',
|
|
@@ -821,7 +821,7 @@ var NoCarsPurely = {
|
|
|
821
821
|
}, {
|
|
822
822
|
tag: 'linearGradient',
|
|
823
823
|
attrs: {
|
|
824
|
-
id: '
|
|
824
|
+
id: 'sen__40__ae',
|
|
825
825
|
x1: '65.43%',
|
|
826
826
|
x2: '34.57%',
|
|
827
827
|
y1: '100%',
|
|
@@ -844,7 +844,7 @@ var NoCarsPurely = {
|
|
|
844
844
|
}, {
|
|
845
845
|
tag: 'linearGradient',
|
|
846
846
|
attrs: {
|
|
847
|
-
id: '
|
|
847
|
+
id: 'sen__40__ag',
|
|
848
848
|
x1: '60.57%',
|
|
849
849
|
x2: '39.43%',
|
|
850
850
|
y1: '100%',
|
|
@@ -868,7 +868,7 @@ var NoCarsPurely = {
|
|
|
868
868
|
}, {
|
|
869
869
|
tag: 'linearGradient',
|
|
870
870
|
attrs: {
|
|
871
|
-
id: '
|
|
871
|
+
id: 'sen__40__aj',
|
|
872
872
|
x1: '100%',
|
|
873
873
|
x2: '0%',
|
|
874
874
|
y1: '68%',
|
|
@@ -892,7 +892,7 @@ var NoCarsPurely = {
|
|
|
892
892
|
}, {
|
|
893
893
|
tag: 'linearGradient',
|
|
894
894
|
attrs: {
|
|
895
|
-
id: '
|
|
895
|
+
id: 'sen__40__al',
|
|
896
896
|
x1: '64.22%',
|
|
897
897
|
x2: '35.78%',
|
|
898
898
|
y1: '0%',
|
|
@@ -916,7 +916,7 @@ var NoCarsPurely = {
|
|
|
916
916
|
}, {
|
|
917
917
|
tag: 'linearGradient',
|
|
918
918
|
attrs: {
|
|
919
|
-
id: '
|
|
919
|
+
id: 'sen__40__an',
|
|
920
920
|
x1: '35.78%',
|
|
921
921
|
x2: '64.13%',
|
|
922
922
|
y1: '0%',
|
|
@@ -940,7 +940,7 @@ var NoCarsPurely = {
|
|
|
940
940
|
}, {
|
|
941
941
|
tag: 'linearGradient',
|
|
942
942
|
attrs: {
|
|
943
|
-
id: '
|
|
943
|
+
id: 'sen__40__ap',
|
|
944
944
|
x1: '100%',
|
|
945
945
|
x2: '0%',
|
|
946
946
|
y1: '50%',
|
|
@@ -964,7 +964,7 @@ var NoCarsPurely = {
|
|
|
964
964
|
}, {
|
|
965
965
|
tag: 'ellipse',
|
|
966
966
|
attrs: {
|
|
967
|
-
id: '
|
|
967
|
+
id: 'sen__40__n',
|
|
968
968
|
cx: '32.09',
|
|
969
969
|
cy: '43.74',
|
|
970
970
|
rx: '2.42',
|
|
@@ -973,7 +973,7 @@ var NoCarsPurely = {
|
|
|
973
973
|
}, {
|
|
974
974
|
tag: 'ellipse',
|
|
975
975
|
attrs: {
|
|
976
|
-
id: '
|
|
976
|
+
id: 'sen__40__x',
|
|
977
977
|
cx: '61.73',
|
|
978
978
|
cy: '26.38',
|
|
979
979
|
rx: '2.42',
|
|
@@ -982,7 +982,7 @@ var NoCarsPurely = {
|
|
|
982
982
|
}, {
|
|
983
983
|
tag: 'ellipse',
|
|
984
984
|
attrs: {
|
|
985
|
-
id: '
|
|
985
|
+
id: 'sen__40__D',
|
|
986
986
|
cx: '36.16',
|
|
987
987
|
cy: '48.99',
|
|
988
988
|
rx: '2.72',
|
|
@@ -991,7 +991,7 @@ var NoCarsPurely = {
|
|
|
991
991
|
}, {
|
|
992
992
|
tag: 'ellipse',
|
|
993
993
|
attrs: {
|
|
994
|
-
id: '
|
|
994
|
+
id: 'sen__40__N',
|
|
995
995
|
cx: '69.56',
|
|
996
996
|
cy: '29.54',
|
|
997
997
|
rx: '2.72',
|
|
@@ -1000,7 +1000,7 @@ var NoCarsPurely = {
|
|
|
1000
1000
|
}, {
|
|
1001
1001
|
tag: 'filter',
|
|
1002
1002
|
attrs: {
|
|
1003
|
-
id: '
|
|
1003
|
+
id: 'sen__40__g',
|
|
1004
1004
|
width: '101%',
|
|
1005
1005
|
height: '101.6%',
|
|
1006
1006
|
x: '-.5%',
|
|
@@ -1035,7 +1035,7 @@ var NoCarsPurely = {
|
|
|
1035
1035
|
}, {
|
|
1036
1036
|
tag: 'filter',
|
|
1037
1037
|
attrs: {
|
|
1038
|
-
id: '
|
|
1038
|
+
id: 'sen__40__ah',
|
|
1039
1039
|
width: '110%',
|
|
1040
1040
|
height: '87.4%',
|
|
1041
1041
|
x: '-5%',
|
|
@@ -1077,8 +1077,8 @@ var NoCarsPurely = {
|
|
|
1077
1077
|
children: [{
|
|
1078
1078
|
tag: 'use',
|
|
1079
1079
|
attrs: {
|
|
1080
|
-
'xlink:href': '#
|
|
1081
|
-
fill: 'url(#
|
|
1080
|
+
'xlink:href': '#sen__40__b',
|
|
1081
|
+
fill: 'url(#sen__40__a)',
|
|
1082
1082
|
transform: 'translate(31 100)'
|
|
1083
1083
|
}
|
|
1084
1084
|
}, {
|
|
@@ -1089,14 +1089,14 @@ var NoCarsPurely = {
|
|
|
1089
1089
|
children: [{
|
|
1090
1090
|
tag: 'use',
|
|
1091
1091
|
attrs: {
|
|
1092
|
-
'xlink:href': '#
|
|
1092
|
+
'xlink:href': '#sen__40__c',
|
|
1093
1093
|
fill: '#FFF'
|
|
1094
1094
|
}
|
|
1095
1095
|
}, {
|
|
1096
1096
|
tag: 'use',
|
|
1097
1097
|
attrs: {
|
|
1098
|
-
'xlink:href': '#
|
|
1099
|
-
fill: 'url(#
|
|
1098
|
+
'xlink:href': '#sen__40__c',
|
|
1099
|
+
fill: 'url(#sen__40__d)'
|
|
1100
1100
|
}
|
|
1101
1101
|
}]
|
|
1102
1102
|
}, {
|
|
@@ -1107,21 +1107,21 @@ var NoCarsPurely = {
|
|
|
1107
1107
|
children: [{
|
|
1108
1108
|
tag: 'use',
|
|
1109
1109
|
attrs: {
|
|
1110
|
-
'xlink:href': '#
|
|
1110
|
+
'xlink:href': '#sen__40__e',
|
|
1111
1111
|
fill: '#FFF'
|
|
1112
1112
|
}
|
|
1113
1113
|
}, {
|
|
1114
1114
|
tag: 'use',
|
|
1115
1115
|
attrs: {
|
|
1116
|
-
'xlink:href': '#
|
|
1117
|
-
fill: 'url(#
|
|
1116
|
+
'xlink:href': '#sen__40__e',
|
|
1117
|
+
fill: 'url(#sen__40__f)'
|
|
1118
1118
|
}
|
|
1119
1119
|
}, {
|
|
1120
1120
|
tag: 'use',
|
|
1121
1121
|
attrs: {
|
|
1122
|
-
'xlink:href': '#
|
|
1122
|
+
'xlink:href': '#sen__40__e',
|
|
1123
1123
|
fill: '#000',
|
|
1124
|
-
filter: 'url(#
|
|
1124
|
+
filter: 'url(#sen__40__g)'
|
|
1125
1125
|
}
|
|
1126
1126
|
}]
|
|
1127
1127
|
}, {
|
|
@@ -1132,34 +1132,34 @@ var NoCarsPurely = {
|
|
|
1132
1132
|
children: [{
|
|
1133
1133
|
tag: 'use',
|
|
1134
1134
|
attrs: {
|
|
1135
|
-
'xlink:href': '#
|
|
1135
|
+
'xlink:href': '#sen__40__h',
|
|
1136
1136
|
fill: '#FFF'
|
|
1137
1137
|
}
|
|
1138
1138
|
}, {
|
|
1139
1139
|
tag: 'use',
|
|
1140
1140
|
attrs: {
|
|
1141
|
-
'xlink:href': '#
|
|
1142
|
-
fill: 'url(#
|
|
1141
|
+
'xlink:href': '#sen__40__h',
|
|
1142
|
+
fill: 'url(#sen__40__i)'
|
|
1143
1143
|
}
|
|
1144
1144
|
}]
|
|
1145
1145
|
}, {
|
|
1146
1146
|
tag: 'path',
|
|
1147
1147
|
attrs: {
|
|
1148
|
-
fill: 'url(#
|
|
1148
|
+
fill: 'url(#sen__40__j)',
|
|
1149
1149
|
d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
|
|
1150
1150
|
transform: 'translate(31 72)'
|
|
1151
1151
|
}
|
|
1152
1152
|
}, {
|
|
1153
1153
|
tag: 'use',
|
|
1154
1154
|
attrs: {
|
|
1155
|
-
'xlink:href': '#
|
|
1155
|
+
'xlink:href': '#sen__40__k',
|
|
1156
1156
|
fill: '#FFF'
|
|
1157
1157
|
}
|
|
1158
1158
|
}, {
|
|
1159
1159
|
tag: 'use',
|
|
1160
1160
|
attrs: {
|
|
1161
|
-
'xlink:href': '#
|
|
1162
|
-
fill: 'url(#
|
|
1161
|
+
'xlink:href': '#sen__40__k',
|
|
1162
|
+
fill: 'url(#sen__40__l)'
|
|
1163
1163
|
}
|
|
1164
1164
|
}, {
|
|
1165
1165
|
tag: 'g',
|
|
@@ -1169,13 +1169,13 @@ var NoCarsPurely = {
|
|
|
1169
1169
|
children: [{
|
|
1170
1170
|
tag: 'use',
|
|
1171
1171
|
attrs: {
|
|
1172
|
-
'xlink:href': '#
|
|
1172
|
+
'xlink:href': '#sen__40__m',
|
|
1173
1173
|
fill: '#FFF'
|
|
1174
1174
|
}
|
|
1175
1175
|
}, {
|
|
1176
1176
|
tag: 'use',
|
|
1177
1177
|
attrs: {
|
|
1178
|
-
'xlink:href': '#
|
|
1178
|
+
'xlink:href': '#sen__40__m',
|
|
1179
1179
|
fill: '#2B6DE5',
|
|
1180
1180
|
'fill-opacity': '.65'
|
|
1181
1181
|
}
|
|
@@ -1188,14 +1188,14 @@ var NoCarsPurely = {
|
|
|
1188
1188
|
children: [{
|
|
1189
1189
|
tag: 'use',
|
|
1190
1190
|
attrs: {
|
|
1191
|
-
'xlink:href': '#
|
|
1191
|
+
'xlink:href': '#sen__40__n',
|
|
1192
1192
|
fill: '#FFF'
|
|
1193
1193
|
}
|
|
1194
1194
|
}, {
|
|
1195
1195
|
tag: 'use',
|
|
1196
1196
|
attrs: {
|
|
1197
|
-
'xlink:href': '#
|
|
1198
|
-
fill: 'url(#
|
|
1197
|
+
'xlink:href': '#sen__40__n',
|
|
1198
|
+
fill: 'url(#sen__40__o)'
|
|
1199
1199
|
}
|
|
1200
1200
|
}]
|
|
1201
1201
|
}, {
|
|
@@ -1206,14 +1206,14 @@ var NoCarsPurely = {
|
|
|
1206
1206
|
children: [{
|
|
1207
1207
|
tag: 'use',
|
|
1208
1208
|
attrs: {
|
|
1209
|
-
'xlink:href': '#
|
|
1209
|
+
'xlink:href': '#sen__40__p',
|
|
1210
1210
|
fill: '#FFF'
|
|
1211
1211
|
}
|
|
1212
1212
|
}, {
|
|
1213
1213
|
tag: 'use',
|
|
1214
1214
|
attrs: {
|
|
1215
|
-
'xlink:href': '#
|
|
1216
|
-
fill: 'url(#
|
|
1215
|
+
'xlink:href': '#sen__40__p',
|
|
1216
|
+
fill: 'url(#sen__40__q)'
|
|
1217
1217
|
}
|
|
1218
1218
|
}]
|
|
1219
1219
|
}, {
|
|
@@ -1224,13 +1224,13 @@ var NoCarsPurely = {
|
|
|
1224
1224
|
children: [{
|
|
1225
1225
|
tag: 'use',
|
|
1226
1226
|
attrs: {
|
|
1227
|
-
'xlink:href': '#
|
|
1227
|
+
'xlink:href': '#sen__40__r',
|
|
1228
1228
|
fill: '#FFF'
|
|
1229
1229
|
}
|
|
1230
1230
|
}, {
|
|
1231
1231
|
tag: 'use',
|
|
1232
1232
|
attrs: {
|
|
1233
|
-
'xlink:href': '#
|
|
1233
|
+
'xlink:href': '#sen__40__r',
|
|
1234
1234
|
fill: '#2B6DE5',
|
|
1235
1235
|
'fill-opacity': '.65'
|
|
1236
1236
|
}
|
|
@@ -1243,14 +1243,14 @@ var NoCarsPurely = {
|
|
|
1243
1243
|
children: [{
|
|
1244
1244
|
tag: 'use',
|
|
1245
1245
|
attrs: {
|
|
1246
|
-
'xlink:href': '#
|
|
1246
|
+
'xlink:href': '#sen__40__s',
|
|
1247
1247
|
fill: '#FFF'
|
|
1248
1248
|
}
|
|
1249
1249
|
}, {
|
|
1250
1250
|
tag: 'use',
|
|
1251
1251
|
attrs: {
|
|
1252
|
-
'xlink:href': '#
|
|
1253
|
-
fill: 'url(#
|
|
1252
|
+
'xlink:href': '#sen__40__s',
|
|
1253
|
+
fill: 'url(#sen__40__q)'
|
|
1254
1254
|
}
|
|
1255
1255
|
}]
|
|
1256
1256
|
}, {
|
|
@@ -1261,14 +1261,14 @@ var NoCarsPurely = {
|
|
|
1261
1261
|
children: [{
|
|
1262
1262
|
tag: 'use',
|
|
1263
1263
|
attrs: {
|
|
1264
|
-
'xlink:href': '#
|
|
1264
|
+
'xlink:href': '#sen__40__t',
|
|
1265
1265
|
fill: '#FFF'
|
|
1266
1266
|
}
|
|
1267
1267
|
}, {
|
|
1268
1268
|
tag: 'use',
|
|
1269
1269
|
attrs: {
|
|
1270
|
-
'xlink:href': '#
|
|
1271
|
-
fill: 'url(#
|
|
1270
|
+
'xlink:href': '#sen__40__t',
|
|
1271
|
+
fill: 'url(#sen__40__u)'
|
|
1272
1272
|
}
|
|
1273
1273
|
}]
|
|
1274
1274
|
}, {
|
|
@@ -1279,14 +1279,14 @@ var NoCarsPurely = {
|
|
|
1279
1279
|
children: [{
|
|
1280
1280
|
tag: 'use',
|
|
1281
1281
|
attrs: {
|
|
1282
|
-
'xlink:href': '#
|
|
1282
|
+
'xlink:href': '#sen__40__v',
|
|
1283
1283
|
fill: '#FFF'
|
|
1284
1284
|
}
|
|
1285
1285
|
}, {
|
|
1286
1286
|
tag: 'use',
|
|
1287
1287
|
attrs: {
|
|
1288
|
-
'xlink:href': '#
|
|
1289
|
-
fill: 'url(#
|
|
1288
|
+
'xlink:href': '#sen__40__v',
|
|
1289
|
+
fill: 'url(#sen__40__w)'
|
|
1290
1290
|
}
|
|
1291
1291
|
}]
|
|
1292
1292
|
}, {
|
|
@@ -1297,14 +1297,14 @@ var NoCarsPurely = {
|
|
|
1297
1297
|
children: [{
|
|
1298
1298
|
tag: 'use',
|
|
1299
1299
|
attrs: {
|
|
1300
|
-
'xlink:href': '#
|
|
1300
|
+
'xlink:href': '#sen__40__x',
|
|
1301
1301
|
fill: '#FFF'
|
|
1302
1302
|
}
|
|
1303
1303
|
}, {
|
|
1304
1304
|
tag: 'use',
|
|
1305
1305
|
attrs: {
|
|
1306
|
-
'xlink:href': '#
|
|
1307
|
-
fill: 'url(#
|
|
1306
|
+
'xlink:href': '#sen__40__x',
|
|
1307
|
+
fill: 'url(#sen__40__o)'
|
|
1308
1308
|
}
|
|
1309
1309
|
}]
|
|
1310
1310
|
}, {
|
|
@@ -1315,14 +1315,14 @@ var NoCarsPurely = {
|
|
|
1315
1315
|
children: [{
|
|
1316
1316
|
tag: 'use',
|
|
1317
1317
|
attrs: {
|
|
1318
|
-
'xlink:href': '#
|
|
1318
|
+
'xlink:href': '#sen__40__y',
|
|
1319
1319
|
fill: '#FFF'
|
|
1320
1320
|
}
|
|
1321
1321
|
}, {
|
|
1322
1322
|
tag: 'use',
|
|
1323
1323
|
attrs: {
|
|
1324
|
-
'xlink:href': '#
|
|
1325
|
-
fill: 'url(#
|
|
1324
|
+
'xlink:href': '#sen__40__y',
|
|
1325
|
+
fill: 'url(#sen__40__z)'
|
|
1326
1326
|
}
|
|
1327
1327
|
}]
|
|
1328
1328
|
}, {
|
|
@@ -1333,14 +1333,14 @@ var NoCarsPurely = {
|
|
|
1333
1333
|
children: [{
|
|
1334
1334
|
tag: 'use',
|
|
1335
1335
|
attrs: {
|
|
1336
|
-
'xlink:href': '#
|
|
1336
|
+
'xlink:href': '#sen__40__A',
|
|
1337
1337
|
fill: '#FFF'
|
|
1338
1338
|
}
|
|
1339
1339
|
}, {
|
|
1340
1340
|
tag: 'use',
|
|
1341
1341
|
attrs: {
|
|
1342
|
-
'xlink:href': '#
|
|
1343
|
-
fill: 'url(#
|
|
1342
|
+
'xlink:href': '#sen__40__A',
|
|
1343
|
+
fill: 'url(#sen__40__B)'
|
|
1344
1344
|
}
|
|
1345
1345
|
}]
|
|
1346
1346
|
}, {
|
|
@@ -1351,13 +1351,13 @@ var NoCarsPurely = {
|
|
|
1351
1351
|
children: [{
|
|
1352
1352
|
tag: 'use',
|
|
1353
1353
|
attrs: {
|
|
1354
|
-
'xlink:href': '#
|
|
1354
|
+
'xlink:href': '#sen__40__C',
|
|
1355
1355
|
fill: '#FFF'
|
|
1356
1356
|
}
|
|
1357
1357
|
}, {
|
|
1358
1358
|
tag: 'use',
|
|
1359
1359
|
attrs: {
|
|
1360
|
-
'xlink:href': '#
|
|
1360
|
+
'xlink:href': '#sen__40__C',
|
|
1361
1361
|
fill: '#2B6DE5',
|
|
1362
1362
|
'fill-opacity': '.65'
|
|
1363
1363
|
}
|
|
@@ -1370,14 +1370,14 @@ var NoCarsPurely = {
|
|
|
1370
1370
|
children: [{
|
|
1371
1371
|
tag: 'use',
|
|
1372
1372
|
attrs: {
|
|
1373
|
-
'xlink:href': '#
|
|
1373
|
+
'xlink:href': '#sen__40__D',
|
|
1374
1374
|
fill: '#FFF'
|
|
1375
1375
|
}
|
|
1376
1376
|
}, {
|
|
1377
1377
|
tag: 'use',
|
|
1378
1378
|
attrs: {
|
|
1379
|
-
'xlink:href': '#
|
|
1380
|
-
fill: 'url(#
|
|
1379
|
+
'xlink:href': '#sen__40__D',
|
|
1380
|
+
fill: 'url(#sen__40__E)'
|
|
1381
1381
|
}
|
|
1382
1382
|
}]
|
|
1383
1383
|
}, {
|
|
@@ -1388,14 +1388,14 @@ var NoCarsPurely = {
|
|
|
1388
1388
|
children: [{
|
|
1389
1389
|
tag: 'use',
|
|
1390
1390
|
attrs: {
|
|
1391
|
-
'xlink:href': '#
|
|
1391
|
+
'xlink:href': '#sen__40__F',
|
|
1392
1392
|
fill: '#FFF'
|
|
1393
1393
|
}
|
|
1394
1394
|
}, {
|
|
1395
1395
|
tag: 'use',
|
|
1396
1396
|
attrs: {
|
|
1397
|
-
'xlink:href': '#
|
|
1398
|
-
fill: 'url(#
|
|
1397
|
+
'xlink:href': '#sen__40__F',
|
|
1398
|
+
fill: 'url(#sen__40__G)'
|
|
1399
1399
|
}
|
|
1400
1400
|
}]
|
|
1401
1401
|
}, {
|
|
@@ -1406,13 +1406,13 @@ var NoCarsPurely = {
|
|
|
1406
1406
|
children: [{
|
|
1407
1407
|
tag: 'use',
|
|
1408
1408
|
attrs: {
|
|
1409
|
-
'xlink:href': '#
|
|
1409
|
+
'xlink:href': '#sen__40__H',
|
|
1410
1410
|
fill: '#FFF'
|
|
1411
1411
|
}
|
|
1412
1412
|
}, {
|
|
1413
1413
|
tag: 'use',
|
|
1414
1414
|
attrs: {
|
|
1415
|
-
'xlink:href': '#
|
|
1415
|
+
'xlink:href': '#sen__40__H',
|
|
1416
1416
|
fill: '#2B6DE5',
|
|
1417
1417
|
'fill-opacity': '.65'
|
|
1418
1418
|
}
|
|
@@ -1425,14 +1425,14 @@ var NoCarsPurely = {
|
|
|
1425
1425
|
children: [{
|
|
1426
1426
|
tag: 'use',
|
|
1427
1427
|
attrs: {
|
|
1428
|
-
'xlink:href': '#
|
|
1428
|
+
'xlink:href': '#sen__40__I',
|
|
1429
1429
|
fill: '#FFF'
|
|
1430
1430
|
}
|
|
1431
1431
|
}, {
|
|
1432
1432
|
tag: 'use',
|
|
1433
1433
|
attrs: {
|
|
1434
|
-
'xlink:href': '#
|
|
1435
|
-
fill: 'url(#
|
|
1434
|
+
'xlink:href': '#sen__40__I',
|
|
1435
|
+
fill: 'url(#sen__40__G)'
|
|
1436
1436
|
}
|
|
1437
1437
|
}]
|
|
1438
1438
|
}, {
|
|
@@ -1443,14 +1443,14 @@ var NoCarsPurely = {
|
|
|
1443
1443
|
children: [{
|
|
1444
1444
|
tag: 'use',
|
|
1445
1445
|
attrs: {
|
|
1446
|
-
'xlink:href': '#
|
|
1446
|
+
'xlink:href': '#sen__40__J',
|
|
1447
1447
|
fill: '#FFF'
|
|
1448
1448
|
}
|
|
1449
1449
|
}, {
|
|
1450
1450
|
tag: 'use',
|
|
1451
1451
|
attrs: {
|
|
1452
|
-
'xlink:href': '#
|
|
1453
|
-
fill: 'url(#
|
|
1452
|
+
'xlink:href': '#sen__40__J',
|
|
1453
|
+
fill: 'url(#sen__40__K)'
|
|
1454
1454
|
}
|
|
1455
1455
|
}]
|
|
1456
1456
|
}, {
|
|
@@ -1461,14 +1461,14 @@ var NoCarsPurely = {
|
|
|
1461
1461
|
children: [{
|
|
1462
1462
|
tag: 'use',
|
|
1463
1463
|
attrs: {
|
|
1464
|
-
'xlink:href': '#
|
|
1464
|
+
'xlink:href': '#sen__40__L',
|
|
1465
1465
|
fill: '#FFF'
|
|
1466
1466
|
}
|
|
1467
1467
|
}, {
|
|
1468
1468
|
tag: 'use',
|
|
1469
1469
|
attrs: {
|
|
1470
|
-
'xlink:href': '#
|
|
1471
|
-
fill: 'url(#
|
|
1470
|
+
'xlink:href': '#sen__40__L',
|
|
1471
|
+
fill: 'url(#sen__40__M)'
|
|
1472
1472
|
}
|
|
1473
1473
|
}]
|
|
1474
1474
|
}, {
|
|
@@ -1479,14 +1479,14 @@ var NoCarsPurely = {
|
|
|
1479
1479
|
children: [{
|
|
1480
1480
|
tag: 'use',
|
|
1481
1481
|
attrs: {
|
|
1482
|
-
'xlink:href': '#
|
|
1482
|
+
'xlink:href': '#sen__40__N',
|
|
1483
1483
|
fill: '#FFF'
|
|
1484
1484
|
}
|
|
1485
1485
|
}, {
|
|
1486
1486
|
tag: 'use',
|
|
1487
1487
|
attrs: {
|
|
1488
|
-
'xlink:href': '#
|
|
1489
|
-
fill: 'url(#
|
|
1488
|
+
'xlink:href': '#sen__40__N',
|
|
1489
|
+
fill: 'url(#sen__40__E)'
|
|
1490
1490
|
}
|
|
1491
1491
|
}]
|
|
1492
1492
|
}, {
|
|
@@ -1497,14 +1497,14 @@ var NoCarsPurely = {
|
|
|
1497
1497
|
children: [{
|
|
1498
1498
|
tag: 'use',
|
|
1499
1499
|
attrs: {
|
|
1500
|
-
'xlink:href': '#
|
|
1500
|
+
'xlink:href': '#sen__40__O',
|
|
1501
1501
|
fill: '#FFF'
|
|
1502
1502
|
}
|
|
1503
1503
|
}, {
|
|
1504
1504
|
tag: 'use',
|
|
1505
1505
|
attrs: {
|
|
1506
|
-
'xlink:href': '#
|
|
1507
|
-
fill: 'url(#
|
|
1506
|
+
'xlink:href': '#sen__40__O',
|
|
1507
|
+
fill: 'url(#sen__40__P)'
|
|
1508
1508
|
}
|
|
1509
1509
|
}]
|
|
1510
1510
|
}, {
|
|
@@ -1515,20 +1515,20 @@ var NoCarsPurely = {
|
|
|
1515
1515
|
children: [{
|
|
1516
1516
|
tag: 'use',
|
|
1517
1517
|
attrs: {
|
|
1518
|
-
'xlink:href': '#
|
|
1518
|
+
'xlink:href': '#sen__40__Q',
|
|
1519
1519
|
fill: '#FFF'
|
|
1520
1520
|
}
|
|
1521
1521
|
}, {
|
|
1522
1522
|
tag: 'use',
|
|
1523
1523
|
attrs: {
|
|
1524
|
-
'xlink:href': '#
|
|
1525
|
-
fill: 'url(#
|
|
1524
|
+
'xlink:href': '#sen__40__Q',
|
|
1525
|
+
fill: 'url(#sen__40__R)'
|
|
1526
1526
|
}
|
|
1527
1527
|
}]
|
|
1528
1528
|
}, {
|
|
1529
1529
|
tag: 'path',
|
|
1530
1530
|
attrs: {
|
|
1531
|
-
fill: 'url(#
|
|
1531
|
+
fill: 'url(#sen__40__S)',
|
|
1532
1532
|
d: 'm128 42 65 38v76l-65 38-65-38V80z'
|
|
1533
1533
|
}
|
|
1534
1534
|
}, {
|
|
@@ -1539,14 +1539,14 @@ var NoCarsPurely = {
|
|
|
1539
1539
|
children: [{
|
|
1540
1540
|
tag: 'use',
|
|
1541
1541
|
attrs: {
|
|
1542
|
-
'xlink:href': '#
|
|
1542
|
+
'xlink:href': '#sen__40__T',
|
|
1543
1543
|
fill: '#FFF'
|
|
1544
1544
|
}
|
|
1545
1545
|
}, {
|
|
1546
1546
|
tag: 'use',
|
|
1547
1547
|
attrs: {
|
|
1548
|
-
'xlink:href': '#
|
|
1549
|
-
fill: 'url(#
|
|
1548
|
+
'xlink:href': '#sen__40__T',
|
|
1549
|
+
fill: 'url(#sen__40__U)'
|
|
1550
1550
|
}
|
|
1551
1551
|
}]
|
|
1552
1552
|
}, {
|
|
@@ -1557,14 +1557,14 @@ var NoCarsPurely = {
|
|
|
1557
1557
|
children: [{
|
|
1558
1558
|
tag: 'use',
|
|
1559
1559
|
attrs: {
|
|
1560
|
-
'xlink:href': '#
|
|
1560
|
+
'xlink:href': '#sen__40__V',
|
|
1561
1561
|
fill: '#FFF'
|
|
1562
1562
|
}
|
|
1563
1563
|
}, {
|
|
1564
1564
|
tag: 'use',
|
|
1565
1565
|
attrs: {
|
|
1566
|
-
'xlink:href': '#
|
|
1567
|
-
fill: 'url(#
|
|
1566
|
+
'xlink:href': '#sen__40__V',
|
|
1567
|
+
fill: 'url(#sen__40__W)'
|
|
1568
1568
|
}
|
|
1569
1569
|
}]
|
|
1570
1570
|
}, {
|
|
@@ -1575,14 +1575,14 @@ var NoCarsPurely = {
|
|
|
1575
1575
|
children: [{
|
|
1576
1576
|
tag: 'use',
|
|
1577
1577
|
attrs: {
|
|
1578
|
-
'xlink:href': '#
|
|
1578
|
+
'xlink:href': '#sen__40__X',
|
|
1579
1579
|
fill: '#FFF'
|
|
1580
1580
|
}
|
|
1581
1581
|
}, {
|
|
1582
1582
|
tag: 'use',
|
|
1583
1583
|
attrs: {
|
|
1584
|
-
'xlink:href': '#
|
|
1585
|
-
fill: 'url(#
|
|
1584
|
+
'xlink:href': '#sen__40__X',
|
|
1585
|
+
fill: 'url(#sen__40__Y)'
|
|
1586
1586
|
}
|
|
1587
1587
|
}]
|
|
1588
1588
|
}, {
|
|
@@ -1593,14 +1593,14 @@ var NoCarsPurely = {
|
|
|
1593
1593
|
children: [{
|
|
1594
1594
|
tag: 'use',
|
|
1595
1595
|
attrs: {
|
|
1596
|
-
'xlink:href': '#
|
|
1596
|
+
'xlink:href': '#sen__40__Z',
|
|
1597
1597
|
fill: '#FFF'
|
|
1598
1598
|
}
|
|
1599
1599
|
}, {
|
|
1600
1600
|
tag: 'use',
|
|
1601
1601
|
attrs: {
|
|
1602
|
-
'xlink:href': '#
|
|
1603
|
-
fill: 'url(#
|
|
1602
|
+
'xlink:href': '#sen__40__Z',
|
|
1603
|
+
fill: 'url(#sen__40__aa)'
|
|
1604
1604
|
}
|
|
1605
1605
|
}]
|
|
1606
1606
|
}, {
|
|
@@ -1611,14 +1611,14 @@ var NoCarsPurely = {
|
|
|
1611
1611
|
children: [{
|
|
1612
1612
|
tag: 'use',
|
|
1613
1613
|
attrs: {
|
|
1614
|
-
'xlink:href': '#
|
|
1614
|
+
'xlink:href': '#sen__40__ab',
|
|
1615
1615
|
fill: '#FFF'
|
|
1616
1616
|
}
|
|
1617
1617
|
}, {
|
|
1618
1618
|
tag: 'use',
|
|
1619
1619
|
attrs: {
|
|
1620
|
-
'xlink:href': '#
|
|
1621
|
-
fill: 'url(#
|
|
1620
|
+
'xlink:href': '#sen__40__ab',
|
|
1621
|
+
fill: 'url(#sen__40__ac)'
|
|
1622
1622
|
}
|
|
1623
1623
|
}]
|
|
1624
1624
|
}, {
|
|
@@ -1629,14 +1629,14 @@ var NoCarsPurely = {
|
|
|
1629
1629
|
children: [{
|
|
1630
1630
|
tag: 'use',
|
|
1631
1631
|
attrs: {
|
|
1632
|
-
'xlink:href': '#
|
|
1632
|
+
'xlink:href': '#sen__40__ad',
|
|
1633
1633
|
fill: '#FFF'
|
|
1634
1634
|
}
|
|
1635
1635
|
}, {
|
|
1636
1636
|
tag: 'use',
|
|
1637
1637
|
attrs: {
|
|
1638
|
-
'xlink:href': '#
|
|
1639
|
-
fill: 'url(#
|
|
1638
|
+
'xlink:href': '#sen__40__ad',
|
|
1639
|
+
fill: 'url(#sen__40__ae)'
|
|
1640
1640
|
}
|
|
1641
1641
|
}]
|
|
1642
1642
|
}, {
|
|
@@ -1647,21 +1647,21 @@ var NoCarsPurely = {
|
|
|
1647
1647
|
children: [{
|
|
1648
1648
|
tag: 'use',
|
|
1649
1649
|
attrs: {
|
|
1650
|
-
'xlink:href': '#
|
|
1650
|
+
'xlink:href': '#sen__40__af',
|
|
1651
1651
|
fill: '#FFF'
|
|
1652
1652
|
}
|
|
1653
1653
|
}, {
|
|
1654
1654
|
tag: 'use',
|
|
1655
1655
|
attrs: {
|
|
1656
|
-
'xlink:href': '#
|
|
1657
|
-
fill: 'url(#
|
|
1656
|
+
'xlink:href': '#sen__40__af',
|
|
1657
|
+
fill: 'url(#sen__40__ag)'
|
|
1658
1658
|
}
|
|
1659
1659
|
}, {
|
|
1660
1660
|
tag: 'use',
|
|
1661
1661
|
attrs: {
|
|
1662
|
-
'xlink:href': '#
|
|
1662
|
+
'xlink:href': '#sen__40__af',
|
|
1663
1663
|
fill: '#000',
|
|
1664
|
-
filter: 'url(#
|
|
1664
|
+
filter: 'url(#sen__40__ah)'
|
|
1665
1665
|
}
|
|
1666
1666
|
}]
|
|
1667
1667
|
}, {
|
|
@@ -1672,14 +1672,14 @@ var NoCarsPurely = {
|
|
|
1672
1672
|
children: [{
|
|
1673
1673
|
tag: 'use',
|
|
1674
1674
|
attrs: {
|
|
1675
|
-
'xlink:href': '#
|
|
1675
|
+
'xlink:href': '#sen__40__ai',
|
|
1676
1676
|
fill: '#FFF'
|
|
1677
1677
|
}
|
|
1678
1678
|
}, {
|
|
1679
1679
|
tag: 'use',
|
|
1680
1680
|
attrs: {
|
|
1681
|
-
'xlink:href': '#
|
|
1682
|
-
fill: 'url(#
|
|
1681
|
+
'xlink:href': '#sen__40__ai',
|
|
1682
|
+
fill: 'url(#sen__40__aj)'
|
|
1683
1683
|
}
|
|
1684
1684
|
}]
|
|
1685
1685
|
}, {
|
|
@@ -1690,14 +1690,14 @@ var NoCarsPurely = {
|
|
|
1690
1690
|
children: [{
|
|
1691
1691
|
tag: 'use',
|
|
1692
1692
|
attrs: {
|
|
1693
|
-
'xlink:href': '#
|
|
1693
|
+
'xlink:href': '#sen__40__ak',
|
|
1694
1694
|
fill: '#FFF'
|
|
1695
1695
|
}
|
|
1696
1696
|
}, {
|
|
1697
1697
|
tag: 'use',
|
|
1698
1698
|
attrs: {
|
|
1699
|
-
'xlink:href': '#
|
|
1700
|
-
fill: 'url(#
|
|
1699
|
+
'xlink:href': '#sen__40__ak',
|
|
1700
|
+
fill: 'url(#sen__40__al)'
|
|
1701
1701
|
}
|
|
1702
1702
|
}]
|
|
1703
1703
|
}, {
|
|
@@ -1708,14 +1708,14 @@ var NoCarsPurely = {
|
|
|
1708
1708
|
children: [{
|
|
1709
1709
|
tag: 'use',
|
|
1710
1710
|
attrs: {
|
|
1711
|
-
'xlink:href': '#
|
|
1711
|
+
'xlink:href': '#sen__40__am',
|
|
1712
1712
|
fill: '#FFF'
|
|
1713
1713
|
}
|
|
1714
1714
|
}, {
|
|
1715
1715
|
tag: 'use',
|
|
1716
1716
|
attrs: {
|
|
1717
|
-
'xlink:href': '#
|
|
1718
|
-
fill: 'url(#
|
|
1717
|
+
'xlink:href': '#sen__40__am',
|
|
1718
|
+
fill: 'url(#sen__40__an)'
|
|
1719
1719
|
}
|
|
1720
1720
|
}]
|
|
1721
1721
|
}, {
|
|
@@ -1726,14 +1726,14 @@ var NoCarsPurely = {
|
|
|
1726
1726
|
children: [{
|
|
1727
1727
|
tag: 'use',
|
|
1728
1728
|
attrs: {
|
|
1729
|
-
'xlink:href': '#
|
|
1729
|
+
'xlink:href': '#sen__40__ao',
|
|
1730
1730
|
fill: '#FFF'
|
|
1731
1731
|
}
|
|
1732
1732
|
}, {
|
|
1733
1733
|
tag: 'use',
|
|
1734
1734
|
attrs: {
|
|
1735
|
-
'xlink:href': '#
|
|
1736
|
-
fill: 'url(#
|
|
1735
|
+
'xlink:href': '#sen__40__ao',
|
|
1736
|
+
fill: 'url(#sen__40__ap)'
|
|
1737
1737
|
}
|
|
1738
1738
|
}]
|
|
1739
1739
|
}]
|