@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
package/src/asn/NoCarsPurely.ts
CHANGED
|
@@ -10,113 +10,113 @@ const NoCarsPurely: IconDefinition = {
|
|
|
10
10
|
tag: 'defs',
|
|
11
11
|
attrs: {},
|
|
12
12
|
children: [
|
|
13
|
-
{ tag: 'path', attrs: { id: '
|
|
14
|
-
{ tag: 'path', attrs: { id: '
|
|
15
|
-
{ tag: 'path', attrs: { id: '
|
|
16
|
-
{ tag: 'path', attrs: { id: '
|
|
17
|
-
{ tag: 'path', attrs: { id: '
|
|
18
|
-
{ tag: 'path', attrs: { id: '
|
|
13
|
+
{ tag: 'path', attrs: { id: 'sen__51__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
|
|
14
|
+
{ tag: 'path', attrs: { id: 'sen__51__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
|
|
15
|
+
{ tag: 'path', attrs: { id: 'sen__51__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
|
|
16
|
+
{ tag: 'path', attrs: { id: 'sen__51__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
|
|
17
|
+
{ tag: 'path', attrs: { id: 'sen__51__k', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
|
|
18
|
+
{ tag: 'path', attrs: { id: 'sen__51__m', d: 'm20.03 32.28 16.13 9.4 4.55-4.19-12.4-20.83z' } },
|
|
19
19
|
{
|
|
20
20
|
tag: 'path',
|
|
21
21
|
attrs: {
|
|
22
|
-
id: '
|
|
22
|
+
id: 'sen__51__p',
|
|
23
23
|
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',
|
|
24
24
|
},
|
|
25
25
|
},
|
|
26
|
-
{ tag: 'path', attrs: { id: '
|
|
26
|
+
{ tag: 'path', attrs: { id: 'sen__51__r', d: 'm49.67 14.85 16.13 9.4 3.12-2.87-2.02-1.95z' } },
|
|
27
27
|
{
|
|
28
28
|
tag: 'path',
|
|
29
29
|
attrs: {
|
|
30
|
-
id: '
|
|
30
|
+
id: 'sen__51__s',
|
|
31
31
|
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',
|
|
32
32
|
},
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
tag: 'path',
|
|
36
36
|
attrs: {
|
|
37
|
-
id: '
|
|
37
|
+
id: 'sen__51__t',
|
|
38
38
|
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',
|
|
39
39
|
},
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
tag: 'path',
|
|
43
43
|
attrs: {
|
|
44
|
-
id: '
|
|
44
|
+
id: 'sen__51__v',
|
|
45
45
|
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',
|
|
46
46
|
},
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
tag: 'path',
|
|
50
50
|
attrs: {
|
|
51
|
-
id: '
|
|
51
|
+
id: 'sen__51__y',
|
|
52
52
|
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',
|
|
53
53
|
},
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
tag: 'path',
|
|
57
57
|
attrs: {
|
|
58
|
-
id: '
|
|
58
|
+
id: 'sen__51__A',
|
|
59
59
|
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',
|
|
60
60
|
},
|
|
61
61
|
},
|
|
62
|
-
{ tag: 'path', attrs: { id: '
|
|
62
|
+
{ tag: 'path', attrs: { id: 'sen__51__C', d: 'm22.57 36.16 18.17 10.52 5.13-4.7L31.9 18.67z' } },
|
|
63
63
|
{
|
|
64
64
|
tag: 'path',
|
|
65
65
|
attrs: {
|
|
66
|
-
id: '
|
|
66
|
+
id: 'sen__51__F',
|
|
67
67
|
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',
|
|
68
68
|
},
|
|
69
69
|
},
|
|
70
|
-
{ tag: 'path', attrs: { id: '
|
|
70
|
+
{ tag: 'path', attrs: { id: 'sen__51__H', d: 'm55.97 16.63 18.17 10.52 3.51-3.2-2.26-2.18z' } },
|
|
71
71
|
{
|
|
72
72
|
tag: 'path',
|
|
73
73
|
attrs: {
|
|
74
|
-
id: '
|
|
74
|
+
id: 'sen__51__I',
|
|
75
75
|
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',
|
|
76
76
|
},
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
tag: 'path',
|
|
80
80
|
attrs: {
|
|
81
|
-
id: '
|
|
81
|
+
id: 'sen__51__J',
|
|
82
82
|
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',
|
|
83
83
|
},
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
tag: 'path',
|
|
87
87
|
attrs: {
|
|
88
|
-
id: '
|
|
88
|
+
id: 'sen__51__L',
|
|
89
89
|
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',
|
|
90
90
|
},
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
tag: 'path',
|
|
94
94
|
attrs: {
|
|
95
|
-
id: '
|
|
95
|
+
id: 'sen__51__O',
|
|
96
96
|
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',
|
|
97
97
|
},
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
tag: 'path',
|
|
101
101
|
attrs: {
|
|
102
|
-
id: '
|
|
102
|
+
id: 'sen__51__Q',
|
|
103
103
|
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',
|
|
104
104
|
},
|
|
105
105
|
},
|
|
106
|
-
{ tag: 'path', attrs: { id: '
|
|
107
|
-
{ tag: 'path', attrs: { id: '
|
|
108
|
-
{ tag: 'path', attrs: { id: '
|
|
109
|
-
{ tag: 'path', attrs: { id: '
|
|
110
|
-
{ tag: 'path', attrs: { id: '
|
|
111
|
-
{ tag: 'path', attrs: { id: '
|
|
112
|
-
{ tag: 'path', attrs: { id: '
|
|
113
|
-
{ tag: 'path', attrs: { id: '
|
|
114
|
-
{ tag: 'path', attrs: { id: '
|
|
115
|
-
{ tag: 'path', attrs: { id: '
|
|
116
|
-
{ tag: 'path', attrs: { id: '
|
|
106
|
+
{ tag: 'path', attrs: { id: 'sen__51__T', d: 'm78.97 33.5.06 1-69 8-.06-1z' } },
|
|
107
|
+
{ tag: 'path', attrs: { id: 'sen__51__V', d: 'm49.4 9.7 30 24-.8.6-30-24z' } },
|
|
108
|
+
{ tag: 'path', attrs: { id: 'sen__51__X', d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z' } },
|
|
109
|
+
{ tag: 'path', attrs: { id: 'sen__51__Z', d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z' } },
|
|
110
|
+
{ tag: 'path', attrs: { id: 'sen__51__ab', d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z' } },
|
|
111
|
+
{ tag: 'path', attrs: { id: 'sen__51__ad', d: 'm20 18-10 6V12l10-6v12Z' } },
|
|
112
|
+
{ tag: 'path', attrs: { id: 'sen__51__af', d: 'M10 12v12L0 18V6l10 6Z' } },
|
|
113
|
+
{ tag: 'path', attrs: { id: 'sen__51__ai', d: 'm10 0 10 6-10 6L0 6l10-6Z' } },
|
|
114
|
+
{ tag: 'path', attrs: { id: 'sen__51__ak', d: 'm16 15-8 5V10l8-5v10Z' } },
|
|
115
|
+
{ tag: 'path', attrs: { id: 'sen__51__am', d: 'M8 10v10l-8-5V5l8 5Z' } },
|
|
116
|
+
{ tag: 'path', attrs: { id: 'sen__51__ao', d: 'm8 0 8 5-8 5-8-5 8-5Z' } },
|
|
117
117
|
{
|
|
118
118
|
tag: 'linearGradient',
|
|
119
|
-
attrs: { id: '
|
|
119
|
+
attrs: { id: 'sen__51__a', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
120
120
|
children: [
|
|
121
121
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
122
122
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
@@ -124,7 +124,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
tag: 'linearGradient',
|
|
127
|
-
attrs: { id: '
|
|
127
|
+
attrs: { id: 'sen__51__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
|
|
128
128
|
children: [
|
|
129
129
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
130
130
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -132,7 +132,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
tag: 'linearGradient',
|
|
135
|
-
attrs: { id: '
|
|
135
|
+
attrs: { id: 'sen__51__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
|
|
136
136
|
children: [
|
|
137
137
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
138
138
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -140,7 +140,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
tag: 'linearGradient',
|
|
143
|
-
attrs: { id: '
|
|
143
|
+
attrs: { id: 'sen__51__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
144
144
|
children: [
|
|
145
145
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
146
146
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -148,7 +148,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
tag: 'linearGradient',
|
|
151
|
-
attrs: { id: '
|
|
151
|
+
attrs: { id: 'sen__51__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
152
152
|
children: [
|
|
153
153
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
154
154
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -156,7 +156,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
tag: 'linearGradient',
|
|
159
|
-
attrs: { id: '
|
|
159
|
+
attrs: { id: 'sen__51__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
160
160
|
children: [
|
|
161
161
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
162
162
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -164,7 +164,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
tag: 'linearGradient',
|
|
167
|
-
attrs: { id: '
|
|
167
|
+
attrs: { id: 'sen__51__o', x1: '33.11%', x2: '61.09%', y1: '85.22%', y2: '0%' },
|
|
168
168
|
children: [
|
|
169
169
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
170
170
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -172,7 +172,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
tag: 'linearGradient',
|
|
175
|
-
attrs: { id: '
|
|
175
|
+
attrs: { id: 'sen__51__q', x1: '136.12%', x2: '82.07%', y1: '8.88%', y2: '73.1%' },
|
|
176
176
|
children: [
|
|
177
177
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
178
178
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -180,7 +180,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
tag: 'linearGradient',
|
|
183
|
-
attrs: { id: '
|
|
183
|
+
attrs: { id: 'sen__51__u', x1: '33.86%', x2: '74.95%', y1: '77.63%', y2: '28.12%' },
|
|
184
184
|
children: [
|
|
185
185
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
186
186
|
{ tag: 'stop', attrs: { offset: '29.64%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -191,7 +191,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
tag: 'linearGradient',
|
|
194
|
-
attrs: { id: '
|
|
194
|
+
attrs: { id: 'sen__51__w', x1: '0%', x2: '60.12%', y1: '79.03%', y2: '52.18%' },
|
|
195
195
|
children: [
|
|
196
196
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
197
197
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
@@ -199,7 +199,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
tag: 'linearGradient',
|
|
202
|
-
attrs: { id: '
|
|
202
|
+
attrs: { id: 'sen__51__z', x1: '75.81%', x2: '75.81%', y1: '41.93%', y2: '-54.53%' },
|
|
203
203
|
children: [
|
|
204
204
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
205
205
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -207,7 +207,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
tag: 'linearGradient',
|
|
210
|
-
attrs: { id: '
|
|
210
|
+
attrs: { id: 'sen__51__B', x1: '0%', x2: '37.02%', y1: '52.93%', y2: '16.05%' },
|
|
211
211
|
children: [
|
|
212
212
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
213
213
|
{ tag: 'stop', attrs: { offset: '99.91%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
@@ -215,7 +215,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
tag: 'linearGradient',
|
|
218
|
-
attrs: { id: '
|
|
218
|
+
attrs: { id: 'sen__51__E', x1: '33.01%', x2: '61.16%', y1: '85.22%', y2: '0%' },
|
|
219
219
|
children: [
|
|
220
220
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
221
221
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -223,7 +223,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
tag: 'linearGradient',
|
|
226
|
-
attrs: { id: '
|
|
226
|
+
attrs: { id: 'sen__51__G', x1: '136.12%', x2: '82.07%', y1: '9.4%', y2: '72.81%' },
|
|
227
227
|
children: [
|
|
228
228
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
229
229
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -231,7 +231,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
tag: 'linearGradient',
|
|
234
|
-
attrs: { id: '
|
|
234
|
+
attrs: { id: 'sen__51__K', x1: '33.86%', x2: '74.95%', y1: '77.3%', y2: '28.39%' },
|
|
235
235
|
children: [
|
|
236
236
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
237
237
|
{ tag: 'stop', attrs: { offset: '29.64%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -242,7 +242,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
tag: 'linearGradient',
|
|
245
|
-
attrs: { id: '
|
|
245
|
+
attrs: { id: 'sen__51__M', x1: '0%', x2: '60.12%', y1: '78.68%', y2: '52.16%' },
|
|
246
246
|
children: [
|
|
247
247
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
248
248
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
|
|
@@ -250,7 +250,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
tag: 'linearGradient',
|
|
253
|
-
attrs: { id: '
|
|
253
|
+
attrs: { id: 'sen__51__P', x1: '75.81%', x2: '75.81%', y1: '41.93%', y2: '-54.53%' },
|
|
254
254
|
children: [
|
|
255
255
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
256
256
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -258,7 +258,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
tag: 'linearGradient',
|
|
261
|
-
attrs: { id: '
|
|
261
|
+
attrs: { id: 'sen__51__R', x1: '0%', x2: '37.02%', y1: '52.9%', y2: '16.45%' },
|
|
262
262
|
children: [
|
|
263
263
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
264
264
|
{ tag: 'stop', attrs: { offset: '99.91%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
@@ -266,7 +266,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
tag: 'linearGradient',
|
|
269
|
-
attrs: { id: '
|
|
269
|
+
attrs: { id: 'sen__51__S', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
270
270
|
children: [
|
|
271
271
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
272
272
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -274,7 +274,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
tag: 'linearGradient',
|
|
277
|
-
attrs: { id: '
|
|
277
|
+
attrs: { id: 'sen__51__U', x1: '100%', x2: '0%', y1: '50.85%', y2: '49.15%' },
|
|
278
278
|
children: [
|
|
279
279
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
280
280
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -282,7 +282,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
tag: 'linearGradient',
|
|
285
|
-
attrs: { id: '
|
|
285
|
+
attrs: { id: 'sen__51__W', x1: '100%', x2: '0%', y1: '81.84%', y2: '18.16%' },
|
|
286
286
|
children: [
|
|
287
287
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
288
288
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -290,7 +290,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
tag: 'linearGradient',
|
|
293
|
-
attrs: { id: '
|
|
293
|
+
attrs: { id: 'sen__51__Y', x1: '58.48%', x2: '41.52%', y1: '0%', y2: '100%' },
|
|
294
294
|
children: [
|
|
295
295
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
296
296
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -298,7 +298,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
tag: 'linearGradient',
|
|
301
|
-
attrs: { id: '
|
|
301
|
+
attrs: { id: 'sen__51__aa', x1: '34.93%', x2: '64.97%', y1: '0%', y2: '99.66%' },
|
|
302
302
|
children: [
|
|
303
303
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
304
304
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -306,7 +306,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
tag: 'linearGradient',
|
|
309
|
-
attrs: { id: '
|
|
309
|
+
attrs: { id: 'sen__51__ac', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
310
310
|
children: [
|
|
311
311
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
312
312
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -314,7 +314,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
tag: 'linearGradient',
|
|
317
|
-
attrs: { id: '
|
|
317
|
+
attrs: { id: 'sen__51__ae', x1: '65.43%', x2: '34.57%', y1: '100%', y2: '0%' },
|
|
318
318
|
children: [
|
|
319
319
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
320
320
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -322,7 +322,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
tag: 'linearGradient',
|
|
325
|
-
attrs: { id: '
|
|
325
|
+
attrs: { id: 'sen__51__ag', x1: '60.57%', x2: '39.43%', y1: '100%', y2: '0%' },
|
|
326
326
|
children: [
|
|
327
327
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
328
328
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -330,7 +330,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
tag: 'linearGradient',
|
|
333
|
-
attrs: { id: '
|
|
333
|
+
attrs: { id: 'sen__51__aj', x1: '100%', x2: '0%', y1: '68%', y2: '32%' },
|
|
334
334
|
children: [
|
|
335
335
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
336
336
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -338,7 +338,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
tag: 'linearGradient',
|
|
341
|
-
attrs: { id: '
|
|
341
|
+
attrs: { id: 'sen__51__al', x1: '64.22%', x2: '35.78%', y1: '0%', y2: '100%' },
|
|
342
342
|
children: [
|
|
343
343
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
344
344
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -346,7 +346,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
tag: 'linearGradient',
|
|
349
|
-
attrs: { id: '
|
|
349
|
+
attrs: { id: 'sen__51__an', x1: '35.78%', x2: '64.13%', y1: '0%', y2: '99.66%' },
|
|
350
350
|
children: [
|
|
351
351
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
352
352
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -354,20 +354,20 @@ const NoCarsPurely: IconDefinition = {
|
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
tag: 'linearGradient',
|
|
357
|
-
attrs: { id: '
|
|
357
|
+
attrs: { id: 'sen__51__ap', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
358
358
|
children: [
|
|
359
359
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
360
360
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
361
361
|
],
|
|
362
362
|
},
|
|
363
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
364
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
365
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
366
|
-
{ tag: 'ellipse', attrs: { id: '
|
|
363
|
+
{ tag: 'ellipse', attrs: { id: 'sen__51__n', cx: '32.09', cy: '43.74', rx: '2.42', ry: '4.16' } },
|
|
364
|
+
{ tag: 'ellipse', attrs: { id: 'sen__51__x', cx: '61.73', cy: '26.38', rx: '2.42', ry: '4.16' } },
|
|
365
|
+
{ tag: 'ellipse', attrs: { id: 'sen__51__D', cx: '36.16', cy: '48.99', rx: '2.72', ry: '4.67' } },
|
|
366
|
+
{ tag: 'ellipse', attrs: { id: 'sen__51__N', cx: '69.56', cy: '29.54', rx: '2.72', ry: '4.67' } },
|
|
367
367
|
{
|
|
368
368
|
tag: 'filter',
|
|
369
369
|
attrs: {
|
|
370
|
-
id: '
|
|
370
|
+
id: 'sen__51__g',
|
|
371
371
|
width: '101%',
|
|
372
372
|
height: '101.6%',
|
|
373
373
|
x: '-.5%',
|
|
@@ -396,7 +396,7 @@ const NoCarsPurely: IconDefinition = {
|
|
|
396
396
|
{
|
|
397
397
|
tag: 'filter',
|
|
398
398
|
attrs: {
|
|
399
|
-
id: '
|
|
399
|
+
id: 'sen__51__ah',
|
|
400
400
|
width: '110%',
|
|
401
401
|
height: '87.4%',
|
|
402
402
|
x: '-5%',
|
|
@@ -430,291 +430,291 @@ const NoCarsPurely: IconDefinition = {
|
|
|
430
430
|
children: [
|
|
431
431
|
{
|
|
432
432
|
tag: 'use',
|
|
433
|
-
attrs: { 'xlink:href': '#
|
|
433
|
+
attrs: { 'xlink:href': '#sen__51__b', fill: 'url(#sen__51__a)', transform: 'translate(31 100)' },
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
436
|
tag: 'g',
|
|
437
437
|
attrs: { transform: 'translate(31 100)' },
|
|
438
438
|
children: [
|
|
439
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
440
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
439
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__c', fill: '#FFF' } },
|
|
440
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__c', fill: 'url(#sen__51__d)' } },
|
|
441
441
|
],
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
tag: 'g',
|
|
445
445
|
attrs: { transform: 'translate(31 100)' },
|
|
446
446
|
children: [
|
|
447
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
448
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
449
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
447
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__e', fill: '#FFF' } },
|
|
448
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__e', fill: 'url(#sen__51__f)' } },
|
|
449
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__e', fill: '#000', filter: 'url(#sen__51__g)' } },
|
|
450
450
|
],
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
tag: 'g',
|
|
454
454
|
attrs: { transform: 'translate(31 100)' },
|
|
455
455
|
children: [
|
|
456
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
457
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
456
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__h', fill: '#FFF' } },
|
|
457
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__h', fill: 'url(#sen__51__i)' } },
|
|
458
458
|
],
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
tag: 'path',
|
|
462
462
|
attrs: {
|
|
463
|
-
fill: 'url(#
|
|
463
|
+
fill: 'url(#sen__51__j)',
|
|
464
464
|
d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
|
|
465
465
|
transform: 'translate(31 72)',
|
|
466
466
|
},
|
|
467
467
|
},
|
|
468
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
469
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
468
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__k', fill: '#FFF' } },
|
|
469
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__k', fill: 'url(#sen__51__l)' } },
|
|
470
470
|
{
|
|
471
471
|
tag: 'g',
|
|
472
472
|
attrs: { transform: 'translate(73 95)' },
|
|
473
473
|
children: [
|
|
474
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
475
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
474
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__m', fill: '#FFF' } },
|
|
475
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__m', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
476
476
|
],
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
tag: 'g',
|
|
480
480
|
attrs: { transform: 'rotate(30 -108.68 227.46)' },
|
|
481
481
|
children: [
|
|
482
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
483
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
482
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__n', fill: '#FFF' } },
|
|
483
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__n', fill: 'url(#sen__51__o)' } },
|
|
484
484
|
],
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
tag: 'g',
|
|
488
488
|
attrs: { transform: 'rotate(30 -114 224.37)' },
|
|
489
489
|
children: [
|
|
490
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
491
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
490
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__p', fill: '#FFF' } },
|
|
491
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__p', fill: 'url(#sen__51__q)' } },
|
|
492
492
|
],
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
495
|
tag: 'g',
|
|
496
496
|
attrs: { transform: 'translate(73 95)' },
|
|
497
497
|
children: [
|
|
498
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
499
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
498
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__r', fill: '#FFF' } },
|
|
499
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__r', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
500
500
|
],
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
tag: 'g',
|
|
504
504
|
attrs: { transform: 'rotate(30 -84.35 207)' },
|
|
505
505
|
children: [
|
|
506
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
507
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
506
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__s', fill: '#FFF' } },
|
|
507
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__s', fill: 'url(#sen__51__q)' } },
|
|
508
508
|
],
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
tag: 'g',
|
|
512
512
|
attrs: { transform: 'translate(73 95)' },
|
|
513
513
|
children: [
|
|
514
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
515
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
514
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__t', fill: '#FFF' } },
|
|
515
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__t', fill: 'url(#sen__51__u)' } },
|
|
516
516
|
],
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
tag: 'g',
|
|
520
520
|
attrs: { transform: 'translate(73 95)' },
|
|
521
521
|
children: [
|
|
522
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
523
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
522
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__v', fill: '#FFF' } },
|
|
523
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__v', fill: 'url(#sen__51__w)' } },
|
|
524
524
|
],
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
tag: 'g',
|
|
528
528
|
attrs: { transform: 'rotate(30 -79.04 210.1)' },
|
|
529
529
|
children: [
|
|
530
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
531
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
530
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__x', fill: '#FFF' } },
|
|
531
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__x', fill: 'url(#sen__51__o)' } },
|
|
532
532
|
],
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
tag: 'g',
|
|
536
536
|
attrs: { transform: 'translate(73 95)' },
|
|
537
537
|
children: [
|
|
538
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
539
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
538
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__y', fill: '#FFF' } },
|
|
539
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__y', fill: 'url(#sen__51__z)' } },
|
|
540
540
|
],
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
543
|
tag: 'g',
|
|
544
544
|
attrs: { transform: 'translate(73 95)' },
|
|
545
545
|
children: [
|
|
546
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
547
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
546
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__A', fill: '#FFF' } },
|
|
547
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__A', fill: 'url(#sen__51__B)' } },
|
|
548
548
|
],
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
551
|
tag: 'g',
|
|
552
552
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
553
553
|
children: [
|
|
554
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
555
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
554
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__C', fill: '#FFF' } },
|
|
555
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__C', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
556
556
|
],
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
tag: 'g',
|
|
560
560
|
attrs: { transform: 'rotate(30 -149.88 302.72)' },
|
|
561
561
|
children: [
|
|
562
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
563
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
562
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__D', fill: '#FFF' } },
|
|
563
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__D', fill: 'url(#sen__51__E)' } },
|
|
564
564
|
],
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
567
|
tag: 'g',
|
|
568
568
|
attrs: { transform: 'rotate(30 -155.88 299.25)' },
|
|
569
569
|
children: [
|
|
570
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
571
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
570
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__F', fill: '#FFF' } },
|
|
571
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__F', fill: 'url(#sen__51__G)' } },
|
|
572
572
|
],
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
tag: 'g',
|
|
576
576
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
577
577
|
children: [
|
|
578
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
579
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
578
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__H', fill: '#FFF' } },
|
|
579
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__H', fill: '#2B6DE5', 'fill-opacity': '.65' } },
|
|
580
580
|
],
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
tag: 'g',
|
|
584
584
|
attrs: { transform: 'rotate(30 -122.48 279.8)' },
|
|
585
585
|
children: [
|
|
586
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
587
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
586
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__I', fill: '#FFF' } },
|
|
587
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__I', fill: 'url(#sen__51__G)' } },
|
|
588
588
|
],
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
591
|
tag: 'g',
|
|
592
592
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
593
593
|
children: [
|
|
594
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
595
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
594
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__J', fill: '#FFF' } },
|
|
595
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__J', fill: 'url(#sen__51__K)' } },
|
|
596
596
|
],
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
tag: 'g',
|
|
600
600
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
601
601
|
children: [
|
|
602
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
603
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
602
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__L', fill: '#FFF' } },
|
|
603
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__L', fill: 'url(#sen__51__M)' } },
|
|
604
604
|
],
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
tag: 'g',
|
|
608
608
|
attrs: { transform: 'rotate(30 -116.48 283.27)' },
|
|
609
609
|
children: [
|
|
610
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
611
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
610
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__N', fill: '#FFF' } },
|
|
611
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__N', fill: 'url(#sen__51__E)' } },
|
|
612
612
|
],
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
615
|
tag: 'g',
|
|
616
616
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
617
617
|
children: [
|
|
618
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
619
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
618
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__O', fill: '#FFF' } },
|
|
619
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__O', fill: 'url(#sen__51__P)' } },
|
|
620
620
|
],
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
tag: 'g',
|
|
624
624
|
attrs: { transform: 'translate(101.94 127.01)' },
|
|
625
625
|
children: [
|
|
626
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
627
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
626
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__Q', fill: '#FFF' } },
|
|
627
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__Q', fill: 'url(#sen__51__R)' } },
|
|
628
628
|
],
|
|
629
629
|
},
|
|
630
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
630
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__51__S)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
|
|
631
631
|
{
|
|
632
632
|
tag: 'g',
|
|
633
633
|
attrs: { transform: 'translate(84 36)' },
|
|
634
634
|
children: [
|
|
635
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
636
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
635
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__T', fill: '#FFF' } },
|
|
636
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__T', fill: 'url(#sen__51__U)' } },
|
|
637
637
|
],
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
640
|
tag: 'g',
|
|
641
641
|
attrs: { transform: 'translate(84 36)' },
|
|
642
642
|
children: [
|
|
643
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
644
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
643
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__V', fill: '#FFF' } },
|
|
644
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__V', fill: 'url(#sen__51__W)' } },
|
|
645
645
|
],
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
648
|
tag: 'g',
|
|
649
649
|
attrs: { transform: 'translate(156 61)' },
|
|
650
650
|
children: [
|
|
651
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
652
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
651
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__X', fill: '#FFF' } },
|
|
652
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__X', fill: 'url(#sen__51__Y)' } },
|
|
653
653
|
],
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
tag: 'g',
|
|
657
657
|
attrs: { transform: 'translate(156 61)' },
|
|
658
658
|
children: [
|
|
659
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
660
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
659
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__Z', fill: '#FFF' } },
|
|
660
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__Z', fill: 'url(#sen__51__aa)' } },
|
|
661
661
|
],
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
tag: 'g',
|
|
665
665
|
attrs: { transform: 'translate(156 61)' },
|
|
666
666
|
children: [
|
|
667
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
668
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
667
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ab', fill: '#FFF' } },
|
|
668
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ab', fill: 'url(#sen__51__ac)' } },
|
|
669
669
|
],
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
672
|
tag: 'g',
|
|
673
673
|
attrs: { transform: 'translate(84 66)' },
|
|
674
674
|
children: [
|
|
675
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
676
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
675
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ad', fill: '#FFF' } },
|
|
676
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ad', fill: 'url(#sen__51__ae)' } },
|
|
677
677
|
],
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
680
|
tag: 'g',
|
|
681
681
|
attrs: { transform: 'translate(84 66)' },
|
|
682
682
|
children: [
|
|
683
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
684
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
685
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
683
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__af', fill: '#FFF' } },
|
|
684
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__af', fill: 'url(#sen__51__ag)' } },
|
|
685
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__af', fill: '#000', filter: 'url(#sen__51__ah)' } },
|
|
686
686
|
],
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
689
|
tag: 'g',
|
|
690
690
|
attrs: { transform: 'translate(84 66)' },
|
|
691
691
|
children: [
|
|
692
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
693
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
692
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ai', fill: '#FFF' } },
|
|
693
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ai', fill: 'url(#sen__51__aj)' } },
|
|
694
694
|
],
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
697
|
tag: 'g',
|
|
698
698
|
attrs: { transform: 'translate(125 36)' },
|
|
699
699
|
children: [
|
|
700
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
701
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
700
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ak', fill: '#FFF' } },
|
|
701
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ak', fill: 'url(#sen__51__al)' } },
|
|
702
702
|
],
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
tag: 'g',
|
|
706
706
|
attrs: { transform: 'translate(125 36)' },
|
|
707
707
|
children: [
|
|
708
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
709
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
708
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__am', fill: '#FFF' } },
|
|
709
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__am', fill: 'url(#sen__51__an)' } },
|
|
710
710
|
],
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
tag: 'g',
|
|
714
714
|
attrs: { transform: 'translate(125 36)' },
|
|
715
715
|
children: [
|
|
716
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
717
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
716
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ao', fill: '#FFF' } },
|
|
717
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__51__ao', fill: 'url(#sen__51__ap)' } },
|
|
718
718
|
],
|
|
719
719
|
},
|
|
720
720
|
],
|