@semcore/illustration 1.0.4 → 1.1.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 (194) hide show
  1. package/AccessDenied/index.d.ts +5 -0
  2. package/AccessDenied/index.js +283 -0
  3. package/AccessDenied/index.mjs +262 -0
  4. package/AreaChart/index.d.ts +5 -0
  5. package/AreaChart/index.js +100 -0
  6. package/AreaChart/index.mjs +79 -0
  7. package/Blocked/index.d.ts +5 -0
  8. package/Blocked/index.js +590 -0
  9. package/Blocked/index.mjs +569 -0
  10. package/CHANGELOG.md +12 -0
  11. package/ChoroplethMapChart/index.d.ts +5 -0
  12. package/ChoroplethMapChart/index.js +124 -0
  13. package/ChoroplethMapChart/index.mjs +103 -0
  14. package/Coffee/index.d.ts +5 -0
  15. package/Coffee/index.js +104 -0
  16. package/Coffee/index.mjs +83 -0
  17. package/Collection/index.d.ts +5 -0
  18. package/Collection/index.js +100 -0
  19. package/Collection/index.mjs +79 -0
  20. package/CombinedChart/index.d.ts +5 -0
  21. package/CombinedChart/index.js +152 -0
  22. package/CombinedChart/index.mjs +131 -0
  23. package/Confirmation/index.d.ts +5 -0
  24. package/Confirmation/index.js +312 -0
  25. package/Confirmation/index.mjs +291 -0
  26. package/Congrats/index.d.ts +5 -0
  27. package/Congrats/index.js +171 -0
  28. package/Congrats/index.mjs +150 -0
  29. package/ConnectionLost/index.d.ts +5 -0
  30. package/ConnectionLost/index.js +354 -0
  31. package/ConnectionLost/index.mjs +333 -0
  32. package/DeletedAccount/index.d.ts +5 -0
  33. package/DeletedAccount/index.js +440 -0
  34. package/DeletedAccount/index.mjs +419 -0
  35. package/DeletedPage/index.d.ts +5 -0
  36. package/DeletedPage/index.js +54 -0
  37. package/DeletedPage/index.mjs +33 -0
  38. package/Dns/index.d.ts +5 -0
  39. package/Dns/index.js +210 -0
  40. package/Dns/index.mjs +189 -0
  41. package/DonutChart/index.d.ts +5 -0
  42. package/DonutChart/index.js +147 -0
  43. package/DonutChart/index.mjs +126 -0
  44. package/Duplicates/index.d.ts +5 -0
  45. package/Duplicates/index.js +125 -0
  46. package/Duplicates/index.mjs +104 -0
  47. package/FunnelChart/index.d.ts +5 -0
  48. package/FunnelChart/index.js +122 -0
  49. package/FunnelChart/index.mjs +101 -0
  50. package/Good/index.d.ts +5 -0
  51. package/Good/index.js +152 -0
  52. package/Good/index.mjs +131 -0
  53. package/HeatMapChart/index.d.ts +5 -0
  54. package/HeatMapChart/index.js +160 -0
  55. package/HeatMapChart/index.mjs +139 -0
  56. package/HorizontalBarChart/index.d.ts +5 -0
  57. package/HorizontalBarChart/index.js +130 -0
  58. package/HorizontalBarChart/index.mjs +109 -0
  59. package/KagiChart/index.d.ts +5 -0
  60. package/KagiChart/index.js +92 -0
  61. package/KagiChart/index.mjs +71 -0
  62. package/LineChart/index.d.ts +5 -0
  63. package/LineChart/index.js +96 -0
  64. package/LineChart/index.mjs +75 -0
  65. package/LollipopChart/index.d.ts +5 -0
  66. package/LollipopChart/index.js +115 -0
  67. package/LollipopChart/index.mjs +94 -0
  68. package/Maintenance/index.d.ts +5 -0
  69. package/Maintenance/index.js +423 -0
  70. package/Maintenance/index.mjs +402 -0
  71. package/Nexttime/index.d.ts +5 -0
  72. package/Nexttime/index.js +124 -0
  73. package/Nexttime/index.mjs +103 -0
  74. package/NoPayment/index.d.ts +5 -0
  75. package/NoPayment/index.js +369 -0
  76. package/NoPayment/index.mjs +348 -0
  77. package/NothingFound/index.d.ts +5 -0
  78. package/NothingFound/index.js +166 -0
  79. package/NothingFound/index.mjs +145 -0
  80. package/OtherData/index.d.ts +5 -0
  81. package/OtherData/index.js +131 -0
  82. package/OtherData/index.mjs +110 -0
  83. package/PageError/index.d.ts +5 -0
  84. package/PageError/index.js +291 -0
  85. package/PageError/index.mjs +270 -0
  86. package/PageNotFound/index.d.ts +5 -0
  87. package/PageNotFound/index.js +341 -0
  88. package/PageNotFound/index.mjs +320 -0
  89. package/PieChart/index.d.ts +5 -0
  90. package/PieChart/index.js +130 -0
  91. package/PieChart/index.mjs +109 -0
  92. package/Processing/index.d.ts +5 -0
  93. package/Processing/index.js +107 -0
  94. package/Processing/index.mjs +86 -0
  95. package/ProjectNotFound/index.d.ts +5 -0
  96. package/ProjectNotFound/index.js +286 -0
  97. package/ProjectNotFound/index.mjs +265 -0
  98. package/RadarChart/index.d.ts +5 -0
  99. package/RadarChart/index.js +118 -0
  100. package/RadarChart/index.mjs +97 -0
  101. package/RadialTreeChart/index.d.ts +5 -0
  102. package/RadialTreeChart/index.js +154 -0
  103. package/RadialTreeChart/index.mjs +133 -0
  104. package/SankeyChart/index.d.ts +5 -0
  105. package/SankeyChart/index.js +138 -0
  106. package/SankeyChart/index.mjs +117 -0
  107. package/ScatterPlotChart/index.d.ts +5 -0
  108. package/ScatterPlotChart/index.js +137 -0
  109. package/ScatterPlotChart/index.mjs +116 -0
  110. package/StackedAreaChart/index.d.ts +5 -0
  111. package/StackedAreaChart/index.js +125 -0
  112. package/StackedAreaChart/index.mjs +104 -0
  113. package/Suggestion/index.d.ts +5 -0
  114. package/Suggestion/index.js +105 -0
  115. package/Suggestion/index.mjs +84 -0
  116. package/Suggestions/index.d.ts +5 -0
  117. package/Suggestions/index.js +108 -0
  118. package/Suggestions/index.mjs +87 -0
  119. package/Table/index.d.ts +5 -0
  120. package/Table/index.js +93 -0
  121. package/Table/index.mjs +72 -0
  122. package/TagCloud/index.d.ts +5 -0
  123. package/TagCloud/index.js +159 -0
  124. package/TagCloud/index.mjs +138 -0
  125. package/TextLinksEtc/index.d.ts +5 -0
  126. package/TextLinksEtc/index.js +97 -0
  127. package/TextLinksEtc/index.mjs +76 -0
  128. package/Timeout/index.d.ts +5 -0
  129. package/Timeout/index.js +455 -0
  130. package/Timeout/index.mjs +434 -0
  131. package/UnderConstruction/index.d.ts +5 -0
  132. package/UnderConstruction/index.js +162 -0
  133. package/UnderConstruction/index.mjs +141 -0
  134. package/VennChart/index.d.ts +5 -0
  135. package/VennChart/index.js +138 -0
  136. package/VennChart/index.mjs +117 -0
  137. package/VerticalBarChart/index.d.ts +5 -0
  138. package/VerticalBarChart/index.js +115 -0
  139. package/VerticalBarChart/index.mjs +94 -0
  140. package/Waiting/index.d.ts +5 -0
  141. package/Waiting/index.js +108 -0
  142. package/Waiting/index.mjs +87 -0
  143. package/Warning/index.d.ts +5 -0
  144. package/Warning/index.js +105 -0
  145. package/Warning/index.mjs +84 -0
  146. package/package.json +1 -1
  147. package/svg/AccessDenied.svg +48 -0
  148. package/svg/AreaChart.svg +13 -0
  149. package/svg/Blocked.svg +104 -0
  150. package/svg/ChoroplethMapChart.svg +15 -0
  151. package/svg/Coffee.svg +10 -0
  152. package/svg/Collection.svg +12 -0
  153. package/svg/CombinedChart.svg +23 -0
  154. package/svg/Confirmation.svg +54 -0
  155. package/svg/Congrats.svg +27 -0
  156. package/svg/ConnectionLost.svg +62 -0
  157. package/svg/DeletedAccount.svg +71 -0
  158. package/svg/DeletedPage.svg +4 -0
  159. package/svg/Dns.svg +37 -0
  160. package/svg/DonutChart.svg +18 -0
  161. package/svg/Duplicates.svg +16 -0
  162. package/svg/FunnelChart.svg +18 -0
  163. package/svg/Good.svg +20 -0
  164. package/svg/HeatMapChart.svg +27 -0
  165. package/svg/HorizontalBarChart.svg +19 -0
  166. package/svg/KagiChart.svg +11 -0
  167. package/svg/LineChart.svg +12 -0
  168. package/svg/LollipopChart.svg +14 -0
  169. package/svg/Maintenance.svg +72 -0
  170. package/svg/Nexttime.svg +16 -0
  171. package/svg/NoPayment.svg +73 -0
  172. package/svg/NothingFound.svg +21 -0
  173. package/svg/OtherData.svg +16 -0
  174. package/svg/PageError.svg +47 -0
  175. package/svg/PageNotFound.svg +59 -0
  176. package/svg/PieChart.svg +16 -0
  177. package/svg/Processing.svg +13 -0
  178. package/svg/ProjectNotFound.svg +41 -0
  179. package/svg/RadarChart.svg +18 -0
  180. package/svg/RadialTreeChart.svg +19 -0
  181. package/svg/SankeyChart.svg +17 -0
  182. package/svg/ScatterPlotChart.svg +20 -0
  183. package/svg/StackedAreaChart.svg +17 -0
  184. package/svg/Suggestion.svg +13 -0
  185. package/svg/Suggestions.svg +13 -0
  186. package/svg/Table.svg +11 -0
  187. package/svg/TagCloud.svg +26 -0
  188. package/svg/TextLinksEtc.svg +12 -0
  189. package/svg/Timeout.svg +81 -0
  190. package/svg/UnderConstruction.svg +21 -0
  191. package/svg/VennChart.svg +20 -0
  192. package/svg/VerticalBarChart.svg +14 -0
  193. package/svg/Waiting.svg +14 -0
  194. package/svg/Warning.svg +13 -0
