@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,590 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _flexBox = require("@semcore/flex-box");
19
+
20
+ var _excluded = ["fill", "width", "height", "viewBox"];
21
+
22
+ function Blocked(_ref, ref) {
23
+ var _ref$fill = _ref.fill,
24
+ fill = _ref$fill === void 0 ? 'none' : _ref$fill,
25
+ _ref$width = _ref.width,
26
+ width = _ref$width === void 0 ? '260' : _ref$width,
27
+ _ref$height = _ref.height,
28
+ height = _ref$height === void 0 ? '260' : _ref$height,
29
+ _ref$viewBox = _ref.viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 260 260' : _ref$viewBox,
31
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
32
+ return /*#__PURE__*/_react["default"].createElement(_flexBox.Box, (0, _extends2["default"])({
33
+ ref: ref,
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox,
37
+ fill: fill,
38
+ tag: "svg"
39
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ 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",
41
+ fill: "#B780FF",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ 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",
45
+ fill: "#B780FF",
46
+ stroke: "#B780FF",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round",
49
+ shapeRendering: "geometricPrecision"
50
+ }), /*#__PURE__*/_react["default"].createElement("path", {
51
+ 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",
52
+ fill: "#fff",
53
+ stroke: "#fff",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ shapeRendering: "geometricPrecision"
57
+ }), /*#__PURE__*/_react["default"].createElement("path", {
58
+ 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",
59
+ fill: "#000",
60
+ stroke: "#000",
61
+ strokeMiterlimit: "10",
62
+ shapeRendering: "geometricPrecision"
63
+ }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ 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",
65
+ fill: "#fff",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ 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",
69
+ fill: "#B780FF",
70
+ shapeRendering: "geometricPrecision"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ 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",
73
+ fill: "#000",
74
+ stroke: "#000",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "m104.03 142.98 55.71-.66",
80
+ stroke: "#000",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ shapeRendering: "geometricPrecision"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ d: "m79.5 143.27 11.39-.13",
86
+ stroke: "#B780FF",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ shapeRendering: "geometricPrecision"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "m27.42 143.89 43.57-.52",
92
+ stroke: "#000",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round",
95
+ shapeRendering: "geometricPrecision"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ d: "m141.74 150.05 18.8-.4",
98
+ stroke: "#B780FF",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ shapeRendering: "geometricPrecision"
102
+ }), /*#__PURE__*/_react["default"].createElement("path", {
103
+ d: "m56.46 151.88 39.8-.85",
104
+ stroke: "#000",
105
+ strokeLinecap: "round",
106
+ strokeLinejoin: "round",
107
+ shapeRendering: "geometricPrecision"
108
+ }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ d: "m27.77 152.5 20.46-.44",
110
+ stroke: "#B780FF",
111
+ strokeLinecap: "round",
112
+ strokeLinejoin: "round",
113
+ shapeRendering: "geometricPrecision"
114
+ }), /*#__PURE__*/_react["default"].createElement("path", {
115
+ d: "m141.74 157.64 19.61-.61",
116
+ stroke: "#000",
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round",
119
+ shapeRendering: "geometricPrecision"
120
+ }), /*#__PURE__*/_react["default"].createElement("path", {
121
+ d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
122
+ stroke: "#B780FF",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
+ shapeRendering: "geometricPrecision"
126
+ }), /*#__PURE__*/_react["default"].createElement("path", {
127
+ d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
128
+ stroke: "#000",
129
+ strokeLinecap: "round",
130
+ strokeLinejoin: "round",
131
+ shapeRendering: "geometricPrecision"
132
+ }), /*#__PURE__*/_react["default"].createElement("path", {
133
+ d: "m91.19 167.37 28.6-1.17",
134
+ stroke: "#B780FF",
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round",
137
+ shapeRendering: "geometricPrecision"
138
+ }), /*#__PURE__*/_react["default"].createElement("path", {
139
+ d: "m62.58 168.55 23.73-.98",
140
+ stroke: "#000",
141
+ strokeLinecap: "round",
142
+ strokeLinejoin: "round",
143
+ shapeRendering: "geometricPrecision"
144
+ }), /*#__PURE__*/_react["default"].createElement("path", {
145
+ d: "m28.47 169.95 27.08-1.11",
146
+ stroke: "#B780FF",
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ shapeRendering: "geometricPrecision"
150
+ }), /*#__PURE__*/_react["default"].createElement("path", {
151
+ d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
152
+ stroke: "#000",
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round",
155
+ shapeRendering: "geometricPrecision"
156
+ }), /*#__PURE__*/_react["default"].createElement("path", {
157
+ d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
158
+ stroke: "#B780FF",
159
+ strokeLinecap: "round",
160
+ strokeLinejoin: "round",
161
+ shapeRendering: "geometricPrecision"
162
+ }), /*#__PURE__*/_react["default"].createElement("path", {
163
+ 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",
164
+ stroke: "#fff",
165
+ strokeLinecap: "round",
166
+ strokeLinejoin: "round",
167
+ shapeRendering: "geometricPrecision"
168
+ }), /*#__PURE__*/_react["default"].createElement("path", {
169
+ 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",
170
+ stroke: "#fff",
171
+ strokeLinecap: "round",
172
+ strokeLinejoin: "round",
173
+ shapeRendering: "geometricPrecision"
174
+ }), /*#__PURE__*/_react["default"].createElement("path", {
175
+ d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
176
+ stroke: "#fff",
177
+ strokeLinecap: "round",
178
+ strokeLinejoin: "round",
179
+ shapeRendering: "geometricPrecision"
180
+ }), /*#__PURE__*/_react["default"].createElement("path", {
181
+ 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",
182
+ fill: "#000",
183
+ stroke: "#000",
184
+ strokeMiterlimit: "10",
185
+ shapeRendering: "geometricPrecision"
186
+ }), /*#__PURE__*/_react["default"].createElement("path", {
187
+ d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
188
+ stroke: "#fff",
189
+ strokeLinecap: "round",
190
+ strokeLinejoin: "round",
191
+ shapeRendering: "geometricPrecision"
192
+ }), /*#__PURE__*/_react["default"].createElement("path", {
193
+ 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",
194
+ stroke: "#000",
195
+ strokeLinecap: "round",
196
+ strokeLinejoin: "round",
197
+ shapeRendering: "geometricPrecision"
198
+ }), /*#__PURE__*/_react["default"].createElement("path", {
199
+ 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",
200
+ fill: "#B780FF",
201
+ stroke: "#000",
202
+ strokeLinecap: "round",
203
+ strokeLinejoin: "round",
204
+ shapeRendering: "geometricPrecision"
205
+ }), /*#__PURE__*/_react["default"].createElement("path", {
206
+ 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",
207
+ fill: "#B780FF",
208
+ shapeRendering: "geometricPrecision"
209
+ }), /*#__PURE__*/_react["default"].createElement("path", {
210
+ 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",
211
+ stroke: "#000",
212
+ strokeLinecap: "round",
213
+ strokeLinejoin: "round",
214
+ shapeRendering: "geometricPrecision"
215
+ }), /*#__PURE__*/_react["default"].createElement("path", {
216
+ 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",
217
+ fill: "#B780FF",
218
+ shapeRendering: "geometricPrecision"
219
+ }), /*#__PURE__*/_react["default"].createElement("path", {
220
+ 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",
221
+ stroke: "#000",
222
+ strokeLinecap: "round",
223
+ strokeLinejoin: "round",
224
+ shapeRendering: "geometricPrecision"
225
+ }), /*#__PURE__*/_react["default"].createElement("path", {
226
+ d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
227
+ stroke: "#000",
228
+ strokeLinecap: "round",
229
+ strokeLinejoin: "round",
230
+ shapeRendering: "geometricPrecision"
231
+ }), /*#__PURE__*/_react["default"].createElement("path", {
232
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
233
+ fill: "#B780FF",
234
+ shapeRendering: "geometricPrecision"
235
+ }), /*#__PURE__*/_react["default"].createElement("path", {
236
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
237
+ stroke: "#000",
238
+ strokeLinecap: "round",
239
+ strokeLinejoin: "round",
240
+ shapeRendering: "geometricPrecision"
241
+ }), /*#__PURE__*/_react["default"].createElement("path", {
242
+ 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",
243
+ fill: "#000",
244
+ shapeRendering: "geometricPrecision"
245
+ }), /*#__PURE__*/_react["default"].createElement("mask", {
246
+ maskUnits: "userSpaceOnUse",
247
+ x: "14",
248
+ y: "67",
249
+ width: "148",
250
+ height: "23"
251
+ }, /*#__PURE__*/_react["default"].createElement("path", {
252
+ 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",
253
+ fill: "#000",
254
+ stroke: "#000",
255
+ strokeMiterlimit: "10",
256
+ shapeRendering: "geometricPrecision"
257
+ })), /*#__PURE__*/_react["default"].createElement("g", {
258
+ mask: "url(#a)"
259
+ }, /*#__PURE__*/_react["default"].createElement("path", {
260
+ 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",
261
+ fill: "#000",
262
+ shapeRendering: "geometricPrecision"
263
+ }), /*#__PURE__*/_react["default"].createElement("path", {
264
+ 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",
265
+ stroke: "#B780FF",
266
+ strokeMiterlimit: "10",
267
+ shapeRendering: "geometricPrecision"
268
+ })), /*#__PURE__*/_react["default"].createElement("path", {
269
+ d: "m96.66 61.45 14.9 12.72",
270
+ stroke: "#000",
271
+ strokeLinecap: "round",
272
+ strokeLinejoin: "round",
273
+ shapeRendering: "geometricPrecision"
274
+ }), /*#__PURE__*/_react["default"].createElement("path", {
275
+ d: "m114.66 70.69 41-6.86",
276
+ stroke: "#000",
277
+ strokeMiterlimit: "10",
278
+ shapeRendering: "geometricPrecision"
279
+ }), /*#__PURE__*/_react["default"].createElement("path", {
280
+ 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",
281
+ fill: "#000",
282
+ shapeRendering: "geometricPrecision"
283
+ }), /*#__PURE__*/_react["default"].createElement("path", {
284
+ 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",
285
+ fill: "#B780FF",
286
+ shapeRendering: "geometricPrecision"
287
+ }), /*#__PURE__*/_react["default"].createElement("path", {
288
+ 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",
289
+ fill: "#fff",
290
+ stroke: "#000",
291
+ strokeLinecap: "round",
292
+ strokeLinejoin: "round",
293
+ shapeRendering: "geometricPrecision"
294
+ }), /*#__PURE__*/_react["default"].createElement("path", {
295
+ 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",
296
+ stroke: "#000",
297
+ strokeLinecap: "round",
298
+ strokeLinejoin: "round",
299
+ shapeRendering: "geometricPrecision"
300
+ }), /*#__PURE__*/_react["default"].createElement("path", {
301
+ 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",
302
+ fill: "#fff",
303
+ shapeRendering: "geometricPrecision"
304
+ }), /*#__PURE__*/_react["default"].createElement("path", {
305
+ 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",
306
+ fill: "#fff",
307
+ shapeRendering: "geometricPrecision"
308
+ }), /*#__PURE__*/_react["default"].createElement("path", {
309
+ 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",
310
+ fill: "#B780FF",
311
+ shapeRendering: "geometricPrecision"
312
+ }), /*#__PURE__*/_react["default"].createElement("path", {
313
+ 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",
314
+ stroke: "#000",
315
+ strokeLinecap: "round",
316
+ strokeLinejoin: "round",
317
+ shapeRendering: "geometricPrecision"
318
+ }), /*#__PURE__*/_react["default"].createElement("path", {
319
+ d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
320
+ stroke: "#000",
321
+ strokeLinecap: "round",
322
+ strokeLinejoin: "round",
323
+ shapeRendering: "geometricPrecision"
324
+ }), /*#__PURE__*/_react["default"].createElement("path", {
325
+ 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",
326
+ stroke: "#000",
327
+ strokeLinecap: "round",
328
+ strokeLinejoin: "round",
329
+ shapeRendering: "geometricPrecision"
330
+ }), /*#__PURE__*/_react["default"].createElement("path", {
331
+ 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",
332
+ fill: "#B780FF",
333
+ shapeRendering: "geometricPrecision"
334
+ }), /*#__PURE__*/_react["default"].createElement("path", {
335
+ 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",
336
+ fill: "#fff",
337
+ shapeRendering: "geometricPrecision"
338
+ }), /*#__PURE__*/_react["default"].createElement("path", {
339
+ d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
340
+ stroke: "#000",
341
+ strokeLinecap: "round",
342
+ strokeLinejoin: "round",
343
+ shapeRendering: "geometricPrecision"
344
+ }), /*#__PURE__*/_react["default"].createElement("path", {
345
+ 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",
346
+ fill: "#fff",
347
+ shapeRendering: "geometricPrecision"
348
+ }), /*#__PURE__*/_react["default"].createElement("path", {
349
+ 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",
350
+ fill: "#fff",
351
+ stroke: "#000",
352
+ strokeLinecap: "round",
353
+ strokeLinejoin: "round",
354
+ shapeRendering: "geometricPrecision"
355
+ }), /*#__PURE__*/_react["default"].createElement("path", {
356
+ 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",
357
+ stroke: "#000",
358
+ strokeLinecap: "round",
359
+ strokeLinejoin: "round",
360
+ shapeRendering: "geometricPrecision"
361
+ }), /*#__PURE__*/_react["default"].createElement("path", {
362
+ 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",
363
+ stroke: "#000",
364
+ strokeLinecap: "round",
365
+ strokeLinejoin: "round",
366
+ shapeRendering: "geometricPrecision"
367
+ }), /*#__PURE__*/_react["default"].createElement("path", {
368
+ 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",
369
+ fill: "#fff",
370
+ shapeRendering: "geometricPrecision"
371
+ }), /*#__PURE__*/_react["default"].createElement("path", {
372
+ 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",
373
+ stroke: "#000",
374
+ strokeLinecap: "round",
375
+ strokeLinejoin: "round",
376
+ shapeRendering: "geometricPrecision"
377
+ }), /*#__PURE__*/_react["default"].createElement("path", {
378
+ d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
379
+ stroke: "#000",
380
+ strokeLinecap: "round",
381
+ strokeLinejoin: "round",
382
+ shapeRendering: "geometricPrecision"
383
+ }), /*#__PURE__*/_react["default"].createElement("path", {
384
+ 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",
385
+ fill: "#000",
386
+ shapeRendering: "geometricPrecision"
387
+ }), /*#__PURE__*/_react["default"].createElement("path", {
388
+ 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",
389
+ fill: "#B780FF",
390
+ shapeRendering: "geometricPrecision"
391
+ }), /*#__PURE__*/_react["default"].createElement("path", {
392
+ 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",
393
+ fill: "#fff",
394
+ shapeRendering: "geometricPrecision"
395
+ }), /*#__PURE__*/_react["default"].createElement("path", {
396
+ d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
397
+ stroke: "#000",
398
+ strokeLinecap: "round",
399
+ strokeLinejoin: "round",
400
+ shapeRendering: "geometricPrecision"
401
+ }), /*#__PURE__*/_react["default"].createElement("path", {
402
+ 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",
403
+ fill: "#B780FF",
404
+ shapeRendering: "geometricPrecision"
405
+ }), /*#__PURE__*/_react["default"].createElement("path", {
406
+ d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
407
+ fill: "#B780FF",
408
+ shapeRendering: "geometricPrecision"
409
+ }), /*#__PURE__*/_react["default"].createElement("path", {
410
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
411
+ fill: "#B780FF",
412
+ shapeRendering: "geometricPrecision"
413
+ }), /*#__PURE__*/_react["default"].createElement("path", {
414
+ 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",
415
+ fill: "#B780FF",
416
+ shapeRendering: "geometricPrecision"
417
+ }), /*#__PURE__*/_react["default"].createElement("path", {
418
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
419
+ stroke: "#000",
420
+ strokeLinecap: "round",
421
+ strokeLinejoin: "round",
422
+ shapeRendering: "geometricPrecision"
423
+ }), /*#__PURE__*/_react["default"].createElement("path", {
424
+ 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",
425
+ fill: "#fff",
426
+ shapeRendering: "geometricPrecision"
427
+ }), /*#__PURE__*/_react["default"].createElement("path", {
428
+ d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
429
+ stroke: "#000",
430
+ strokeLinecap: "round",
431
+ strokeLinejoin: "round",
432
+ shapeRendering: "geometricPrecision"
433
+ }), /*#__PURE__*/_react["default"].createElement("path", {
434
+ 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",
435
+ stroke: "#000",
436
+ strokeLinecap: "round",
437
+ strokeLinejoin: "round",
438
+ shapeRendering: "geometricPrecision"
439
+ }), /*#__PURE__*/_react["default"].createElement("path", {
440
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
441
+ stroke: "#000",
442
+ strokeLinecap: "round",
443
+ strokeLinejoin: "round",
444
+ shapeRendering: "geometricPrecision"
445
+ }), /*#__PURE__*/_react["default"].createElement("path", {
446
+ d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
447
+ stroke: "#000",
448
+ strokeLinecap: "round",
449
+ strokeLinejoin: "round",
450
+ shapeRendering: "geometricPrecision"
451
+ }), /*#__PURE__*/_react["default"].createElement("path", {
452
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
453
+ stroke: "#000",
454
+ strokeLinecap: "round",
455
+ strokeLinejoin: "round",
456
+ shapeRendering: "geometricPrecision"
457
+ }), /*#__PURE__*/_react["default"].createElement("path", {
458
+ 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",
459
+ fill: "#000",
460
+ shapeRendering: "geometricPrecision"
461
+ }), /*#__PURE__*/_react["default"].createElement("path", {
462
+ 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",
463
+ fill: "#B780FF",
464
+ shapeRendering: "geometricPrecision"
465
+ }), /*#__PURE__*/_react["default"].createElement("path", {
466
+ 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",
467
+ stroke: "#000",
468
+ strokeLinecap: "round",
469
+ strokeLinejoin: "round",
470
+ shapeRendering: "geometricPrecision"
471
+ }), /*#__PURE__*/_react["default"].createElement("path", {
472
+ 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",
473
+ fill: "#B780FF",
474
+ shapeRendering: "geometricPrecision"
475
+ }), /*#__PURE__*/_react["default"].createElement("path", {
476
+ 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",
477
+ stroke: "#000",
478
+ strokeLinecap: "round",
479
+ strokeLinejoin: "round",
480
+ shapeRendering: "geometricPrecision"
481
+ }), /*#__PURE__*/_react["default"].createElement("path", {
482
+ 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",
483
+ fill: "#B780FF",
484
+ shapeRendering: "geometricPrecision"
485
+ }), /*#__PURE__*/_react["default"].createElement("path", {
486
+ 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",
487
+ stroke: "#000",
488
+ strokeLinecap: "round",
489
+ strokeLinejoin: "round",
490
+ shapeRendering: "geometricPrecision"
491
+ }), /*#__PURE__*/_react["default"].createElement("path", {
492
+ 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",
493
+ fill: "#B780FF",
494
+ shapeRendering: "geometricPrecision"
495
+ }), /*#__PURE__*/_react["default"].createElement("path", {
496
+ 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",
497
+ stroke: "#000",
498
+ strokeLinecap: "round",
499
+ strokeLinejoin: "round",
500
+ shapeRendering: "geometricPrecision"
501
+ }), /*#__PURE__*/_react["default"].createElement("path", {
502
+ 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",
503
+ fill: "#000",
504
+ stroke: "#B780FF",
505
+ strokeLinecap: "round",
506
+ strokeLinejoin: "round",
507
+ shapeRendering: "geometricPrecision"
508
+ }), /*#__PURE__*/_react["default"].createElement("path", {
509
+ 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",
510
+ fill: "#000",
511
+ shapeRendering: "geometricPrecision"
512
+ }), /*#__PURE__*/_react["default"].createElement("path", {
513
+ 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",
514
+ fill: "#fff",
515
+ stroke: "#000",
516
+ strokeLinecap: "round",
517
+ strokeLinejoin: "round",
518
+ shapeRendering: "geometricPrecision"
519
+ }), /*#__PURE__*/_react["default"].createElement("path", {
520
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
521
+ fill: "#B780FF",
522
+ shapeRendering: "geometricPrecision"
523
+ }), /*#__PURE__*/_react["default"].createElement("path", {
524
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
525
+ stroke: "#000",
526
+ strokeLinecap: "round",
527
+ strokeLinejoin: "round",
528
+ shapeRendering: "geometricPrecision"
529
+ }), /*#__PURE__*/_react["default"].createElement("path", {
530
+ 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",
531
+ fill: "#000",
532
+ stroke: "#000",
533
+ strokeLinecap: "round",
534
+ strokeLinejoin: "round",
535
+ shapeRendering: "geometricPrecision"
536
+ }), /*#__PURE__*/_react["default"].createElement("path", {
537
+ 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",
538
+ fill: "#fff",
539
+ stroke: "#000",
540
+ strokeLinecap: "round",
541
+ strokeLinejoin: "round",
542
+ shapeRendering: "geometricPrecision"
543
+ }), /*#__PURE__*/_react["default"].createElement("path", {
544
+ 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",
545
+ fill: "#000",
546
+ stroke: "#000",
547
+ strokeLinecap: "round",
548
+ strokeLinejoin: "round",
549
+ shapeRendering: "geometricPrecision"
550
+ }), /*#__PURE__*/_react["default"].createElement("path", {
551
+ 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",
552
+ fill: "#fff",
553
+ stroke: "#000",
554
+ strokeLinecap: "round",
555
+ strokeLinejoin: "round",
556
+ shapeRendering: "geometricPrecision"
557
+ }), /*#__PURE__*/_react["default"].createElement("path", {
558
+ 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",
559
+ fill: "#000",
560
+ stroke: "#000",
561
+ strokeLinecap: "round",
562
+ strokeLinejoin: "round",
563
+ shapeRendering: "geometricPrecision"
564
+ }), /*#__PURE__*/_react["default"].createElement("path", {
565
+ 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",
566
+ fill: "#fff",
567
+ stroke: "#000",
568
+ strokeLinecap: "round",
569
+ strokeLinejoin: "round",
570
+ shapeRendering: "geometricPrecision"
571
+ }), /*#__PURE__*/_react["default"].createElement("path", {
572
+ 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",
573
+ stroke: "#fff",
574
+ strokeLinecap: "round",
575
+ strokeLinejoin: "round",
576
+ shapeRendering: "geometricPrecision"
577
+ }), /*#__PURE__*/_react["default"].createElement("path", {
578
+ 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",
579
+ stroke: "#B780FF",
580
+ strokeLinecap: "round",
581
+ strokeLinejoin: "round",
582
+ shapeRendering: "geometricPrecision"
583
+ }));
584
+ }
585
+
586
+ Blocked.displayName = 'Blocked';
587
+
588
+ var _default = (0, _core.createBaseComponent)(Blocked);
589
+
590
+ exports["default"] = _default;