@sensoro-design/icons-svg 2.52.0 → 2.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/es/asn/LoadingProPurely.d.ts +3 -0
  2. package/es/asn/LoadingProPurely.js +87 -0
  3. package/es/asn/LoadingPurely.js +4 -4
  4. package/es/asn/LocationPurely.js +5 -5
  5. package/es/asn/MoonPurely.js +8 -8
  6. package/es/asn/NoAlarmPurely.js +112 -112
  7. package/es/asn/NoAppPurely.js +165 -165
  8. package/es/asn/NoCarPurely.js +136 -136
  9. package/es/asn/NoCarsPurely.js +177 -177
  10. package/es/asn/NoDataPurely.js +97 -97
  11. package/es/asn/NoDevicePurely.js +122 -122
  12. package/es/asn/NoImagePurely.js +51 -51
  13. package/es/asn/NoPersonPurely.js +99 -99
  14. package/es/asn/NoPersonsPurely.js +109 -109
  15. package/es/asn/NoVideoPurely.js +62 -62
  16. package/es/asn/OffDayPurely.js +67 -67
  17. package/es/asn/RotateRightPurely.js +8 -8
  18. package/es/asn/UserPurely.js +9 -9
  19. package/es/index.d.ts +1 -0
  20. package/es/index.js +1 -0
  21. package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
  22. package/inline-namespaced-svg/purely/loading.svg +1 -1
  23. package/inline-namespaced-svg/purely/location.svg +1 -1
  24. package/inline-namespaced-svg/purely/moon.svg +1 -1
  25. package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
  26. package/inline-namespaced-svg/purely/no-app.svg +1 -1
  27. package/inline-namespaced-svg/purely/no-car.svg +1 -1
  28. package/inline-namespaced-svg/purely/no-cars.svg +1 -1
  29. package/inline-namespaced-svg/purely/no-data.svg +1 -1
  30. package/inline-namespaced-svg/purely/no-device.svg +1 -1
  31. package/inline-namespaced-svg/purely/no-image.svg +1 -1
  32. package/inline-namespaced-svg/purely/no-person.svg +1 -1
  33. package/inline-namespaced-svg/purely/no-persons.svg +1 -1
  34. package/inline-namespaced-svg/purely/no-video.svg +1 -1
  35. package/inline-namespaced-svg/purely/off-day.svg +1 -1
  36. package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
  37. package/inline-namespaced-svg/purely/user.svg +1 -1
  38. package/inline-svg/purely/loading-pro.svg +1 -0
  39. package/inline-svg/purely/loading.svg +1 -1
  40. package/inline-svg/purely/location.svg +1 -1
  41. package/inline-svg/purely/moon.svg +1 -1
  42. package/inline-svg/purely/no-alarm.svg +1 -1
  43. package/inline-svg/purely/no-app.svg +1 -1
  44. package/inline-svg/purely/no-car.svg +1 -1
  45. package/inline-svg/purely/no-cars.svg +1 -1
  46. package/inline-svg/purely/no-data.svg +1 -1
  47. package/inline-svg/purely/no-device.svg +1 -1
  48. package/inline-svg/purely/no-image.svg +1 -1
  49. package/inline-svg/purely/no-person.svg +1 -1
  50. package/inline-svg/purely/no-persons.svg +1 -1
  51. package/inline-svg/purely/no-video.svg +1 -1
  52. package/inline-svg/purely/off-day.svg +1 -1
  53. package/inline-svg/purely/rotate-right.svg +1 -1
  54. package/inline-svg/purely/user.svg +1 -1
  55. package/lib/asn/LoadingProPurely.d.ts +3 -0
  56. package/lib/asn/LoadingProPurely.js +71 -0
  57. package/lib/asn/LoadingPurely.js +4 -4
  58. package/lib/asn/LocationPurely.js +4 -4
  59. package/lib/asn/MoonPurely.js +6 -6
  60. package/lib/asn/NoAlarmPurely.js +90 -90
  61. package/lib/asn/NoAppPurely.js +129 -129
  62. package/lib/asn/NoCarPurely.js +109 -109
  63. package/lib/asn/NoCarsPurely.js +143 -143
  64. package/lib/asn/NoDataPurely.js +77 -77
  65. package/lib/asn/NoDevicePurely.js +93 -93
  66. package/lib/asn/NoImagePurely.js +41 -41
  67. package/lib/asn/NoPersonPurely.js +79 -79
  68. package/lib/asn/NoPersonsPurely.js +87 -87
  69. package/lib/asn/NoVideoPurely.js +49 -49
  70. package/lib/asn/OffDayPurely.js +55 -55
  71. package/lib/asn/RotateRightPurely.js +6 -6
  72. package/lib/asn/UserPurely.js +8 -8
  73. package/lib/index.d.ts +1 -0
  74. package/lib/index.js +3 -0
  75. package/package.json +1 -1
  76. package/src/asn/LoadingProPurely.ts +51 -0
  77. package/src/asn/LoadingPurely.ts +4 -4
  78. package/src/asn/LocationPurely.ts +4 -4
  79. package/src/asn/MoonPurely.ts +6 -6
  80. package/src/asn/NoAlarmPurely.ts +90 -90
  81. package/src/asn/NoAppPurely.ts +129 -129
  82. package/src/asn/NoCarPurely.ts +109 -109
  83. package/src/asn/NoCarsPurely.ts +143 -143
  84. package/src/asn/NoDataPurely.ts +77 -77
  85. package/src/asn/NoDevicePurely.ts +93 -93
  86. package/src/asn/NoImagePurely.ts +41 -41
  87. package/src/asn/NoPersonPurely.ts +79 -79
  88. package/src/asn/NoPersonsPurely.ts +87 -87
  89. package/src/asn/NoVideoPurely.ts +49 -49
  90. package/src/asn/OffDayPurely.ts +55 -55
  91. package/src/asn/RotateRightPurely.ts +6 -6
  92. package/src/asn/UserPurely.ts +8 -8
  93. package/src/index.ts +1 -0
