@sensoro-design/icons-svg 2.59.0 → 2.60.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/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/NonMotorVehicleGalleryPurely.js +9 -9
- package/es/asn/OffDayPurely.js +67 -67
- package/es/asn/OrganizationPurely.js +9 -9
- package/es/asn/PersonnelPortraitPurely.js +9 -9
- package/es/asn/PersonnelRegistrationPurely.js +9 -9
- package/es/asn/PoiPurely.js +9 -9
- package/es/asn/ReportPurely.js +9 -9
- package/es/asn/RotateRightPurely.js +8 -8
- package/es/asn/SignalTowerPurely.d.ts +3 -0
- package/es/asn/{LotPurely.js → SignalTowerPurely.js} +12 -12
- package/es/index.d.ts +1 -1
- package/es/index.js +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/non-motor-vehicle-gallery.svg +1 -1
- package/inline-namespaced-svg/purely/off-day.svg +1 -1
- package/inline-namespaced-svg/purely/organization.svg +1 -1
- package/inline-namespaced-svg/purely/personnel-portrait.svg +1 -1
- package/inline-namespaced-svg/purely/personnel-registration.svg +1 -1
- package/inline-namespaced-svg/purely/poi.svg +1 -1
- package/inline-namespaced-svg/purely/report.svg +1 -1
- package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
- package/inline-namespaced-svg/purely/{lot.svg → signal-tower.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/non-motor-vehicle-gallery.svg +1 -1
- package/inline-svg/purely/off-day.svg +1 -1
- package/inline-svg/purely/organization.svg +1 -1
- package/inline-svg/purely/personnel-portrait.svg +1 -1
- package/inline-svg/purely/personnel-registration.svg +1 -1
- package/inline-svg/purely/poi.svg +1 -1
- package/inline-svg/purely/report.svg +1 -1
- package/inline-svg/purely/rotate-right.svg +1 -1
- package/inline-svg/purely/{lot.svg → signal-tower.svg} +1 -1
- 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/NonMotorVehicleGalleryPurely.js +7 -7
- package/lib/asn/OffDayPurely.js +55 -55
- package/lib/asn/OrganizationPurely.js +7 -7
- package/lib/asn/PersonnelPortraitPurely.js +7 -7
- package/lib/asn/PersonnelRegistrationPurely.js +7 -7
- package/lib/asn/PoiPurely.js +7 -7
- package/lib/asn/ReportPurely.js +7 -7
- package/lib/asn/RotateRightPurely.js +6 -6
- package/lib/asn/SignalTowerPurely.d.ts +3 -0
- package/lib/asn/{LotPurely.js → SignalTowerPurely.js} +15 -15
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- 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/NonMotorVehicleGalleryPurely.ts +7 -7
- package/src/asn/OffDayPurely.ts +55 -55
- package/src/asn/OrganizationPurely.ts +7 -7
- package/src/asn/PersonnelPortraitPurely.ts +7 -7
- package/src/asn/PersonnelRegistrationPurely.ts +7 -7
- package/src/asn/PoiPurely.ts +7 -7
- package/src/asn/ReportPurely.ts +7 -7
- package/src/asn/RotateRightPurely.ts +6 -6
- package/src/asn/{LotPurely.ts → SignalTowerPurely.ts} +10 -10
- package/src/index.ts +1 -1
- package/es/asn/LotPurely.d.ts +0 -3
- package/lib/asn/LotPurely.d.ts +0 -3
|
@@ -33,7 +33,7 @@ var NoPersonPurely = {
|
|
|
33
33
|
children: [
|
|
34
34
|
{
|
|
35
35
|
tag: "linearGradient",
|
|
36
|
-
attrs: { id: "
|
|
36
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
tag: "linearGradient",
|
|
44
|
-
attrs: { id: "
|
|
44
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
tag: "linearGradient",
|
|
52
|
-
attrs: { id: "
|
|
52
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
tag: "linearGradient",
|
|
60
|
-
attrs: { id: "
|
|
60
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
tag: "linearGradient",
|
|
68
|
-
attrs: { id: "
|
|
68
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
tag: "linearGradient",
|
|
76
|
-
attrs: { id: "
|
|
76
|
+
attrs: { id: "sen__55__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 NoPersonPurely = {
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
tag: "linearGradient",
|
|
84
|
-
attrs: { id: "
|
|
84
|
+
attrs: { id: "sen__55__n", x1: "100%", x2: "0%", y1: "50.85%", y2: "49.15%" },
|
|
85
85
|
children: [
|
|
86
86
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
87
87
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".65" } }
|
|
@@ -89,7 +89,7 @@ var NoPersonPurely = {
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
tag: "linearGradient",
|
|
92
|
-
attrs: { id: "
|
|
92
|
+
attrs: { id: "sen__55__p", x1: "100%", x2: "0%", y1: "81.84%", y2: "18.16%" },
|
|
93
93
|
children: [
|
|
94
94
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
95
95
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -97,7 +97,7 @@ var NoPersonPurely = {
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
tag: "linearGradient",
|
|
100
|
-
attrs: { id: "
|
|
100
|
+
attrs: { id: "sen__55__r", x1: "58.48%", x2: "41.52%", y1: "0%", y2: "100%" },
|
|
101
101
|
children: [
|
|
102
102
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } },
|
|
103
103
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".6" } }
|
|
@@ -105,7 +105,7 @@ var NoPersonPurely = {
|
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
tag: "linearGradient",
|
|
108
|
-
attrs: { id: "
|
|
108
|
+
attrs: { id: "sen__55__t", x1: "34.93%", x2: "64.97%", y1: "0%", y2: "99.66%" },
|
|
109
109
|
children: [
|
|
110
110
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
111
111
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".35" } }
|
|
@@ -113,7 +113,7 @@ var NoPersonPurely = {
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
tag: "linearGradient",
|
|
116
|
-
attrs: { id: "
|
|
116
|
+
attrs: { id: "sen__55__v", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
117
117
|
children: [
|
|
118
118
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
|
|
119
119
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
|
|
@@ -121,7 +121,7 @@ var NoPersonPurely = {
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
tag: "linearGradient",
|
|
124
|
-
attrs: { id: "
|
|
124
|
+
attrs: { id: "sen__55__x", x1: "65.43%", x2: "34.57%", y1: "100%", y2: "0%" },
|
|
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" } }
|
|
@@ -129,7 +129,7 @@ var NoPersonPurely = {
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
tag: "linearGradient",
|
|
132
|
-
attrs: { id: "
|
|
132
|
+
attrs: { id: "sen__55__z", x1: "60.57%", x2: "39.43%", y1: "100%", y2: "0%" },
|
|
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": ".25" } }
|
|
@@ -137,7 +137,7 @@ var NoPersonPurely = {
|
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
tag: "linearGradient",
|
|
140
|
-
attrs: { id: "
|
|
140
|
+
attrs: { id: "sen__55__C", x1: "100%", x2: "0%", y1: "68%", y2: "32%" },
|
|
141
141
|
children: [
|
|
142
142
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
143
143
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".65" } }
|
|
@@ -145,7 +145,7 @@ var NoPersonPurely = {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
tag: "linearGradient",
|
|
148
|
-
attrs: { id: "
|
|
148
|
+
attrs: { id: "sen__55__E", x1: "64.22%", x2: "35.78%", y1: "0%", y2: "100%" },
|
|
149
149
|
children: [
|
|
150
150
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } },
|
|
151
151
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".6" } }
|
|
@@ -153,7 +153,7 @@ var NoPersonPurely = {
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
tag: "linearGradient",
|
|
156
|
-
attrs: { id: "
|
|
156
|
+
attrs: { id: "sen__55__G", x1: "35.78%", x2: "64.13%", y1: "0%", y2: "99.66%" },
|
|
157
157
|
children: [
|
|
158
158
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
159
159
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".35" } }
|
|
@@ -161,7 +161,7 @@ var NoPersonPurely = {
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
tag: "linearGradient",
|
|
164
|
-
attrs: { id: "
|
|
164
|
+
attrs: { id: "sen__55__I", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
165
165
|
children: [
|
|
166
166
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
|
|
167
167
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
|
|
@@ -169,7 +169,7 @@ var NoPersonPurely = {
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
tag: "linearGradient",
|
|
172
|
-
attrs: { id: "
|
|
172
|
+
attrs: { id: "sen__55__K", x1: "0%", x2: "100%", y1: "24.06%", y2: "75.94%" },
|
|
173
173
|
children: [
|
|
174
174
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
175
175
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".55" } }
|
|
@@ -177,7 +177,7 @@ var NoPersonPurely = {
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
tag: "linearGradient",
|
|
180
|
-
attrs: { id: "
|
|
180
|
+
attrs: { id: "sen__55__M", x1: "0%", x2: "100%", y1: "0%", y2: "100%" },
|
|
181
181
|
children: [
|
|
182
182
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
183
183
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -185,39 +185,39 @@ var NoPersonPurely = {
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
tag: "linearGradient",
|
|
188
|
-
attrs: { id: "
|
|
188
|
+
attrs: { id: "sen__55__N", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
|
|
189
189
|
children: [
|
|
190
190
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
191
191
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
192
192
|
]
|
|
193
193
|
},
|
|
194
|
-
{ tag: "path", attrs: { id: "
|
|
195
|
-
{ tag: "path", attrs: { id: "
|
|
196
|
-
{ tag: "path", attrs: { id: "
|
|
197
|
-
{ tag: "path", attrs: { id: "
|
|
198
|
-
{ tag: "path", attrs: { id: "
|
|
199
|
-
{ tag: "path", attrs: { id: "
|
|
200
|
-
{ tag: "path", attrs: { id: "
|
|
201
|
-
{ tag: "path", attrs: { id: "
|
|
202
|
-
{ tag: "path", attrs: { id: "
|
|
203
|
-
{ tag: "path", attrs: { id: "
|
|
204
|
-
{ tag: "path", attrs: { id: "
|
|
205
|
-
{ tag: "path", attrs: { id: "
|
|
206
|
-
{ tag: "path", attrs: { id: "
|
|
207
|
-
{ tag: "path", attrs: { id: "
|
|
208
|
-
{ tag: "path", attrs: { id: "
|
|
209
|
-
{ tag: "path", attrs: { id: "
|
|
194
|
+
{ tag: "path", attrs: { id: "sen__55__b", d: "M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z" } },
|
|
195
|
+
{ tag: "path", attrs: { id: "sen__55__c", d: "m194 64-97 56v-8l97-56v8Z" } },
|
|
196
|
+
{ tag: "path", attrs: { id: "sen__55__e", d: "M97 112v8L0 64v-8l97 56Z" } },
|
|
197
|
+
{ tag: "path", attrs: { id: "sen__55__h", d: "m97 0 97 56-97 56L0 56 97 0Z" } },
|
|
198
|
+
{ tag: "path", attrs: { id: "sen__55__k", d: "m128 118 65 38-65 38-65-38 65-38Z" } },
|
|
199
|
+
{ tag: "path", attrs: { id: "sen__55__m", d: "m78.97 33.5.06 1-69 8-.06-1z" } },
|
|
200
|
+
{ tag: "path", attrs: { id: "sen__55__o", d: "m49.4 9.7 30 24-.8.6-30-24z" } },
|
|
201
|
+
{ tag: "path", attrs: { id: "sen__55__q", d: "m7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z" } },
|
|
202
|
+
{ tag: "path", attrs: { id: "sen__55__s", d: "M7 8.5V17l-7-4.25v-8.5L7 8.5Z" } },
|
|
203
|
+
{ tag: "path", attrs: { id: "sen__55__u", d: "m7 0 7 4.25L7 8.5 0 4.25 7 0Z" } },
|
|
204
|
+
{ tag: "path", attrs: { id: "sen__55__w", d: "m20 18-10 6V12l10-6v12Z" } },
|
|
205
|
+
{ tag: "path", attrs: { id: "sen__55__y", d: "M10 12v12L0 18V6l10 6Z" } },
|
|
206
|
+
{ tag: "path", attrs: { id: "sen__55__B", d: "m10 0 10 6-10 6L0 6l10-6Z" } },
|
|
207
|
+
{ tag: "path", attrs: { id: "sen__55__D", d: "m16 15-8 5V10l8-5v10Z" } },
|
|
208
|
+
{ tag: "path", attrs: { id: "sen__55__F", d: "M8 10v10l-8-5V5l8 5Z" } },
|
|
209
|
+
{ tag: "path", attrs: { id: "sen__55__H", d: "m8 0 8 5-8 5-8-5 8-5Z" } },
|
|
210
210
|
{
|
|
211
211
|
tag: "path",
|
|
212
212
|
attrs: {
|
|
213
|
-
id: "
|
|
213
|
+
id: "sen__55__J",
|
|
214
214
|
d: "M35 25c19.33 0 35 15.83 35 35.35a8 8 0 0 1-.02.59l.02.48c0 7.73-15.67 14-35 14s-35-6.26-35-14c0-.16 0-.32.02-.48a8.26 8.26 0 0 1-.02-.58C0 40.83 15.67 25 35 25Z"
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
tag: "filter",
|
|
219
219
|
attrs: {
|
|
220
|
-
id: "
|
|
220
|
+
id: "sen__55__g",
|
|
221
221
|
width: "101%",
|
|
222
222
|
height: "101.6%",
|
|
223
223
|
x: "-.5%",
|
|
@@ -246,7 +246,7 @@ var NoPersonPurely = {
|
|
|
246
246
|
{
|
|
247
247
|
tag: "filter",
|
|
248
248
|
attrs: {
|
|
249
|
-
id: "
|
|
249
|
+
id: "sen__55__A",
|
|
250
250
|
width: "110%",
|
|
251
251
|
height: "87.4%",
|
|
252
252
|
x: "-5%",
|
|
@@ -272,7 +272,7 @@ var NoPersonPurely = {
|
|
|
272
272
|
}
|
|
273
273
|
]
|
|
274
274
|
},
|
|
275
|
-
{ tag: "circle", attrs: { id: "
|
|
275
|
+
{ tag: "circle", attrs: { id: "sen__55__L", cx: "35", cy: "16", r: "16" } }
|
|
276
276
|
]
|
|
277
277
|
},
|
|
278
278
|
{
|
|
@@ -281,149 +281,149 @@ var NoPersonPurely = {
|
|
|
281
281
|
children: [
|
|
282
282
|
{
|
|
283
283
|
tag: "use",
|
|
284
|
-
attrs: { "xlink:href": "#
|
|
284
|
+
attrs: { "xlink:href": "#sen__55__b", fill: "url(#sen__55__a)", transform: "translate(31 100)" }
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
tag: "g",
|
|
288
288
|
attrs: { transform: "translate(31 100)" },
|
|
289
289
|
children: [
|
|
290
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
291
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
290
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__c", fill: "#FFF" } },
|
|
291
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__c", fill: "url(#sen__55__d)" } }
|
|
292
292
|
]
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
tag: "g",
|
|
296
296
|
attrs: { transform: "translate(31 100)" },
|
|
297
297
|
children: [
|
|
298
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
299
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
300
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
298
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__e", fill: "#FFF" } },
|
|
299
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__e", fill: "url(#sen__55__f)" } },
|
|
300
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__e", fill: "#000", filter: "url(#sen__55__g)" } }
|
|
301
301
|
]
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
tag: "g",
|
|
305
305
|
attrs: { transform: "translate(31 100)" },
|
|
306
306
|
children: [
|
|
307
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
308
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
307
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__h", fill: "#FFF" } },
|
|
308
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__h", fill: "url(#sen__55__i)" } }
|
|
309
309
|
]
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
tag: "path",
|
|
313
313
|
attrs: {
|
|
314
|
-
fill: "url(#
|
|
314
|
+
fill: "url(#sen__55__j)",
|
|
315
315
|
d: "M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z",
|
|
316
316
|
transform: "translate(31 72)"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
320
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
319
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__k", fill: "#FFF" } },
|
|
320
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__k", fill: "url(#sen__55__l)" } },
|
|
321
321
|
{
|
|
322
322
|
tag: "g",
|
|
323
323
|
attrs: { transform: "translate(84 36)" },
|
|
324
324
|
children: [
|
|
325
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
326
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
325
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__m", fill: "#FFF" } },
|
|
326
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__m", fill: "url(#sen__55__n)" } }
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
tag: "g",
|
|
331
331
|
attrs: { transform: "translate(84 36)" },
|
|
332
332
|
children: [
|
|
333
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
334
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
333
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__o", fill: "#FFF" } },
|
|
334
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__o", fill: "url(#sen__55__p)" } }
|
|
335
335
|
]
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
tag: "g",
|
|
339
339
|
attrs: { transform: "translate(156 61)" },
|
|
340
340
|
children: [
|
|
341
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
342
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
341
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__q", fill: "#FFF" } },
|
|
342
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__q", fill: "url(#sen__55__r)" } }
|
|
343
343
|
]
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
tag: "g",
|
|
347
347
|
attrs: { transform: "translate(156 61)" },
|
|
348
348
|
children: [
|
|
349
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
350
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
349
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__s", fill: "#FFF" } },
|
|
350
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__s", fill: "url(#sen__55__t)" } }
|
|
351
351
|
]
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
tag: "g",
|
|
355
355
|
attrs: { transform: "translate(156 61)" },
|
|
356
356
|
children: [
|
|
357
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
358
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
357
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__u", fill: "#FFF" } },
|
|
358
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__u", fill: "url(#sen__55__v)" } }
|
|
359
359
|
]
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
tag: "g",
|
|
363
363
|
attrs: { transform: "translate(84 66)" },
|
|
364
364
|
children: [
|
|
365
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
366
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
365
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__w", fill: "#FFF" } },
|
|
366
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__w", fill: "url(#sen__55__x)" } }
|
|
367
367
|
]
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
tag: "g",
|
|
371
371
|
attrs: { transform: "translate(84 66)" },
|
|
372
372
|
children: [
|
|
373
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
374
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
375
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
373
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__y", fill: "#FFF" } },
|
|
374
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__y", fill: "url(#sen__55__z)" } },
|
|
375
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__y", fill: "#000", filter: "url(#sen__55__A)" } }
|
|
376
376
|
]
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
tag: "g",
|
|
380
380
|
attrs: { transform: "translate(84 66)" },
|
|
381
381
|
children: [
|
|
382
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
383
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
382
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__B", fill: "#FFF" } },
|
|
383
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__B", fill: "url(#sen__55__C)" } }
|
|
384
384
|
]
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
tag: "g",
|
|
388
388
|
attrs: { transform: "translate(125 36)" },
|
|
389
389
|
children: [
|
|
390
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
391
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
390
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__D", fill: "#FFF" } },
|
|
391
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__D", fill: "url(#sen__55__E)" } }
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
tag: "g",
|
|
396
396
|
attrs: { transform: "translate(125 36)" },
|
|
397
397
|
children: [
|
|
398
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
399
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
398
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__F", fill: "#FFF" } },
|
|
399
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__F", fill: "url(#sen__55__G)" } }
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
tag: "g",
|
|
404
404
|
attrs: { transform: "translate(125 36)" },
|
|
405
405
|
children: [
|
|
406
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
407
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
406
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__H", fill: "#FFF" } },
|
|
407
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__H", fill: "url(#sen__55__I)" } }
|
|
408
408
|
]
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
tag: "g",
|
|
412
412
|
attrs: { transform: "translate(93 91)" },
|
|
413
413
|
children: [
|
|
414
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
415
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
414
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__J", fill: "#FFF" } },
|
|
415
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__J", fill: "url(#sen__55__K)" } }
|
|
416
416
|
]
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
tag: "g",
|
|
420
420
|
attrs: { transform: "translate(93 91)" },
|
|
421
421
|
children: [
|
|
422
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
423
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
422
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__L", fill: "#FFF" } },
|
|
423
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__55__L", fill: "url(#sen__55__M)" } }
|
|
424
424
|
]
|
|
425
425
|
},
|
|
426
|
-
{ tag: "path", attrs: { fill: "url(#
|
|
426
|
+
{ tag: "path", attrs: { fill: "url(#sen__55__N)", d: "m128 42 65 38v76l-65 38-65-38V80z" } }
|
|
427
427
|
]
|
|
428
428
|
}
|
|
429
429
|
]
|