@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
|
@@ -31,34 +31,34 @@ var NoDevicePurely = {
|
|
|
31
31
|
tag: "defs",
|
|
32
32
|
attrs: {},
|
|
33
33
|
children: [
|
|
34
|
-
{ tag: "path", attrs: { id: "
|
|
35
|
-
{ tag: "path", attrs: { id: "
|
|
36
|
-
{ tag: "path", attrs: { id: "
|
|
37
|
-
{ tag: "path", attrs: { id: "
|
|
38
|
-
{ tag: "path", attrs: { id: "
|
|
39
|
-
{ tag: "path", attrs: { id: "
|
|
40
|
-
{ tag: "path", attrs: { id: "
|
|
41
|
-
{ tag: "path", attrs: { id: "
|
|
42
|
-
{ tag: "path", attrs: { id: "
|
|
43
|
-
{ tag: "path", attrs: { id: "
|
|
44
|
-
{ tag: "path", attrs: { id: "
|
|
45
|
-
{ tag: "path", attrs: { id: "
|
|
46
|
-
{ tag: "path", attrs: { id: "
|
|
47
|
-
{ tag: "path", attrs: { id: "
|
|
48
|
-
{ tag: "path", attrs: { id: "
|
|
49
|
-
{ tag: "path", attrs: { id: "
|
|
50
|
-
{ tag: "path", attrs: { id: "
|
|
51
|
-
{ tag: "path", attrs: { id: "
|
|
52
|
-
{ tag: "path", attrs: { id: "
|
|
53
|
-
{ tag: "path", attrs: { id: "
|
|
54
|
-
{ tag: "path", attrs: { id: "
|
|
55
|
-
{ tag: "path", attrs: { id: "
|
|
56
|
-
{ tag: "path", attrs: { id: "
|
|
57
|
-
{ tag: "path", attrs: { id: "
|
|
58
|
-
{ tag: "path", attrs: { id: "
|
|
34
|
+
{ tag: "path", attrs: { id: "sen__53__b", d: "M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z" } },
|
|
35
|
+
{ tag: "path", attrs: { id: "sen__53__c", d: "m194 64-97 56v-8l97-56v8Z" } },
|
|
36
|
+
{ tag: "path", attrs: { id: "sen__53__e", d: "M97 112v8L0 64v-8l97 56Z" } },
|
|
37
|
+
{ tag: "path", attrs: { id: "sen__53__h", d: "m97 0 97 56-97 56L0 56 97 0Z" } },
|
|
38
|
+
{ tag: "path", attrs: { id: "sen__53__j", d: "M110 56 55 88V64l55-32v24Z" } },
|
|
39
|
+
{ tag: "path", attrs: { id: "sen__53__l", d: "M102 46.66v4l-16 9.3v-4l16-9.3Z" } },
|
|
40
|
+
{ tag: "path", attrs: { id: "sen__53__n", d: "M55 64v24L0 56V32l55 32Z" } },
|
|
41
|
+
{ tag: "path", attrs: { id: "sen__53__q", d: "m55 0 55 32-55 32L0 32 55 0Z" } },
|
|
42
|
+
{ tag: "path", attrs: { id: "sen__53__s", d: "m16 50.3 4 2.34v6l-4-2.33v-6Z" } },
|
|
43
|
+
{ tag: "path", attrs: { id: "sen__53__u", d: "m25 55.55 4 2.32v6l-4-2.32v-6Z" } },
|
|
44
|
+
{ tag: "path", attrs: { id: "sen__53__v", d: "m34 60.78 4 2.33v6l-4-2.33v-6Z" } },
|
|
45
|
+
{ tag: "path", attrs: { id: "sen__53__w", d: "M110 56 55 88V64l55-32v24Z" } },
|
|
46
|
+
{ tag: "path", attrs: { id: "sen__53__x", d: "M102 46.66v4l-16 9.3v-4l16-9.3Z" } },
|
|
47
|
+
{ tag: "path", attrs: { id: "sen__53__y", d: "M55 64v24L0 56V32l55 32Z" } },
|
|
48
|
+
{ tag: "path", attrs: { id: "sen__53__A", d: "m55 0 55 32-55 32L0 32 55 0Z" } },
|
|
49
|
+
{ tag: "path", attrs: { id: "sen__53__B", d: "m16 50.3 4 2.34v6l-4-2.33v-6Z" } },
|
|
50
|
+
{ tag: "path", attrs: { id: "sen__53__C", d: "m25 55.55 4 2.32v6l-4-2.32v-6Z" } },
|
|
51
|
+
{ tag: "path", attrs: { id: "sen__53__D", d: "m34 60.78 4 2.33v6l-4-2.33v-6Z" } },
|
|
52
|
+
{ tag: "path", attrs: { id: "sen__53__E", d: "M110 56 55 88V64l55-32v24Z" } },
|
|
53
|
+
{ tag: "path", attrs: { id: "sen__53__F", d: "M102 46.66v4l-16 9.3v-4l16-9.3Z" } },
|
|
54
|
+
{ tag: "path", attrs: { id: "sen__53__G", d: "M55 64v24L0 56V32l55 32Z" } },
|
|
55
|
+
{ tag: "path", attrs: { id: "sen__53__I", d: "m55 0 55 32-55 32L0 32 55 0Z" } },
|
|
56
|
+
{ tag: "path", attrs: { id: "sen__53__J", d: "m16 50.3 4 2.34v6l-4-2.33v-6Z" } },
|
|
57
|
+
{ tag: "path", attrs: { id: "sen__53__K", d: "m25 55.55 4 2.32v6l-4-2.32v-6Z" } },
|
|
58
|
+
{ tag: "path", attrs: { id: "sen__53__L", d: "m34 60.78 4 2.33v6l-4-2.33v-6Z" } },
|
|
59
59
|
{
|
|
60
60
|
tag: "linearGradient",
|
|
61
|
-
attrs: { id: "
|
|
61
|
+
attrs: { id: "sen__53__a", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
62
62
|
children: [
|
|
63
63
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".04" } },
|
|
64
64
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } }
|
|
@@ -66,7 +66,7 @@ var NoDevicePurely = {
|
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
tag: "linearGradient",
|
|
69
|
-
attrs: { id: "
|
|
69
|
+
attrs: { id: "sen__53__d", x1: "100%", x2: "0%", y1: "28.23%", y2: "71.77%" },
|
|
70
70
|
children: [
|
|
71
71
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
72
72
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -74,7 +74,7 @@ var NoDevicePurely = {
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
tag: "linearGradient",
|
|
77
|
-
attrs: { id: "
|
|
77
|
+
attrs: { id: "sen__53__f", x1: "0%", x2: "100%", y1: "28.23%", y2: "71.77%" },
|
|
78
78
|
children: [
|
|
79
79
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
80
80
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -82,7 +82,7 @@ var NoDevicePurely = {
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
tag: "linearGradient",
|
|
85
|
-
attrs: { id: "
|
|
85
|
+
attrs: { id: "sen__53__i", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
86
86
|
children: [
|
|
87
87
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
88
88
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -90,7 +90,7 @@ var NoDevicePurely = {
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
tag: "linearGradient",
|
|
93
|
-
attrs: { id: "
|
|
93
|
+
attrs: { id: "sen__53__k", x1: "98.23%", x2: "1.77%", y1: "0%", y2: "100%" },
|
|
94
94
|
children: [
|
|
95
95
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
|
|
96
96
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
|
|
@@ -98,7 +98,7 @@ var NoDevicePurely = {
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
tag: "linearGradient",
|
|
101
|
-
attrs: { id: "
|
|
101
|
+
attrs: { id: "sen__53__m", x1: "0%", x2: "100%", y1: "84.6%", y2: "15.4%" },
|
|
102
102
|
children: [
|
|
103
103
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } },
|
|
104
104
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -106,7 +106,7 @@ var NoDevicePurely = {
|
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
tag: "linearGradient",
|
|
109
|
-
attrs: { id: "
|
|
109
|
+
attrs: { id: "sen__53__o", x1: "1.77%", x2: "50%", y1: "0%", y2: "79.85%" },
|
|
110
110
|
children: [
|
|
111
111
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
112
112
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -114,7 +114,7 @@ var NoDevicePurely = {
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
tag: "linearGradient",
|
|
117
|
-
attrs: { id: "
|
|
117
|
+
attrs: { id: "sen__53__r", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
|
|
118
118
|
children: [
|
|
119
119
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
120
120
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
|
|
@@ -122,7 +122,7 @@ var NoDevicePurely = {
|
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
tag: "linearGradient",
|
|
125
|
-
attrs: { id: "
|
|
125
|
+
attrs: { id: "sen__53__t", x1: "61.54%", x2: "38.46%", y1: "100%", y2: "0%" },
|
|
126
126
|
children: [
|
|
127
127
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
|
|
128
128
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5" } }
|
|
@@ -130,7 +130,7 @@ var NoDevicePurely = {
|
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
tag: "linearGradient",
|
|
133
|
-
attrs: { id: "
|
|
133
|
+
attrs: { id: "sen__53__M", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
|
|
134
134
|
children: [
|
|
135
135
|
{ tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
|
|
136
136
|
{ tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
|
|
@@ -139,7 +139,7 @@ var NoDevicePurely = {
|
|
|
139
139
|
{
|
|
140
140
|
tag: "filter",
|
|
141
141
|
attrs: {
|
|
142
|
-
id: "
|
|
142
|
+
id: "sen__53__g",
|
|
143
143
|
width: "101%",
|
|
144
144
|
height: "101.6%",
|
|
145
145
|
x: "-.5%",
|
|
@@ -168,7 +168,7 @@ var NoDevicePurely = {
|
|
|
168
168
|
{
|
|
169
169
|
tag: "filter",
|
|
170
170
|
attrs: {
|
|
171
|
-
id: "
|
|
171
|
+
id: "sen__53__p",
|
|
172
172
|
width: "101.8%",
|
|
173
173
|
height: "101.8%",
|
|
174
174
|
x: "-.9%",
|
|
@@ -197,7 +197,7 @@ var NoDevicePurely = {
|
|
|
197
197
|
{
|
|
198
198
|
tag: "filter",
|
|
199
199
|
attrs: {
|
|
200
|
-
id: "
|
|
200
|
+
id: "sen__53__z",
|
|
201
201
|
width: "101.8%",
|
|
202
202
|
height: "101.8%",
|
|
203
203
|
x: "-.9%",
|
|
@@ -226,7 +226,7 @@ var NoDevicePurely = {
|
|
|
226
226
|
{
|
|
227
227
|
tag: "filter",
|
|
228
228
|
attrs: {
|
|
229
|
-
id: "
|
|
229
|
+
id: "sen__53__H",
|
|
230
230
|
width: "101.8%",
|
|
231
231
|
height: "101.8%",
|
|
232
232
|
x: "-.9%",
|
|
@@ -260,208 +260,208 @@ var NoDevicePurely = {
|
|
|
260
260
|
children: [
|
|
261
261
|
{
|
|
262
262
|
tag: "use",
|
|
263
|
-
attrs: { "xlink:href": "#
|
|
263
|
+
attrs: { "xlink:href": "#sen__53__b", fill: "url(#sen__53__a)", transform: "translate(31 100)" }
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
tag: "g",
|
|
267
267
|
attrs: { transform: "translate(31 100)" },
|
|
268
268
|
children: [
|
|
269
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
270
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
269
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__c", fill: "#FFF" } },
|
|
270
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__c", fill: "url(#sen__53__d)" } }
|
|
271
271
|
]
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
tag: "g",
|
|
275
275
|
attrs: { transform: "translate(31 100)" },
|
|
276
276
|
children: [
|
|
277
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
278
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
279
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
277
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__e", fill: "#FFF" } },
|
|
278
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__e", fill: "url(#sen__53__f)" } },
|
|
279
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__e", fill: "#000", filter: "url(#sen__53__g)" } }
|
|
280
280
|
]
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
tag: "g",
|
|
284
284
|
attrs: { transform: "translate(31 100)" },
|
|
285
285
|
children: [
|
|
286
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
287
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
286
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__h", fill: "#FFF" } },
|
|
287
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__h", fill: "url(#sen__53__i)" } }
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
tag: "g",
|
|
292
292
|
attrs: { transform: "translate(73 100)" },
|
|
293
293
|
children: [
|
|
294
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
295
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
294
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__j", fill: "#FFF" } },
|
|
295
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__j", fill: "url(#sen__53__k)" } }
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
tag: "g",
|
|
300
300
|
attrs: { transform: "translate(73 100)" },
|
|
301
301
|
children: [
|
|
302
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
303
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
302
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__l", fill: "#FFF" } },
|
|
303
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__l", fill: "url(#sen__53__m)" } }
|
|
304
304
|
]
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
tag: "g",
|
|
308
308
|
attrs: { transform: "translate(73 100)" },
|
|
309
309
|
children: [
|
|
310
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
311
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
312
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
310
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__n", fill: "#FFF" } },
|
|
311
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__n", fill: "url(#sen__53__o)" } },
|
|
312
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__n", fill: "#000", filter: "url(#sen__53__p)" } }
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
tag: "g",
|
|
317
317
|
attrs: { transform: "translate(73 100)" },
|
|
318
318
|
children: [
|
|
319
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
320
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
319
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__q", fill: "#FFF" } },
|
|
320
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__q", fill: "url(#sen__53__r)" } }
|
|
321
321
|
]
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
tag: "g",
|
|
325
325
|
attrs: { transform: "translate(73 100)" },
|
|
326
326
|
children: [
|
|
327
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
328
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
327
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__s", fill: "#FFF" } },
|
|
328
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__s", fill: "url(#sen__53__t)" } }
|
|
329
329
|
]
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
tag: "g",
|
|
333
333
|
attrs: { transform: "translate(73 100)" },
|
|
334
334
|
children: [
|
|
335
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
336
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
335
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__u", fill: "#FFF" } },
|
|
336
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__u", fill: "url(#sen__53__t)" } }
|
|
337
337
|
]
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
tag: "g",
|
|
341
341
|
attrs: { transform: "translate(73 100)" },
|
|
342
342
|
children: [
|
|
343
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
344
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
343
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__v", fill: "#FFF" } },
|
|
344
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__v", fill: "url(#sen__53__t)" } }
|
|
345
345
|
]
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
tag: "g",
|
|
349
349
|
attrs: { transform: "translate(73 72)" },
|
|
350
350
|
children: [
|
|
351
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
352
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
351
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__w", fill: "#FFF" } },
|
|
352
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__w", fill: "url(#sen__53__k)" } }
|
|
353
353
|
]
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
tag: "g",
|
|
357
357
|
attrs: { transform: "translate(73 72)" },
|
|
358
358
|
children: [
|
|
359
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
360
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
359
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__x", fill: "#FFF" } },
|
|
360
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__x", fill: "url(#sen__53__m)" } }
|
|
361
361
|
]
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
tag: "g",
|
|
365
365
|
attrs: { transform: "translate(73 72)" },
|
|
366
366
|
children: [
|
|
367
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
368
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
369
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
367
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__y", fill: "#FFF" } },
|
|
368
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__y", fill: "url(#sen__53__o)" } },
|
|
369
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__y", fill: "#000", filter: "url(#sen__53__z)" } }
|
|
370
370
|
]
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
tag: "g",
|
|
374
374
|
attrs: { transform: "translate(73 72)" },
|
|
375
375
|
children: [
|
|
376
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
377
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
376
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__A", fill: "#FFF" } },
|
|
377
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__A", fill: "url(#sen__53__r)" } }
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
tag: "g",
|
|
382
382
|
attrs: { transform: "translate(73 72)" },
|
|
383
383
|
children: [
|
|
384
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
385
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
384
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__B", fill: "#FFF" } },
|
|
385
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__B", fill: "url(#sen__53__t)" } }
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
tag: "g",
|
|
390
390
|
attrs: { transform: "translate(73 72)" },
|
|
391
391
|
children: [
|
|
392
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
393
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
392
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__C", fill: "#FFF" } },
|
|
393
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__C", fill: "url(#sen__53__t)" } }
|
|
394
394
|
]
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
tag: "g",
|
|
398
398
|
attrs: { transform: "translate(73 72)" },
|
|
399
399
|
children: [
|
|
400
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
401
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
400
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__D", fill: "#FFF" } },
|
|
401
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__D", fill: "url(#sen__53__t)" } }
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
tag: "g",
|
|
406
406
|
attrs: { transform: "translate(73 44)" },
|
|
407
407
|
children: [
|
|
408
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
409
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
408
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__E", fill: "#FFF" } },
|
|
409
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__E", fill: "url(#sen__53__k)" } }
|
|
410
410
|
]
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
tag: "g",
|
|
414
414
|
attrs: { transform: "translate(73 44)" },
|
|
415
415
|
children: [
|
|
416
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
417
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
416
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__F", fill: "#FFF" } },
|
|
417
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__F", fill: "url(#sen__53__m)" } }
|
|
418
418
|
]
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
tag: "g",
|
|
422
422
|
attrs: { transform: "translate(73 44)" },
|
|
423
423
|
children: [
|
|
424
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
425
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
426
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
424
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__G", fill: "#FFF" } },
|
|
425
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__G", fill: "url(#sen__53__o)" } },
|
|
426
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__G", fill: "#000", filter: "url(#sen__53__H)" } }
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
tag: "g",
|
|
431
431
|
attrs: { transform: "translate(73 44)" },
|
|
432
432
|
children: [
|
|
433
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
434
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
433
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__I", fill: "#FFF" } },
|
|
434
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__I", fill: "url(#sen__53__r)" } }
|
|
435
435
|
]
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
tag: "g",
|
|
439
439
|
attrs: { transform: "translate(73 44)" },
|
|
440
440
|
children: [
|
|
441
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
442
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
441
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__J", fill: "#FFF" } },
|
|
442
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__J", fill: "url(#sen__53__t)" } }
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
tag: "g",
|
|
447
447
|
attrs: { transform: "translate(73 44)" },
|
|
448
448
|
children: [
|
|
449
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
450
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
449
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__K", fill: "#FFF" } },
|
|
450
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__K", fill: "url(#sen__53__t)" } }
|
|
451
451
|
]
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
tag: "g",
|
|
455
455
|
attrs: { transform: "translate(73 44)" },
|
|
456
456
|
children: [
|
|
457
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
458
|
-
{ tag: "use", attrs: { "xlink:href": "#
|
|
457
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__L", fill: "#FFF" } },
|
|
458
|
+
{ tag: "use", attrs: { "xlink:href": "#sen__53__L", fill: "url(#sen__53__t)" } }
|
|
459
459
|
]
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
tag: "path",
|
|
463
463
|
attrs: {
|
|
464
|
-
fill: "url(#
|
|
464
|
+
fill: "url(#sen__53__M)",
|
|
465
465
|
d: "M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z",
|
|
466
466
|
transform: "translate(31 72)"
|
|
467
467
|
}
|