@@ -12,7 +12,7 @@ const NoPersonsPurely: IconDefinition = {
12
12
  children: [
13
13
  {
14
14
  tag: 'linearGradient',
15
- attrs: { id: 'sen__44__a', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
15
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
20
20
  },
21
21
  {
22
22
  tag: 'linearGradient',
23
- attrs: { id: 'sen__44__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
23
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
28
28
  },
29
29
  {
30
30
  tag: 'linearGradient',
31
- attrs: { id: 'sen__44__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
31
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
36
36
  },
37
37
  {
38
38
  tag: 'linearGradient',
39
- attrs: { id: 'sen__44__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
39
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
44
44
  },
45
45
  {
46
46
  tag: 'linearGradient',
47
- attrs: { id: 'sen__44__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
47
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
52
52
  },
53
53
  {
54
54
  tag: 'linearGradient',
55
- attrs: { id: 'sen__44__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
55
+ attrs: { id: 'sen__45__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 NoPersonsPurely: IconDefinition = {
60
60
  },
61
61
  {
62
62
  tag: 'linearGradient',
63
- attrs: { id: 'sen__44__n', x1: '0%', x2: '100%', y1: '20.82%', y2: '79.18%' },
63
+ attrs: { id: 'sen__45__n', x1: '0%', x2: '100%', y1: '20.82%', y2: '79.18%' },
64
64
  children: [
65
65
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
66
66
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
@@ -68,7 +68,7 @@ const NoPersonsPurely: IconDefinition = {
68
68
  },
69
69
  {
70
70
  tag: 'linearGradient',
71
- attrs: { id: 'sen__44__p', x1: '0%', x2: '100%', y1: '3.06%', y2: '96.94%' },
71
+ attrs: { id: 'sen__45__p', x1: '0%', x2: '100%', y1: '3.06%', y2: '96.94%' },
72
72
  children: [
73
73
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
74
74
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
@@ -76,7 +76,7 @@ const NoPersonsPurely: IconDefinition = {
76
76
  },
77
77
  {
78
78
  tag: 'linearGradient',
79
- attrs: { id: 'sen__44__r', x1: '0%', x2: '100%', y1: '19.2%', y2: '80.8%' },
79
+ attrs: { id: 'sen__45__r', x1: '0%', x2: '100%', y1: '19.2%', y2: '80.8%' },
80
80
  children: [
81
81
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
82
82
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
@@ -84,7 +84,7 @@ const NoPersonsPurely: IconDefinition = {
84
84
  },
85
85
  {
86
86
  tag: 'linearGradient',
87
- attrs: { id: 'sen__44__t', x1: '0%', x2: '100%', y1: '.46%', y2: '99.54%' },
87
+ attrs: { id: 'sen__45__t', x1: '0%', x2: '100%', y1: '.46%', y2: '99.54%' },
88
88
  children: [
89
89
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
90
90
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
@@ -92,7 +92,7 @@ const NoPersonsPurely: IconDefinition = {
92
92
  },
93
93
  {
94
94
  tag: 'linearGradient',
95
- attrs: { id: 'sen__44__u', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
95
+ attrs: { id: 'sen__45__u', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
96
96
  children: [
97
97
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
98
98
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
@@ -100,7 +100,7 @@ const NoPersonsPurely: IconDefinition = {
100
100
  },
101
101
  {
102
102
  tag: 'linearGradient',
103
- attrs: { id: 'sen__44__w', x1: '100%', x2: '0%', y1: '50.85%', y2: '49.15%' },
103
+ attrs: { id: 'sen__45__w', x1: '100%', x2: '0%', y1: '50.85%', y2: '49.15%' },
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', 'stop-opacity': '.65' } },
@@ -108,7 +108,7 @@ const NoPersonsPurely: IconDefinition = {
108
108
  },
109
109
  {
110
110
  tag: 'linearGradient',
111
- attrs: { id: 'sen__44__y', x1: '100%', x2: '0%', y1: '81.84%', y2: '18.16%' },
111
+ attrs: { id: 'sen__45__y', x1: '100%', x2: '0%', y1: '81.84%', y2: '18.16%' },
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': '.15' } },
@@ -116,7 +116,7 @@ const NoPersonsPurely: IconDefinition = {
116
116
  },
117
117
  {
118
118
  tag: 'linearGradient',
119
- attrs: { id: 'sen__44__A', x1: '58.48%', x2: '41.52%', y1: '0%', y2: '100%' },
119
+ attrs: { id: 'sen__45__A', x1: '58.48%', x2: '41.52%', y1: '0%', y2: '100%' },
120
120
  children: [
121
121
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
122
122
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
@@ -124,7 +124,7 @@ const NoPersonsPurely: IconDefinition = {
124
124
  },
125
125
  {
126
126
  tag: 'linearGradient',
127
- attrs: { id: 'sen__44__C', x1: '34.93%', x2: '64.97%', y1: '0%', y2: '99.66%' },
127
+ attrs: { id: 'sen__45__C', x1: '34.93%', x2: '64.97%', y1: '0%', y2: '99.66%' },
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': '.35' } },
@@ -132,7 +132,7 @@ const NoPersonsPurely: IconDefinition = {
132
132
  },
133
133
  {
134
134
  tag: 'linearGradient',
135
- attrs: { id: 'sen__44__E', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
135
+ attrs: { id: 'sen__45__E', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
136
136
  children: [
137
137
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
138
138
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
@@ -140,7 +140,7 @@ const NoPersonsPurely: IconDefinition = {
140
140
  },
141
141
  {
142
142
  tag: 'linearGradient',
143
- attrs: { id: 'sen__44__G', x1: '65.43%', x2: '34.57%', y1: '100%', y2: '0%' },
143
+ attrs: { id: 'sen__45__G', x1: '65.43%', x2: '34.57%', y1: '100%', y2: '0%' },
144
144
  children: [
145
145
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
146
146
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
@@ -148,7 +148,7 @@ const NoPersonsPurely: IconDefinition = {
148
148
  },
149
149
  {
150
150
  tag: 'linearGradient',
151
- attrs: { id: 'sen__44__I', x1: '60.57%', x2: '39.43%', y1: '100%', y2: '0%' },
151
+ attrs: { id: 'sen__45__I', x1: '60.57%', x2: '39.43%', y1: '100%', y2: '0%' },
152
152
  children: [
153
153
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
154
154
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
@@ -156,7 +156,7 @@ const NoPersonsPurely: IconDefinition = {
156
156
  },
157
157
  {
158
158
  tag: 'linearGradient',
159
- attrs: { id: 'sen__44__L', x1: '100%', x2: '0%', y1: '68%', y2: '32%' },
159
+ attrs: { id: 'sen__45__L', x1: '100%', x2: '0%', y1: '68%', y2: '32%' },
160
160
  children: [
161
161
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
162
162
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.65' } },
@@ -164,7 +164,7 @@ const NoPersonsPurely: IconDefinition = {
164
164
  },
165
165
  {
166
166
  tag: 'linearGradient',
167
- attrs: { id: 'sen__44__N', x1: '64.22%', x2: '35.78%', y1: '0%', y2: '100%' },
167
+ attrs: { id: 'sen__45__N', x1: '64.22%', x2: '35.78%', y1: '0%', y2: '100%' },
168
168
  children: [
169
169
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
170
170
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.6' } },
@@ -172,7 +172,7 @@ const NoPersonsPurely: IconDefinition = {
172
172
  },
173
173
  {
174
174
  tag: 'linearGradient',
175
- attrs: { id: 'sen__44__P', x1: '35.78%', x2: '64.13%', y1: '0%', y2: '99.66%' },
175
+ attrs: { id: 'sen__45__P', x1: '35.78%', x2: '64.13%', y1: '0%', y2: '99.66%' },
176
176
  children: [
177
177
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
178
178
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
@@ -180,48 +180,48 @@ const NoPersonsPurely: IconDefinition = {
180
180
  },
181
181
  {
182
182
  tag: 'linearGradient',
183
- attrs: { id: 'sen__44__R', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
183
+ attrs: { id: 'sen__45__R', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
184
184
  children: [
185
185
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
186
186
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
187
187
  ],
188
188
  },
189
- { tag: 'path', attrs: { id: 'sen__44__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
190
- { tag: 'path', attrs: { id: 'sen__44__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
191
- { tag: 'path', attrs: { id: 'sen__44__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
192
- { tag: 'path', attrs: { id: 'sen__44__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
193
- { tag: 'path', attrs: { id: 'sen__44__k', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
189
+ { tag: 'path', attrs: { id: 'sen__45__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
190
+ { tag: 'path', attrs: { id: 'sen__45__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
191
+ { tag: 'path', attrs: { id: 'sen__45__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
192
+ { tag: 'path', attrs: { id: 'sen__45__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
193
+ { tag: 'path', attrs: { id: 'sen__45__k', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
194
194
  {
195
195
  tag: 'path',
196
196
  attrs: {
197
- id: 'sen__44__m',
197
+ id: 'sen__45__m',
198
198
  d: 'M23 16.57c12.7 0 23 9.98 23 22.29 0 7.1-10.3 12.85-23 12.85S0 45.96 0 38.86v-.37c.2-12.14 10.42-21.92 23-21.92Z',
199
199
  },
200
200
  },
201
201
  {
202
202
  tag: 'path',
203
203
  attrs: {
204
- id: 'sen__44__q',
204
+ id: 'sen__45__q',
205
205
  d: 'M31 22.95c17.12 0 31 13.81 31 30.85 0 9.83-13.88 17.8-31 17.8-17.12 0-31-7.97-31-17.8v-.5a30.93 30.93 0 0 1 31-30.35Z',
206
206
  },
207
207
  },
208
- { tag: 'path', attrs: { id: 'sen__44__v', d: 'm78.97 33.5.06 1-69 8-.06-1z' } },
209
- { tag: 'path', attrs: { id: 'sen__44__x', d: 'm49.4 9.7 30 24-.8.6-30-24z' } },
210
- { tag: 'path', attrs: { id: 'sen__44__z', d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z' } },
211
- { tag: 'path', attrs: { id: 'sen__44__B', d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z' } },
212
- { tag: 'path', attrs: { id: 'sen__44__D', d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z' } },
213
- { tag: 'path', attrs: { id: 'sen__44__F', d: 'm20 18-10 6V12l10-6v12Z' } },
214
- { tag: 'path', attrs: { id: 'sen__44__H', d: 'M10 12v12L0 18V6l10 6Z' } },
215
- { tag: 'path', attrs: { id: 'sen__44__K', d: 'm10 0 10 6-10 6L0 6l10-6Z' } },
216
- { tag: 'path', attrs: { id: 'sen__44__M', d: 'm16 15-8 5V10l8-5v10Z' } },
217
- { tag: 'path', attrs: { id: 'sen__44__O', d: 'M8 10v10l-8-5V5l8 5Z' } },
218
- { tag: 'path', attrs: { id: 'sen__44__Q', d: 'm8 0 8 5-8 5-8-5 8-5Z' } },
219
- { tag: 'ellipse', attrs: { id: 'sen__44__o', cx: '23', cy: '10.86', rx: '11.21', ry: '10.86' } },
220
- { tag: 'ellipse', attrs: { id: 'sen__44__s', cx: '31', cy: '15.03', rx: '15.1', ry: '15.03' } },
208
+ { tag: 'path', attrs: { id: 'sen__45__v', d: 'm78.97 33.5.06 1-69 8-.06-1z' } },
209
+ { tag: 'path', attrs: { id: 'sen__45__x', d: 'm49.4 9.7 30 24-.8.6-30-24z' } },
210
+ { tag: 'path', attrs: { id: 'sen__45__z', d: 'm7 0 7 4.25v8.5L7 17V8.5l7-4.25L7 0Z' } },
211
+ { tag: 'path', attrs: { id: 'sen__45__B', d: 'M7 8.5V17l-7-4.25v-8.5L7 8.5Z' } },
212
+ { tag: 'path', attrs: { id: 'sen__45__D', d: 'm7 0 7 4.25L7 8.5 0 4.25 7 0Z' } },
213
+ { tag: 'path', attrs: { id: 'sen__45__F', d: 'm20 18-10 6V12l10-6v12Z' } },
214
+ { tag: 'path', attrs: { id: 'sen__45__H', d: 'M10 12v12L0 18V6l10 6Z' } },
215
+ { tag: 'path', attrs: { id: 'sen__45__K', d: 'm10 0 10 6-10 6L0 6l10-6Z' } },
216
+ { tag: 'path', attrs: { id: 'sen__45__M', d: 'm16 15-8 5V10l8-5v10Z' } },
217
+ { tag: 'path', attrs: { id: 'sen__45__O', d: 'M8 10v10l-8-5V5l8 5Z' } },
218
+ { tag: 'path', attrs: { id: 'sen__45__Q', d: 'm8 0 8 5-8 5-8-5 8-5Z' } },
219
+ { tag: 'ellipse', attrs: { id: 'sen__45__o', cx: '23', cy: '10.86', rx: '11.21', ry: '10.86' } },
220
+ { tag: 'ellipse', attrs: { id: 'sen__45__s', cx: '31', cy: '15.03', rx: '15.1', ry: '15.03' } },
221
221
  {
222
222
  tag: 'filter',
223
223
  attrs: {
224
- id: 'sen__44__g',
224
+ id: 'sen__45__g',
225
225
  width: '101%',
226
226
  height: '101.6%',
227
227
  x: '-.5%',
@@ -250,7 +250,7 @@ const NoPersonsPurely: IconDefinition = {
250
250
  {
251
251
  tag: 'filter',
252
252
  attrs: {
253
- id: 'sen__44__J',
253
+ id: 'sen__45__J',
254
254
  width: '110%',
255
255
  height: '87.4%',
256
256
  x: '-5%',
@@ -284,163 +284,163 @@ const NoPersonsPurely: IconDefinition = {
284
284
  children: [
285
285
  {
286
286
  tag: 'use',
287
- attrs: { 'xlink:href': '#sen__44__b', fill: 'url(#sen__44__a)', transform: 'translate(31 100)' },
287
+ attrs: { 'xlink:href': '#sen__45__b', fill: 'url(#sen__45__a)', transform: 'translate(31 100)' },
288
288
  },
289
289
  {
290
290
  tag: 'g',
291
291
  attrs: { transform: 'translate(31 100)' },
292
292
  children: [
293
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__c', fill: '#FFF' } },
294
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__c', fill: 'url(#sen__44__d)' } },
293
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__c', fill: '#FFF' } },
294
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__c', fill: 'url(#sen__45__d)' } },
295
295
  ],
296
296
  },
297
297
  {
298
298
  tag: 'g',
299
299
  attrs: { transform: 'translate(31 100)' },
300
300
  children: [
301
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__e', fill: '#FFF' } },
302
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__e', fill: 'url(#sen__44__f)' } },
303
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__e', fill: '#000', filter: 'url(#sen__44__g)' } },
301
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__e', fill: '#FFF' } },
302
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__e', fill: 'url(#sen__45__f)' } },
303
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__e', fill: '#000', filter: 'url(#sen__45__g)' } },
304
304
  ],
305
305
  },
306
306
  {
307
307
  tag: 'g',
308
308
  attrs: { transform: 'translate(31 100)' },
309
309
  children: [
310
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__h', fill: '#FFF' } },
311
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__h', fill: 'url(#sen__44__i)' } },
310
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__h', fill: '#FFF' } },
311
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__h', fill: 'url(#sen__45__i)' } },
312
312
  ],
313
313
  },
314
314
  {
315
315
  tag: 'path',
316
316
  attrs: {
317
- fill: 'url(#sen__44__j)',
317
+ fill: 'url(#sen__45__j)',
318
318
  d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
319
319
  transform: 'translate(31 72)',
320
320
  },
321
321
  },
322
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__k', fill: '#FFF' } },
323
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__k', fill: 'url(#sen__44__l)' } },
322
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__k', fill: '#FFF' } },
323
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__k', fill: 'url(#sen__45__l)' } },
324
324
  {
325
325
  tag: 'g',
326
326
  attrs: { transform: 'translate(130 88)' },
327
327
  children: [
328
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__m', fill: '#FFF' } },
329
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__m', fill: 'url(#sen__44__n)' } },
328
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__m', fill: '#FFF' } },
329
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__m', fill: 'url(#sen__45__n)' } },
330
330
  ],
331
331
  },
332
332
  {
333
333
  tag: 'g',
334
334
  attrs: { transform: 'translate(130 88)' },
335
335
  children: [
336
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__o', fill: '#FFF' } },
337
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__o', fill: 'url(#sen__44__p)' } },
336
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__o', fill: '#FFF' } },
337
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__o', fill: 'url(#sen__45__p)' } },
338
338
  ],
339
339
  },
340
340
  {
341
341
  tag: 'g',
342
342
  attrs: { transform: 'translate(88 97)' },
343
343
  children: [
344
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__q', fill: '#FFF' } },
345
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__q', fill: 'url(#sen__44__r)' } },
344
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__q', fill: '#FFF' } },
345
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__q', fill: 'url(#sen__45__r)' } },
346
346
  ],
347
347
  },
348
348
  {
349
349
  tag: 'g',
350
350
  attrs: { transform: 'translate(88 97)' },
351
351
  children: [
352
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__s', fill: '#FFF' } },
353
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__s', fill: 'url(#sen__44__t)' } },
352
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__s', fill: '#FFF' } },
353
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__s', fill: 'url(#sen__45__t)' } },
354
354
  ],
355
355
  },
356
- { tag: 'path', attrs: { fill: 'url(#sen__44__u)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
356
+ { tag: 'path', attrs: { fill: 'url(#sen__45__u)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
357
357
  {
358
358
  tag: 'g',
359
359
  attrs: { transform: 'translate(84 36)' },
360
360
  children: [
361
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__v', fill: '#FFF' } },
362
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__v', fill: 'url(#sen__44__w)' } },
361
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__v', fill: '#FFF' } },
362
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__v', fill: 'url(#sen__45__w)' } },
363
363
  ],
364
364
  },
365
365
  {
366
366
  tag: 'g',
367
367
  attrs: { transform: 'translate(84 36)' },
368
368
  children: [
369
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__x', fill: '#FFF' } },
370
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__x', fill: 'url(#sen__44__y)' } },
369
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__x', fill: '#FFF' } },
370
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__x', fill: 'url(#sen__45__y)' } },
371
371
  ],
372
372
  },
373
373
  {
374
374
  tag: 'g',
375
375
  attrs: { transform: 'translate(156 61)' },
376
376
  children: [
377
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__z', fill: '#FFF' } },
378
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__z', fill: 'url(#sen__44__A)' } },
377
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__z', fill: '#FFF' } },
378
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__z', fill: 'url(#sen__45__A)' } },
379
379
  ],
380
380
  },
381
381
  {
382
382
  tag: 'g',
383
383
  attrs: { transform: 'translate(156 61)' },
384
384
  children: [
385
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__B', fill: '#FFF' } },
386
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__B', fill: 'url(#sen__44__C)' } },
385
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__B', fill: '#FFF' } },
386
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__B', fill: 'url(#sen__45__C)' } },
387
387
  ],
388
388
  },
389
389
  {
390
390
  tag: 'g',
391
391
  attrs: { transform: 'translate(156 61)' },
392
392
  children: [
393
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__D', fill: '#FFF' } },
394
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__D', fill: 'url(#sen__44__E)' } },
393
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__D', fill: '#FFF' } },
394
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__D', fill: 'url(#sen__45__E)' } },
395
395
  ],
396
396
  },
397
397
  {
398
398
  tag: 'g',
399
399
  attrs: { transform: 'translate(84 66)' },
400
400
  children: [
401
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__F', fill: '#FFF' } },
402
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__F', fill: 'url(#sen__44__G)' } },
401
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__F', fill: '#FFF' } },
402
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__F', fill: 'url(#sen__45__G)' } },
403
403
  ],
404
404
  },
405
405
  {
406
406
  tag: 'g',
407
407
  attrs: { transform: 'translate(84 66)' },
408
408
  children: [
409
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__H', fill: '#FFF' } },
410
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__H', fill: 'url(#sen__44__I)' } },
411
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__H', fill: '#000', filter: 'url(#sen__44__J)' } },
409
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__H', fill: '#FFF' } },
410
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__H', fill: 'url(#sen__45__I)' } },
411
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__H', fill: '#000', filter: 'url(#sen__45__J)' } },
412
412
  ],
413
413
  },
414
414
  {
415
415
  tag: 'g',
416
416
  attrs: { transform: 'translate(84 66)' },
417
417
  children: [
418
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__K', fill: '#FFF' } },
419
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__K', fill: 'url(#sen__44__L)' } },
418
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__K', fill: '#FFF' } },
419
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__K', fill: 'url(#sen__45__L)' } },
420
420
  ],
421
421
  },
422
422
  {
423
423
  tag: 'g',
424
424
  attrs: { transform: 'translate(125 36)' },
425
425
  children: [
426
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__M', fill: '#FFF' } },
427
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__M', fill: 'url(#sen__44__N)' } },
426
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__M', fill: '#FFF' } },
427
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__M', fill: 'url(#sen__45__N)' } },
428
428
  ],
429
429
  },
430
430
  {
431
431
  tag: 'g',
432
432
  attrs: { transform: 'translate(125 36)' },
433
433
  children: [
434
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__O', fill: '#FFF' } },
435
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__O', fill: 'url(#sen__44__P)' } },
434
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__O', fill: '#FFF' } },
435
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__O', fill: 'url(#sen__45__P)' } },
436
436
  ],
437
437
  },
438
438
  {
439
439
  tag: 'g',
440
440
  attrs: { transform: 'translate(125 36)' },
441
441
  children: [
442
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__Q', fill: '#FFF' } },
443
- { tag: 'use', attrs: { 'xlink:href': '#sen__44__Q', fill: 'url(#sen__44__R)' } },
442
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__Q', fill: '#FFF' } },
443
+ { tag: 'use', attrs: { 'xlink:href': '#sen__45__Q', fill: 'url(#sen__45__R)' } },
444
444
  ],
445
445
  },
446
446
  ],