@sensoro-design/icons-svg 2.52.0 → 2.54.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 (121) hide show
  1. package/es/asn/AccompanyOutlined.d.ts +3 -0
  2. package/es/asn/AccompanyOutlined.js +20 -0
  3. package/es/asn/CarPenOutlined.d.ts +3 -0
  4. package/es/asn/CarPenOutlined.js +20 -0
  5. package/es/asn/FileReportOutlined.d.ts +3 -0
  6. package/es/asn/FileReportOutlined.js +20 -0
  7. package/es/asn/LoadingProPurely.d.ts +3 -0
  8. package/es/asn/LoadingProPurely.js +87 -0
  9. package/es/asn/LoadingPurely.js +4 -4
  10. package/es/asn/LocationPurely.js +5 -5
  11. package/es/asn/MoonPurely.js +8 -8
  12. package/es/asn/NoAlarmPurely.js +112 -112
  13. package/es/asn/NoAppPurely.js +165 -165
  14. package/es/asn/NoCarPurely.js +136 -136
  15. package/es/asn/NoCarsPurely.js +177 -177
  16. package/es/asn/NoDataPurely.js +97 -97
  17. package/es/asn/NoDevicePurely.js +122 -122
  18. package/es/asn/NoImagePurely.js +51 -51
  19. package/es/asn/NoPersonPurely.js +99 -99
  20. package/es/asn/NoPersonsPurely.js +109 -109
  21. package/es/asn/NoVideoPurely.js +62 -62
  22. package/es/asn/OffDayPurely.js +67 -67
  23. package/es/asn/RotateRightPurely.js +8 -8
  24. package/es/asn/UserPenOutlined.d.ts +3 -0
  25. package/es/asn/UserPenOutlined.js +20 -0
  26. package/es/asn/UserPurely.js +9 -9
  27. package/es/index.d.ts +5 -0
  28. package/es/index.js +5 -0
  29. package/inline-namespaced-svg/outlined/accompany.svg +1 -0
  30. package/inline-namespaced-svg/outlined/car-pen.svg +1 -0
  31. package/inline-namespaced-svg/outlined/file-report.svg +1 -0
  32. package/inline-namespaced-svg/outlined/user-pen.svg +1 -0
  33. package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
  34. package/inline-namespaced-svg/purely/loading.svg +1 -1
  35. package/inline-namespaced-svg/purely/location.svg +1 -1
  36. package/inline-namespaced-svg/purely/moon.svg +1 -1
  37. package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
  38. package/inline-namespaced-svg/purely/no-app.svg +1 -1
  39. package/inline-namespaced-svg/purely/no-car.svg +1 -1
  40. package/inline-namespaced-svg/purely/no-cars.svg +1 -1
  41. package/inline-namespaced-svg/purely/no-data.svg +1 -1
  42. package/inline-namespaced-svg/purely/no-device.svg +1 -1
  43. package/inline-namespaced-svg/purely/no-image.svg +1 -1
  44. package/inline-namespaced-svg/purely/no-person.svg +1 -1
  45. package/inline-namespaced-svg/purely/no-persons.svg +1 -1
  46. package/inline-namespaced-svg/purely/no-video.svg +1 -1
  47. package/inline-namespaced-svg/purely/off-day.svg +1 -1
  48. package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
  49. package/inline-namespaced-svg/purely/user.svg +1 -1
  50. package/inline-svg/outlined/accompany.svg +1 -0
  51. package/inline-svg/outlined/car-pen.svg +1 -0
  52. package/inline-svg/outlined/file-report.svg +1 -0
  53. package/inline-svg/outlined/user-pen.svg +1 -0
  54. package/inline-svg/purely/loading-pro.svg +1 -0
  55. package/inline-svg/purely/loading.svg +1 -1
  56. package/inline-svg/purely/location.svg +1 -1
  57. package/inline-svg/purely/moon.svg +1 -1
  58. package/inline-svg/purely/no-alarm.svg +1 -1
  59. package/inline-svg/purely/no-app.svg +1 -1
  60. package/inline-svg/purely/no-car.svg +1 -1
  61. package/inline-svg/purely/no-cars.svg +1 -1
  62. package/inline-svg/purely/no-data.svg +1 -1
  63. package/inline-svg/purely/no-device.svg +1 -1
  64. package/inline-svg/purely/no-image.svg +1 -1
  65. package/inline-svg/purely/no-person.svg +1 -1
  66. package/inline-svg/purely/no-persons.svg +1 -1
  67. package/inline-svg/purely/no-video.svg +1 -1
  68. package/inline-svg/purely/off-day.svg +1 -1
  69. package/inline-svg/purely/rotate-right.svg +1 -1
  70. package/inline-svg/purely/user.svg +1 -1
  71. package/lib/asn/AccompanyOutlined.d.ts +3 -0
  72. package/lib/asn/AccompanyOutlined.js +41 -0
  73. package/lib/asn/CarPenOutlined.d.ts +3 -0
  74. package/lib/asn/CarPenOutlined.js +41 -0
  75. package/lib/asn/FileReportOutlined.d.ts +3 -0
  76. package/lib/asn/FileReportOutlined.js +41 -0
  77. package/lib/asn/LoadingProPurely.d.ts +3 -0
  78. package/lib/asn/LoadingProPurely.js +71 -0
  79. package/lib/asn/LoadingPurely.js +4 -4
  80. package/lib/asn/LocationPurely.js +4 -4
  81. package/lib/asn/MoonPurely.js +6 -6
  82. package/lib/asn/NoAlarmPurely.js +90 -90
  83. package/lib/asn/NoAppPurely.js +129 -129
  84. package/lib/asn/NoCarPurely.js +109 -109
  85. package/lib/asn/NoCarsPurely.js +143 -143
  86. package/lib/asn/NoDataPurely.js +77 -77
  87. package/lib/asn/NoDevicePurely.js +93 -93
  88. package/lib/asn/NoImagePurely.js +41 -41
  89. package/lib/asn/NoPersonPurely.js +79 -79
  90. package/lib/asn/NoPersonsPurely.js +87 -87
  91. package/lib/asn/NoVideoPurely.js +49 -49
  92. package/lib/asn/OffDayPurely.js +55 -55
  93. package/lib/asn/RotateRightPurely.js +6 -6
  94. package/lib/asn/UserPenOutlined.d.ts +3 -0
  95. package/lib/asn/UserPenOutlined.js +41 -0
  96. package/lib/asn/UserPurely.js +8 -8
  97. package/lib/index.d.ts +5 -0
  98. package/lib/index.js +15 -0
  99. package/package.json +1 -1
  100. package/src/asn/AccompanyOutlined.ts +21 -0
  101. package/src/asn/CarPenOutlined.ts +21 -0
  102. package/src/asn/FileReportOutlined.ts +21 -0
  103. package/src/asn/LoadingProPurely.ts +51 -0
  104. package/src/asn/LoadingPurely.ts +4 -4
  105. package/src/asn/LocationPurely.ts +4 -4
  106. package/src/asn/MoonPurely.ts +6 -6
  107. package/src/asn/NoAlarmPurely.ts +90 -90
  108. package/src/asn/NoAppPurely.ts +129 -129
  109. package/src/asn/NoCarPurely.ts +109 -109
  110. package/src/asn/NoCarsPurely.ts +143 -143
  111. package/src/asn/NoDataPurely.ts +77 -77
  112. package/src/asn/NoDevicePurely.ts +93 -93
  113. package/src/asn/NoImagePurely.ts +41 -41
  114. package/src/asn/NoPersonPurely.ts +79 -79
  115. package/src/asn/NoPersonsPurely.ts +87 -87
  116. package/src/asn/NoVideoPurely.ts +49 -49
  117. package/src/asn/OffDayPurely.ts +55 -55
  118. package/src/asn/RotateRightPurely.ts +6 -6
  119. package/src/asn/UserPenOutlined.ts +21 -0
  120. package/src/asn/UserPurely.ts +8 -8
  121. package/src/index.ts +5 -0
