@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
|
@@ -12,7 +12,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__55__a', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
@@ -20,7 +20,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__55__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -28,7 +28,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
tag: 'linearGradient',
|
|
31
|
-
attrs: { id: '
|
|
31
|
+
attrs: { id: 'sen__55__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
|
|
32
32
|
children: [
|
|
33
33
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
34
34
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -36,7 +36,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
tag: 'linearGradient',
|
|
39
|
-
attrs: { id: '
|
|
39
|
+
attrs: { id: 'sen__55__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
40
40
|
children: [
|
|
41
41
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
42
42
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -44,7 +44,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
tag: 'linearGradient',
|
|
47
|
-
attrs: { id: '
|
|
47
|
+
attrs: { id: 'sen__55__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
48
48
|
children: [
|
|
49
49
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
50
50
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -52,7 +52,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
tag: 'linearGradient',
|
|
55
|
-
attrs: { id: '
|
|
55
|
+
attrs: { id: 'sen__55__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
56
56
|
children: [
|
|
57
57
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
58
58
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -60,7 +60,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
tag: 'linearGradient',
|
|
63
|
-
attrs: { id: '
|
|
63
|
+
attrs: { id: 'sen__55__n', x1: '100%', x2: '0%', y1: '50.85%', y2: '49.15%' },
|
|
64
64
|
children: [
|
|
65
65
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
66
66
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -68,7 +68,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
tag: 'linearGradient',
|
|
71
|
-
attrs: { id: '
|
|
71
|
+
attrs: { id: 'sen__55__p', x1: '100%', x2: '0%', y1: '81.84%', y2: '18.16%' },
|
|
72
72
|
children: [
|
|
73
73
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
74
74
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -76,7 +76,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
tag: 'linearGradient',
|
|
79
|
-
attrs: { id: '
|
|
79
|
+
attrs: { id: 'sen__55__r', x1: '58.48%', x2: '41.52%', y1: '0%', y2: '100%' },
|
|
80
80
|
children: [
|
|
81
81
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
82
82
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -84,7 +84,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
tag: 'linearGradient',
|
|
87
|
-
attrs: { id: '
|
|
87
|
+
attrs: { id: 'sen__55__t', x1: '34.93%', x2: '64.97%', y1: '0%', y2: '99.66%' },
|
|
88
88
|
children: [
|
|
89
89
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
90
90
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -92,7 +92,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
tag: 'linearGradient',
|
|
95
|
-
attrs: { id: '
|
|
95
|
+
attrs: { id: 'sen__55__v', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
96
96
|
children: [
|
|
97
97
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
98
98
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -100,7 +100,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
tag: 'linearGradient',
|
|
103
|
-
attrs: { id: '
|
|
103
|
+
attrs: { id: 'sen__55__x', x1: '65.43%', x2: '34.57%', y1: '100%', y2: '0%' },
|
|
104
104
|
children: [
|
|
105
105
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
106
106
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -108,7 +108,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
tag: 'linearGradient',
|
|
111
|
-
attrs: { id: '
|
|
111
|
+
attrs: { id: 'sen__55__z', x1: '60.57%', x2: '39.43%', y1: '100%', y2: '0%' },
|
|
112
112
|
children: [
|
|
113
113
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
114
114
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -116,7 +116,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
tag: 'linearGradient',
|
|
119
|
-
attrs: { id: '
|
|
119
|
+
attrs: { id: 'sen__55__C', x1: '100%', x2: '0%', y1: '68%', y2: '32%' },
|
|
120
120
|
children: [
|
|
121
121
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
122
122
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
|
|
@@ -124,7 +124,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
tag: 'linearGradient',
|
|
127
|
-
attrs: { id: '
|
|
127
|
+
attrs: { id: 'sen__55__E', x1: '64.22%', x2: '35.78%', y1: '0%', y2: '100%' },
|
|
128
128
|
children: [
|
|
129
129
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
130
130
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
|
|
@@ -132,7 +132,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
tag: 'linearGradient',
|
|
135
|
-
attrs: { id: '
|
|
135
|
+
attrs: { id: 'sen__55__G', x1: '35.78%', x2: '64.13%', y1: '0%', y2: '99.66%' },
|
|
136
136
|
children: [
|
|
137
137
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
138
138
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
|
|
@@ -140,7 +140,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
tag: 'linearGradient',
|
|
143
|
-
attrs: { id: '
|
|
143
|
+
attrs: { id: 'sen__55__I', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
144
144
|
children: [
|
|
145
145
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
146
146
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -148,7 +148,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
tag: 'linearGradient',
|
|
151
|
-
attrs: { id: '
|
|
151
|
+
attrs: { id: 'sen__55__K', x1: '0%', x2: '100%', y1: '24.06%', y2: '75.94%' },
|
|
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': '.55' } },
|
|
@@ -156,7 +156,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
tag: 'linearGradient',
|
|
159
|
-
attrs: { id: '
|
|
159
|
+
attrs: { id: 'sen__55__M', x1: '0%', x2: '100%', y1: '0%', y2: '100%' },
|
|
160
160
|
children: [
|
|
161
161
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
162
162
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -164,39 +164,39 @@ const NoPersonPurely: IconDefinition = {
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
tag: 'linearGradient',
|
|
167
|
-
attrs: { id: '
|
|
167
|
+
attrs: { id: 'sen__55__N', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
168
168
|
children: [
|
|
169
169
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
170
170
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
171
171
|
],
|
|
172
172
|
},
|
|
173
|
-
{ tag: 'path', attrs: { id: '
|
|
174
|
-
{ tag: 'path', attrs: { id: '
|
|
175
|
-
{ tag: 'path', attrs: { id: '
|
|
176
|
-
{ tag: 'path', attrs: { id: '
|
|
177
|
-
{ tag: 'path', attrs: { id: '
|
|
178
|
-
{ tag: 'path', attrs: { id: '
|
|
179
|
-
{ tag: 'path', attrs: { id: '
|
|
180
|
-
{ tag: 'path', attrs: { id: '
|
|
181
|
-
{ tag: 'path', attrs: { id: '
|
|
182
|
-
{ tag: 'path', attrs: { id: '
|
|
183
|
-
{ tag: 'path', attrs: { id: '
|
|
184
|
-
{ tag: 'path', attrs: { id: '
|
|
185
|
-
{ tag: 'path', attrs: { id: '
|
|
186
|
-
{ tag: 'path', attrs: { id: '
|
|
187
|
-
{ tag: 'path', attrs: { id: '
|
|
188
|
-
{ tag: 'path', attrs: { id: '
|
|
173
|
+
{ tag: 'path', attrs: { id: 'sen__55__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
|
|
174
|
+
{ tag: 'path', attrs: { id: 'sen__55__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
|
|
175
|
+
{ tag: 'path', attrs: { id: 'sen__55__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
|
|
176
|
+
{ tag: 'path', attrs: { id: 'sen__55__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
|
|
177
|
+
{ tag: 'path', attrs: { id: 'sen__55__k', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
|
|
178
|
+
{ tag: 'path', attrs: { id: 'sen__55__m', d: 'm78.97 33.5.06 1-69 8-.06-1z' } },
|
|
179
|
+
{ tag: 'path', attrs: { id: 'sen__55__o', d: 'm49.4 9.7 30 24-.8.6-30-24z' } },
|
|
180
|
+
{ tag: 'path', attrs: { id: 'sen__55__q', d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z' } },
|
|
181
|
+
{ tag: 'path', attrs: { id: 'sen__55__s', d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z' } },
|
|
182
|
+
{ tag: 'path', attrs: { id: 'sen__55__u', d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z' } },
|
|
183
|
+
{ tag: 'path', attrs: { id: 'sen__55__w', d: 'm20 18-10 6V12l10-6v12Z' } },
|
|
184
|
+
{ tag: 'path', attrs: { id: 'sen__55__y', d: 'M10 12v12L0 18V6l10 6Z' } },
|
|
185
|
+
{ tag: 'path', attrs: { id: 'sen__55__B', d: 'm10 0 10 6-10 6L0 6l10-6Z' } },
|
|
186
|
+
{ tag: 'path', attrs: { id: 'sen__55__D', d: 'm16 15-8 5V10l8-5v10Z' } },
|
|
187
|
+
{ tag: 'path', attrs: { id: 'sen__55__F', d: 'M8 10v10l-8-5V5l8 5Z' } },
|
|
188
|
+
{ tag: 'path', attrs: { id: 'sen__55__H', d: 'm8 0 8 5-8 5-8-5 8-5Z' } },
|
|
189
189
|
{
|
|
190
190
|
tag: 'path',
|
|
191
191
|
attrs: {
|
|
192
|
-
id: '
|
|
192
|
+
id: 'sen__55__J',
|
|
193
193
|
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',
|
|
194
194
|
},
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
tag: 'filter',
|
|
198
198
|
attrs: {
|
|
199
|
-
id: '
|
|
199
|
+
id: 'sen__55__g',
|
|
200
200
|
width: '101%',
|
|
201
201
|
height: '101.6%',
|
|
202
202
|
x: '-.5%',
|
|
@@ -225,7 +225,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
225
225
|
{
|
|
226
226
|
tag: 'filter',
|
|
227
227
|
attrs: {
|
|
228
|
-
id: '
|
|
228
|
+
id: 'sen__55__A',
|
|
229
229
|
width: '110%',
|
|
230
230
|
height: '87.4%',
|
|
231
231
|
x: '-5%',
|
|
@@ -251,7 +251,7 @@ const NoPersonPurely: IconDefinition = {
|
|
|
251
251
|
},
|
|
252
252
|
],
|
|
253
253
|
},
|
|
254
|
-
{ tag: 'circle', attrs: { id: '
|
|
254
|
+
{ tag: 'circle', attrs: { id: 'sen__55__L', cx: '35', cy: '16', r: '16' } },
|
|
255
255
|
],
|
|
256
256
|
},
|
|
257
257
|
{
|
|
@@ -260,149 +260,149 @@ const NoPersonPurely: IconDefinition = {
|
|
|
260
260
|
children: [
|
|
261
261
|
{
|
|
262
262
|
tag: 'use',
|
|
263
|
-
attrs: { 'xlink:href': '#
|
|
263
|
+
attrs: { 'xlink:href': '#sen__55__b', fill: 'url(#sen__55__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__55__c', fill: '#FFF' } },
|
|
270
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__c', fill: 'url(#sen__55__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__55__e', fill: '#FFF' } },
|
|
278
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__e', fill: 'url(#sen__55__f)' } },
|
|
279
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__e', fill: '#000', filter: 'url(#sen__55__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__55__h', fill: '#FFF' } },
|
|
287
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__h', fill: 'url(#sen__55__i)' } },
|
|
288
288
|
],
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
tag: 'path',
|
|
292
292
|
attrs: {
|
|
293
|
-
fill: 'url(#
|
|
293
|
+
fill: 'url(#sen__55__j)',
|
|
294
294
|
d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
|
|
295
295
|
transform: 'translate(31 72)',
|
|
296
296
|
},
|
|
297
297
|
},
|
|
298
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
299
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
298
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__k', fill: '#FFF' } },
|
|
299
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__k', fill: 'url(#sen__55__l)' } },
|
|
300
300
|
{
|
|
301
301
|
tag: 'g',
|
|
302
302
|
attrs: { transform: 'translate(84 36)' },
|
|
303
303
|
children: [
|
|
304
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
305
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
304
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__m', fill: '#FFF' } },
|
|
305
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__m', fill: 'url(#sen__55__n)' } },
|
|
306
306
|
],
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
tag: 'g',
|
|
310
310
|
attrs: { transform: 'translate(84 36)' },
|
|
311
311
|
children: [
|
|
312
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
313
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
312
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__o', fill: '#FFF' } },
|
|
313
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__o', fill: 'url(#sen__55__p)' } },
|
|
314
314
|
],
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
tag: 'g',
|
|
318
318
|
attrs: { transform: 'translate(156 61)' },
|
|
319
319
|
children: [
|
|
320
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
321
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
320
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__q', fill: '#FFF' } },
|
|
321
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__q', fill: 'url(#sen__55__r)' } },
|
|
322
322
|
],
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
tag: 'g',
|
|
326
326
|
attrs: { transform: 'translate(156 61)' },
|
|
327
327
|
children: [
|
|
328
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
329
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
328
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__s', fill: '#FFF' } },
|
|
329
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__s', fill: 'url(#sen__55__t)' } },
|
|
330
330
|
],
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
tag: 'g',
|
|
334
334
|
attrs: { transform: 'translate(156 61)' },
|
|
335
335
|
children: [
|
|
336
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
337
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
336
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__u', fill: '#FFF' } },
|
|
337
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__u', fill: 'url(#sen__55__v)' } },
|
|
338
338
|
],
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
tag: 'g',
|
|
342
342
|
attrs: { transform: 'translate(84 66)' },
|
|
343
343
|
children: [
|
|
344
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
345
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
344
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__w', fill: '#FFF' } },
|
|
345
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__w', fill: 'url(#sen__55__x)' } },
|
|
346
346
|
],
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
tag: 'g',
|
|
350
350
|
attrs: { transform: 'translate(84 66)' },
|
|
351
351
|
children: [
|
|
352
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
353
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
354
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
352
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__y', fill: '#FFF' } },
|
|
353
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__y', fill: 'url(#sen__55__z)' } },
|
|
354
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__y', fill: '#000', filter: 'url(#sen__55__A)' } },
|
|
355
355
|
],
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
tag: 'g',
|
|
359
359
|
attrs: { transform: 'translate(84 66)' },
|
|
360
360
|
children: [
|
|
361
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
362
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
361
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__B', fill: '#FFF' } },
|
|
362
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__B', fill: 'url(#sen__55__C)' } },
|
|
363
363
|
],
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
tag: 'g',
|
|
367
367
|
attrs: { transform: 'translate(125 36)' },
|
|
368
368
|
children: [
|
|
369
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
370
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
369
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__D', fill: '#FFF' } },
|
|
370
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__D', fill: 'url(#sen__55__E)' } },
|
|
371
371
|
],
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
tag: 'g',
|
|
375
375
|
attrs: { transform: 'translate(125 36)' },
|
|
376
376
|
children: [
|
|
377
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
378
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
377
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__F', fill: '#FFF' } },
|
|
378
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__F', fill: 'url(#sen__55__G)' } },
|
|
379
379
|
],
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
tag: 'g',
|
|
383
383
|
attrs: { transform: 'translate(125 36)' },
|
|
384
384
|
children: [
|
|
385
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
386
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
385
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__H', fill: '#FFF' } },
|
|
386
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__H', fill: 'url(#sen__55__I)' } },
|
|
387
387
|
],
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
tag: 'g',
|
|
391
391
|
attrs: { transform: 'translate(93 91)' },
|
|
392
392
|
children: [
|
|
393
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
394
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
393
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__J', fill: '#FFF' } },
|
|
394
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__J', fill: 'url(#sen__55__K)' } },
|
|
395
395
|
],
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
tag: 'g',
|
|
399
399
|
attrs: { transform: 'translate(93 91)' },
|
|
400
400
|
children: [
|
|
401
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
402
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
401
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__L', fill: '#FFF' } },
|
|
402
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__55__L', fill: 'url(#sen__55__M)' } },
|
|
403
403
|
],
|
|
404
404
|
},
|
|
405
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
405
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__55__N)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
|
|
406
406
|
],
|
|
407
407
|
},
|
|
408
408
|
],
|