@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
|
@@ -33,7 +33,7 @@ var NoPersonsPurely = {
|
|
|
33
33
|
children: [
|
|
34
34
|
{
|
|
35
35
|
tag: "linearGradient",
|
|
36
|
-
attrs: { id: "
|
|
36
|
+
attrs: { id: "sen__45__a", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
37
37
|
children: [
|
|
38
38
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".04" } },
|
|
39
39
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } }
|
|
@@ -41,7 +41,7 @@ var NoPersonsPurely = {
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
tag: "linearGradient",
|
|
44
|
-
attrs: { id: "
|
|
44
|
+
attrs: { id: "sen__45__d", x1: "100%", x2: "0%", y1: "28.23%", y2: "71.77%" },
|
|
45
45
|
children: [
|
|
46
46
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
47
47
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -49,7 +49,7 @@ var NoPersonsPurely = {
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
tag: "linearGradient",
|
|
52
|
-
attrs: { id: "
|
|
52
|
+
attrs: { id: "sen__45__f", x1: "0%", x2: "100%", y1: "28.23%", y2: "71.77%" },
|
|
53
53
|
children: [
|
|
54
54
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
55
55
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -57,7 +57,7 @@ var NoPersonsPurely = {
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
tag: "linearGradient",
|
|
60
|
-
attrs: { id: "
|
|
60
|
+
attrs: { id: "sen__45__i", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
61
61
|
children: [
|
|
62
62
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
63
63
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -65,7 +65,7 @@ var NoPersonsPurely = {
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
tag: "linearGradient",
|
|
68
|
-
attrs: { id: "
|
|
68
|
+
attrs: { id: "sen__45__j", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
|
|
69
69
|
children: [
|
|
70
70
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
71
71
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -73,7 +73,7 @@ var NoPersonsPurely = {
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
tag: "linearGradient",
|
|
76
|
-
attrs: { id: "
|
|
76
|
+
attrs: { id: "sen__45__l", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
77
77
|
children: [
|
|
78
78
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
|
|
79
79
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
|
|
@@ -81,7 +81,7 @@ var NoPersonsPurely = {
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
tag: "linearGradient",
|
|
84
|
-
attrs: { id: "
|
|
84
|
+
attrs: { id: "sen__45__n", x1: "0%", x2: "100%", y1: "20.82%", y2: "79.18%" },
|
|
85
85
|
children: [
|
|
86
86
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
87
87
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".55" } }
|
|
@@ -89,7 +89,7 @@ var NoPersonsPurely = {
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
tag: "linearGradient",
|
|
92
|
-
attrs: { id: "
|
|
92
|
+
attrs: { id: "sen__45__p", x1: "0%", x2: "100%", y1: "3.06%", y2: "96.94%" },
|
|
93
93
|
children: [
|
|
94
94
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
95
95
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -97,7 +97,7 @@ var NoPersonsPurely = {
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
tag: "linearGradient",
|
|
100
|
-
attrs: { id: "
|
|
100
|
+
attrs: { id: "sen__45__r", x1: "0%", x2: "100%", y1: "19.2%", y2: "80.8%" },
|
|
101
101
|
children: [
|
|
102
102
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
103
103
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".55" } }
|
|
@@ -105,7 +105,7 @@ var NoPersonsPurely = {
|
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
tag: "linearGradient",
|
|
108
|
-
attrs: { id: "
|
|
108
|
+
attrs: { id: "sen__45__t", x1: "0%", x2: "100%", y1: ".46%", y2: "99.54%" },
|
|
109
109
|
children: [
|
|
110
110
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
111
111
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -113,7 +113,7 @@ var NoPersonsPurely = {
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
tag: "linearGradient",
|
|
116
|
-
attrs: { id: "
|
|
116
|
+
attrs: { id: "sen__45__u", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
|
|
117
117
|
children: [
|
|
118
118
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
119
119
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -121,7 +121,7 @@ var NoPersonsPurely = {
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
tag: "linearGradient",
|
|
124
|
-
attrs: { id: "
|
|
124
|
+
attrs: { id: "sen__45__w", x1: "100%", x2: "0%", y1: "50.85%", y2: "49.15%" },
|
|
125
125
|
children: [
|
|
126
126
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
127
127
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".65" } }
|
|
@@ -129,7 +129,7 @@ var NoPersonsPurely = {
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
tag: "linearGradient",
|
|
132
|
-
attrs: { id: "
|
|
132
|
+
attrs: { id: "sen__45__y", x1: "100%", x2: "0%", y1: "81.84%", y2: "18.16%" },
|
|
133
133
|
children: [
|
|
134
134
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
135
135
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -137,7 +137,7 @@ var NoPersonsPurely = {
|
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
tag: "linearGradient",
|
|
140
|
-
attrs: { id: "
|
|
140
|
+
attrs: { id: "sen__45__A", x1: "58.48%", x2: "41.52%", y1: "0%", y2: "100%" },
|
|
141
141
|
children: [
|
|
142
142
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } },
|
|
143
143
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".6" } }
|
|
@@ -145,7 +145,7 @@ var NoPersonsPurely = {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
tag: "linearGradient",
|
|
148
|
-
attrs: { id: "
|
|
148
|
+
attrs: { id: "sen__45__C", x1: "34.93%", x2: "64.97%", y1: "0%", y2: "99.66%" },
|
|
149
149
|
children: [
|
|
150
150
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
151
151
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".35" } }
|
|
@@ -153,7 +153,7 @@ var NoPersonsPurely = {
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
tag: "linearGradient",
|
|
156
|
-
attrs: { id: "
|
|
156
|
+
attrs: { id: "sen__45__E", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
157
157
|
children: [
|
|
158
158
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
|
|
159
159
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
|
|
@@ -161,7 +161,7 @@ var NoPersonsPurely = {
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
tag: "linearGradient",
|
|
164
|
-
attrs: { id: "
|
|
164
|
+
attrs: { id: "sen__45__G", x1: "65.43%", x2: "34.57%", y1: "100%", y2: "0%" },
|
|
165
165
|
children: [
|
|
166
166
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
167
167
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5" } }
|
|
@@ -169,7 +169,7 @@ var NoPersonsPurely = {
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
tag: "linearGradient",
|
|
172
|
-
attrs: { id: "
|
|
172
|
+
attrs: { id: "sen__45__I", x1: "60.57%", x2: "39.43%", y1: "100%", y2: "0%" },
|
|
173
173
|
children: [
|
|
174
174
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
175
175
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -177,7 +177,7 @@ var NoPersonsPurely = {
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
tag: "linearGradient",
|
|
180
|
-
attrs: { id: "
|
|
180
|
+
attrs: { id: "sen__45__L", x1: "100%", x2: "0%", y1: "68%", y2: "32%" },
|
|
181
181
|
children: [
|
|
182
182
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
183
183
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".65" } }
|
|
@@ -185,7 +185,7 @@ var NoPersonsPurely = {
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
tag: "linearGradient",
|
|
188
|
-
attrs: { id: "
|
|
188
|
+
attrs: { id: "sen__45__N", x1: "64.22%", x2: "35.78%", y1: "0%", y2: "100%" },
|
|
189
189
|
children: [
|
|
190
190
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } },
|
|
191
191
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".6" } }
|
|
@@ -193,7 +193,7 @@ var NoPersonsPurely = {
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
tag: "linearGradient",
|
|
196
|
-
attrs: { id: "
|
|
196
|
+
attrs: { id: "sen__45__P", x1: "35.78%", x2: "64.13%", y1: "0%", y2: "99.66%" },
|
|
197
197
|
children: [
|
|
198
198
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
199
199
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".35" } }
|
|
@@ -201,48 +201,48 @@ var NoPersonsPurely = {
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
tag: "linearGradient",
|
|
204
|
-
attrs: { id: "
|
|
204
|
+
attrs: { id: "sen__45__R", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
205
205
|
children: [
|
|
206
206
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
|
|
207
207
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
|
-
{ tag: "path", attrs: { id: "
|
|
211
|
-
{ tag: "path", attrs: { id: "
|
|
212
|
-
{ tag: "path", attrs: { id: "
|
|
213
|
-
{ tag: "path", attrs: { id: "
|
|
214
|
-
{ tag: "path", attrs: { id: "
|
|
210
|
+
{ tag: "path", attrs: { id: "sen__45__b", d: "M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z" } },
|
|
211
|
+
{ tag: "path", attrs: { id: "sen__45__c", d: "m194 64-97 56v-8l97-56v8Z" } },
|
|
212
|
+
{ tag: "path", attrs: { id: "sen__45__e", d: "M97 112v8L0 64v-8l97 56Z" } },
|
|
213
|
+
{ tag: "path", attrs: { id: "sen__45__h", d: "m97 0 97 56-97 56L0 56 97 0Z" } },
|
|
214
|
+
{ tag: "path", attrs: { id: "sen__45__k", d: "m128 118 65 38-65 38-65-38 65-38Z" } },
|
|
215
215
|
{
|
|
216
216
|
tag: "path",
|
|
217
217
|
attrs: {
|
|
218
|
-
id: "
|
|
218
|
+
id: "sen__45__m",
|
|
219
219
|
d: "M23 16.57c12.7 0 23 9.98 23 22.29 0 7.1-10.3 12.85-23 12.85S0 45.96 0 38.86v-.37c.2-12.14 10.42-21.92 23-21.92Z"
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
tag: "path",
|
|
224
224
|
attrs: {
|
|
225
|
-
id: "
|
|
225
|
+
id: "sen__45__q",
|
|
226
226
|
d: "M31 22.95c17.12 0 31 13.81 31 30.85 0 9.83-13.88 17.8-31 17.8-17.12 0-31-7.97-31-17.8v-.5a30.93 30.93 0 0 1 31-30.35Z"
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
|
-
{ tag: "path", attrs: { id: "
|
|
230
|
-
{ tag: "path", attrs: { id: "
|
|
231
|
-
{ tag: "path", attrs: { id: "
|
|
232
|
-
{ tag: "path", attrs: { id: "
|
|
233
|
-
{ tag: "path", attrs: { id: "
|
|
234
|
-
{ tag: "path", attrs: { id: "
|
|
235
|
-
{ tag: "path", attrs: { id: "
|
|
236
|
-
{ tag: "path", attrs: { id: "
|
|
237
|
-
{ tag: "path", attrs: { id: "
|
|
238
|
-
{ tag: "path", attrs: { id: "
|
|
239
|
-
{ tag: "path", attrs: { id: "
|
|
240
|
-
{ tag: "ellipse", attrs: { id: "
|
|
241
|
-
{ tag: "ellipse", attrs: { id: "
|
|
229
|
+
{ tag: "path", attrs: { id: "sen__45__v", d: "m78.97 33.5.06 1-69 8-.06-1z" } },
|
|
230
|
+
{ tag: "path", attrs: { id: "sen__45__x", d: "m49.4 9.7 30 24-.8.6-30-24z" } },
|
|
231
|
+
{ tag: "path", attrs: { id: "sen__45__z", d: "m7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z" } },
|
|
232
|
+
{ tag: "path", attrs: { id: "sen__45__B", d: "M7 8.5V17l-7-4.25v-8.5L7 8.5Z" } },
|
|
233
|
+
{ tag: "path", attrs: { id: "sen__45__D", d: "m7 0 7 4.25L7 8.5 0 4.25 7 0Z" } },
|
|
234
|
+
{ tag: "path", attrs: { id: "sen__45__F", d: "m20 18-10 6V12l10-6v12Z" } },
|
|
235
|
+
{ tag: "path", attrs: { id: "sen__45__H", d: "M10 12v12L0 18V6l10 6Z" } },
|
|
236
|
+
{ tag: "path", attrs: { id: "sen__45__K", d: "m10 0 10 6-10 6L0 6l10-6Z" } },
|
|
237
|
+
{ tag: "path", attrs: { id: "sen__45__M", d: "m16 15-8 5V10l8-5v10Z" } },
|
|
238
|
+
{ tag: "path", attrs: { id: "sen__45__O", d: "M8 10v10l-8-5V5l8 5Z" } },
|
|
239
|
+
{ tag: "path", attrs: { id: "sen__45__Q", d: "m8 0 8 5-8 5-8-5 8-5Z" } },
|
|
240
|
+
{ tag: "ellipse", attrs: { id: "sen__45__o", cx: "23", cy: "10.86", rx: "11.21", ry: "10.86" } },
|
|
241
|
+
{ tag: "ellipse", attrs: { id: "sen__45__s", cx: "31", cy: "15.03", rx: "15.1", ry: "15.03" } },
|
|
242
242
|
{
|
|
243
243
|
tag: "filter",
|
|
244
244
|
attrs: {
|
|
245
|
-
id: "
|
|
245
|
+
id: "sen__45__g",
|
|
246
246
|
width: "101%",
|
|
247
247
|
height: "101.6%",
|
|
248
248
|
x: "-.5%",
|
|
@@ -271,7 +271,7 @@ var NoPersonsPurely = {
|
|
|
271
271
|
{
|
|
272
272
|
tag: "filter",
|
|
273
273
|
attrs: {
|
|
274
|
-
id: "
|
|
274
|
+
id: "sen__45__J",
|
|
275
275
|
width: "110%",
|
|
276
276
|
height: "87.4%",
|
|
277
277
|
x: "-5%",
|
|
@@ -305,163 +305,163 @@ var NoPersonsPurely = {
|
|
|
305
305
|
children: [
|
|
306
306
|
{
|
|
307
307
|
tag: "use",
|
|
308
|
-
attrs: { "xlink:href": "#
|
|
308
|
+
attrs: { "xlink:href": "#sen__45__b", fill: "url(#sen__45__a)", transform: "translate(31 100)" }
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
tag: "g",
|
|
312
312
|
attrs: { transform: "translate(31 100)" },
|
|
313
313
|
children: [
|
|
314
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
315
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
314
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__c", fill: "#FFF" } },
|
|
315
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__c", fill: "url(#sen__45__d)" } }
|
|
316
316
|
]
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
tag: "g",
|
|
320
320
|
attrs: { transform: "translate(31 100)" },
|
|
321
321
|
children: [
|
|
322
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
323
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
324
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
322
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__e", fill: "#FFF" } },
|
|
323
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__e", fill: "url(#sen__45__f)" } },
|
|
324
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__e", fill: "#000", filter: "url(#sen__45__g)" } }
|
|
325
325
|
]
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
tag: "g",
|
|
329
329
|
attrs: { transform: "translate(31 100)" },
|
|
330
330
|
children: [
|
|
331
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
332
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
331
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__h", fill: "#FFF" } },
|
|
332
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__h", fill: "url(#sen__45__i)" } }
|
|
333
333
|
]
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
tag: "path",
|
|
337
337
|
attrs: {
|
|
338
|
-
fill: "url(#
|
|
338
|
+
fill: "url(#sen__45__j)",
|
|
339
339
|
d: "M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z",
|
|
340
340
|
transform: "translate(31 72)"
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
344
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
343
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__k", fill: "#FFF" } },
|
|
344
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__k", fill: "url(#sen__45__l)" } },
|
|
345
345
|
{
|
|
346
346
|
tag: "g",
|
|
347
347
|
attrs: { transform: "translate(130 88)" },
|
|
348
348
|
children: [
|
|
349
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
350
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
349
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__m", fill: "#FFF" } },
|
|
350
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__m", fill: "url(#sen__45__n)" } }
|
|
351
351
|
]
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
tag: "g",
|
|
355
355
|
attrs: { transform: "translate(130 88)" },
|
|
356
356
|
children: [
|
|
357
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
358
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
357
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__o", fill: "#FFF" } },
|
|
358
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__o", fill: "url(#sen__45__p)" } }
|
|
359
359
|
]
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
tag: "g",
|
|
363
363
|
attrs: { transform: "translate(88 97)" },
|
|
364
364
|
children: [
|
|
365
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
366
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
365
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__q", fill: "#FFF" } },
|
|
366
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__q", fill: "url(#sen__45__r)" } }
|
|
367
367
|
]
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
tag: "g",
|
|
371
371
|
attrs: { transform: "translate(88 97)" },
|
|
372
372
|
children: [
|
|
373
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
374
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
373
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__s", fill: "#FFF" } },
|
|
374
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__s", fill: "url(#sen__45__t)" } }
|
|
375
375
|
]
|
|
376
376
|
},
|
|
377
|
-
{ tag: "path", attrs: { fill: "url(#
|
|
377
|
+
{ tag: "path", attrs: { fill: "url(#sen__45__u)", d: "m128 42 65 38v76l-65 38-65-38V80z" } },
|
|
378
378
|
{
|
|
379
379
|
tag: "g",
|
|
380
380
|
attrs: { transform: "translate(84 36)" },
|
|
381
381
|
children: [
|
|
382
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
383
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
382
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__v", fill: "#FFF" } },
|
|
383
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__v", fill: "url(#sen__45__w)" } }
|
|
384
384
|
]
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
tag: "g",
|
|
388
388
|
attrs: { transform: "translate(84 36)" },
|
|
389
389
|
children: [
|
|
390
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
391
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
390
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__x", fill: "#FFF" } },
|
|
391
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__x", fill: "url(#sen__45__y)" } }
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
tag: "g",
|
|
396
396
|
attrs: { transform: "translate(156 61)" },
|
|
397
397
|
children: [
|
|
398
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
399
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
398
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__z", fill: "#FFF" } },
|
|
399
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__z", fill: "url(#sen__45__A)" } }
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
tag: "g",
|
|
404
404
|
attrs: { transform: "translate(156 61)" },
|
|
405
405
|
children: [
|
|
406
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
407
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
406
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__B", fill: "#FFF" } },
|
|
407
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__B", fill: "url(#sen__45__C)" } }
|
|
408
408
|
]
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
tag: "g",
|
|
412
412
|
attrs: { transform: "translate(156 61)" },
|
|
413
413
|
children: [
|
|
414
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
415
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
414
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__D", fill: "#FFF" } },
|
|
415
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__D", fill: "url(#sen__45__E)" } }
|
|
416
416
|
]
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
tag: "g",
|
|
420
420
|
attrs: { transform: "translate(84 66)" },
|
|
421
421
|
children: [
|
|
422
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
423
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
422
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__F", fill: "#FFF" } },
|
|
423
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__F", fill: "url(#sen__45__G)" } }
|
|
424
424
|
]
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
tag: "g",
|
|
428
428
|
attrs: { transform: "translate(84 66)" },
|
|
429
429
|
children: [
|
|
430
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
431
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
432
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
430
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__H", fill: "#FFF" } },
|
|
431
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__H", fill: "url(#sen__45__I)" } },
|
|
432
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__H", fill: "#000", filter: "url(#sen__45__J)" } }
|
|
433
433
|
]
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
436
|
tag: "g",
|
|
437
437
|
attrs: { transform: "translate(84 66)" },
|
|
438
438
|
children: [
|
|
439
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
440
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
439
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__K", fill: "#FFF" } },
|
|
440
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__K", fill: "url(#sen__45__L)" } }
|
|
441
441
|
]
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
tag: "g",
|
|
445
445
|
attrs: { transform: "translate(125 36)" },
|
|
446
446
|
children: [
|
|
447
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
448
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
447
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__M", fill: "#FFF" } },
|
|
448
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__M", fill: "url(#sen__45__N)" } }
|
|
449
449
|
]
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
tag: "g",
|
|
453
453
|
attrs: { transform: "translate(125 36)" },
|
|
454
454
|
children: [
|
|
455
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
456
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
455
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__O", fill: "#FFF" } },
|
|
456
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__O", fill: "url(#sen__45__P)" } }
|
|
457
457
|
]
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
tag: "g",
|
|
461
461
|
attrs: { transform: "translate(125 36)" },
|
|
462
462
|
children: [
|
|
463
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
464
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
463
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__Q", fill: "#FFF" } },
|
|
464
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__45__Q", fill: "url(#sen__45__R)" } }
|
|
465
465
|
]
|
|
466
466
|
}
|
|
467
467
|
]
|