@@ -0,0 +1,569 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { createBaseComponent } from '@semcore/core';
5
+ import { Box } from '@semcore/flex-box';
6
+
7
+ function Blocked({
8
+ fill = 'none',
9
+ width = '260',
10
+ height = '260',
11
+ viewBox = '0 0 260 260',
12
+ ...props
13
+ }, ref) {
14
+ return /*#__PURE__*/React.createElement(Box, _extends({
15
+ ref: ref,
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox,
19
+ fill: fill,
20
+ tag: "svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M198.25 84.33c-7.05-23.19-21.02-45.39-39.97-60.79a2.46 2.46 0 0 0-2.56-.32L125.22 37c-27.25-5.04-54.52-6.13-80.8 3.55a2.45 2.45 0 0 0-1.6 2.17l-1.97 38.53c-18.18 19.18-32.4 43.33-35.83 69.5a2.46 2.46 0 0 0 1.03 2.33l32.74 22.81c7.06 23.2 21.03 45.39 39.98 60.8a2.45 2.45 0 0 0 2.55.32l30.52-13.79c27.25 5.05 54.5 6.13 80.8-3.55a2.46 2.46 0 0 0 1.6-2.17l1.96-38.52c18.18-19.2 32.4-43.33 35.81-69.52a2.46 2.46 0 0 0-1.03-2.32l-32.72-22.81Z",
23
+ fill: "#B780FF",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M156.19 84.54a5.81 5.81 0 0 0-5.36-5.14L17.55 69.7l1.03-1.57-4.43 2.32a5.8 5.8 0 0 0-2.92 5.24l4.8 136.2 4.12 3.13 145.93-17.6-9.9-112.88Z",
27
+ fill: "#B780FF",
28
+ stroke: "#B780FF",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M173.56 201.13 20.15 215.02l-4.99-141.4a5.81 5.81 0 0 1 6.24-6l133.37 9.71a5.82 5.82 0 0 1 5.35 5.15l13.44 118.65Z",
34
+ fill: "#fff",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ shapeRendering: "geometricPrecision"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.81 5.81 0 0 1 6.24-6l133.37 9.7a5.82 5.82 0 0 1 5.35 5.15l.72 6.37Z",
41
+ fill: "#000",
42
+ stroke: "#000",
43
+ strokeMiterlimit: "10",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M30.19 74.72a2.3 2.3 0 0 1-2.56 2.43 2.98 2.98 0 0 1-2.77-2.78 2.3 2.3 0 0 1 2.55-2.4 2.98 2.98 0 0 1 2.78 2.75Z",
47
+ fill: "#fff",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M38.37 75.26a2.27 2.27 0 0 1-2.49 2.4 2.98 2.98 0 0 1-2.73-2.74 2.26 2.26 0 0 1 2.5-2.4 2.98 2.98 0 0 1 2.72 2.74ZM46.4 75.79a2.23 2.23 0 0 1-2.43 2.38 2.95 2.95 0 0 1-2.68-2.72 2.23 2.23 0 0 1 2.44-2.38 2.95 2.95 0 0 1 2.66 2.72ZM158.82 133.9a1.28 1.28 0 0 1-1.28 1.43l-76.38.2-52.56.15a1.28 1.28 0 0 1-1.28-1.24l-1.36-32.6a1.28 1.28 0 0 1 1.34-1.34l127.24 4.66a1.28 1.28 0 0 1 1.24 1.14l3.04 27.6Z",
51
+ fill: "#B780FF",
52
+ shapeRendering: "geometricPrecision"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "m117.98 189.25-86.06 5.98a2.36 2.36 0 0 1-2.5-2.25l-.48-11.87a2.35 2.35 0 0 1 2.23-2.44l85.65-4.36a2.34 2.34 0 0 1 2.46 2.13l.89 10.25a2.35 2.35 0 0 1-2.2 2.56Z",
55
+ fill: "#000",
56
+ stroke: "#000",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "m104.03 142.98 55.71-.66",
62
+ stroke: "#000",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ shapeRendering: "geometricPrecision"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ d: "m79.5 143.27 11.39-.13",
68
+ stroke: "#B780FF",
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round",
71
+ shapeRendering: "geometricPrecision"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "m27.42 143.89 43.57-.52",
74
+ stroke: "#000",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ d: "m141.74 150.05 18.8-.4",
80
+ stroke: "#B780FF",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ shapeRendering: "geometricPrecision"
84
+ }), /*#__PURE__*/React.createElement("path", {
85
+ d: "m56.46 151.88 39.8-.85",
86
+ stroke: "#000",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ shapeRendering: "geometricPrecision"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ d: "m27.77 152.5 20.46-.44",
92
+ stroke: "#B780FF",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round",
95
+ shapeRendering: "geometricPrecision"
96
+ }), /*#__PURE__*/React.createElement("path", {
97
+ d: "m141.74 157.64 19.61-.61",
98
+ stroke: "#000",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ shapeRendering: "geometricPrecision"
102
+ }), /*#__PURE__*/React.createElement("path", {
103
+ d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
104
+ stroke: "#B780FF",
105
+ strokeLinecap: "round",
106
+ strokeLinejoin: "round",
107
+ shapeRendering: "geometricPrecision"
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
110
+ stroke: "#000",
111
+ strokeLinecap: "round",
112
+ strokeLinejoin: "round",
113
+ shapeRendering: "geometricPrecision"
114
+ }), /*#__PURE__*/React.createElement("path", {
115
+ d: "m91.19 167.37 28.6-1.17",
116
+ stroke: "#B780FF",
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round",
119
+ shapeRendering: "geometricPrecision"
120
+ }), /*#__PURE__*/React.createElement("path", {
121
+ d: "m62.58 168.55 23.73-.98",
122
+ stroke: "#000",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
+ shapeRendering: "geometricPrecision"
126
+ }), /*#__PURE__*/React.createElement("path", {
127
+ d: "m28.47 169.95 27.08-1.11",
128
+ stroke: "#B780FF",
129
+ strokeLinecap: "round",
130
+ strokeLinejoin: "round",
131
+ shapeRendering: "geometricPrecision"
132
+ }), /*#__PURE__*/React.createElement("path", {
133
+ d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
134
+ stroke: "#000",
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round",
137
+ shapeRendering: "geometricPrecision"
138
+ }), /*#__PURE__*/React.createElement("path", {
139
+ d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
140
+ stroke: "#B780FF",
141
+ strokeLinecap: "round",
142
+ strokeLinejoin: "round",
143
+ shapeRendering: "geometricPrecision"
144
+ }), /*#__PURE__*/React.createElement("path", {
145
+ d: "M146.12 111.76a2.83 2.83 0 0 1-2.93 3.26 3.96 3.96 0 0 1-3.76-3.4 2.82 2.82 0 0 1 2.98-3.26 3.95 3.95 0 0 1 3.71 3.4v0ZM25.92 130.11l24.73-22.7a4.26 4.26 0 0 1 5.99.22l27.92 29.8",
146
+ stroke: "#fff",
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ shapeRendering: "geometricPrecision"
150
+ }), /*#__PURE__*/React.createElement("path", {
151
+ d: "m68.47 120.27 13-9.64a3.08 3.08 0 0 1 3.74.05L100.89 123M112.59 129.05l15.77-12.77a4.26 4.26 0 0 1 5.81.42l19.16 20.76",
152
+ stroke: "#fff",
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round",
155
+ shapeRendering: "geometricPrecision"
156
+ }), /*#__PURE__*/React.createElement("path", {
157
+ d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
158
+ stroke: "#fff",
159
+ strokeLinecap: "round",
160
+ strokeLinejoin: "round",
161
+ shapeRendering: "geometricPrecision"
162
+ }), /*#__PURE__*/React.createElement("path", {
163
+ d: "m20.57 69.91-3.02-.22.5-.77a.25.25 0 0 0-.32-.36l-3.58 1.89a5.8 5.8 0 0 0-2.92 5.24l.22 6.27 3.95-1.6 2.74-5.27 2.43-5.18Z",
164
+ fill: "#000",
165
+ stroke: "#000",
166
+ strokeMiterlimit: "10",
167
+ shapeRendering: "geometricPrecision"
168
+ }), /*#__PURE__*/React.createElement("path", {
169
+ d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
170
+ stroke: "#fff",
171
+ strokeLinecap: "round",
172
+ strokeLinejoin: "round",
173
+ shapeRendering: "geometricPrecision"
174
+ }), /*#__PURE__*/React.createElement("path", {
175
+ d: "m81.46 66.52 16.9 14M81.9 71.99l14.56-10.74M89.54 72.35l13.6-10.02M87.09 62.82l16.9 14M79.52 86.47l29.61-21.89M86.04 88.84 114 68.3",
176
+ stroke: "#000",
177
+ strokeLinecap: "round",
178
+ strokeLinejoin: "round",
179
+ shapeRendering: "geometricPrecision"
180
+ }), /*#__PURE__*/React.createElement("path", {
181
+ d: "m92.95 75.29-.26 1.48c0 .73 0 1.51-.04 2.33-.1 1.55-.32 3.1-.67 4.6 2.17.67 9.3 1.39 11.53 1.02 2.45-.4 3.25-7.47 3.44-11.2.11-2.18-1.2-.77-1.56-2.07l-8.03.87-4.41 2.97Z",
182
+ fill: "#B780FF",
183
+ stroke: "#000",
184
+ strokeLinecap: "round",
185
+ strokeLinejoin: "round",
186
+ shapeRendering: "geometricPrecision"
187
+ }), /*#__PURE__*/React.createElement("path", {
188
+ d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
189
+ fill: "#B780FF",
190
+ shapeRendering: "geometricPrecision"
191
+ }), /*#__PURE__*/React.createElement("path", {
192
+ d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
193
+ stroke: "#000",
194
+ strokeLinecap: "round",
195
+ strokeLinejoin: "round",
196
+ shapeRendering: "geometricPrecision"
197
+ }), /*#__PURE__*/React.createElement("path", {
198
+ d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33",
199
+ fill: "#B780FF",
200
+ shapeRendering: "geometricPrecision"
201
+ }), /*#__PURE__*/React.createElement("path", {
202
+ d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33M106.91 72.9c.56 7.2-2.13 12.47-5.27 12.77-2.32.22-5.4-1.61-6.81-5.11",
203
+ stroke: "#000",
204
+ strokeLinecap: "round",
205
+ strokeLinejoin: "round",
206
+ shapeRendering: "geometricPrecision"
207
+ }), /*#__PURE__*/React.createElement("path", {
208
+ d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
209
+ stroke: "#000",
210
+ strokeLinecap: "round",
211
+ strokeLinejoin: "round",
212
+ shapeRendering: "geometricPrecision"
213
+ }), /*#__PURE__*/React.createElement("path", {
214
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
215
+ fill: "#B780FF",
216
+ shapeRendering: "geometricPrecision"
217
+ }), /*#__PURE__*/React.createElement("path", {
218
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
219
+ stroke: "#000",
220
+ strokeLinecap: "round",
221
+ strokeLinejoin: "round",
222
+ shapeRendering: "geometricPrecision"
223
+ }), /*#__PURE__*/React.createElement("path", {
224
+ d: "M97.41 63.1c8.05 0 14.35 3.13 15.33 7.61 1.34 6.1-6.81 13.29-17.82 15.7-2.44.55-4.93.82-7.43.83-8.04 0-14.34-3.13-15.33-7.61-1.34-6.1 6.82-13.29 17.82-15.7a34.7 34.7 0 0 1 7.43-.83Zm0-2.55c-2.68 0-5.35.28-7.97.85C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.68 0 5.36-.3 7.98-.88 12.58-2.77 21.43-11.16 19.76-18.74-1.3-5.92-8.65-9.58-17.82-9.58Z",
225
+ fill: "#000",
226
+ shapeRendering: "geometricPrecision"
227
+ }), /*#__PURE__*/React.createElement("mask", {
228
+ maskUnits: "userSpaceOnUse",
229
+ x: "14",
230
+ y: "67",
231
+ width: "148",
232
+ height: "23"
233
+ }, /*#__PURE__*/React.createElement("path", {
234
+ d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.82 5.82 0 0 1 6.24-6l133.37 9.7a5.81 5.81 0 0 1 5.35 5.15l.72 6.37Z",
235
+ fill: "#000",
236
+ stroke: "#000",
237
+ strokeMiterlimit: "10",
238
+ shapeRendering: "geometricPrecision"
239
+ })), /*#__PURE__*/React.createElement("g", {
240
+ mask: "url(#a)"
241
+ }, /*#__PURE__*/React.createElement("path", {
242
+ d: "M115.23 70.14c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Zm3.47-5.15L91.9 83.89 76 70.62Z",
243
+ fill: "#000",
244
+ shapeRendering: "geometricPrecision"
245
+ }), /*#__PURE__*/React.createElement("path", {
246
+ d: "M75.98 70.62 91.9 83.89m23.34-13.75c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Z",
247
+ stroke: "#B780FF",
248
+ strokeMiterlimit: "10",
249
+ shapeRendering: "geometricPrecision"
250
+ })), /*#__PURE__*/React.createElement("path", {
251
+ d: "m96.66 61.45 14.9 12.72",
252
+ stroke: "#000",
253
+ strokeLinecap: "round",
254
+ strokeLinejoin: "round",
255
+ shapeRendering: "geometricPrecision"
256
+ }), /*#__PURE__*/React.createElement("path", {
257
+ d: "m114.66 70.69 41-6.86",
258
+ stroke: "#000",
259
+ strokeMiterlimit: "10",
260
+ shapeRendering: "geometricPrecision"
261
+ }), /*#__PURE__*/React.createElement("path", {
262
+ d: "M114.44 69.38a458.24 458.24 0 0 0 41.1-6.2l.22 1.28a441.46 441.46 0 0 0-30.72 5.3c-3.4.7-6.8 1.44-10.16 2.22l-.43-2.62-.01.02Z",
263
+ fill: "#000",
264
+ shapeRendering: "geometricPrecision"
265
+ }), /*#__PURE__*/React.createElement("path", {
266
+ d: "m112.48 120.54 1.84 3.58c2.13 10.7-.38 13.1-.43 20.13-.07 8.62.36 18.1.07 26.4a9.42 9.42 0 0 1-6.6 8.67c-10.13 3.19-26.69 8.47-30.23 10.5a11.67 11.67 0 0 0-4.38 6.08 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-1.13-4-5.97-23.56-6.95-28.12.63-7.05 2.22-13.07 2.85-20.11l16.26 1.14Z",
267
+ fill: "#B780FF",
268
+ shapeRendering: "geometricPrecision"
269
+ }), /*#__PURE__*/React.createElement("path", {
270
+ d: "M95.7 183.04c-4.2.55-4.01-11.32-1.46-12.8-5.7 3.13-12.57 8.04-14.73 9.47-1.66-.34-3.71-2.83-5.48-1.63a56.76 56.76 0 0 0-6.93 12.27c-.25.6-.41 1.23-.47 1.87-.18 2.3.89 4.29 2.5 4.94.62.24 1.3.3 1.95.18a2.08 2.08 0 0 0 1.66-1.46c.75-2.45 2.3-4.6 4.38-6.08 2.36-1.35 10.44-4.13 18.57-6.77v.01Z",
271
+ fill: "#fff",
272
+ stroke: "#000",
273
+ strokeLinecap: "round",
274
+ strokeLinejoin: "round",
275
+ shapeRendering: "geometricPrecision"
276
+ }), /*#__PURE__*/React.createElement("path", {
277
+ d: "M91.19 184.52c-4.2.55-3.4-10.5-.85-11.99M77.42 189.65c-.46-1.36-2.37-1.58-2.6-1.8-.85-1.42 2.84-7.63 4.68-8.14",
278
+ stroke: "#000",
279
+ strokeLinecap: "round",
280
+ strokeLinejoin: "round",
281
+ shapeRendering: "geometricPrecision"
282
+ }), /*#__PURE__*/React.createElement("path", {
283
+ d: "M114.01 159.57c-.06-5.14-.18-10.37-.14-15.33.07-7.04 2.56-9.43.43-20.14l-1.84-3.57-16.26-1.14c-.63 7.04-2.22 13.07-2.85 20.11.76 3.6 3.94 16.52 5.8 23.79.64-3.79 13.61-5.78 14.86-3.72Z",
284
+ fill: "#fff",
285
+ shapeRendering: "geometricPrecision"
286
+ }), /*#__PURE__*/React.createElement("path", {
287
+ d: "M113.94 170.66c.16-4.83.09-10.05.02-15.27l-2.66-.48c.95 8.55 1.52 15.1.37 18.48-1.66 4.87-7.41 6.9-7.4 6.9 1.75-.16 2.26-.71 3.09-.97a9.4 9.4 0 0 0 6.58-8.66Z",
288
+ fill: "#fff",
289
+ shapeRendering: "geometricPrecision"
290
+ }), /*#__PURE__*/React.createElement("path", {
291
+ d: "M113.89 153.62v-1.9c0-1.63-.01-3.24-.04-4.83l-18.16-8.57-.23 2.46c.67 1.73 2.34 5.84 6.65 8.8 3.38 2.3 7.04 1.88 11.78 4.04Z",
292
+ fill: "#B780FF",
293
+ shapeRendering: "geometricPrecision"
294
+ }), /*#__PURE__*/React.createElement("path", {
295
+ d: "M114.32 124.12c2.13 10.7-.38 13.1-.43 20.13-.03 4.95.08 10.18.14 15.33M99.18 163.29a967.63 967.63 0 0 1-5.8-23.79",
296
+ stroke: "#000",
297
+ strokeLinecap: "round",
298
+ strokeLinejoin: "round",
299
+ shapeRendering: "geometricPrecision"
300
+ }), /*#__PURE__*/React.createElement("path", {
301
+ d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
302
+ stroke: "#000",
303
+ strokeLinecap: "round",
304
+ strokeLinejoin: "round",
305
+ shapeRendering: "geometricPrecision"
306
+ }), /*#__PURE__*/React.createElement("path", {
307
+ d: "M114.01 159.57c.04 3.8.05 7.55-.07 11.1a9.42 9.42 0 0 1-6.58 8.66c-10.13 3.18-26.69 8.46-30.23 10.48a11.67 11.67 0 0 0-4.38 6.09 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-.24-.85-.65-2.39-1.15-4.34",
308
+ stroke: "#000",
309
+ strokeLinecap: "round",
310
+ strokeLinejoin: "round",
311
+ shapeRendering: "geometricPrecision"
312
+ }), /*#__PURE__*/React.createElement("path", {
313
+ d: "m93.22 123.1-3.15 6.71c-3.33 16.3 39.06 27.58 48.28 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13-12.94-5.04-13.51-6.49-2.47-6.14 3.54-5.4 0-6.74a2.06 2.06 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.6-2.53-2-4.79-3.99-6.45-9.15-7.6-27.25-20.86-36.19-24-.91-2.6-1.84-5.87-2.76-8.47l-14.69 3.72Z",
314
+ fill: "#B780FF",
315
+ shapeRendering: "geometricPrecision"
316
+ }), /*#__PURE__*/React.createElement("path", {
317
+ d: "M129.99 139.07c-7.2-5.01-14.54-9.56-19.31-11.21-.92-2.6-1.84-5.87-2.76-8.47l-14.7 3.71-3.15 6.71c-2.21 10.87 15.9 19.5 30.95 25.7-4.75-4.59 5.62-17.66 8.97-16.44Z",
318
+ fill: "#fff",
319
+ shapeRendering: "geometricPrecision"
320
+ }), /*#__PURE__*/React.createElement("path", {
321
+ d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
322
+ stroke: "#000",
323
+ strokeLinecap: "round",
324
+ strokeLinejoin: "round",
325
+ shapeRendering: "geometricPrecision"
326
+ }), /*#__PURE__*/React.createElement("path", {
327
+ d: "M159.57 193.48c-3.25-12.4-6.8-27.18-8.69-35.17-.6-2.53-2-4.79-4-6.44l-1.04-.86c2.64 2.13 8.12 31.18 13.73 42.48Z",
328
+ fill: "#fff",
329
+ shapeRendering: "geometricPrecision"
330
+ }), /*#__PURE__*/React.createElement("path", {
331
+ d: "M164.9 211.85c-1.49-4.07-3.77-12.35-6.14-21.47-.11 2.55-9.8 4.5-12.07 3.1 4.16 9.57 8.48 17.83 9.25 21.2a18.43 18.43 0 0 0-.72 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 3.01-1.97 2-3.16-3.88-4.61-11.97-8.73-15.5-10.07a2.06 2.06 0 0 1-1.2-1.21Z",
332
+ fill: "#fff",
333
+ stroke: "#000",
334
+ strokeLinecap: "round",
335
+ strokeLinejoin: "round",
336
+ shapeRendering: "geometricPrecision"
337
+ }), /*#__PURE__*/React.createElement("path", {
338
+ d: "M159.94 194.85c-.12 2.55-9.16 4.75-11.26 3.1M155.94 214.68a12.24 12.24 0 0 0 8.57 2.42 4.36 4.36 0 0 1 1.57-4.03",
339
+ stroke: "#000",
340
+ strokeLinecap: "round",
341
+ strokeLinejoin: "round",
342
+ shapeRendering: "geometricPrecision"
343
+ }), /*#__PURE__*/React.createElement("path", {
344
+ d: "M90.05 129.81c-3.31 16.3 39.08 27.58 48.3 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 2.88-1.87 2-3.16-2.18-3.24-11.97-8.73-15.5-10.07a2.05 2.05 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.59-2.53-1.99-4.79-3.99-6.45-9.15-7.6-27.24-20.86-36.18-24",
345
+ stroke: "#000",
346
+ strokeLinecap: "round",
347
+ strokeLinejoin: "round",
348
+ shapeRendering: "geometricPrecision"
349
+ }), /*#__PURE__*/React.createElement("path", {
350
+ d: "M90.05 129.81c1.86-2.53 6.12-7.3 15.81-7.26 2.9 0 5.76.53 8.46 1.57-.57-4.44-3.87-15.57-3.83-21.09.22-.98 1.34-4.08.57-6.23l-10.42-12.34c-1.62-.32-7.08.17-8.68-.74-6.16 5.39.65 25.38 2.43 29.73.44 1.5-3.81 9.39-4.34 16.36Z",
351
+ fill: "#fff",
352
+ shapeRendering: "geometricPrecision"
353
+ }), /*#__PURE__*/React.createElement("path", {
354
+ d: "M111.07 96.8c.77 2.13-.34 5.25-.57 6.23-.05 5.53 3.25 16.66 3.83 21.09a23.63 23.63 0 0 0-8.45-1.57c-9.7-.05-13.95 4.73-15.82 7.26.53-6.97 4.78-14.86 4.35-16.38-1.78-4.35-8.58-24.34-2.42-29.73 1.02.43 2.13.58 3.22.45",
355
+ stroke: "#000",
356
+ strokeLinecap: "round",
357
+ strokeLinejoin: "round",
358
+ shapeRendering: "geometricPrecision"
359
+ }), /*#__PURE__*/React.createElement("path", {
360
+ d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
361
+ stroke: "#000",
362
+ strokeLinecap: "round",
363
+ strokeLinejoin: "round",
364
+ shapeRendering: "geometricPrecision"
365
+ }), /*#__PURE__*/React.createElement("path", {
366
+ d: "M137.4 68.38a1.5 1.5 0 0 1-.25-2.96l18.26-3.06a1.5 1.5 0 0 1 .49 2.94l-18.26 3.06-.25.02Z",
367
+ fill: "#000",
368
+ shapeRendering: "geometricPrecision"
369
+ }), /*#__PURE__*/React.createElement("path", {
370
+ d: "M93.57 84.3c8.86-1.58 39.24 9.37 49.36-14.38l7.92-2.43c-5.66 30.22-38.39 32.96-57.64 26.4",
371
+ fill: "#B780FF",
372
+ shapeRendering: "geometricPrecision"
373
+ }), /*#__PURE__*/React.createElement("path", {
374
+ d: "M93.57 84.3a19.4 19.4 0 0 0-.36 9.57 54.63 54.63 0 0 0 10.07 2.36c-2-1.7.47-10.83 2.98-11.24-5.43-.5-10.03-1.16-12.69-.69Z",
375
+ fill: "#fff",
376
+ shapeRendering: "geometricPrecision"
377
+ }), /*#__PURE__*/React.createElement("path", {
378
+ d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
379
+ stroke: "#000",
380
+ strokeLinecap: "round",
381
+ strokeLinejoin: "round",
382
+ shapeRendering: "geometricPrecision"
383
+ }), /*#__PURE__*/React.createElement("path", {
384
+ d: "m149.89 68.96-7.8 2.13c1.03-3.6-1.04-4.97-.76-5.14.28-.17 1.65-.89 2.34 1.16.46-.13.82-.36.49-1.7a2.3 2.3 0 0 0-1.38-1.57c.08-.43.63-.54.85-.58 1.2-.23 1.96.58 2.27 1.89",
385
+ fill: "#B780FF",
386
+ shapeRendering: "geometricPrecision"
387
+ }), /*#__PURE__*/React.createElement("path", {
388
+ d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
389
+ fill: "#B780FF",
390
+ shapeRendering: "geometricPrecision"
391
+ }), /*#__PURE__*/React.createElement("path", {
392
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
393
+ fill: "#B780FF",
394
+ shapeRendering: "geometricPrecision"
395
+ }), /*#__PURE__*/React.createElement("path", {
396
+ d: "M150.85 67.49c.33-1.7 0-4-.72-4.58a1.04 1.04 0 0 0-1.33-.11l-2.23.05-1.38.23-.8.73 2.6 6.04 3.86-2.36Z",
397
+ fill: "#B780FF",
398
+ shapeRendering: "geometricPrecision"
399
+ }), /*#__PURE__*/React.createElement("path", {
400
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
401
+ stroke: "#000",
402
+ strokeLinecap: "round",
403
+ strokeLinejoin: "round",
404
+ shapeRendering: "geometricPrecision"
405
+ }), /*#__PURE__*/React.createElement("path", {
406
+ d: "M150.85 67.7c.2-1.16.17-2.35-.08-3.5-.36 12.49-12.24 25.16-25.03 30.7 15.25-4.71 22.74-14.55 25.11-27.2Z",
407
+ fill: "#fff",
408
+ shapeRendering: "geometricPrecision"
409
+ }), /*#__PURE__*/React.createElement("path", {
410
+ d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
411
+ stroke: "#000",
412
+ strokeLinecap: "round",
413
+ strokeLinejoin: "round",
414
+ shapeRendering: "geometricPrecision"
415
+ }), /*#__PURE__*/React.createElement("path", {
416
+ d: "M93.22 84.08c.66.1 1.32.13 1.98.07 9.94-.32 35.39 7.4 46.13-11.02M143.67 67.11c.46-.13.82-.36.49-1.7a2.31 2.31 0 0 0-1.39-1.57c.09-.42.64-.54.86-.58 1.2-.23 1.96.58 2.27 1.89M141.33 73.13c.43-.62 1.78-4.7.81-5.64M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.3.08-.56.26-.75.51",
417
+ stroke: "#000",
418
+ strokeLinecap: "round",
419
+ strokeLinejoin: "round",
420
+ shapeRendering: "geometricPrecision"
421
+ }), /*#__PURE__*/React.createElement("path", {
422
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
423
+ stroke: "#000",
424
+ strokeLinecap: "round",
425
+ strokeLinejoin: "round",
426
+ shapeRendering: "geometricPrecision"
427
+ }), /*#__PURE__*/React.createElement("path", {
428
+ d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
429
+ stroke: "#000",
430
+ strokeLinecap: "round",
431
+ strokeLinejoin: "round",
432
+ shapeRendering: "geometricPrecision"
433
+ }), /*#__PURE__*/React.createElement("path", {
434
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
435
+ stroke: "#000",
436
+ strokeLinecap: "round",
437
+ strokeLinejoin: "round",
438
+ shapeRendering: "geometricPrecision"
439
+ }), /*#__PURE__*/React.createElement("path", {
440
+ d: "M144.16 65.4c-.1-.42-.33-.8-.66-1.1l-6.38 1.07a1.54 1.54 0 0 0 .5 3.03l6.07-1.02c.49-.12.8-.63.47-1.98Z",
441
+ fill: "#000",
442
+ shapeRendering: "geometricPrecision"
443
+ }), /*#__PURE__*/React.createElement("path", {
444
+ d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
445
+ fill: "#B780FF",
446
+ shapeRendering: "geometricPrecision"
447
+ }), /*#__PURE__*/React.createElement("path", {
448
+ d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
449
+ stroke: "#000",
450
+ strokeLinecap: "round",
451
+ strokeLinejoin: "round",
452
+ shapeRendering: "geometricPrecision"
453
+ }), /*#__PURE__*/React.createElement("path", {
454
+ d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
455
+ fill: "#B780FF",
456
+ shapeRendering: "geometricPrecision"
457
+ }), /*#__PURE__*/React.createElement("path", {
458
+ d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
459
+ stroke: "#000",
460
+ strokeLinecap: "round",
461
+ strokeLinejoin: "round",
462
+ shapeRendering: "geometricPrecision"
463
+ }), /*#__PURE__*/React.createElement("path", {
464
+ d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
465
+ fill: "#B780FF",
466
+ shapeRendering: "geometricPrecision"
467
+ }), /*#__PURE__*/React.createElement("path", {
468
+ d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
469
+ stroke: "#000",
470
+ strokeLinecap: "round",
471
+ strokeLinejoin: "round",
472
+ shapeRendering: "geometricPrecision"
473
+ }), /*#__PURE__*/React.createElement("path", {
474
+ d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
475
+ fill: "#B780FF",
476
+ shapeRendering: "geometricPrecision"
477
+ }), /*#__PURE__*/React.createElement("path", {
478
+ d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
479
+ stroke: "#000",
480
+ strokeLinecap: "round",
481
+ strokeLinejoin: "round",
482
+ shapeRendering: "geometricPrecision"
483
+ }), /*#__PURE__*/React.createElement("path", {
484
+ d: "M77.42 56.29c-1.74 5.81.33 10.84 4.55 13.1 5.46 2.9 12.09-3.07 14.54-1.97.52-9.68-11.04-2.38-14.68-9.23-.85 1.73.27 3.72.47 3.93a8.48 8.48 0 0 1-4.88-5.83Z",
485
+ fill: "#000",
486
+ stroke: "#B780FF",
487
+ strokeLinecap: "round",
488
+ strokeLinejoin: "round",
489
+ shapeRendering: "geometricPrecision"
490
+ }), /*#__PURE__*/React.createElement("path", {
491
+ d: "M92.34 73.43c-.4-3.58.56-5.5 3.56-7.17 3.35-1.86 10.07-.4 11.12 3.59l-1.63 1.08-13.05 2.5Z",
492
+ fill: "#000",
493
+ shapeRendering: "geometricPrecision"
494
+ }), /*#__PURE__*/React.createElement("path", {
495
+ d: "M92.55 73.17c2.5-2.32 10.57-6.39 14.9-3.01a1.1 1.1 0 0 1 .43.78c.02.66.01 1.32-.04 1.98a.5.5 0 0 1-.24.4.5.5 0 0 1-.46.03c-1.12-.47-2.3-.77-3.51-.88-5.36-.5-9.46 2.86-10.96 4.29a.3.3 0 0 1-.52-.21l-.07-2.3a1.43 1.43 0 0 1 .47-1.08Z",
496
+ fill: "#fff",
497
+ stroke: "#000",
498
+ strokeLinecap: "round",
499
+ strokeLinejoin: "round",
500
+ shapeRendering: "geometricPrecision"
501
+ }), /*#__PURE__*/React.createElement("path", {
502
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
503
+ fill: "#B780FF",
504
+ shapeRendering: "geometricPrecision"
505
+ }), /*#__PURE__*/React.createElement("path", {
506
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
507
+ stroke: "#000",
508
+ strokeLinecap: "round",
509
+ strokeLinejoin: "round",
510
+ shapeRendering: "geometricPrecision"
511
+ }), /*#__PURE__*/React.createElement("path", {
512
+ d: "m235.47 53.14-2.82-2.37-2.13.8-.53 2.28-21 5.07 5.93-13.88a1.32 1.32 0 0 0-.42-1.6l-2.92-2.43-8.14 7.12 5.41-2.03-42.7 28.52h-3.95l-.97.85 2.88 2.41c.2.2.44.35.72.4l47.6 9.4a1.35 1.35 0 0 0 1.5-1.87l-5.48-12.23 25.75-6.22a2.34 2.34 0 0 0 1.79-2.19l.37-10.32a1.94 1.94 0 0 0-.89-1.71Z",
513
+ fill: "#000",
514
+ stroke: "#000",
515
+ strokeLinecap: "round",
516
+ strokeLinejoin: "round",
517
+ shapeRendering: "geometricPrecision"
518
+ }), /*#__PURE__*/React.createElement("path", {
519
+ d: "M210.04 40.96 161.47 73.4a1.35 1.35 0 0 0 .49 2.44l47.58 9.4a1.35 1.35 0 0 0 1.5-1.88l-5.48-12.22 25.74-6.22a2.34 2.34 0 0 0 1.8-2.2l.37-10.32a1.94 1.94 0 0 0-2.4-1.96l-24.98 6.04 5.94-13.88a1.35 1.35 0 0 0-2-1.64Z",
520
+ fill: "#fff",
521
+ stroke: "#000",
522
+ strokeLinecap: "round",
523
+ strokeLinejoin: "round",
524
+ shapeRendering: "geometricPrecision"
525
+ }), /*#__PURE__*/React.createElement("path", {
526
+ d: "m238.53 123.63-1.42-2.33-1.22.59-.7 1.44-10.7-.3 3.83-5.93a.85.85 0 0 0 0-.92l-1.52-2.43-.98.71-.51 2.08-19.86 7.17.93-.8-7.47 1.07 1.53 2.44c.07.21.22.39.43.48l22.95 10.94a.85.85 0 0 0 1.2-1.01l-1.81-6.46 13.74.37a.85.85 0 0 0 .86-.71l1.01-5.62a.86.86 0 0 0-.29-.78Z",
527
+ fill: "#000",
528
+ stroke: "#000",
529
+ strokeLinecap: "round",
530
+ strokeLinejoin: "round",
531
+ shapeRendering: "geometricPrecision"
532
+ }), /*#__PURE__*/React.createElement("path", {
533
+ d: "m225.76 113.38-26.33 9.51a.85.85 0 0 0-.07 1.58l22.95 10.94a.85.85 0 0 0 .93-.11.85.85 0 0 0 .26-.9l-1.82-6.46 13.75.38a.86.86 0 0 0 .85-.71l.98-5.64a.86.86 0 0 0-.47-.91.83.83 0 0 0-.36-.09l-13.5-.37 3.84-5.96a.85.85 0 0 0-1.01-1.26Z",
534
+ fill: "#fff",
535
+ stroke: "#000",
536
+ strokeLinecap: "round",
537
+ strokeLinejoin: "round",
538
+ shapeRendering: "geometricPrecision"
539
+ }), /*#__PURE__*/React.createElement("path", {
540
+ d: "m159.14 46.55-.49-5.25a.74.74 0 0 0-.37-.57l-1.4-1.23-.84.4-.26 1.23-10 2.42 1.97-6.23a.72.72 0 0 0-.19-.74l-1.67-1.47-.3.85-.67 1.73-16.87 11.83h-1.96l-2.17 1.38 1.58 1.36c.06.09.14.16.23.2.06.04.13.07.2.08l22.9 4.15a.74.74 0 0 0 .76-1.1l-3.15-5.31 12.14-2.93a.74.74 0 0 0 .56-.8Z",
541
+ fill: "#000",
542
+ stroke: "#000",
543
+ strokeLinecap: "round",
544
+ strokeLinejoin: "round",
545
+ shapeRendering: "geometricPrecision"
546
+ }), /*#__PURE__*/React.createElement("path", {
547
+ d: "m145 35.05-20.97 14.72a.74.74 0 0 0-.1 1.13c.11.1.25.17.39.2l22.89 4.15a.74.74 0 0 0 .76-1.11l-3.18-5.3 12.16-2.95a.74.74 0 0 0 .56-.78l-.5-5.25a.74.74 0 0 0-.3-.53.73.73 0 0 0-.6-.12l-11.95 2.9 1.97-6.23a.74.74 0 0 0-1.13-.83Z",
548
+ fill: "#fff",
549
+ stroke: "#000",
550
+ strokeLinecap: "round",
551
+ strokeLinejoin: "round",
552
+ shapeRendering: "geometricPrecision"
553
+ }), /*#__PURE__*/React.createElement("path", {
554
+ d: "M150.5 36.94a52.5 52.5 0 0 1 12.17-3.14M162.24 38.78a29.32 29.32 0 0 1 4.78-.97",
555
+ stroke: "#fff",
556
+ strokeLinecap: "round",
557
+ strokeLinejoin: "round",
558
+ shapeRendering: "geometricPrecision"
559
+ }), /*#__PURE__*/React.createElement("path", {
560
+ d: "M216.55 48.56a164.69 164.69 0 0 1 36.26-10.27M237.7 49.73a47.69 47.69 0 0 1 7.7-1.52M235.02 117.33a96.35 96.35 0 0 1 19.98 1.4M242.45 122.61c1.4 0 2.89.08 4.44.2M16.03 211.88l3.52 3.18 88.14-6.9",
561
+ stroke: "#B780FF",
562
+ strokeLinecap: "round",
563
+ strokeLinejoin: "round",
564
+ shapeRendering: "geometricPrecision"
565
+ }));
566
+ }
567
+
568
+ Blocked.displayName = 'Blocked';
569
+ export default createBaseComponent(Blocked);
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [1.1.0] - 2022-09-21
6
+
7
+ ### Added
8
+
9
+ - Added svg illustrations (they were moved from `widget-empty` and `errors` components).
10
+
11
+ ## [1.0.5] - 2022-08-30
12
+
13
+ ### Changed
14
+
15
+ - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.10 ~> 4.5.11]).
16
+
5
17
  ## [1.0.4] - 2022-08-18
6
18
 
7
19
  ### Changed
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+