intergalactic 15.98.2 → 15.99.0-prerelease.1

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 (529) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/accordion/index.d.ts +6 -0
  3. package/accordion/lib/cjs/Accordion.js +21 -13
  4. package/accordion/lib/cjs/Accordion.js.map +1 -1
  5. package/accordion/lib/cjs/index.d.js.map +1 -1
  6. package/accordion/lib/cjs/style/accordion.shadow.css +12 -0
  7. package/accordion/lib/es6/Accordion.js +21 -13
  8. package/accordion/lib/es6/Accordion.js.map +1 -1
  9. package/accordion/lib/es6/index.d.js.map +1 -1
  10. package/accordion/lib/es6/style/accordion.shadow.css +12 -0
  11. package/accordion/lib/types/index.d.ts +6 -0
  12. package/animation/lib/cjs/Animation.js +11 -11
  13. package/animation/lib/cjs/Collapse.js +28 -28
  14. package/animation/lib/cjs/FadeInOut.js +28 -28
  15. package/animation/lib/cjs/Scale.js +28 -28
  16. package/animation/lib/cjs/Slide.js +28 -28
  17. package/animation/lib/cjs/Transform.js +28 -28
  18. package/animation/lib/es6/Animation.js +11 -11
  19. package/animation/lib/es6/Collapse.js +28 -28
  20. package/animation/lib/es6/FadeInOut.js +28 -28
  21. package/animation/lib/es6/Scale.js +28 -28
  22. package/animation/lib/es6/Slide.js +28 -28
  23. package/animation/lib/es6/Transform.js +28 -28
  24. package/badge/lib/cjs/Badge.js +6 -6
  25. package/badge/lib/es6/Badge.js +6 -6
  26. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  27. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  28. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  29. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  30. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  31. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  32. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  33. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  34. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  35. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  36. package/button/lib/cjs/Button.js +26 -26
  37. package/button/lib/es6/Button.js +26 -26
  38. package/card/lib/cjs/Card.js +8 -8
  39. package/card/lib/es6/Card.js +8 -8
  40. package/carousel/lib/cjs/Carousel.js +21 -21
  41. package/carousel/lib/es6/Carousel.js +21 -21
  42. package/checkbox/lib/cjs/Checkbox.js +18 -18
  43. package/checkbox/lib/es6/Checkbox.js +18 -18
  44. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  45. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  46. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  47. package/color-picker/lib/es6/ColorPicker.js +23 -23
  48. package/color-picker/lib/es6/PaletteManager.js +23 -23
  49. package/color-picker/lib/es6/components/InputColor.js +23 -23
  50. package/components.json +73 -73
  51. package/counter/lib/cjs/Counter.js +11 -11
  52. package/counter/lib/es6/Counter.js +11 -11
  53. package/d3-chart/lib/cjs/Area.js +11 -11
  54. package/d3-chart/lib/cjs/Axis.js +14 -14
  55. package/d3-chart/lib/cjs/Bar.js +10 -10
  56. package/d3-chart/lib/cjs/Bubble.js +12 -12
  57. package/d3-chart/lib/cjs/Donut.js +9 -9
  58. package/d3-chart/lib/cjs/Dots.js +8 -8
  59. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  60. package/d3-chart/lib/cjs/Hover.js +3 -3
  61. package/d3-chart/lib/cjs/Line.js +9 -9
  62. package/d3-chart/lib/cjs/Plot.js +3 -3
  63. package/d3-chart/lib/cjs/Radar.js +19 -19
  64. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  65. package/d3-chart/lib/cjs/Reference.js +12 -12
  66. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  67. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  68. package/d3-chart/lib/cjs/Venn.js +9 -9
  69. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  70. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  71. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  72. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  73. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  74. package/d3-chart/lib/es6/Area.js +11 -11
  75. package/d3-chart/lib/es6/Axis.js +14 -14
  76. package/d3-chart/lib/es6/Bar.js +10 -10
  77. package/d3-chart/lib/es6/Bubble.js +12 -12
  78. package/d3-chart/lib/es6/Donut.js +9 -9
  79. package/d3-chart/lib/es6/Dots.js +8 -8
  80. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  81. package/d3-chart/lib/es6/Hover.js +3 -3
  82. package/d3-chart/lib/es6/Line.js +9 -9
  83. package/d3-chart/lib/es6/Plot.js +3 -3
  84. package/d3-chart/lib/es6/Radar.js +19 -19
  85. package/d3-chart/lib/es6/RadialTree.js +11 -11
  86. package/d3-chart/lib/es6/Reference.js +12 -12
  87. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  88. package/d3-chart/lib/es6/Tooltip.js +9 -9
  89. package/d3-chart/lib/es6/Venn.js +9 -9
  90. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  91. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  92. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  93. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  94. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  95. package/data-table/lib/cjs/Body.js +2 -1
  96. package/data-table/lib/cjs/Body.js.map +1 -1
  97. package/data-table/lib/cjs/DataTable.js +37 -37
  98. package/data-table/lib/es6/Body.js +2 -1
  99. package/data-table/lib/es6/Body.js.map +1 -1
  100. package/data-table/lib/es6/DataTable.js +37 -37
  101. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  102. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  103. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  104. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  105. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  106. package/date-picker/lib/es6/components/Calendar.js +21 -21
  107. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  108. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  109. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  110. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  111. package/divider/lib/cjs/Divider.js +9 -9
  112. package/divider/lib/es6/Divider.js +9 -9
  113. package/dot/lib/cjs/Dot.js +10 -10
  114. package/dot/lib/es6/Dot.js +10 -10
  115. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  116. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  117. package/dropdown/lib/cjs/Dropdown.js +2 -2
  118. package/dropdown/lib/es6/Dropdown.js +2 -2
  119. package/dropdown-menu/lib/cjs/DropdownMenu.js +22 -19
  120. package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
  121. package/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +87 -1
  122. package/dropdown-menu/lib/es6/DropdownMenu.js +22 -19
  123. package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
  124. package/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +87 -1
  125. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  126. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  127. package/errors/lib/cjs/Error.js +9 -9
  128. package/errors/lib/es6/Error.js +9 -9
  129. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  130. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  131. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  132. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  133. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  134. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
  135. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  136. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  137. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  138. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
  139. package/flags/lib/cjs/Flags.js +3 -3
  140. package/flags/lib/es6/Flags.js +3 -3
  141. package/flags/lib/sprites/sprite@1x.css +256 -256
  142. package/flags/lib/sprites/sprite@2x.css +257 -257
  143. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  144. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  145. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  146. package/flex-box/lib/es6/Box/useBox.js +3 -3
  147. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  148. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  149. package/format-text/lib/cjs/FormatText.js +5 -5
  150. package/format-text/lib/es6/FormatText.js +5 -5
  151. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  152. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  153. package/grid/lib/cjs/Grid.js +114 -114
  154. package/grid/lib/es6/Grid.js +114 -114
  155. package/i18n-unplugin/index.d.ts +25 -0
  156. package/i18n-unplugin/lib/cjs/index.js +38 -7
  157. package/i18n-unplugin/lib/cjs/index.js.map +1 -1
  158. package/i18n-unplugin/lib/es6/index.js +32 -6
  159. package/i18n-unplugin/lib/es6/index.js.map +1 -1
  160. package/i18n-unplugin/lib/types/index.d.ts +25 -0
  161. package/icon/AdBottom/m/index.js +3 -3
  162. package/icon/AdBottom/m/index.mjs +3 -3
  163. package/icon/AdMiddle/l/index.d.ts +6 -0
  164. package/icon/AdMiddle/l/index.js +46 -0
  165. package/icon/AdMiddle/l/index.mjs +34 -0
  166. package/icon/AdMiddle/m/index.d.ts +6 -0
  167. package/icon/AdMiddle/m/index.js +46 -0
  168. package/icon/AdMiddle/m/index.mjs +34 -0
  169. package/icon/AdTop/m/index.js +3 -3
  170. package/icon/AdTop/m/index.mjs +3 -3
  171. package/icon/PositionMiddle/l/index.d.ts +6 -0
  172. package/icon/PositionMiddle/l/index.js +41 -0
  173. package/icon/PositionMiddle/l/index.mjs +29 -0
  174. package/icon/PositionMiddle/m/index.d.ts +6 -0
  175. package/icon/PositionMiddle/m/index.js +41 -0
  176. package/icon/PositionMiddle/m/index.mjs +29 -0
  177. package/icon/color/Confluence/l/index.js +4 -4
  178. package/icon/color/Confluence/l/index.mjs +4 -4
  179. package/icon/color/Confluence/m/index.js +4 -4
  180. package/icon/color/Confluence/m/index.mjs +4 -4
  181. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  182. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  183. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  184. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  185. package/icon/lib/cjs/Icon.js +5 -5
  186. package/icon/lib/es6/Icon.js +5 -5
  187. package/icon/pay/Discover/l/index.js +1 -1
  188. package/icon/pay/Discover/l/index.mjs +1 -1
  189. package/icon/pay/Discover/m/index.js +1 -1
  190. package/icon/pay/Discover/m/index.mjs +1 -1
  191. package/icon/pay/JCB/l/index.js +10 -10
  192. package/icon/pay/JCB/l/index.mjs +10 -10
  193. package/icon/pay/JCB/m/index.js +10 -10
  194. package/icon/pay/JCB/m/index.mjs +10 -10
  195. package/icon/pay/Visa/l/index.js +2 -2
  196. package/icon/pay/Visa/l/index.mjs +2 -2
  197. package/icon/pay/Visa/m/index.js +2 -2
  198. package/icon/pay/Visa/m/index.mjs +2 -2
  199. package/illustration/AccessDenied/index.d.ts +27 -3
  200. package/illustration/AccessDenied/index.js +211 -205
  201. package/illustration/AccessDenied/index.mjs +211 -205
  202. package/illustration/AccessLogIn/index.d.ts +27 -3
  203. package/illustration/AccessLogIn/index.js +313 -307
  204. package/illustration/AccessLogIn/index.mjs +313 -307
  205. package/illustration/AreaChart/index.d.ts +27 -3
  206. package/illustration/AreaChart/index.js +58 -52
  207. package/illustration/AreaChart/index.mjs +58 -52
  208. package/illustration/Blocked/index.d.ts +27 -3
  209. package/illustration/Blocked/index.js +462 -456
  210. package/illustration/Blocked/index.mjs +462 -456
  211. package/illustration/ChoroplethMapChart/index.d.ts +27 -3
  212. package/illustration/ChoroplethMapChart/index.js +80 -74
  213. package/illustration/ChoroplethMapChart/index.mjs +80 -74
  214. package/illustration/Coffee/index.d.ts +27 -3
  215. package/illustration/Coffee/index.js +65 -59
  216. package/illustration/Coffee/index.mjs +65 -59
  217. package/illustration/Collection/index.d.ts +27 -3
  218. package/illustration/Collection/index.js +59 -53
  219. package/illustration/Collection/index.mjs +59 -53
  220. package/illustration/CombinedChart/index.d.ts +27 -3
  221. package/illustration/CombinedChart/index.js +87 -81
  222. package/illustration/CombinedChart/index.mjs +87 -81
  223. package/illustration/Confirmation/index.d.ts +27 -3
  224. package/illustration/Confirmation/index.js +236 -230
  225. package/illustration/Confirmation/index.mjs +236 -230
  226. package/illustration/Congrats/index.d.ts +27 -3
  227. package/illustration/Congrats/index.js +116 -110
  228. package/illustration/Congrats/index.mjs +116 -110
  229. package/illustration/ConnectionLost/index.d.ts +27 -3
  230. package/illustration/ConnectionLost/index.js +268 -262
  231. package/illustration/ConnectionLost/index.mjs +268 -262
  232. package/illustration/DeletedAccount/index.d.ts +27 -3
  233. package/illustration/DeletedAccount/index.js +345 -339
  234. package/illustration/DeletedAccount/index.mjs +345 -339
  235. package/illustration/DeletedPage/index.d.ts +27 -3
  236. package/illustration/DeletedPage/index.js +50 -44
  237. package/illustration/DeletedPage/index.mjs +50 -44
  238. package/illustration/Dns/index.d.ts +27 -3
  239. package/illustration/Dns/index.js +149 -143
  240. package/illustration/Dns/index.mjs +149 -143
  241. package/illustration/DonutChart/index.d.ts +27 -3
  242. package/illustration/DonutChart/index.js +100 -94
  243. package/illustration/DonutChart/index.mjs +100 -94
  244. package/illustration/Duplicates/index.d.ts +27 -3
  245. package/illustration/Duplicates/index.js +77 -71
  246. package/illustration/Duplicates/index.mjs +77 -71
  247. package/illustration/Feedback/index.d.ts +27 -3
  248. package/illustration/Feedback/index.js +65 -59
  249. package/illustration/Feedback/index.mjs +65 -59
  250. package/illustration/FunnelChart/index.d.ts +27 -3
  251. package/illustration/FunnelChart/index.js +67 -61
  252. package/illustration/FunnelChart/index.mjs +67 -61
  253. package/illustration/Good/index.d.ts +27 -3
  254. package/illustration/Good/index.js +100 -94
  255. package/illustration/Good/index.mjs +100 -94
  256. package/illustration/HeatMapChart/index.d.ts +27 -3
  257. package/illustration/HeatMapChart/index.js +85 -79
  258. package/illustration/HeatMapChart/index.mjs +85 -79
  259. package/illustration/HorizontalBarChart/index.d.ts +27 -3
  260. package/illustration/HorizontalBarChart/index.js +71 -65
  261. package/illustration/HorizontalBarChart/index.mjs +71 -65
  262. package/illustration/KagiChart/index.d.ts +27 -3
  263. package/illustration/KagiChart/index.js +52 -46
  264. package/illustration/KagiChart/index.mjs +52 -46
  265. package/illustration/LineChart/index.d.ts +27 -3
  266. package/illustration/LineChart/index.js +55 -49
  267. package/illustration/LineChart/index.mjs +55 -49
  268. package/illustration/LollipopChart/index.d.ts +27 -3
  269. package/illustration/LollipopChart/index.js +72 -66
  270. package/illustration/LollipopChart/index.mjs +72 -66
  271. package/illustration/MailSent/index.d.ts +27 -3
  272. package/illustration/MailSent/index.js +111 -105
  273. package/illustration/MailSent/index.mjs +111 -105
  274. package/illustration/Maintenance/index.d.ts +27 -3
  275. package/illustration/Maintenance/index.js +332 -326
  276. package/illustration/Maintenance/index.mjs +332 -326
  277. package/illustration/Nexttime/index.d.ts +27 -3
  278. package/illustration/Nexttime/index.js +79 -73
  279. package/illustration/Nexttime/index.mjs +79 -73
  280. package/illustration/NoPayment/index.d.ts +27 -3
  281. package/illustration/NoPayment/index.js +273 -267
  282. package/illustration/NoPayment/index.mjs +273 -267
  283. package/illustration/NothingFound/index.d.ts +27 -3
  284. package/illustration/NothingFound/index.js +103 -97
  285. package/illustration/NothingFound/index.mjs +103 -97
  286. package/illustration/OtherData/index.d.ts +27 -3
  287. package/illustration/OtherData/index.js +86 -80
  288. package/illustration/OtherData/index.mjs +86 -80
  289. package/illustration/PageError/index.d.ts +27 -3
  290. package/illustration/PageError/index.js +193 -187
  291. package/illustration/PageError/index.mjs +193 -187
  292. package/illustration/PageNotFound/index.d.ts +27 -3
  293. package/illustration/PageNotFound/index.js +253 -247
  294. package/illustration/PageNotFound/index.mjs +253 -247
  295. package/illustration/PieChart/index.d.ts +27 -3
  296. package/illustration/PieChart/index.js +85 -79
  297. package/illustration/PieChart/index.mjs +85 -79
  298. package/illustration/Processing/index.d.ts +27 -3
  299. package/illustration/Processing/index.js +65 -59
  300. package/illustration/Processing/index.mjs +65 -59
  301. package/illustration/ProjectNotFound/index.d.ts +27 -3
  302. package/illustration/ProjectNotFound/index.js +216 -210
  303. package/illustration/ProjectNotFound/index.mjs +216 -210
  304. package/illustration/RadarChart/index.d.ts +27 -3
  305. package/illustration/RadarChart/index.js +64 -58
  306. package/illustration/RadarChart/index.mjs +64 -58
  307. package/illustration/RadialTreeChart/index.d.ts +27 -3
  308. package/illustration/RadialTreeChart/index.js +106 -100
  309. package/illustration/RadialTreeChart/index.mjs +106 -100
  310. package/illustration/SankeyChart/index.d.ts +27 -3
  311. package/illustration/SankeyChart/index.js +92 -86
  312. package/illustration/SankeyChart/index.mjs +92 -86
  313. package/illustration/ScatterPlotChart/index.d.ts +27 -3
  314. package/illustration/ScatterPlotChart/index.js +77 -71
  315. package/illustration/ScatterPlotChart/index.mjs +77 -71
  316. package/illustration/StackedAreaChart/index.d.ts +27 -3
  317. package/illustration/StackedAreaChart/index.js +79 -73
  318. package/illustration/StackedAreaChart/index.mjs +79 -73
  319. package/illustration/Suggestion/index.d.ts +27 -3
  320. package/illustration/Suggestion/index.js +63 -57
  321. package/illustration/Suggestion/index.mjs +63 -57
  322. package/illustration/Suggestions/index.d.ts +27 -3
  323. package/illustration/Suggestions/index.js +66 -60
  324. package/illustration/Suggestions/index.mjs +66 -60
  325. package/illustration/Table/index.d.ts +27 -3
  326. package/illustration/Table/index.js +50 -44
  327. package/illustration/Table/index.mjs +50 -44
  328. package/illustration/TagCloud/index.d.ts +27 -3
  329. package/illustration/TagCloud/index.js +77 -71
  330. package/illustration/TagCloud/index.mjs +77 -71
  331. package/illustration/TextLinksEtc/index.d.ts +27 -3
  332. package/illustration/TextLinksEtc/index.js +53 -47
  333. package/illustration/TextLinksEtc/index.mjs +53 -47
  334. package/illustration/Timeout/index.d.ts +27 -3
  335. package/illustration/Timeout/index.js +350 -344
  336. package/illustration/Timeout/index.mjs +350 -344
  337. package/illustration/UnderConstruction/index.d.ts +27 -3
  338. package/illustration/UnderConstruction/index.js +112 -106
  339. package/illustration/UnderConstruction/index.mjs +112 -106
  340. package/illustration/VennChart/index.d.ts +27 -3
  341. package/illustration/VennChart/index.js +78 -72
  342. package/illustration/VennChart/index.mjs +78 -72
  343. package/illustration/VerticalBarChart/index.d.ts +27 -3
  344. package/illustration/VerticalBarChart/index.js +72 -66
  345. package/illustration/VerticalBarChart/index.mjs +72 -66
  346. package/illustration/Waiting/index.d.ts +27 -3
  347. package/illustration/Waiting/index.js +65 -59
  348. package/illustration/Waiting/index.mjs +65 -59
  349. package/illustration/Warning/index.d.ts +27 -3
  350. package/illustration/Warning/index.js +60 -54
  351. package/illustration/Warning/index.mjs +60 -54
  352. package/illustration/lib/cjs/index.js +1 -1
  353. package/illustration/lib/es6/index.js +1 -1
  354. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  355. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  356. package/inline-input/lib/cjs/InlineInput.js +14 -14
  357. package/inline-input/lib/es6/InlineInput.js +14 -14
  358. package/input/lib/cjs/Input.js +17 -17
  359. package/input/lib/es6/Input.js +17 -17
  360. package/input-mask/lib/cjs/InputMask.js +6 -6
  361. package/input-mask/lib/es6/InputMask.js +6 -6
  362. package/input-number/lib/cjs/InputNumber.js +9 -9
  363. package/input-number/lib/es6/InputNumber.js +9 -9
  364. package/input-tags/lib/cjs/InputTags.js +12 -12
  365. package/input-tags/lib/es6/InputTags.js +12 -12
  366. package/link/lib/cjs/Link.js +12 -12
  367. package/link/lib/es6/Link.js +12 -12
  368. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  369. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  370. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  371. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  372. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  373. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  374. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  375. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  376. package/modal/lib/cjs/Modal.js +9 -9
  377. package/modal/lib/cjs/modal.vo-test.js +1 -2
  378. package/modal/lib/cjs/modal.vo-test.js.map +1 -1
  379. package/modal/lib/es6/Modal.js +9 -9
  380. package/modal/lib/es6/modal.vo-test.js +1 -2
  381. package/modal/lib/es6/modal.vo-test.js.map +1 -1
  382. package/notice/lib/cjs/Notice.js +14 -14
  383. package/notice/lib/es6/Notice.js +14 -14
  384. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  385. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  386. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  387. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  388. package/package.json +2 -1
  389. package/pagination/lib/cjs/Pagination.js +10 -10
  390. package/pagination/lib/es6/Pagination.js +10 -10
  391. package/pills/lib/cjs/Pills.js +13 -13
  392. package/pills/lib/es6/Pills.js +13 -13
  393. package/popper/lib/cjs/Popper.js +6 -6
  394. package/popper/lib/es6/Popper.js +6 -6
  395. package/product-head/lib/cjs/Info.js +4 -4
  396. package/product-head/lib/cjs/ProductHead.js +5 -5
  397. package/product-head/lib/cjs/Title.js +4 -4
  398. package/product-head/lib/es6/Info.js +4 -4
  399. package/product-head/lib/es6/ProductHead.js +5 -5
  400. package/product-head/lib/es6/Title.js +4 -4
  401. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  402. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  403. package/radio/lib/cjs/Radio.js +16 -16
  404. package/radio/lib/es6/Radio.js +16 -16
  405. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  406. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  407. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  408. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  409. package/select/lib/cjs/InputSearch.js +6 -6
  410. package/select/lib/cjs/Select.js +8 -8
  411. package/select/lib/es6/InputSearch.js +6 -6
  412. package/select/lib/es6/Select.js +8 -8
  413. package/side-panel/lib/cjs/SidePanel.js +64 -32
  414. package/side-panel/lib/cjs/SidePanel.js.map +1 -1
  415. package/side-panel/lib/cjs/style/side-panel.shadow.css +26 -18
  416. package/side-panel/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  417. package/side-panel/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  418. package/side-panel/lib/cjs/translations/de.json +3 -0
  419. package/side-panel/lib/cjs/translations/en.json +3 -0
  420. package/side-panel/lib/cjs/translations/es.json +3 -0
  421. package/side-panel/lib/cjs/translations/fr.json +3 -0
  422. package/side-panel/lib/cjs/translations/it.json +3 -0
  423. package/side-panel/lib/cjs/translations/ja.json +3 -0
  424. package/side-panel/lib/cjs/translations/ko.json +3 -0
  425. package/side-panel/lib/cjs/translations/nl.json +3 -0
  426. package/side-panel/lib/cjs/translations/pl.json +3 -0
  427. package/side-panel/lib/cjs/translations/pt.json +3 -0
  428. package/side-panel/lib/cjs/translations/sv.json +3 -0
  429. package/side-panel/lib/cjs/translations/tr.json +3 -0
  430. package/side-panel/lib/cjs/translations/vi.json +3 -0
  431. package/side-panel/lib/cjs/translations/zh.json +3 -0
  432. package/side-panel/lib/es6/SidePanel.js +64 -32
  433. package/side-panel/lib/es6/SidePanel.js.map +1 -1
  434. package/side-panel/lib/es6/style/side-panel.shadow.css +26 -18
  435. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
  436. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
  437. package/side-panel/lib/es6/translations/de.json +3 -0
  438. package/side-panel/lib/es6/translations/en.json +3 -0
  439. package/side-panel/lib/es6/translations/es.json +3 -0
  440. package/side-panel/lib/es6/translations/fr.json +3 -0
  441. package/side-panel/lib/es6/translations/it.json +3 -0
  442. package/side-panel/lib/es6/translations/ja.json +3 -0
  443. package/side-panel/lib/es6/translations/ko.json +3 -0
  444. package/side-panel/lib/es6/translations/nl.json +3 -0
  445. package/side-panel/lib/es6/translations/pl.json +3 -0
  446. package/side-panel/lib/es6/translations/pt.json +3 -0
  447. package/side-panel/lib/es6/translations/sv.json +3 -0
  448. package/side-panel/lib/es6/translations/tr.json +3 -0
  449. package/side-panel/lib/es6/translations/vi.json +3 -0
  450. package/side-panel/lib/es6/translations/zh.json +3 -0
  451. package/skeleton/index.d.ts +6 -0
  452. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  453. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  454. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  455. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  456. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  457. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  458. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  459. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  460. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  461. package/skeleton/lib/cjs/Skeleton.js +40 -10
  462. package/skeleton/lib/cjs/Skeleton.js.map +1 -1
  463. package/skeleton/lib/cjs/index.d.js.map +1 -1
  464. package/skeleton/lib/es6/Charts/Area.js +9 -9
  465. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  466. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  467. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  468. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  469. package/skeleton/lib/es6/Charts/Line.js +9 -9
  470. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  471. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  472. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  473. package/skeleton/lib/es6/Skeleton.js +40 -10
  474. package/skeleton/lib/es6/Skeleton.js.map +1 -1
  475. package/skeleton/lib/es6/index.d.js.map +1 -1
  476. package/skeleton/lib/types/index.d.ts +6 -0
  477. package/slider/lib/cjs/Slider.js +11 -10
  478. package/slider/lib/cjs/Slider.js.map +1 -1
  479. package/slider/lib/cjs/style/slider.shadow.css +6 -2
  480. package/slider/lib/es6/Slider.js +11 -10
  481. package/slider/lib/es6/Slider.js.map +1 -1
  482. package/slider/lib/es6/style/slider.shadow.css +6 -2
  483. package/spin/lib/cjs/Spin.js +13 -13
  484. package/spin/lib/es6/Spin.js +13 -13
  485. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  486. package/spin-container/lib/es6/SpinContainer.js +8 -8
  487. package/sticky/lib/cjs/Sticky.js +2 -2
  488. package/sticky/lib/es6/Sticky.js +2 -2
  489. package/switch/lib/cjs/Switch.js +21 -21
  490. package/switch/lib/es6/Switch.js +21 -21
  491. package/tab-line/lib/cjs/TabLine.js +13 -13
  492. package/tab-line/lib/es6/TabLine.js +13 -13
  493. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  494. package/tab-panel/lib/es6/TabPanel.js +8 -8
  495. package/tag/lib/cjs/Tag.js +20 -20
  496. package/tag/lib/es6/Tag.js +20 -20
  497. package/textarea/lib/cjs/Textarea.js +8 -8
  498. package/textarea/lib/es6/Textarea.js +8 -8
  499. package/time-picker/lib/cjs/TimePicker.js +12 -12
  500. package/time-picker/lib/es6/TimePicker.js +12 -12
  501. package/tooltip/lib/cjs/Tooltip.js +8 -8
  502. package/tooltip/lib/es6/Tooltip.js +8 -8
  503. package/typography/lib/cjs/Blockquote.js +4 -4
  504. package/typography/lib/cjs/Hint.js +7 -7
  505. package/typography/lib/cjs/List.js +5 -5
  506. package/typography/lib/cjs/Text.js +34 -34
  507. package/typography/lib/es6/Blockquote.js +4 -4
  508. package/typography/lib/es6/Hint.js +7 -7
  509. package/typography/lib/es6/List.js +5 -5
  510. package/typography/lib/es6/Text.js +34 -34
  511. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  512. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  513. package/utils/lib/injectStyle.js +1 -1
  514. package/utils/lib/injectStyle.mjs +1 -1
  515. package/utils/lib/themes/auto.css +2 -2
  516. package/utils/lib/themes/default.css +2 -2
  517. package/utils/lib/themes/default.json +2 -2
  518. package/utils/lib/themes/light.css +2 -2
  519. package/utils/lib/themes/light.json +2 -2
  520. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  521. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  522. package/wizard/lib/cjs/Wizard.js +11 -11
  523. package/wizard/lib/es6/Wizard.js +11 -11
  524. package/dropdown-menu/lib/cjs/style/scroll-area.shadow.css +0 -85
  525. package/dropdown-menu/lib/cjs/styleScrollArea.js +0 -23
  526. package/dropdown-menu/lib/cjs/styleScrollArea.js.map +0 -1
  527. package/dropdown-menu/lib/es6/style/scroll-area.shadow.css +0 -85
  528. package/dropdown-menu/lib/es6/styleScrollArea.js +0 -16
  529. package/dropdown-menu/lib/es6/styleScrollArea.js.map +0 -1