@@ -12,7 +12,7 @@ const NoVideoPurely: IconDefinition = {
12
12
  children: [
13
13
  {
14
14
  tag: 'linearGradient',
15
- attrs: { id: 'sen__46__b', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
15
+ attrs: { id: 'sen__47__b', 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 NoVideoPurely: IconDefinition = {
20
20
  },
21
21
  {
22
22
  tag: 'linearGradient',
23
- attrs: { id: 'sen__46__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
23
+ attrs: { id: 'sen__47__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 NoVideoPurely: IconDefinition = {
28
28
  },
29
29
  {
30
30
  tag: 'linearGradient',
31
- attrs: { id: 'sen__46__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
31
+ attrs: { id: 'sen__47__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 NoVideoPurely: IconDefinition = {
36
36
  },
37
37
  {
38
38
  tag: 'linearGradient',
39
- attrs: { id: 'sen__46__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
39
+ attrs: { id: 'sen__47__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 NoVideoPurely: IconDefinition = {
44
44
  },
45
45
  {
46
46
  tag: 'linearGradient',
47
- attrs: { id: 'sen__46__k', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
47
+ attrs: { id: 'sen__47__k', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
48
48
  children: [
49
49
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
50
50
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
@@ -52,7 +52,7 @@ const NoVideoPurely: IconDefinition = {
52
52
  },
53
53
  {
54
54
  tag: 'linearGradient',
55
- attrs: { id: 'sen__46__m', x1: '60.45%', x2: '29.39%', y1: '101.39%', y2: '0%' },
55
+ attrs: { id: 'sen__47__m', x1: '60.45%', x2: '29.39%', y1: '101.39%', y2: '0%' },
56
56
  children: [
57
57
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.1' } },
58
58
  { tag: 'stop', attrs: { offset: '49.92%', 'stop-color': '#2B6DE5', 'stop-opacity': '.35' } },
@@ -61,7 +61,7 @@ const NoVideoPurely: IconDefinition = {
61
61
  },
62
62
  {
63
63
  tag: 'linearGradient',
64
- attrs: { id: 'sen__46__o', x1: '32.53%', x2: '50%', y1: '0%', y2: '79.85%' },
64
+ attrs: { id: 'sen__47__o', x1: '32.53%', x2: '50%', y1: '0%', y2: '79.85%' },
65
65
  children: [
66
66
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
67
67
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
@@ -69,7 +69,7 @@ const NoVideoPurely: IconDefinition = {
69
69
  },
70
70
  {
71
71
  tag: 'linearGradient',
72
- attrs: { id: 'sen__46__r', x1: '60.45%', x2: '29.39%', y1: '101.39%', y2: '0%' },
72
+ attrs: { id: 'sen__47__r', x1: '60.45%', x2: '29.39%', y1: '101.39%', y2: '0%' },
73
73
  children: [
74
74
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.1' } },
75
75
  { tag: 'stop', attrs: { offset: '49.92%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
@@ -78,7 +78,7 @@ const NoVideoPurely: IconDefinition = {
78
78
  },
79
79
  {
80
80
  tag: 'linearGradient',
81
- attrs: { id: 'sen__46__v', x1: '62.5%', x2: '37.5%', y1: '100%', y2: '0%' },
81
+ attrs: { id: 'sen__47__v', x1: '62.5%', x2: '37.5%', y1: '100%', y2: '0%' },
82
82
  children: [
83
83
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
84
84
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
@@ -86,7 +86,7 @@ const NoVideoPurely: IconDefinition = {
86
86
  },
87
87
  {
88
88
  tag: 'linearGradient',
89
- attrs: { id: 'sen__46__w', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
89
+ attrs: { id: 'sen__47__w', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
90
90
  children: [
91
91
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
92
92
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
@@ -94,56 +94,56 @@ const NoVideoPurely: IconDefinition = {
94
94
  },
95
95
  {
96
96
  tag: 'linearGradient',
97
- attrs: { id: 'sen__46__x', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
97
+ attrs: { id: 'sen__47__x', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
98
98
  children: [
99
99
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
100
100
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
101
101
  ],
102
102
  },
103
- { tag: 'path', attrs: { id: 'sen__46__a', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
104
- { tag: 'path', attrs: { id: 'sen__46__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
105
- { tag: 'path', attrs: { id: 'sen__46__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
106
- { tag: 'path', attrs: { id: 'sen__46__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
107
- { tag: 'path', attrs: { id: 'sen__46__j', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
103
+ { tag: 'path', attrs: { id: 'sen__47__a', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
104
+ { tag: 'path', attrs: { id: 'sen__47__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
105
+ { tag: 'path', attrs: { id: 'sen__47__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
106
+ { tag: 'path', attrs: { id: 'sen__47__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
107
+ { tag: 'path', attrs: { id: 'sen__47__j', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
108
108
  {
109
109
  tag: 'path',
110
110
  attrs: {
111
- id: 'sen__46__l',
111
+ id: 'sen__47__l',
112
112
  d: 'M64 34.47v57.58a2 2 0 0 1-1.06 1.76L54 98.72 11.98 65.26A6 6 0 0 1 9 60.07L1 6.32 9.98.92A2.24 2.24 0 0 1 11 .6c.35-.01.7.1 1 .27l49.02 28.41a6 6 0 0 1 2.98 5.2Z',
113
113
  },
114
114
  },
115
115
  {
116
116
  tag: 'path',
117
117
  attrs: {
118
- id: 'sen__46__n',
118
+ id: 'sen__47__n',
119
119
  d: 'M55 39.98v57.07a2 2 0 0 1-3 1.73L2.97 70.26A6 6 0 0 1 0 65.07V8a2 2 0 0 1 3-1.73L52.03 34.8A6 6 0 0 1 55 39.98Z',
120
120
  },
121
121
  },
122
122
  {
123
123
  tag: 'path',
124
124
  attrs: {
125
- id: 'sen__46__q',
125
+ id: 'sen__47__q',
126
126
  d: 'M64 34.47v57.58a2 2 0 0 1-1.06 1.76L54 98.72 11.98 65.26A6 6 0 0 1 9 60.07L1 6.32 9.98.92A2.24 2.24 0 0 1 11 .6c.35-.01.7.1 1 .27l49.02 28.41a6 6 0 0 1 2.98 5.2Z',
127
127
  },
128
128
  },
129
129
  {
130
130
  tag: 'path',
131
131
  attrs: {
132
- id: 'sen__46__s',
132
+ id: 'sen__47__s',
133
133
  d: 'M55 39.98v57.07a2 2 0 0 1-3 1.73L2.97 70.26A6 6 0 0 1 0 65.07V8a2 2 0 0 1 3-1.73L52.03 34.8A6 6 0 0 1 55 39.98Z',
134
134
  },
135
135
  },
136
136
  {
137
137
  tag: 'path',
138
138
  attrs: {
139
- id: 'sen__46__u',
139
+ id: 'sen__47__u',
140
140
  d: 'M21.5 41.95V60a1 1 0 0 0 1.4.92l9.03-3.93a1 1 0 0 0 .44-1.45L23.34 41.4a1 1 0 0 0-1.84.54Z',
141
141
  },
142
142
  },
143
143
  {
144
144
  tag: 'filter',
145
145
  attrs: {
146
- id: 'sen__46__g',
146
+ id: 'sen__47__g',
147
147
  width: '101%',
148
148
  height: '101.6%',
149
149
  x: '-.5%',
@@ -172,7 +172,7 @@ const NoVideoPurely: IconDefinition = {
172
172
  {
173
173
  tag: 'filter',
174
174
  attrs: {
175
- id: 'sen__46__p',
175
+ id: 'sen__47__p',
176
176
  width: '101.8%',
177
177
  height: '101.1%',
178
178
  x: '-.9%',
@@ -201,7 +201,7 @@ const NoVideoPurely: IconDefinition = {
201
201
  {
202
202
  tag: 'filter',
203
203
  attrs: {
204
- id: 'sen__46__t',
204
+ id: 'sen__47__t',
205
205
  width: '101.8%',
206
206
  height: '101.1%',
207
207
  x: '-.9%',
@@ -237,84 +237,84 @@ const NoVideoPurely: IconDefinition = {
237
237
  tag: 'g',
238
238
  attrs: { transform: 'translate(31 100)' },
239
239
  children: [
240
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__a', fill: '#FFF' } },
241
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__a', fill: 'url(#sen__46__b)' } },
240
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__a', fill: '#FFF' } },
241
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__a', fill: 'url(#sen__47__b)' } },
242
242
  ],
243
243
  },
244
244
  {
245
245
  tag: 'g',
246
246
  attrs: { transform: 'translate(31 100)' },
247
247
  children: [
248
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__c', fill: '#FFF' } },
249
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__c', fill: 'url(#sen__46__d)' } },
248
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__c', fill: '#FFF' } },
249
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__c', fill: 'url(#sen__47__d)' } },
250
250
  ],
251
251
  },
252
252
  {
253
253
  tag: 'g',
254
254
  attrs: { transform: 'translate(31 100)' },
255
255
  children: [
256
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__e', fill: '#FFF' } },
257
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__e', fill: 'url(#sen__46__f)' } },
258
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__e', fill: '#000', filter: 'url(#sen__46__g)' } },
256
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: '#FFF' } },
257
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: 'url(#sen__47__f)' } },
258
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: '#000', filter: 'url(#sen__47__g)' } },
259
259
  ],
260
260
  },
261
261
  {
262
262
  tag: 'g',
263
263
  attrs: { transform: 'translate(31 100)' },
264
264
  children: [
265
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__h', fill: '#FFF' } },
266
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__h', fill: 'url(#sen__46__i)' } },
265
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__h', fill: '#FFF' } },
266
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__h', fill: 'url(#sen__47__i)' } },
267
267
  ],
268
268
  },
269
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__j', fill: '#FFF' } },
270
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__j', fill: 'url(#sen__46__k)' } },
269
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__j', fill: '#FFF' } },
270
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__j', fill: 'url(#sen__47__k)' } },
271
271
  {
272
272
  tag: 'g',
273
273
  attrs: { transform: 'translate(111 48.48)' },
274
274
  children: [
275
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__l', fill: '#FFF' } },
276
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__l', fill: 'url(#sen__46__m)' } },
275
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__l', fill: '#FFF' } },
276
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__l', fill: 'url(#sen__47__m)' } },
277
277
  ],
278
278
  },
279
279
  {
280
280
  tag: 'g',
281
281
  attrs: { transform: 'translate(111 48.48)' },
282
282
  children: [
283
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__n', fill: '#FFF' } },
284
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__n', fill: 'url(#sen__46__o)' } },
285
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__n', fill: '#000', filter: 'url(#sen__46__p)' } },
283
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__n', fill: '#FFF' } },
284
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__n', fill: 'url(#sen__47__o)' } },
285
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__n', fill: '#000', filter: 'url(#sen__47__p)' } },
286
286
  ],
287
287
  },
288
288
  {
289
289
  tag: 'g',
290
290
  attrs: { transform: 'translate(78 68.48)' },
291
291
  children: [
292
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__q', fill: '#FFF' } },
293
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__q', fill: 'url(#sen__46__r)' } },
292
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__q', fill: '#FFF' } },
293
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__q', fill: 'url(#sen__47__r)' } },
294
294
  ],
295
295
  },
296
296
  {
297
297
  tag: 'g',
298
298
  attrs: { transform: 'translate(78 68.48)' },
299
299
  children: [
300
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__s', fill: '#FFF' } },
301
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__s', fill: 'url(#sen__46__o)' } },
302
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__s', fill: '#000', filter: 'url(#sen__46__t)' } },
300
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__s', fill: '#FFF' } },
301
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__s', fill: 'url(#sen__47__o)' } },
302
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__s', fill: '#000', filter: 'url(#sen__47__t)' } },
303
303
  ],
304
304
  },
305
305
  {
306
306
  tag: 'g',
307
307
  attrs: { transform: 'translate(78 68.48)' },
308
308
  children: [
309
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__u', fill: '#FFF' } },
310
- { tag: 'use', attrs: { 'xlink:href': '#sen__46__u', fill: 'url(#sen__46__v)' } },
309
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__u', fill: '#FFF' } },
310
+ { tag: 'use', attrs: { 'xlink:href': '#sen__47__u', fill: 'url(#sen__47__v)' } },
311
311
  ],
312
312
  },
313
- { tag: 'path', attrs: { fill: 'url(#sen__46__w)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
313
+ { tag: 'path', attrs: { fill: 'url(#sen__47__w)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
314
314
  {
315
315
  tag: 'path',
316
316
  attrs: {
317
- fill: 'url(#sen__46__x)',
317
+ fill: 'url(#sen__47__x)',
318
318
  d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
319
319
  transform: 'translate(31 72)',
320
320
  },
@@ -12,35 +12,35 @@ const OffDayPurely: IconDefinition = {
12
12
  children: [
13
13
  {
14
14
  tag: 'linearGradient',
15
- attrs: { id: 'sen__47__b', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
15
+ attrs: { id: 'sen__48__b', 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' } },
19
19
  ],
20
20
  },
21
- { tag: 'path', attrs: { id: 'sen__47__a', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
21
+ { tag: 'path', attrs: { id: 'sen__48__a', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
22
22
  {
23
23
  tag: 'linearGradient',
24
- attrs: { id: 'sen__47__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
24
+ attrs: { id: 'sen__48__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
25
25
  children: [
26
26
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
27
27
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
28
28
  ],
29
29
  },
30
- { tag: 'path', attrs: { id: 'sen__47__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
30
+ { tag: 'path', attrs: { id: 'sen__48__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
31
31
  {
32
32
  tag: 'linearGradient',
33
- attrs: { id: 'sen__47__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
33
+ attrs: { id: 'sen__48__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
34
34
  children: [
35
35
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
36
36
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
37
37
  ],
38
38
  },
39
- { tag: 'path', attrs: { id: 'sen__47__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
39
+ { tag: 'path', attrs: { id: 'sen__48__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
40
40
  {
41
41
  tag: 'filter',
42
42
  attrs: {
43
- id: 'sen__47__g',
43
+ id: 'sen__48__g',
44
44
  width: '101%',
45
45
  height: '101.6%',
46
46
  x: '-.5%',
@@ -68,16 +68,16 @@ const OffDayPurely: IconDefinition = {
68
68
  },
69
69
  {
70
70
  tag: 'linearGradient',
71
- attrs: { id: 'sen__47__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
71
+ attrs: { id: 'sen__48__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
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': '.25' } },
75
75
  ],
76
76
  },
77
- { tag: 'path', attrs: { id: 'sen__47__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
77
+ { tag: 'path', attrs: { id: 'sen__48__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
78
78
  {
79
79
  tag: 'linearGradient',
80
- attrs: { id: 'sen__47__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
80
+ attrs: { id: 'sen__48__j', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
81
81
  children: [
82
82
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
83
83
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
@@ -85,16 +85,16 @@ const OffDayPurely: IconDefinition = {
85
85
  },
86
86
  {
87
87
  tag: 'linearGradient',
88
- attrs: { id: 'sen__47__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
88
+ attrs: { id: 'sen__48__l', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
89
89
  children: [
90
90
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
91
91
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
92
92
  ],
93
93
  },
94
- { tag: 'path', attrs: { id: 'sen__47__k', d: 'm97 76 65 38-65 38-65-38 65-38Z' } },
94
+ { tag: 'path', attrs: { id: 'sen__48__k', d: 'm97 76 65 38-65 38-65-38 65-38Z' } },
95
95
  {
96
96
  tag: 'linearGradient',
97
- attrs: { id: 'sen__47__m', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
97
+ attrs: { id: 'sen__48__m', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
98
98
  children: [
99
99
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
100
100
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
@@ -102,18 +102,18 @@ const OffDayPurely: IconDefinition = {
102
102
  },
103
103
  {
104
104
  tag: 'linearGradient',
105
- attrs: { id: 'sen__47__o', x1: '0%', x2: '100%', y1: '0%', y2: '100%' },
105
+ attrs: { id: 'sen__48__o', x1: '0%', x2: '100%', y1: '0%', y2: '100%' },
106
106
  children: [
107
107
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
108
108
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
109
109
  ],
110
110
  },
111
- { tag: 'circle', attrs: { id: 'sen__47__n', cx: '39', cy: '23', r: '7' } },
112
- { tag: 'circle', attrs: { id: 'sen__47__p', cx: '171', cy: '94', r: '5' } },
113
- { tag: 'circle', attrs: { id: 'sen__47__q', cx: '127', cy: '34', r: '4' } },
111
+ { tag: 'circle', attrs: { id: 'sen__48__n', cx: '39', cy: '23', r: '7' } },
112
+ { tag: 'circle', attrs: { id: 'sen__48__p', cx: '171', cy: '94', r: '5' } },
113
+ { tag: 'circle', attrs: { id: 'sen__48__q', cx: '127', cy: '34', r: '4' } },
114
114
  {
115
115
  tag: 'linearGradient',
116
- attrs: { id: 'sen__47__s', x1: '-54.81%', x2: '89.74%', y1: '-9.02%', y2: '82%' },
116
+ attrs: { id: 'sen__48__s', x1: '-54.81%', x2: '89.74%', y1: '-9.02%', y2: '82%' },
117
117
  children: [
118
118
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
119
119
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.55' } },
@@ -122,13 +122,13 @@ const OffDayPurely: IconDefinition = {
122
122
  {
123
123
  tag: 'path',
124
124
  attrs: {
125
- id: 'sen__47__r',
125
+ id: 'sen__48__r',
126
126
  d: 'M69.54 55.15h-17.6A5.26 5.26 0 0 1 46.6 50V33.6c0-2.85 2.4-5.16 5.35-5.16h17.6c5.76 0 10.46 4.53 10.46 10.1v6.51c.01 5.58-4.69 10.11-10.46 10.11Zm-16.26-6.68h16.1a3.92 3.92 0 0 0 3.94-3.9v-6.51c0-2.16-1.77-3.9-3.94-3.9h-16.1v14.31Z',
127
127
  },
128
128
  },
129
129
  {
130
130
  tag: 'linearGradient',
131
- attrs: { id: 'sen__47__u', x1: '-22.63%', x2: '100%', y1: '50%', y2: '50%' },
131
+ attrs: { id: 'sen__48__u', x1: '-22.63%', x2: '100%', y1: '50%', y2: '50%' },
132
132
  children: [
133
133
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
134
134
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
@@ -137,13 +137,13 @@ const OffDayPurely: IconDefinition = {
137
137
  {
138
138
  tag: 'path',
139
139
  attrs: {
140
- id: 'sen__47__t',
140
+ id: 'sen__48__t',
141
141
  d: 'M32.79 78.27c18.1 0 32.79-8.4 32.79-18.74V12.69H0v46.84c0 10.35 14.68 18.74 32.79 18.74Z',
142
142
  },
143
143
  },
144
144
  {
145
145
  tag: 'linearGradient',
146
- attrs: { id: 'sen__47__x', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
146
+ attrs: { id: 'sen__48__x', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
147
147
  children: [
148
148
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
149
149
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.46' } },
@@ -152,7 +152,7 @@ const OffDayPurely: IconDefinition = {
152
152
  {
153
153
  tag: 'radialGradient',
154
154
  attrs: {
155
- id: 'sen__47__w',
155
+ id: 'sen__48__w',
156
156
  cx: '0%',
157
157
  cy: '55.41%',
158
158
  r: '224.22%',
@@ -165,10 +165,10 @@ const OffDayPurely: IconDefinition = {
165
165
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#FFF', 'stop-opacity': '0' } },
166
166
  ],
167
167
  },
168
- { tag: 'ellipse', attrs: { id: 'sen__47__v', cx: '32.79', cy: '14.35', rx: '32.79', ry: '14.35' } },
168
+ { tag: 'ellipse', attrs: { id: 'sen__48__v', cx: '32.79', cy: '14.35', rx: '32.79', ry: '14.35' } },
169
169
  {
170
170
  tag: 'linearGradient',
171
- attrs: { id: 'sen__47__z', x1: '100%', x2: '0%', y1: '84.12%', y2: '15.88%' },
171
+ attrs: { id: 'sen__48__z', x1: '100%', x2: '0%', y1: '84.12%', y2: '15.88%' },
172
172
  children: [
173
173
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
174
174
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
@@ -177,7 +177,7 @@ const OffDayPurely: IconDefinition = {
177
177
  {
178
178
  tag: 'path',
179
179
  attrs: {
180
- id: 'sen__47__y',
180
+ id: 'sen__48__y',
181
181
  d: 'M31.79 43.3a5.2 5.2 0 0 0-7.3.05 4.97 4.97 0 0 0 .1 7.1l5.1 4.96a3.03 3.03 0 0 0 4.21 0L39 50.44c2-1.95 2.06-5.11.1-7.09-2-2-5.28-2.02-7.3-.04Z',
182
182
  },
183
183
  },
@@ -197,76 +197,76 @@ const OffDayPurely: IconDefinition = {
197
197
  tag: 'g',
198
198
  attrs: { transform: 'translate(0 58)' },
199
199
  children: [
200
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__a', fill: '#FFF' } },
201
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__a', fill: 'url(#sen__47__b)' } },
200
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__a', fill: '#FFF' } },
201
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__a', fill: 'url(#sen__48__b)' } },
202
202
  ],
203
203
  },
204
204
  {
205
205
  tag: 'g',
206
206
  attrs: { transform: 'translate(0 58)' },
207
207
  children: [
208
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__c', fill: '#FFF' } },
209
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__c', fill: 'url(#sen__47__d)' } },
208
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__c', fill: '#FFF' } },
209
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__c', fill: 'url(#sen__48__d)' } },
210
210
  ],
211
211
  },
212
212
  {
213
213
  tag: 'g',
214
214
  attrs: { transform: 'translate(0 58)' },
215
215
  children: [
216
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: '#FFF' } },
217
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: 'url(#sen__47__f)' } },
218
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__e', fill: '#000', filter: 'url(#sen__47__g)' } },
216
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__e', fill: '#FFF' } },
217
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__e', fill: 'url(#sen__48__f)' } },
218
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__e', fill: '#000', filter: 'url(#sen__48__g)' } },
219
219
  ],
220
220
  },
221
221
  {
222
222
  tag: 'g',
223
223
  attrs: { transform: 'translate(0 58)' },
224
224
  children: [
225
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__h', fill: '#FFF' } },
226
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__h', fill: 'url(#sen__47__i)' } },
225
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__h', fill: '#FFF' } },
226
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__h', fill: 'url(#sen__48__i)' } },
227
227
  ],
228
228
  },
229
229
  {
230
230
  tag: 'g',
231
- attrs: { fill: 'url(#sen__47__j)', transform: 'translate(0 30)' },
231
+ attrs: { fill: 'url(#sen__48__j)', transform: 'translate(0 30)' },
232
232
  children: [{ tag: 'path', attrs: { d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z' } }],
233
233
  },
234
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__k', fill: '#FFF' } },
235
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__k', fill: 'url(#sen__47__l)' } },
236
- { tag: 'path', attrs: { fill: 'url(#sen__47__m)', d: 'M97 0 162 38 162 114 97 152 32 114 32 38z' } },
237
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__n', fill: '#FFF' } },
238
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__n', fill: 'url(#sen__47__o)' } },
239
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__p', fill: '#FFF' } },
240
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__p', fill: 'url(#sen__47__o)' } },
241
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__q', fill: '#FFF' } },
242
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__q', fill: 'url(#sen__47__o)' } },
234
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__k', fill: '#FFF' } },
235
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__k', fill: 'url(#sen__48__l)' } },
236
+ { tag: 'path', attrs: { fill: 'url(#sen__48__m)', d: 'M97 0 162 38 162 114 97 152 32 114 32 38z' } },
237
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__n', fill: '#FFF' } },
238
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__n', fill: 'url(#sen__48__o)' } },
239
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__p', fill: '#FFF' } },
240
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__p', fill: 'url(#sen__48__o)' } },
241
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__q', fill: '#FFF' } },
242
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__q', fill: 'url(#sen__48__o)' } },
243
243
  {
244
244
  tag: 'g',
245
245
  attrs: { transform: 'translate(63 46)' },
246
246
  children: [
247
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__r', fill: '#FFF' } },
248
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__r', fill: 'url(#sen__47__s)' } },
247
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__r', fill: '#FFF' } },
248
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__r', fill: 'url(#sen__48__s)' } },
249
249
  ],
250
250
  },
251
251
  {
252
252
  tag: 'g',
253
253
  attrs: { transform: 'translate(63 46)' },
254
254
  children: [
255
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__t', fill: '#FFF' } },
256
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__t', fill: 'url(#sen__47__u)' } },
255
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__t', fill: '#FFF' } },
256
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__t', fill: 'url(#sen__48__u)' } },
257
257
  ],
258
258
  },
259
259
  {
260
260
  tag: 'g',
261
261
  attrs: { transform: 'translate(63 46)' },
262
262
  children: [
263
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__v', fill: '#FFF' } },
263
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__v', fill: '#FFF' } },
264
264
  {
265
265
  tag: 'use',
266
266
  attrs: {
267
- 'xlink:href': '#sen__47__v',
268
- fill: 'url(#sen__47__x)',
269
- stroke: 'url(#sen__47__w)',
267
+ 'xlink:href': '#sen__48__v',
268
+ fill: 'url(#sen__48__x)',
269
+ stroke: 'url(#sen__48__w)',
270
270
  'stroke-width': '.4',
271
271
  },
272
272
  },
@@ -276,8 +276,8 @@ const OffDayPurely: IconDefinition = {
276
276
  tag: 'g',
277
277
  attrs: { transform: 'translate(63 46)' },
278
278
  children: [
279
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__y', fill: '#FFF' } },
280
- { tag: 'use', attrs: { 'xlink:href': '#sen__47__y', fill: 'url(#sen__47__z)' } },
279
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__y', fill: '#FFF' } },
280
+ { tag: 'use', attrs: { 'xlink:href': '#sen__48__y', fill: 'url(#sen__48__z)' } },
281
281
  ],
282
282
  },
283
283
  ],
@@ -13,14 +13,14 @@ const RotateRightPurely: IconDefinition = {
13
13
  {
14
14
  tag: 'path',
15
15
  attrs: {
16
- id: 'sen__49__b',
16
+ id: 'sen__50__b',
17
17
  d: 'M24.13 14.28c.34 0 .62.28.62.63v7.34c0 .35-.28.63-.63.63H12.88a.62.62 0 0 1-.62-.63v-7.34c0-.35.28-.63.63-.63h11.24Zm-9.1-6.33a.16.16 0 0 1 .24-.13l2.93 1.92a.16.16 0 0 1 0 .26l-2.93 1.92a.16.16 0 0 1-.25-.13V10.6a6.29 6.29 0 0 0-6.28 6.18v.93a.74.74 0 0 1-1.49 0v-.82c0-4.25 3.41-7.7 7.64-7.77h.13V7.95Z',
18
18
  },
19
19
  },
20
20
  {
21
21
  tag: 'filter',
22
22
  attrs: {
23
- id: 'sen__49__a',
23
+ id: 'sen__50__a',
24
24
  width: '220%',
25
25
  height: '239.2%',
26
26
  x: '-60%',
@@ -49,7 +49,7 @@ const RotateRightPurely: IconDefinition = {
49
49
  {
50
50
  tag: 'filter',
51
51
  attrs: {
52
- id: 'sen__49__c',
52
+ id: 'sen__50__c',
53
53
  width: '248.6%',
54
54
  height: '272.4%',
55
55
  x: '-74.3%',
@@ -143,9 +143,9 @@ const RotateRightPurely: IconDefinition = {
143
143
  transform: 'translate(-914 -2025) translate(914 2025)',
144
144
  },
145
145
  children: [
146
- { tag: 'use', attrs: { 'xlink:href': '#sen__49__b', fill: '#000', filter: 'url(#sen__49__a)' } },
147
- { tag: 'use', attrs: { 'xlink:href': '#sen__49__b', fill: '#4A42F0', 'fill-opacity': '.6' } },
148
- { tag: 'use', attrs: { 'xlink:href': '#sen__49__b', fill: '#000', filter: 'url(#sen__49__c)' } },
146
+ { tag: 'use', attrs: { 'xlink:href': '#sen__50__b', fill: '#000', filter: 'url(#sen__50__a)' } },
147
+ { tag: 'use', attrs: { 'xlink:href': '#sen__50__b', fill: '#4A42F0', 'fill-opacity': '.6' } },
148
+ { tag: 'use', attrs: { 'xlink:href': '#sen__50__b', fill: '#000', filter: 'url(#sen__50__c)' } },
149
149
  ],
150
150
  },
151
151
  ],