@@ -26,461 +26,467 @@ module.exports = __toCommonJS(stdin_exports);
26
26
  var import_react = __toESM(require("react"));
27
27
  var import_core = require("intergalactic/core");
28
28
  var import_flex_box = require("intergalactic/flex-box");
29
- const Blocked = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", ...props }, ref) => /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
30
- ref,
31
- width,
32
- height,
33
- viewBox,
34
- fill,
35
- tag: "svg",
36
- ...props
37
- }, /* @__PURE__ */ import_react.default.createElement("path", {
38
- 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",
39
- fill: "#B780FF"
40
- }), /* @__PURE__ */ import_react.default.createElement("path", {
41
- 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",
42
- fill: "#B780FF",
43
- stroke: "#B780FF",
44
- strokeLinecap: "round",
45
- strokeLinejoin: "round"
46
- }), /* @__PURE__ */ import_react.default.createElement("path", {
47
- 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",
48
- fill: "#fff",
49
- stroke: "#fff",
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round"
52
- }), /* @__PURE__ */ import_react.default.createElement("path", {
53
- 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",
54
- fill: "#000",
55
- stroke: "#000",
56
- strokeMiterlimit: "10"
57
- }), /* @__PURE__ */ import_react.default.createElement("path", {
58
- 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",
59
- fill: "#fff"
60
- }), /* @__PURE__ */ import_react.default.createElement("path", {
61
- 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",
62
- fill: "#B780FF"
63
- }), /* @__PURE__ */ import_react.default.createElement("path", {
64
- 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",
65
- fill: "#000",
66
- stroke: "#000",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round"
69
- }), /* @__PURE__ */ import_react.default.createElement("path", {
70
- d: "m104.03 142.98 55.71-.66",
71
- stroke: "#000",
72
- strokeLinecap: "round",
73
- strokeLinejoin: "round"
74
- }), /* @__PURE__ */ import_react.default.createElement("path", {
75
- d: "m79.5 143.27 11.39-.13",
76
- stroke: "#B780FF",
77
- strokeLinecap: "round",
78
- strokeLinejoin: "round"
79
- }), /* @__PURE__ */ import_react.default.createElement("path", {
80
- d: "m27.42 143.89 43.57-.52",
81
- stroke: "#000",
82
- strokeLinecap: "round",
83
- strokeLinejoin: "round"
84
- }), /* @__PURE__ */ import_react.default.createElement("path", {
85
- d: "m141.74 150.05 18.8-.4",
86
- stroke: "#B780FF",
87
- strokeLinecap: "round",
88
- strokeLinejoin: "round"
89
- }), /* @__PURE__ */ import_react.default.createElement("path", {
90
- d: "m56.46 151.88 39.8-.85",
91
- stroke: "#000",
92
- strokeLinecap: "round",
93
- strokeLinejoin: "round"
94
- }), /* @__PURE__ */ import_react.default.createElement("path", {
95
- d: "m27.77 152.5 20.46-.44",
96
- stroke: "#B780FF",
97
- strokeLinecap: "round",
98
- strokeLinejoin: "round"
99
- }), /* @__PURE__ */ import_react.default.createElement("path", {
100
- d: "m141.74 157.64 19.61-.61",
101
- stroke: "#000",
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round"
104
- }), /* @__PURE__ */ import_react.default.createElement("path", {
105
- d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
106
- stroke: "#B780FF",
107
- strokeLinecap: "round",
108
- strokeLinejoin: "round"
109
- }), /* @__PURE__ */ import_react.default.createElement("path", {
110
- d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
111
- stroke: "#000",
112
- strokeLinecap: "round",
113
- strokeLinejoin: "round"
114
- }), /* @__PURE__ */ import_react.default.createElement("path", {
115
- d: "m91.19 167.37 28.6-1.17",
116
- stroke: "#B780FF",
117
- strokeLinecap: "round",
118
- strokeLinejoin: "round"
119
- }), /* @__PURE__ */ import_react.default.createElement("path", {
120
- d: "m62.58 168.55 23.73-.98",
121
- stroke: "#000",
122
- strokeLinecap: "round",
123
- strokeLinejoin: "round"
124
- }), /* @__PURE__ */ import_react.default.createElement("path", {
125
- d: "m28.47 169.95 27.08-1.11",
126
- stroke: "#B780FF",
127
- strokeLinecap: "round",
128
- strokeLinejoin: "round"
129
- }), /* @__PURE__ */ import_react.default.createElement("path", {
130
- d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
131
- stroke: "#000",
132
- strokeLinecap: "round",
133
- strokeLinejoin: "round"
134
- }), /* @__PURE__ */ import_react.default.createElement("path", {
135
- d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
136
- stroke: "#B780FF",
137
- strokeLinecap: "round",
138
- strokeLinejoin: "round"
139
- }), /* @__PURE__ */ import_react.default.createElement("path", {
140
- 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",
141
- stroke: "#fff",
142
- strokeLinecap: "round",
143
- strokeLinejoin: "round"
144
- }), /* @__PURE__ */ import_react.default.createElement("path", {
145
- 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",
146
- stroke: "#fff",
147
- strokeLinecap: "round",
148
- strokeLinejoin: "round"
149
- }), /* @__PURE__ */ import_react.default.createElement("path", {
150
- d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
151
- stroke: "#fff",
152
- strokeLinecap: "round",
153
- strokeLinejoin: "round"
154
- }), /* @__PURE__ */ import_react.default.createElement("path", {
155
- 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",
156
- fill: "#000",
157
- stroke: "#000",
158
- strokeMiterlimit: "10"
159
- }), /* @__PURE__ */ import_react.default.createElement("path", {
160
- d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
161
- stroke: "#fff",
162
- strokeLinecap: "round",
163
- strokeLinejoin: "round"
164
- }), /* @__PURE__ */ import_react.default.createElement("path", {
165
- 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",
166
- stroke: "#000",
167
- strokeLinecap: "round",
168
- strokeLinejoin: "round"
169
- }), /* @__PURE__ */ import_react.default.createElement("path", {
170
- 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",
171
- fill: "#B780FF",
172
- stroke: "#000",
173
- strokeLinecap: "round",
174
- strokeLinejoin: "round"
175
- }), /* @__PURE__ */ import_react.default.createElement("path", {
176
- 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",
177
- fill: "#B780FF"
178
- }), /* @__PURE__ */ import_react.default.createElement("path", {
179
- 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",
180
- stroke: "#000",
181
- strokeLinecap: "round",
182
- strokeLinejoin: "round"
183
- }), /* @__PURE__ */ import_react.default.createElement("path", {
184
- 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",
185
- fill: "#B780FF"
186
- }), /* @__PURE__ */ import_react.default.createElement("path", {
187
- 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",
188
- stroke: "#000",
189
- strokeLinecap: "round",
190
- strokeLinejoin: "round"
191
- }), /* @__PURE__ */ import_react.default.createElement("path", {
192
- d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
193
- stroke: "#000",
194
- strokeLinecap: "round",
195
- strokeLinejoin: "round"
196
- }), /* @__PURE__ */ import_react.default.createElement("path", {
197
- d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
198
- fill: "#B780FF"
199
- }), /* @__PURE__ */ import_react.default.createElement("path", {
200
- d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
201
- stroke: "#000",
202
- strokeLinecap: "round",
203
- strokeLinejoin: "round"
204
- }), /* @__PURE__ */ import_react.default.createElement("path", {
205
- 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",
206
- fill: "#000"
207
- }), /* @__PURE__ */ import_react.default.createElement("path", {
208
- d: "m96.66 61.45 14.9 12.72",
209
- stroke: "#000",
210
- strokeLinecap: "round",
211
- strokeLinejoin: "round"
212
- }), /* @__PURE__ */ import_react.default.createElement("path", {
213
- d: "m114.66 70.69 41-6.86",
214
- stroke: "#000",
215
- strokeMiterlimit: "10"
216
- }), /* @__PURE__ */ import_react.default.createElement("path", {
217
- 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",
218
- fill: "#000"
219
- }), /* @__PURE__ */ import_react.default.createElement("path", {
220
- 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",
221
- fill: "#B780FF"
222
- }), /* @__PURE__ */ import_react.default.createElement("path", {
223
- 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",
224
- fill: "#fff",
225
- stroke: "#000",
226
- strokeLinecap: "round",
227
- strokeLinejoin: "round"
228
- }), /* @__PURE__ */ import_react.default.createElement("path", {
229
- 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",
230
- stroke: "#000",
231
- strokeLinecap: "round",
232
- strokeLinejoin: "round"
233
- }), /* @__PURE__ */ import_react.default.createElement("path", {
234
- 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",
235
- fill: "#fff"
236
- }), /* @__PURE__ */ import_react.default.createElement("path", {
237
- 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",
238
- fill: "#fff"
239
- }), /* @__PURE__ */ import_react.default.createElement("path", {
240
- 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",
241
- fill: "#B780FF"
242
- }), /* @__PURE__ */ import_react.default.createElement("path", {
243
- 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",
244
- stroke: "#000",
245
- strokeLinecap: "round",
246
- strokeLinejoin: "round"
247
- }), /* @__PURE__ */ import_react.default.createElement("path", {
248
- d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
249
- stroke: "#000",
250
- strokeLinecap: "round",
251
- strokeLinejoin: "round"
252
- }), /* @__PURE__ */ import_react.default.createElement("path", {
253
- 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",
254
- stroke: "#000",
255
- strokeLinecap: "round",
256
- strokeLinejoin: "round"
257
- }), /* @__PURE__ */ import_react.default.createElement("path", {
258
- 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",
259
- fill: "#B780FF"
260
- }), /* @__PURE__ */ import_react.default.createElement("path", {
261
- 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",
262
- fill: "#fff"
263
- }), /* @__PURE__ */ import_react.default.createElement("path", {
264
- d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
265
- stroke: "#000",
266
- strokeLinecap: "round",
267
- strokeLinejoin: "round"
268
- }), /* @__PURE__ */ import_react.default.createElement("path", {
269
- 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",
270
- fill: "#fff"
271
- }), /* @__PURE__ */ import_react.default.createElement("path", {
272
- 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",
273
- fill: "#fff",
274
- stroke: "#000",
275
- strokeLinecap: "round",
276
- strokeLinejoin: "round"
277
- }), /* @__PURE__ */ import_react.default.createElement("path", {
278
- 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",
279
- stroke: "#000",
280
- strokeLinecap: "round",
281
- strokeLinejoin: "round"
282
- }), /* @__PURE__ */ import_react.default.createElement("path", {
283
- 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",
284
- stroke: "#000",
285
- strokeLinecap: "round",
286
- strokeLinejoin: "round"
287
- }), /* @__PURE__ */ import_react.default.createElement("path", {
288
- 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",
289
- fill: "#fff"
290
- }), /* @__PURE__ */ import_react.default.createElement("path", {
291
- 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",
292
- stroke: "#000",
293
- strokeLinecap: "round",
294
- strokeLinejoin: "round"
295
- }), /* @__PURE__ */ import_react.default.createElement("path", {
296
- d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
297
- stroke: "#000",
298
- strokeLinecap: "round",
299
- strokeLinejoin: "round"
300
- }), /* @__PURE__ */ import_react.default.createElement("path", {
301
- 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",
302
- fill: "#000"
303
- }), /* @__PURE__ */ import_react.default.createElement("path", {
304
- 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",
305
- fill: "#B780FF"
306
- }), /* @__PURE__ */ import_react.default.createElement("path", {
307
- 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",
308
- fill: "#fff"
309
- }), /* @__PURE__ */ import_react.default.createElement("path", {
310
- d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
311
- stroke: "#000",
312
- strokeLinecap: "round",
313
- strokeLinejoin: "round"
314
- }), /* @__PURE__ */ import_react.default.createElement("path", {
315
- 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",
316
- fill: "#B780FF"
317
- }), /* @__PURE__ */ import_react.default.createElement("path", {
318
- d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
319
- fill: "#B780FF"
320
- }), /* @__PURE__ */ import_react.default.createElement("path", {
321
- d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
322
- fill: "#B780FF"
323
- }), /* @__PURE__ */ import_react.default.createElement("path", {
324
- 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",
325
- fill: "#B780FF"
326
- }), /* @__PURE__ */ import_react.default.createElement("path", {
327
- d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
328
- stroke: "#000",
329
- strokeLinecap: "round",
330
- strokeLinejoin: "round"
331
- }), /* @__PURE__ */ import_react.default.createElement("path", {
332
- 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",
333
- fill: "#fff"
334
- }), /* @__PURE__ */ import_react.default.createElement("path", {
335
- d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
336
- stroke: "#000",
337
- strokeLinecap: "round",
338
- strokeLinejoin: "round"
339
- }), /* @__PURE__ */ import_react.default.createElement("path", {
340
- 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",
341
- stroke: "#000",
342
- strokeLinecap: "round",
343
- strokeLinejoin: "round"
344
- }), /* @__PURE__ */ import_react.default.createElement("path", {
345
- d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
346
- stroke: "#000",
347
- strokeLinecap: "round",
348
- strokeLinejoin: "round"
349
- }), /* @__PURE__ */ import_react.default.createElement("path", {
350
- d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
351
- stroke: "#000",
352
- strokeLinecap: "round",
353
- strokeLinejoin: "round"
354
- }), /* @__PURE__ */ import_react.default.createElement("path", {
355
- d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
356
- stroke: "#000",
357
- strokeLinecap: "round",
358
- strokeLinejoin: "round"
359
- }), /* @__PURE__ */ import_react.default.createElement("path", {
360
- 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",
361
- fill: "#000"
362
- }), /* @__PURE__ */ import_react.default.createElement("path", {
363
- 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",
364
- fill: "#B780FF"
365
- }), /* @__PURE__ */ import_react.default.createElement("path", {
366
- 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",
367
- stroke: "#000",
368
- strokeLinecap: "round",
369
- strokeLinejoin: "round"
370
- }), /* @__PURE__ */ import_react.default.createElement("path", {
371
- 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",
372
- fill: "#B780FF"
373
- }), /* @__PURE__ */ import_react.default.createElement("path", {
374
- 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",
375
- stroke: "#000",
376
- strokeLinecap: "round",
377
- strokeLinejoin: "round"
378
- }), /* @__PURE__ */ import_react.default.createElement("path", {
379
- 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",
380
- fill: "#B780FF"
381
- }), /* @__PURE__ */ import_react.default.createElement("path", {
382
- 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",
383
- stroke: "#000",
384
- strokeLinecap: "round",
385
- strokeLinejoin: "round"
386
- }), /* @__PURE__ */ import_react.default.createElement("path", {
387
- 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",
388
- fill: "#B780FF"
389
- }), /* @__PURE__ */ import_react.default.createElement("path", {
390
- 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",
391
- stroke: "#000",
392
- strokeLinecap: "round",
393
- strokeLinejoin: "round"
394
- }), /* @__PURE__ */ import_react.default.createElement("path", {
395
- 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",
396
- fill: "#000",
397
- stroke: "#B780FF",
398
- strokeLinecap: "round",
399
- strokeLinejoin: "round"
400
- }), /* @__PURE__ */ import_react.default.createElement("path", {
401
- 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",
402
- fill: "#000"
403
- }), /* @__PURE__ */ import_react.default.createElement("path", {
404
- 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",
405
- fill: "#fff",
406
- stroke: "#000",
407
- strokeLinecap: "round",
408
- strokeLinejoin: "round"
409
- }), /* @__PURE__ */ import_react.default.createElement("path", {
410
- d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
411
- fill: "#B780FF"
412
- }), /* @__PURE__ */ import_react.default.createElement("path", {
413
- d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
414
- stroke: "#000",
415
- strokeLinecap: "round",
416
- strokeLinejoin: "round"
417
- }), /* @__PURE__ */ import_react.default.createElement("path", {
418
- 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",
419
- fill: "#000",
420
- stroke: "#000",
421
- strokeLinecap: "round",
422
- strokeLinejoin: "round"
423
- }), /* @__PURE__ */ import_react.default.createElement("path", {
424
- 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",
425
- fill: "#fff",
426
- stroke: "#000",
427
- strokeLinecap: "round",
428
- strokeLinejoin: "round"
429
- }), /* @__PURE__ */ import_react.default.createElement("path", {
430
- 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",
431
- fill: "#000",
432
- stroke: "#000",
433
- strokeLinecap: "round",
434
- strokeLinejoin: "round"
435
- }), /* @__PURE__ */ import_react.default.createElement("path", {
436
- 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",
437
- fill: "#fff",
438
- stroke: "#000",
439
- strokeLinecap: "round",
440
- strokeLinejoin: "round"
441
- }), /* @__PURE__ */ import_react.default.createElement("path", {
442
- 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",
443
- fill: "#000",
444
- stroke: "#000",
445
- strokeLinecap: "round",
446
- strokeLinejoin: "round"
447
- }), /* @__PURE__ */ import_react.default.createElement("path", {
448
- 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",
449
- fill: "#fff",
450
- stroke: "#000",
451
- strokeLinecap: "round",
452
- strokeLinejoin: "round"
453
- }), /* @__PURE__ */ import_react.default.createElement("path", {
454
- 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",
455
- stroke: "#fff",
456
- strokeLinecap: "round",
457
- strokeLinejoin: "round"
458
- }), /* @__PURE__ */ import_react.default.createElement("path", {
459
- 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",
460
- stroke: "#B780FF",
461
- strokeLinecap: "round",
462
- strokeLinejoin: "round"
463
- }), /* @__PURE__ */ import_react.default.createElement("mask", {
464
- height: "23",
465
- id: "igc-blocked-el-0",
466
- width: "148",
467
- x: "14",
468
- y: "67",
469
- maskUnits: "userSpaceOnUse"
470
- }, /* @__PURE__ */ import_react.default.createElement("path", {
471
- 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",
472
- fill: "#000",
473
- stroke: "#000",
474
- strokeMiterlimit: "10"
475
- })), /* @__PURE__ */ import_react.default.createElement("g", {
476
- mask: "url(#igc-blocked-el-0)"
477
- }, /* @__PURE__ */ import_react.default.createElement("path", {
478
- 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",
479
- fill: "#000"
480
- }), /* @__PURE__ */ import_react.default.createElement("path", {
481
- 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",
482
- stroke: "#B780FF",
483
- strokeMiterlimit: "10"
484
- })));
29
+ var import_useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
30
+ const Blocked = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", primaryColor = "#B780FF", secondaryColor = "#000", ...props }, ref) => {
31
+ const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
+ const resolvedPrimaryColor = colorResolver(primaryColor);
33
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
34
+ return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
35
+ ref,
36
+ width,
37
+ height,
38
+ viewBox,
39
+ fill,
40
+ tag: "svg",
41
+ ...props
42
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
43
+ 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",
44
+ fill: resolvedPrimaryColor
45
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
46
+ 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",
47
+ fill: resolvedPrimaryColor,
48
+ stroke: resolvedPrimaryColor,
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round"
51
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
52
+ 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",
53
+ fill: "#fff",
54
+ stroke: "#fff",
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round"
57
+ }), /* @__PURE__ */ import_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: resolvedSecondaryColor,
60
+ stroke: resolvedSecondaryColor,
61
+ strokeMiterlimit: "10"
62
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
63
+ 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",
64
+ fill: "#fff"
65
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
66
+ 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",
67
+ fill: resolvedPrimaryColor
68
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
69
+ 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",
70
+ fill: resolvedSecondaryColor,
71
+ stroke: resolvedSecondaryColor,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round"
74
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
75
+ d: "m104.03 142.98 55.71-.66",
76
+ stroke: resolvedSecondaryColor,
77
+ strokeLinecap: "round",
78
+ strokeLinejoin: "round"
79
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
80
+ d: "m79.5 143.27 11.39-.13",
81
+ stroke: resolvedPrimaryColor,
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round"
84
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
85
+ d: "m27.42 143.89 43.57-.52",
86
+ stroke: resolvedSecondaryColor,
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round"
89
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
90
+ d: "m141.74 150.05 18.8-.4",
91
+ stroke: resolvedPrimaryColor,
92
+ strokeLinecap: "round",
93
+ strokeLinejoin: "round"
94
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
95
+ d: "m56.46 151.88 39.8-.85",
96
+ stroke: resolvedSecondaryColor,
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round"
99
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
100
+ d: "m27.77 152.5 20.46-.44",
101
+ stroke: resolvedPrimaryColor,
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round"
104
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
105
+ d: "m141.74 157.64 19.61-.61",
106
+ stroke: resolvedSecondaryColor,
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round"
109
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
110
+ d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
111
+ stroke: resolvedPrimaryColor,
112
+ strokeLinecap: "round",
113
+ strokeLinejoin: "round"
114
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
115
+ d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
116
+ stroke: resolvedSecondaryColor,
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round"
119
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
120
+ d: "m91.19 167.37 28.6-1.17",
121
+ stroke: resolvedPrimaryColor,
122
+ strokeLinecap: "round",
123
+ strokeLinejoin: "round"
124
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
125
+ d: "m62.58 168.55 23.73-.98",
126
+ stroke: resolvedSecondaryColor,
127
+ strokeLinecap: "round",
128
+ strokeLinejoin: "round"
129
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
130
+ d: "m28.47 169.95 27.08-1.11",
131
+ stroke: resolvedPrimaryColor,
132
+ strokeLinecap: "round",
133
+ strokeLinejoin: "round"
134
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
135
+ d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
136
+ stroke: resolvedSecondaryColor,
137
+ strokeLinecap: "round",
138
+ strokeLinejoin: "round"
139
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
140
+ d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
141
+ stroke: resolvedPrimaryColor,
142
+ strokeLinecap: "round",
143
+ strokeLinejoin: "round"
144
+ }), /* @__PURE__ */ import_react.default.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
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
150
+ 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",
151
+ stroke: "#fff",
152
+ strokeLinecap: "round",
153
+ strokeLinejoin: "round"
154
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
155
+ d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
156
+ stroke: "#fff",
157
+ strokeLinecap: "round",
158
+ strokeLinejoin: "round"
159
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
160
+ 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",
161
+ fill: resolvedSecondaryColor,
162
+ stroke: resolvedSecondaryColor,
163
+ strokeMiterlimit: "10"
164
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
165
+ d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
166
+ stroke: "#fff",
167
+ strokeLinecap: "round",
168
+ strokeLinejoin: "round"
169
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
170
+ 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",
171
+ stroke: resolvedSecondaryColor,
172
+ strokeLinecap: "round",
173
+ strokeLinejoin: "round"
174
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
175
+ 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",
176
+ fill: resolvedPrimaryColor,
177
+ stroke: resolvedSecondaryColor,
178
+ strokeLinecap: "round",
179
+ strokeLinejoin: "round"
180
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
181
+ 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",
182
+ fill: resolvedPrimaryColor
183
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
184
+ 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",
185
+ stroke: resolvedSecondaryColor,
186
+ strokeLinecap: "round",
187
+ strokeLinejoin: "round"
188
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
189
+ 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",
190
+ fill: resolvedPrimaryColor
191
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
192
+ 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",
193
+ stroke: resolvedSecondaryColor,
194
+ strokeLinecap: "round",
195
+ strokeLinejoin: "round"
196
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
197
+ d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
198
+ stroke: resolvedSecondaryColor,
199
+ strokeLinecap: "round",
200
+ strokeLinejoin: "round"
201
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
202
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
203
+ fill: resolvedPrimaryColor
204
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
205
+ d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
206
+ stroke: resolvedSecondaryColor,
207
+ strokeLinecap: "round",
208
+ strokeLinejoin: "round"
209
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
210
+ 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",
211
+ fill: resolvedSecondaryColor
212
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
213
+ d: "m96.66 61.45 14.9 12.72",
214
+ stroke: resolvedSecondaryColor,
215
+ strokeLinecap: "round",
216
+ strokeLinejoin: "round"
217
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
218
+ d: "m114.66 70.69 41-6.86",
219
+ stroke: resolvedSecondaryColor,
220
+ strokeMiterlimit: "10"
221
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
222
+ 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",
223
+ fill: resolvedSecondaryColor
224
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
225
+ 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",
226
+ fill: resolvedPrimaryColor
227
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
228
+ 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",
229
+ fill: "#fff",
230
+ stroke: resolvedSecondaryColor,
231
+ strokeLinecap: "round",
232
+ strokeLinejoin: "round"
233
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
234
+ 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",
235
+ stroke: resolvedSecondaryColor,
236
+ strokeLinecap: "round",
237
+ strokeLinejoin: "round"
238
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
239
+ 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",
240
+ fill: "#fff"
241
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
242
+ 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",
243
+ fill: "#fff"
244
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
245
+ 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",
246
+ fill: resolvedPrimaryColor
247
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
248
+ 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",
249
+ stroke: resolvedSecondaryColor,
250
+ strokeLinecap: "round",
251
+ strokeLinejoin: "round"
252
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
253
+ d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
254
+ stroke: resolvedSecondaryColor,
255
+ strokeLinecap: "round",
256
+ strokeLinejoin: "round"
257
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
258
+ 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",
259
+ stroke: resolvedSecondaryColor,
260
+ strokeLinecap: "round",
261
+ strokeLinejoin: "round"
262
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
263
+ 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",
264
+ fill: resolvedPrimaryColor
265
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
266
+ 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",
267
+ fill: "#fff"
268
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
269
+ d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
270
+ stroke: resolvedSecondaryColor,
271
+ strokeLinecap: "round",
272
+ strokeLinejoin: "round"
273
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
274
+ 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",
275
+ fill: "#fff"
276
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
277
+ 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",
278
+ fill: "#fff",
279
+ stroke: resolvedSecondaryColor,
280
+ strokeLinecap: "round",
281
+ strokeLinejoin: "round"
282
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
283
+ 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",
284
+ stroke: resolvedSecondaryColor,
285
+ strokeLinecap: "round",
286
+ strokeLinejoin: "round"
287
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
288
+ 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",
289
+ stroke: resolvedSecondaryColor,
290
+ strokeLinecap: "round",
291
+ strokeLinejoin: "round"
292
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
293
+ 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",
294
+ fill: "#fff"
295
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
296
+ 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",
297
+ stroke: resolvedSecondaryColor,
298
+ strokeLinecap: "round",
299
+ strokeLinejoin: "round"
300
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
301
+ d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
302
+ stroke: resolvedSecondaryColor,
303
+ strokeLinecap: "round",
304
+ strokeLinejoin: "round"
305
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
306
+ 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",
307
+ fill: resolvedSecondaryColor
308
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
309
+ 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",
310
+ fill: resolvedPrimaryColor
311
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
312
+ 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",
313
+ fill: "#fff"
314
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
315
+ d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
316
+ stroke: resolvedSecondaryColor,
317
+ strokeLinecap: "round",
318
+ strokeLinejoin: "round"
319
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
320
+ 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",
321
+ fill: resolvedPrimaryColor
322
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
323
+ d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
324
+ fill: resolvedPrimaryColor
325
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
326
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
327
+ fill: resolvedPrimaryColor
328
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
329
+ 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",
330
+ fill: resolvedPrimaryColor
331
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
332
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
333
+ stroke: resolvedSecondaryColor,
334
+ strokeLinecap: "round",
335
+ strokeLinejoin: "round"
336
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
337
+ 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",
338
+ fill: "#fff"
339
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
340
+ d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
341
+ stroke: resolvedSecondaryColor,
342
+ strokeLinecap: "round",
343
+ strokeLinejoin: "round"
344
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
345
+ 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",
346
+ stroke: resolvedSecondaryColor,
347
+ strokeLinecap: "round",
348
+ strokeLinejoin: "round"
349
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
350
+ d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
351
+ stroke: resolvedSecondaryColor,
352
+ strokeLinecap: "round",
353
+ strokeLinejoin: "round"
354
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
355
+ d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
356
+ stroke: resolvedSecondaryColor,
357
+ strokeLinecap: "round",
358
+ strokeLinejoin: "round"
359
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
360
+ d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
361
+ stroke: resolvedSecondaryColor,
362
+ strokeLinecap: "round",
363
+ strokeLinejoin: "round"
364
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
365
+ 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",
366
+ fill: resolvedSecondaryColor
367
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
368
+ 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",
369
+ fill: resolvedPrimaryColor
370
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
371
+ 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",
372
+ stroke: resolvedSecondaryColor,
373
+ strokeLinecap: "round",
374
+ strokeLinejoin: "round"
375
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
376
+ 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",
377
+ fill: resolvedPrimaryColor
378
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
379
+ 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",
380
+ stroke: resolvedSecondaryColor,
381
+ strokeLinecap: "round",
382
+ strokeLinejoin: "round"
383
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
384
+ 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",
385
+ fill: resolvedPrimaryColor
386
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
387
+ 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",
388
+ stroke: resolvedSecondaryColor,
389
+ strokeLinecap: "round",
390
+ strokeLinejoin: "round"
391
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
392
+ 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",
393
+ fill: resolvedPrimaryColor
394
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
395
+ 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",
396
+ stroke: resolvedSecondaryColor,
397
+ strokeLinecap: "round",
398
+ strokeLinejoin: "round"
399
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
400
+ 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",
401
+ fill: resolvedSecondaryColor,
402
+ stroke: resolvedPrimaryColor,
403
+ strokeLinecap: "round",
404
+ strokeLinejoin: "round"
405
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
406
+ 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",
407
+ fill: resolvedSecondaryColor
408
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
409
+ 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",
410
+ fill: "#fff",
411
+ stroke: resolvedSecondaryColor,
412
+ strokeLinecap: "round",
413
+ strokeLinejoin: "round"
414
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
415
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
416
+ fill: resolvedPrimaryColor
417
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
418
+ d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
419
+ stroke: resolvedSecondaryColor,
420
+ strokeLinecap: "round",
421
+ strokeLinejoin: "round"
422
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
423
+ 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",
424
+ fill: resolvedSecondaryColor,
425
+ stroke: resolvedSecondaryColor,
426
+ strokeLinecap: "round",
427
+ strokeLinejoin: "round"
428
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
429
+ 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",
430
+ fill: "#fff",
431
+ stroke: resolvedSecondaryColor,
432
+ strokeLinecap: "round",
433
+ strokeLinejoin: "round"
434
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
435
+ 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",
436
+ fill: resolvedSecondaryColor,
437
+ stroke: resolvedSecondaryColor,
438
+ strokeLinecap: "round",
439
+ strokeLinejoin: "round"
440
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
441
+ 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",
442
+ fill: "#fff",
443
+ stroke: resolvedSecondaryColor,
444
+ strokeLinecap: "round",
445
+ strokeLinejoin: "round"
446
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
447
+ 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",
448
+ fill: resolvedSecondaryColor,
449
+ stroke: resolvedSecondaryColor,
450
+ strokeLinecap: "round",
451
+ strokeLinejoin: "round"
452
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
453
+ 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",
454
+ fill: "#fff",
455
+ stroke: resolvedSecondaryColor,
456
+ strokeLinecap: "round",
457
+ strokeLinejoin: "round"
458
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
459
+ 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",
460
+ stroke: "#fff",
461
+ strokeLinecap: "round",
462
+ strokeLinejoin: "round"
463
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
464
+ 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",
465
+ stroke: resolvedPrimaryColor,
466
+ strokeLinecap: "round",
467
+ strokeLinejoin: "round"
468
+ }), /* @__PURE__ */ import_react.default.createElement("mask", {
469
+ height: "23",
470
+ id: "igc-blocked-el-0",
471
+ width: "148",
472
+ x: "14",
473
+ y: "67",
474
+ maskUnits: "userSpaceOnUse"
475
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
476
+ 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",
477
+ fill: resolvedSecondaryColor,
478
+ stroke: resolvedSecondaryColor,
479
+ strokeMiterlimit: "10"
480
+ })), /* @__PURE__ */ import_react.default.createElement("g", {
481
+ mask: "url(#igc-blocked-el-0)"
482
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
483
+ 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",
484
+ fill: resolvedSecondaryColor
485
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
486
+ 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",
487
+ stroke: resolvedPrimaryColor,
488
+ strokeMiterlimit: "10"
489
+ })));
490
+ };
485
491
  Blocked.displayName = "Blocked";
486
492
  var stdin_default = (0, import_core.createBaseComponent)(Blocked);