intergalactic 15.98.2-prerelease.1 → 15.99.0-prerelease.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 (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
@@ -1,332 +1,338 @@
1
1
  import React from "react";
2
2
  import { createBaseComponent } from 'intergalactic/core';
3
3
  import { Box } from 'intergalactic/flex-box';
4
- const Maintenance = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", ...props }, ref) => /* @__PURE__ */ React.createElement(Box, {
5
- ref,
6
- width,
7
- height,
8
- viewBox,
9
- fill,
10
- tag: "svg",
11
- ...props
12
- }, /* @__PURE__ */ React.createElement("path", {
13
- d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
14
- fill: "#45E0A8"
15
- }), /* @__PURE__ */ React.createElement("path", {
16
- d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
17
- stroke: "#45E0A8",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round"
20
- }), /* @__PURE__ */ React.createElement("path", {
21
- d: "m51.62 36.73 38.02 7.92",
22
- stroke: "#fff",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }), /* @__PURE__ */ React.createElement("path", {
26
- d: "m19.48 129.66 23.13 42.6 9.92 75.38a2.72 2.72 0 0 0 3.18 2.31l74.75-13.86 74.76 13.86a2.7 2.7 0 0 0 3.17-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
27
- stroke: "#45E0A8",
28
- strokeLinecap: "round",
29
- strokeLinejoin: "round"
30
- }), /* @__PURE__ */ React.createElement("mask", {
31
- height: "240",
32
- id: "igc-maintenance-el-0",
33
- width: "249",
34
- x: "6",
35
- y: "10",
36
- maskUnits: "userSpaceOnUse"
37
- }, /* @__PURE__ */ React.createElement("path", {
38
- d: "M128.5 13.84 89.54 10 55.7 23.26 7.55 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
39
- fill: "#FF642D"
40
- })), /* @__PURE__ */ React.createElement("g", {
41
- mask: "url(#igc-maintenance-el-0)"
42
- }, /* @__PURE__ */ React.createElement("path", {
43
- d: "m222.26 134.8-22.66 1.1v18.04l22.66-.9V134.8Z",
44
- fill: "#000",
45
- stroke: "#45E0A8",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- }), /* @__PURE__ */ React.createElement("path", {
49
- d: "m225.9 141.8-29.93 1.34v5.32l29.93-1.36v-5.3ZM225.9 129.3l-29.93 1.53v5.26l29.93-1.47v-5.32Z",
50
- fill: "#000",
51
- stroke: "#45E0A8",
52
- strokeLinecap: "round",
53
- strokeLinejoin: "round"
54
- }), /* @__PURE__ */ React.createElement("path", {
55
- d: "M216.2 258.6h9.26V152.92l-9.27.37V258.6Z",
56
- stroke: "#000",
57
- strokeLinecap: "round",
58
- strokeLinejoin: "round"
59
- }), /* @__PURE__ */ React.createElement("path", {
60
- d: "m216.2 175.65-19.29.5v-22.12l19.28-.74v22.36Z",
61
- stroke: "#000",
62
- strokeLinecap: "round",
63
- strokeLinejoin: "round"
64
- }), /* @__PURE__ */ React.createElement("path", {
65
- d: "m216.2 197.45-19.29.25v-21.55l19.28-.5v21.8Z",
66
- stroke: "#000",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round"
69
- }), /* @__PURE__ */ React.createElement("path", {
70
- d: "M216.2 219.05H196.9V197.7l19.28-.25v21.6ZM216.2 219.05H196.9v21.7h19.28v-21.7ZM216.2 197.45l-19.29-21.3",
71
- stroke: "#000",
72
- strokeLinecap: "round",
73
- strokeLinejoin: "round"
74
- }), /* @__PURE__ */ React.createElement("path", {
75
- d: "m189.08 255.77-82.87 37.1-2.35-105.13 76.18-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l5.38 71.81Z",
76
- fill: "#fff",
77
- stroke: "#000",
78
- strokeLinecap: "round",
79
- strokeLinejoin: "round"
80
- }), /* @__PURE__ */ React.createElement("path", {
81
- d: "m184.18 190.44-80.01 10.9-.3-13.6 76.17-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l.48 6.48Z",
82
- fill: "#000"
83
- }), /* @__PURE__ */ React.createElement("path", {
84
- d: "M117.67 192.96c.06 1.9-1.33 3.63-3.11 3.86-1.79.22-3.34-1.17-3.39-3.14-.05-1.96 1.38-3.67 3.18-3.85 1.8-.18 3.26 1.23 3.32 3.13Z",
85
- fill: "#fff"
86
- }), /* @__PURE__ */ React.createElement("path", {
87
- d: "M126.89 191.92c.07 1.84-1.22 3.5-2.89 3.7-1.67.2-3.13-1.13-3.19-3.03-.05-1.89 1.27-3.54 2.96-3.7 1.68-.17 3.05 1.19 3.12 3.03Z",
88
- fill: "#45E0A8"
89
- }), /* @__PURE__ */ React.createElement("path", {
90
- d: "m182.85 227.87-70.17 21.54-1.02-38.04 66.71-11.64a2.2 2.2 0 0 1 2.57 2l1.9 26.14Z",
91
- stroke: "#45E0A8",
92
- strokeLinecap: "round",
93
- strokeLinejoin: "round"
94
- }), /* @__PURE__ */ React.createElement("path", {
95
- d: "M173.93 209.2c.12 1.72-.8 3.35-2.05 3.65-1.26.3-2.42-.87-2.53-2.63-.12-1.75.83-3.38 2.1-3.63 1.28-.27 2.36.92 2.48 2.62ZM165.3 223.27l5.15-5.82a2.1 2.1 0 0 1 2.7-.38l9.34 5.9",
96
- stroke: "#45E0A8",
97
- strokeLinecap: "round",
98
- strokeLinejoin: "round"
99
- }), /* @__PURE__ */ React.createElement("path", {
100
- d: "m141.55 231.28 12.44-13.78a2.1 2.1 0 0 1 2.8-.3l12.58 8.97",
101
- stroke: "#45E0A8",
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round"
104
- }), /* @__PURE__ */ React.createElement("path", {
105
- d: "M242.08 200.44 181.07 215l-.1-.83-2.22 1.56-.1.07-.14.1a2.98 2.98 0 0 0-1.12 2.53l5.18 72.99 65.44-39.02-5.93-51.96Z",
106
- fill: "#45E0A8",
107
- stroke: "#000",
108
- strokeLinecap: "round",
109
- strokeLinejoin: "round"
110
- }), /* @__PURE__ */ React.createElement("path", {
111
- d: "m250.53 250.64-65.42 39.01-5.18-72.98a2.98 2.98 0 0 1 2.28-3.11l62.4-14.9 5.92 51.98Z",
112
- fill: "#fff",
113
- stroke: "#000",
114
- strokeLinecap: "round",
115
- strokeLinejoin: "round"
116
- }), /* @__PURE__ */ React.createElement("path", {
117
- d: "m245.5 206.56-65 19.26-.6-9.16a2.98 2.98 0 0 1 2.28-3.1l62.41-14.89.91 7.89Z",
118
- fill: "#000"
119
- }), /* @__PURE__ */ React.createElement("path", {
120
- d: "M189.05 217.3c.1 1.47-.81 3.02-2.02 3.46-1.21.43-2.31-.43-2.4-1.94-.09-1.52.86-3.07 2.08-3.47 1.23-.4 2.25.47 2.34 1.95Z",
121
- fill: "#fff"
122
- }), /* @__PURE__ */ React.createElement("path", {
123
- d: "M196.36 215.36c.1 1.42-.79 2.9-2 3.3-1.2.4-2.28-.44-2.38-1.9-.1-1.45.82-2.93 2.04-3.3 1.21-.38 2.24.48 2.34 1.9Z",
124
- fill: "#45E0A8"
125
- }), /* @__PURE__ */ React.createElement("path", {
126
- d: "m245.56 239.74-56.02 27-2.28-30.5a2.72 2.72 0 0 1 1.88-2.8l53.77-17.36 2.65 23.66Z",
127
- stroke: "#45E0A8",
128
- strokeLinecap: "round",
129
- strokeLinejoin: "round"
130
- }), /* @__PURE__ */ React.createElement("path", {
131
- d: "m145.65 256.51-124.81 43 6.61-219.56A9.46 9.46 0 0 1 30.81 73l10.3-8.67 104.54 192.19Z",
132
- fill: "#45E0A8",
133
- stroke: "#000",
134
- strokeLinecap: "round",
135
- strokeLinejoin: "round"
136
- }), /* @__PURE__ */ React.createElement("path", {
137
- d: "m159.54 244.8-124.82 43 4.79-219.69a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l8.45 148Z",
138
- fill: "#fff",
139
- stroke: "#000",
140
- strokeLinecap: "round",
141
- strokeLinejoin: "round"
142
- }), /* @__PURE__ */ React.createElement("path", {
143
- d: "M151.69 107.42 39.18 83l.33-14.89a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l.6 10.62Z",
144
- fill: "#000"
145
- }), /* @__PURE__ */ React.createElement("path", {
146
- d: "M55.14 75.12c-.03 2.87-1.86 4.77-4.11 4.24-2.25-.54-4.1-3.35-4.07-6.26.04-2.92 1.92-4.78 4.18-4.2 2.27.6 4.02 3.36 4 6.22Z",
147
- fill: "#fff"
148
- }), /* @__PURE__ */ React.createElement("path", {
149
- d: "M68.77 78.5c0 2.79-1.7 4.65-3.83 4.15-2.11-.5-3.87-3.22-3.86-6.05.02-2.84 1.77-4.65 3.9-4.1 2.13.55 3.8 3.23 3.8 6Z",
150
- fill: "#45E0A8"
151
- }), /* @__PURE__ */ React.createElement("path", {
152
- d: "M145.43 184.87 56.23 193a5.55 5.55 0 0 1-6.06-5.62l.96-73.53a4.37 4.37 0 0 1 5.02-4.28l85.75 12.92a5.55 5.55 0 0 1 4.72 5.2l2.78 52.58a4.37 4.37 0 0 1-3.97 4.6v0ZM49.89 209.31l40.53-5.5M83.24 219.3l29.3-5.32M49.57 224.84c2.68-.49 2.88.63 5.56.15 2.68-.49 2.47-1.61 5.15-2.1 2.68-.48 2.88.64 5.56.15 2.68-.48 2.47-1.6 5.15-2.1 2.68-.48 2.88.64 5.56.16M108.75 227.71c3.04-.7 3.3.42 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5s3.29.42 6.33-.29c3.04-.7 2.78-1.8 5.82-2.5 3.04-.69 3.3.43 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5 3.04-.69 3.29.42 6.33-.28M49.46 241.83l50.69-11.57",
153
- stroke: "#45E0A8",
154
- strokeLinecap: "round",
155
- strokeLinejoin: "round"
156
- }), /* @__PURE__ */ React.createElement("path", {
157
- d: "M112.23 172.49c-6.33.17-12.03-8.4-12.3-19.1-.26-10.44 4.9-18.2 11.1-17.61 6.11.56 11.02 8.69 11.41 18.37.39 9.95-3.99 18.16-10.21 18.34Zm14.88-18.18c-.52-12.26-5.9-25.6-17.71-27.03l-26.57-3.21c-.57-.07-.94.33-.93 1.12.02.4.18.78.43 1.1a34.88 34.88 0 0 0 4.7 4.6 70.04 70.04 0 0 0 5.01 3.85c.63.44.89.88.9 1.42.01.73-.32 1.18-1 1.12l-23.49-1.96c-.75-.06-1.1.57-1.1 1.28 0 .58.17 1.14.5 1.62 2.06 3.2 5.3 7.07 9.94 11.51 3.96 3.78 8.14 7.33 12.5 10.63a1.82 1.82 0 0 1 .85 1.53c0 .63-.32 1.16-1.03 1.14l-10.66-.01c-.63 0-.97.49-.96 1.25.05.5.24.97.55 1.36 2.54 3.4 6.52 7.03 11.68 10.23 6.68 4.15 13.19 6.42 20.11 6.02 12.31-.74 16.78-16.03 16.28-27.57Z",
158
- stroke: "#45E0A8",
159
- strokeLinecap: "round",
160
- strokeLinejoin: "round"
161
- }), /* @__PURE__ */ React.createElement("path", {
162
- d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.22-.12.9-.04 1.36.15 1.56.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.8 16.8 0 0 1-8.17 22.52v0Z",
163
- fill: "#45E0A8",
164
- stroke: "#000",
165
- strokeLinecap: "round",
166
- strokeLinejoin: "round"
167
- }), /* @__PURE__ */ React.createElement("path", {
168
- d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.39-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31.03 6.8-1.16 9-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.31 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.07 16.07 0 0 1-4.3 5.7Z",
169
- fill: "#fff",
170
- stroke: "#000",
171
- strokeLinecap: "round",
172
- strokeLinejoin: "round"
173
- }), /* @__PURE__ */ React.createElement("path", {
174
- d: "M162.16 149.57c-.22.28-.37.6-.44.94-.1 1.36.14 2.74.35 4.03.43 2.65.88 5.4-.63 8.85-1.9 4.34-7.48 7.07-11.02 6.53-1.68-.25-2.64-1.2-2.98-2.95l-.57-.7c-.44 7.04 8.77 6.88 13.07 3.1 4.85-4.27 6.02-10.67 2.22-19.8Z",
175
- fill: "#000"
176
- }), /* @__PURE__ */ React.createElement("path", {
177
- d: "m141.58 141.7 2.82 8.62c.18.54 1.8.5 3.64-.1 1.83-.6 3.18-1.53 3-2.07l-2.82-8.63-6.64 2.17Z",
178
- fill: "#45E0A8",
179
- stroke: "#000",
180
- strokeLinecap: "round",
181
- strokeLinejoin: "round"
182
- }), /* @__PURE__ */ React.createElement("path", {
183
- d: "M118.93 120.19a2.6 2.6 0 0 1-2.99.26 67.23 67.23 0 0 1-9.43-7c-5.73-5.13-8.84-10-9.23-14.5-.22-2.56.42-3.99 4.44-7.43 1.09-.93 4.39.69 3.3 1.62-1.93 1.65-2.75 3.35-2.57 5.37.6 6.88 12.13 15.12 16.12 17.47a2.58 2.58 0 0 1 .36 4.2Z",
184
- fill: "#000",
185
- stroke: "#000",
186
- strokeLinecap: "round",
187
- strokeLinejoin: "round"
188
- }), /* @__PURE__ */ React.createElement("path", {
189
- d: "m120.52 109.23-.9-1.1-3.73 3.2-.49.42-1.64 1.4c-12.03 10.27 15.02 29.25 22.75 34.24a2.98 2.98 0 0 0 3.55-.24l1.23-1.05.34-.29 2.13-1.82 1.57-1.34 1.12-.95-.25-.31c.25-.72.23-1.5-.08-2.2-3.24-7.37-14.73-30.98-25.6-29.95Z",
190
- fill: "#000",
191
- stroke: "#000",
192
- strokeLinecap: "round",
193
- strokeLinejoin: "round"
194
- }), /* @__PURE__ */ React.createElement("path", {
195
- d: "m148.58 139.88 1.57-1.34a2.98 2.98 0 0 0 .79-3.46c-3.7-8.42-18.21-38.12-30.24-27.85l-2.13 1.82c-12.02 10.26 15.03 29.25 22.76 34.23a2.97 2.97 0 0 0 3.54-.24l1.58-1.33 2.13-1.83Z",
196
- fill: "#45E0A8",
197
- stroke: "#000",
198
- strokeLinecap: "round",
199
- strokeLinejoin: "round"
200
- }), /* @__PURE__ */ React.createElement("path", {
201
- d: "M126.04 114.12a2.58 2.58 0 0 1-4.1-1.02c-1.68-4.32-8.02-17-14.72-18.67-1.96-.49-3.77.05-5.7 1.71a2.6 2.6 0 0 1-3.36-3.94c4.02-3.42 7.83-3.4 10.32-2.78 4.38 1.1 8.71 4.92 12.87 11.39 2.1 3.3 3.92 6.78 5.42 10.4a2.6 2.6 0 0 1-.73 2.9Z",
202
- fill: "#45E0A8",
203
- stroke: "#000",
204
- strokeLinecap: "round",
205
- strokeLinejoin: "round"
206
- }), /* @__PURE__ */ React.createElement("path", {
207
- d: "M137.66 127.8c1.58-1.35 1.49-4.08-.22-6.08s-4.38-2.53-5.97-1.17c-1.6 1.36-1.5 4.08.21 6.08s4.38 2.53 5.97 1.17Z",
208
- fill: "#fff",
209
- stroke: "#fff",
210
- strokeLinecap: "round",
211
- strokeLinejoin: "round"
212
- }), /* @__PURE__ */ React.createElement("path", {
213
- d: "m133.61 118.44 1.75 10.86",
214
- stroke: "#45E0A8",
215
- strokeLinecap: "round",
216
- strokeLinejoin: "round"
217
- }), /* @__PURE__ */ React.createElement("path", {
218
- d: "M144.6 144.57a.47.47 0 0 0-.68-.06c-1.05.9-2.5 1.12-3.53.52-4.32-2.52-25.9-15.68-26.94-27.28a9.1 9.1 0 0 1 2.71-7.28l-2.72 2.32-.1.1a9.59 9.59 0 0 0-.86 4.94c.45 4.96 4.36 10.65 11.64 16.91 6.22 5.35 13.1 9.56 15.77 11.12.55.32 1.17.48 1.8.48a4.4 4.4 0 0 0 2.83-1.09.47.47 0 0 0 .18-.32.48.48 0 0 0-.1-.36Z",
219
- fill: "#45E0A8"
220
- }), /* @__PURE__ */ React.createElement("path", {
221
- d: "M149.56 175.51c-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44m4.97 2.68c-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56M65.29 47.92l25.29-2.75V10.86L52.03 36.8l13.26 11.1Z",
222
- stroke: "#000",
223
- strokeLinecap: "round",
224
- strokeLinejoin: "round"
225
- }), /* @__PURE__ */ React.createElement("path", {
226
- d: "M261.5 109 90.58 45.18V10.86L261.5 93.48v15.53ZM111.31 52.91l-23.9 2.46M129.47 59.7l-22.64 2.2M145.5 65.68l-21.5 2M159.74 71l-20.46 1.82M172.5 75.77l-19.52 1.67",
227
- stroke: "#000",
228
- strokeLinecap: "round",
229
- strokeLinejoin: "round"
230
- }), /* @__PURE__ */ React.createElement("path", {
231
- d: "M90.58 10.86 111.3 52.9V20.88l18.16 38.81V29.66l16.02 36.02V37.4L159.74 71V44.3l12.76 31.48V50.46l11.48 29.6V56l10.4 27.93v-22.9l9.44 26.43V65.6l8.63 25.1V69.76l7.92 23.88V73.6l7.28 22.77V77.12l6.72 21.76V80.37l6.23 20.84V83.38l5.78 19.98V86.17l5.38 19.2v-16.6l5.03 18.48V91.21l4.7 17.8M234.37 98.88h-19.05M65.29 47.92l195.88 65.93M76.66 42.15l13.92-31.3M240.6 101.2h-18.2M246.37 103.37H228.8M251.79 105.37h-17.05M238.92 105.14l17.87 2.1M261.46 109.01h-15.93",
232
- stroke: "#000",
233
- strokeLinecap: "round",
234
- strokeLinejoin: "round"
235
- }), /* @__PURE__ */ React.createElement("path", {
236
- d: "m180.4 128.4 16.4 2.43 20.33-1.07 3.03-3.32-21.53-7.28-22.24 6.92c.42.48.89.9 1.4 1.28h.01c.77.56 1.66.92 2.6 1.05Z",
237
- fill: "#000",
238
- stroke: "#000",
239
- strokeLinecap: "round",
240
- strokeLinejoin: "round"
241
- }), /* @__PURE__ */ React.createElement("path", {
242
- d: "m172.94 85.25 18.2-1.45c1.55-.12 3.1.09 4.57.62l5.8 2.14-3.7 36.88c.66 3.38-1.83 3.9-3.24 3.97l-13.82.75a4.91 4.91 0 0 1-3.62-1.32c-2.46-2.3-6.3-8.25-7.42-23.23-.06-.89-.15-1.8-.21-2.73-.22-4.15-.12-8.32.28-12.46a3.47 3.47 0 0 1 3.16-3.17Z",
243
- fill: "#45E0A8",
244
- stroke: "#000",
245
- strokeLinecap: "round",
246
- strokeLinejoin: "round"
247
- }), /* @__PURE__ */ React.createElement("path", {
248
- d: "m189.35 113.71-13.23.8a1.54 1.54 0 0 1-1.54-.99c-2.05-5.46-2.28-17.51-1.8-22.09a1.38 1.38 0 0 1 1.27-1.23l13.82-1.07a1.54 1.54 0 0 1 1.67 1.66c-.4 5.3.2 16.17 1.08 21.31a1.39 1.39 0 0 1-.72 1.46c-.17.09-.36.14-.55.15Z",
249
- fill: "#000"
250
- }), /* @__PURE__ */ React.createElement("path", {
251
- d: "m196.39 84.67 20.74 7.62V127a2.35 2.35 0 0 1-2.73 2.31l-12.26-2.08a5.4 5.4 0 0 1-4.16-3.44l-1.34-3.65a71.72 71.72 0 0 1-3.9-18.94v-.15c-.3-4.41.08-10.08.47-14.34a2.38 2.38 0 0 1 3.18-2.03Z",
252
- fill: "#fff",
253
- stroke: "#000",
254
- strokeLinecap: "round",
255
- strokeLinejoin: "round"
256
- }), /* @__PURE__ */ React.createElement("path", {
257
- d: "M214.16 116.28v-19a1.67 1.67 0 0 0-1.14-1.59c-5.33-1.8-10.78-3.81-16.12-5.62a1.2 1.2 0 0 0-1.59 1.12c-.04 2.48.04 6.2.08 8.03.14 4.64.8 9.25 1.97 13.75a1.68 1.68 0 0 0 1.25 1.24l14.07 3.24a1.2 1.2 0 0 0 1.48-1.17Z",
258
- fill: "#000"
259
- }), /* @__PURE__ */ React.createElement("path", {
260
- d: "m216.2 175.65 9.26-.25M216.2 175.65l-19.29-21.62M196.91 197.7l13 14.27M183.98 80.06l-18.65 1.53",
261
- stroke: "#000",
262
- strokeLinecap: "round",
263
- strokeLinejoin: "round"
264
- }), /* @__PURE__ */ React.createElement("path", {
265
- d: "M217.13 92.3v37.46l8.77-.46V95.71l-8.77-3.42Z",
266
- fill: "#000",
267
- stroke: "#000",
268
- strokeLinecap: "round",
269
- strokeLinejoin: "round"
270
- }), /* @__PURE__ */ React.createElement("path", {
271
- d: "m180.01 93.19-5.35 8.02M178.56 100.76l-2.79 4.17M191.77 131.04l35.84-1.82",
272
- stroke: "#45E0A8",
273
- strokeLinecap: "round",
274
- strokeLinejoin: "round"
275
- }), /* @__PURE__ */ React.createElement("path", {
276
- d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71Z",
277
- fill: "#45E0A8"
278
- }), /* @__PURE__ */ React.createElement("path", {
279
- d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71h0Z",
280
- stroke: "#000",
281
- strokeLinecap: "round",
282
- strokeLinejoin: "round"
283
- }), /* @__PURE__ */ React.createElement("path", {
284
- d: "M68.64 51.54a1.6 1.6 0 0 0-.76.04c-1.45.46-2.16 3.24-1.94 6.88M67.01 45.27a1.97 1.97 0 0 0-.85-.02c-1.57.33-2.68 2.7-2.92 5.88M71.23 58.03c-.25.11-.48.26-.7.43-2.24 1.79-1.45 5.9-1.32 6.54M74.3 63.95c-2.17 0-2.34 4.98-1.78 6.64M77.57 69.27c-1.71.7-1.18 6.1-.62 7.76M82.03 75.5c-1.76.78-.92 6.04 0 7.9M87.1 81.54c-1.47.78-.7 6.02.64 7.93M92.6 87.14c-1.72.7-.6 5.56.28 6.95M80.3 49.26c-1.26-.34-2.72 1.98-2.5 5.62M77.2 42.87c-1.55.33-3.23 2.5-2.9 5.88M83.42 54.14c-1.39-.43-2.37 4.86-1.67 6.26M87.74 59.84c-1.8 0-2.23 4.26-1.67 5.92M92.43 65.51c-1.52-.37-2 4.35-1.65 5.84M97.47 71.44c-1.3.19-2.04 3.9-1.59 5.93M102.19 77.11c-1.33.26-1.78 4.33-1.21 6.58M107.08 83.54c-1.85-.09-2.43 4.6-2.2 6.22",
285
- stroke: "#000",
286
- strokeLinecap: "round",
287
- strokeLinejoin: "round"
288
- }), /* @__PURE__ */ React.createElement("path", {
289
- d: "m52.03 36.81 21.9-14.75 2.73 20.1-24.63-5.35Z",
290
- fill: "#000",
291
- stroke: "#000",
292
- strokeLinecap: "round",
293
- strokeLinejoin: "round"
294
- }), /* @__PURE__ */ React.createElement("path", {
295
- d: "m59.29 42.9 17.37-.75-24.63-5.34 7.26 6.09Z",
296
- fill: "#000",
297
- stroke: "#000",
298
- strokeLinecap: "round",
299
- strokeLinejoin: "round"
300
- }), /* @__PURE__ */ React.createElement("path", {
301
- d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03l-1.92-4.81c1.93-.66 4.01-.74 5.99-.24a15.4 15.4 0 0 1 6.2 3.42l-2.14 5.04Z",
302
- fill: "#45E0A8"
303
- }), /* @__PURE__ */ React.createElement("path", {
304
- d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03M102.5 89.65c1.92-.66 4-.74 5.98-.24a15.4 15.4 0 0 1 6.2 3.42",
305
- stroke: "#000",
306
- strokeLinecap: "round",
307
- strokeLinejoin: "round"
308
- }), /* @__PURE__ */ React.createElement("mask", {
309
- height: "32",
310
- id: "igc-maintenance-el-1",
311
- width: "41",
312
- x: "128",
313
- y: "145",
314
- maskUnits: "userSpaceOnUse"
315
- }, /* @__PURE__ */ React.createElement("path", {
316
- d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.38-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31-20.13 10.12-21.3 12.32-1.11 2.05 22.51 25.23 18.43 5.82.24 2.15 1.22 3.28 3.08 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.3 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.06 16.06 0 0 1-4.3 5.7Z",
317
- fill: "#fff",
318
- stroke: "#000",
319
- strokeLinecap: "round",
320
- strokeLinejoin: "round"
321
- })), /* @__PURE__ */ React.createElement("g", {
322
- mask: "url(#igc-maintenance-el-1)"
323
- }, /* @__PURE__ */ React.createElement("path", {
324
- d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.21-.12.9-.04 1.36.15 1.57.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.83 16.83 0 0 1-8.17 22.52v-.01Z",
325
- fill: "#45E0A8",
326
- stroke: "#000",
327
- strokeLinecap: "round",
328
- strokeLinejoin: "round"
329
- }))));
4
+ import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
5
+ const Maintenance = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", primaryColor = "#45E0A8", secondaryColor = "#000", ...props }, ref) => {
6
+ const colorResolver = useColorResolver();
7
+ const resolvedPrimaryColor = colorResolver(primaryColor);
8
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
9
+ return /* @__PURE__ */ React.createElement(Box, {
10
+ ref,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ fill,
15
+ tag: "svg",
16
+ ...props
17
+ }, /* @__PURE__ */ React.createElement("path", {
18
+ d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
19
+ fill: resolvedPrimaryColor
20
+ }), /* @__PURE__ */ React.createElement("path", {
21
+ d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
22
+ stroke: resolvedPrimaryColor,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }), /* @__PURE__ */ React.createElement("path", {
26
+ d: "m51.62 36.73 38.02 7.92",
27
+ stroke: "#fff",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }), /* @__PURE__ */ React.createElement("path", {
31
+ d: "m19.48 129.66 23.13 42.6 9.92 75.38a2.72 2.72 0 0 0 3.18 2.31l74.75-13.86 74.76 13.86a2.7 2.7 0 0 0 3.17-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
32
+ stroke: resolvedPrimaryColor,
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }), /* @__PURE__ */ React.createElement("mask", {
36
+ height: "240",
37
+ id: "igc-maintenance-el-0",
38
+ width: "249",
39
+ x: "6",
40
+ y: "10",
41
+ maskUnits: "userSpaceOnUse"
42
+ }, /* @__PURE__ */ React.createElement("path", {
43
+ d: "M128.5 13.84 89.54 10 55.7 23.26 7.55 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
44
+ fill: "#FF642D"
45
+ })), /* @__PURE__ */ React.createElement("g", {
46
+ mask: "url(#igc-maintenance-el-0)"
47
+ }, /* @__PURE__ */ React.createElement("path", {
48
+ d: "m222.26 134.8-22.66 1.1v18.04l22.66-.9V134.8Z",
49
+ fill: resolvedSecondaryColor,
50
+ stroke: resolvedPrimaryColor,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }), /* @__PURE__ */ React.createElement("path", {
54
+ d: "m225.9 141.8-29.93 1.34v5.32l29.93-1.36v-5.3ZM225.9 129.3l-29.93 1.53v5.26l29.93-1.47v-5.32Z",
55
+ fill: resolvedSecondaryColor,
56
+ stroke: resolvedPrimaryColor,
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round"
59
+ }), /* @__PURE__ */ React.createElement("path", {
60
+ d: "M216.2 258.6h9.26V152.92l-9.27.37V258.6Z",
61
+ stroke: resolvedSecondaryColor,
62
+ strokeLinecap: "round",
63
+ strokeLinejoin: "round"
64
+ }), /* @__PURE__ */ React.createElement("path", {
65
+ d: "m216.2 175.65-19.29.5v-22.12l19.28-.74v22.36Z",
66
+ stroke: resolvedSecondaryColor,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }), /* @__PURE__ */ React.createElement("path", {
70
+ d: "m216.2 197.45-19.29.25v-21.55l19.28-.5v21.8Z",
71
+ stroke: resolvedSecondaryColor,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round"
74
+ }), /* @__PURE__ */ React.createElement("path", {
75
+ d: "M216.2 219.05H196.9V197.7l19.28-.25v21.6ZM216.2 219.05H196.9v21.7h19.28v-21.7ZM216.2 197.45l-19.29-21.3",
76
+ stroke: resolvedSecondaryColor,
77
+ strokeLinecap: "round",
78
+ strokeLinejoin: "round"
79
+ }), /* @__PURE__ */ React.createElement("path", {
80
+ d: "m189.08 255.77-82.87 37.1-2.35-105.13 76.18-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l5.38 71.81Z",
81
+ fill: "#fff",
82
+ stroke: resolvedSecondaryColor,
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round"
85
+ }), /* @__PURE__ */ React.createElement("path", {
86
+ d: "m184.18 190.44-80.01 10.9-.3-13.6 76.17-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l.48 6.48Z",
87
+ fill: resolvedSecondaryColor
88
+ }), /* @__PURE__ */ React.createElement("path", {
89
+ d: "M117.67 192.96c.06 1.9-1.33 3.63-3.11 3.86-1.79.22-3.34-1.17-3.39-3.14-.05-1.96 1.38-3.67 3.18-3.85 1.8-.18 3.26 1.23 3.32 3.13Z",
90
+ fill: "#fff"
91
+ }), /* @__PURE__ */ React.createElement("path", {
92
+ d: "M126.89 191.92c.07 1.84-1.22 3.5-2.89 3.7-1.67.2-3.13-1.13-3.19-3.03-.05-1.89 1.27-3.54 2.96-3.7 1.68-.17 3.05 1.19 3.12 3.03Z",
93
+ fill: resolvedPrimaryColor
94
+ }), /* @__PURE__ */ React.createElement("path", {
95
+ d: "m182.85 227.87-70.17 21.54-1.02-38.04 66.71-11.64a2.2 2.2 0 0 1 2.57 2l1.9 26.14Z",
96
+ stroke: resolvedPrimaryColor,
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round"
99
+ }), /* @__PURE__ */ React.createElement("path", {
100
+ d: "M173.93 209.2c.12 1.72-.8 3.35-2.05 3.65-1.26.3-2.42-.87-2.53-2.63-.12-1.75.83-3.38 2.1-3.63 1.28-.27 2.36.92 2.48 2.62ZM165.3 223.27l5.15-5.82a2.1 2.1 0 0 1 2.7-.38l9.34 5.9",
101
+ stroke: resolvedPrimaryColor,
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round"
104
+ }), /* @__PURE__ */ React.createElement("path", {
105
+ d: "m141.55 231.28 12.44-13.78a2.1 2.1 0 0 1 2.8-.3l12.58 8.97",
106
+ stroke: resolvedPrimaryColor,
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round"
109
+ }), /* @__PURE__ */ React.createElement("path", {
110
+ d: "M242.08 200.44 181.07 215l-.1-.83-2.22 1.56-.1.07-.14.1a2.98 2.98 0 0 0-1.12 2.53l5.18 72.99 65.44-39.02-5.93-51.96Z",
111
+ fill: resolvedPrimaryColor,
112
+ stroke: resolvedSecondaryColor,
113
+ strokeLinecap: "round",
114
+ strokeLinejoin: "round"
115
+ }), /* @__PURE__ */ React.createElement("path", {
116
+ d: "m250.53 250.64-65.42 39.01-5.18-72.98a2.98 2.98 0 0 1 2.28-3.11l62.4-14.9 5.92 51.98Z",
117
+ fill: "#fff",
118
+ stroke: resolvedSecondaryColor,
119
+ strokeLinecap: "round",
120
+ strokeLinejoin: "round"
121
+ }), /* @__PURE__ */ React.createElement("path", {
122
+ d: "m245.5 206.56-65 19.26-.6-9.16a2.98 2.98 0 0 1 2.28-3.1l62.41-14.89.91 7.89Z",
123
+ fill: resolvedSecondaryColor
124
+ }), /* @__PURE__ */ React.createElement("path", {
125
+ d: "M189.05 217.3c.1 1.47-.81 3.02-2.02 3.46-1.21.43-2.31-.43-2.4-1.94-.09-1.52.86-3.07 2.08-3.47 1.23-.4 2.25.47 2.34 1.95Z",
126
+ fill: "#fff"
127
+ }), /* @__PURE__ */ React.createElement("path", {
128
+ d: "M196.36 215.36c.1 1.42-.79 2.9-2 3.3-1.2.4-2.28-.44-2.38-1.9-.1-1.45.82-2.93 2.04-3.3 1.21-.38 2.24.48 2.34 1.9Z",
129
+ fill: resolvedPrimaryColor
130
+ }), /* @__PURE__ */ React.createElement("path", {
131
+ d: "m245.56 239.74-56.02 27-2.28-30.5a2.72 2.72 0 0 1 1.88-2.8l53.77-17.36 2.65 23.66Z",
132
+ stroke: resolvedPrimaryColor,
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round"
135
+ }), /* @__PURE__ */ React.createElement("path", {
136
+ d: "m145.65 256.51-124.81 43 6.61-219.56A9.46 9.46 0 0 1 30.81 73l10.3-8.67 104.54 192.19Z",
137
+ fill: resolvedPrimaryColor,
138
+ stroke: resolvedSecondaryColor,
139
+ strokeLinecap: "round",
140
+ strokeLinejoin: "round"
141
+ }), /* @__PURE__ */ React.createElement("path", {
142
+ d: "m159.54 244.8-124.82 43 4.79-219.69a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l8.45 148Z",
143
+ fill: "#fff",
144
+ stroke: resolvedSecondaryColor,
145
+ strokeLinecap: "round",
146
+ strokeLinejoin: "round"
147
+ }), /* @__PURE__ */ React.createElement("path", {
148
+ d: "M151.69 107.42 39.18 83l.33-14.89a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l.6 10.62Z",
149
+ fill: resolvedSecondaryColor
150
+ }), /* @__PURE__ */ React.createElement("path", {
151
+ d: "M55.14 75.12c-.03 2.87-1.86 4.77-4.11 4.24-2.25-.54-4.1-3.35-4.07-6.26.04-2.92 1.92-4.78 4.18-4.2 2.27.6 4.02 3.36 4 6.22Z",
152
+ fill: "#fff"
153
+ }), /* @__PURE__ */ React.createElement("path", {
154
+ d: "M68.77 78.5c0 2.79-1.7 4.65-3.83 4.15-2.11-.5-3.87-3.22-3.86-6.05.02-2.84 1.77-4.65 3.9-4.1 2.13.55 3.8 3.23 3.8 6Z",
155
+ fill: resolvedPrimaryColor
156
+ }), /* @__PURE__ */ React.createElement("path", {
157
+ d: "M145.43 184.87 56.23 193a5.55 5.55 0 0 1-6.06-5.62l.96-73.53a4.37 4.37 0 0 1 5.02-4.28l85.75 12.92a5.55 5.55 0 0 1 4.72 5.2l2.78 52.58a4.37 4.37 0 0 1-3.97 4.6v0ZM49.89 209.31l40.53-5.5M83.24 219.3l29.3-5.32M49.57 224.84c2.68-.49 2.88.63 5.56.15 2.68-.49 2.47-1.61 5.15-2.1 2.68-.48 2.88.64 5.56.15 2.68-.48 2.47-1.6 5.15-2.1 2.68-.48 2.88.64 5.56.16M108.75 227.71c3.04-.7 3.3.42 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5s3.29.42 6.33-.29c3.04-.7 2.78-1.8 5.82-2.5 3.04-.69 3.3.43 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5 3.04-.69 3.29.42 6.33-.28M49.46 241.83l50.69-11.57",
158
+ stroke: resolvedPrimaryColor,
159
+ strokeLinecap: "round",
160
+ strokeLinejoin: "round"
161
+ }), /* @__PURE__ */ React.createElement("path", {
162
+ d: "M112.23 172.49c-6.33.17-12.03-8.4-12.3-19.1-.26-10.44 4.9-18.2 11.1-17.61 6.11.56 11.02 8.69 11.41 18.37.39 9.95-3.99 18.16-10.21 18.34Zm14.88-18.18c-.52-12.26-5.9-25.6-17.71-27.03l-26.57-3.21c-.57-.07-.94.33-.93 1.12.02.4.18.78.43 1.1a34.88 34.88 0 0 0 4.7 4.6 70.04 70.04 0 0 0 5.01 3.85c.63.44.89.88.9 1.42.01.73-.32 1.18-1 1.12l-23.49-1.96c-.75-.06-1.1.57-1.1 1.28 0 .58.17 1.14.5 1.62 2.06 3.2 5.3 7.07 9.94 11.51 3.96 3.78 8.14 7.33 12.5 10.63a1.82 1.82 0 0 1 .85 1.53c0 .63-.32 1.16-1.03 1.14l-10.66-.01c-.63 0-.97.49-.96 1.25.05.5.24.97.55 1.36 2.54 3.4 6.52 7.03 11.68 10.23 6.68 4.15 13.19 6.42 20.11 6.02 12.31-.74 16.78-16.03 16.28-27.57Z",
163
+ stroke: resolvedPrimaryColor,
164
+ strokeLinecap: "round",
165
+ strokeLinejoin: "round"
166
+ }), /* @__PURE__ */ React.createElement("path", {
167
+ d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.22-.12.9-.04 1.36.15 1.56.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.8 16.8 0 0 1-8.17 22.52v0Z",
168
+ fill: resolvedPrimaryColor,
169
+ stroke: resolvedSecondaryColor,
170
+ strokeLinecap: "round",
171
+ strokeLinejoin: "round"
172
+ }), /* @__PURE__ */ React.createElement("path", {
173
+ d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.39-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31.03 6.8-1.16 9-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.31 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.07 16.07 0 0 1-4.3 5.7Z",
174
+ fill: "#fff",
175
+ stroke: resolvedSecondaryColor,
176
+ strokeLinecap: "round",
177
+ strokeLinejoin: "round"
178
+ }), /* @__PURE__ */ React.createElement("path", {
179
+ d: "M162.16 149.57c-.22.28-.37.6-.44.94-.1 1.36.14 2.74.35 4.03.43 2.65.88 5.4-.63 8.85-1.9 4.34-7.48 7.07-11.02 6.53-1.68-.25-2.64-1.2-2.98-2.95l-.57-.7c-.44 7.04 8.77 6.88 13.07 3.1 4.85-4.27 6.02-10.67 2.22-19.8Z",
180
+ fill: resolvedSecondaryColor
181
+ }), /* @__PURE__ */ React.createElement("path", {
182
+ d: "m141.58 141.7 2.82 8.62c.18.54 1.8.5 3.64-.1 1.83-.6 3.18-1.53 3-2.07l-2.82-8.63-6.64 2.17Z",
183
+ fill: resolvedPrimaryColor,
184
+ stroke: resolvedSecondaryColor,
185
+ strokeLinecap: "round",
186
+ strokeLinejoin: "round"
187
+ }), /* @__PURE__ */ React.createElement("path", {
188
+ d: "M118.93 120.19a2.6 2.6 0 0 1-2.99.26 67.23 67.23 0 0 1-9.43-7c-5.73-5.13-8.84-10-9.23-14.5-.22-2.56.42-3.99 4.44-7.43 1.09-.93 4.39.69 3.3 1.62-1.93 1.65-2.75 3.35-2.57 5.37.6 6.88 12.13 15.12 16.12 17.47a2.58 2.58 0 0 1 .36 4.2Z",
189
+ fill: resolvedSecondaryColor,
190
+ stroke: resolvedSecondaryColor,
191
+ strokeLinecap: "round",
192
+ strokeLinejoin: "round"
193
+ }), /* @__PURE__ */ React.createElement("path", {
194
+ d: "m120.52 109.23-.9-1.1-3.73 3.2-.49.42-1.64 1.4c-12.03 10.27 15.02 29.25 22.75 34.24a2.98 2.98 0 0 0 3.55-.24l1.23-1.05.34-.29 2.13-1.82 1.57-1.34 1.12-.95-.25-.31c.25-.72.23-1.5-.08-2.2-3.24-7.37-14.73-30.98-25.6-29.95Z",
195
+ fill: resolvedSecondaryColor,
196
+ stroke: resolvedSecondaryColor,
197
+ strokeLinecap: "round",
198
+ strokeLinejoin: "round"
199
+ }), /* @__PURE__ */ React.createElement("path", {
200
+ d: "m148.58 139.88 1.57-1.34a2.98 2.98 0 0 0 .79-3.46c-3.7-8.42-18.21-38.12-30.24-27.85l-2.13 1.82c-12.02 10.26 15.03 29.25 22.76 34.23a2.97 2.97 0 0 0 3.54-.24l1.58-1.33 2.13-1.83Z",
201
+ fill: resolvedPrimaryColor,
202
+ stroke: resolvedSecondaryColor,
203
+ strokeLinecap: "round",
204
+ strokeLinejoin: "round"
205
+ }), /* @__PURE__ */ React.createElement("path", {
206
+ d: "M126.04 114.12a2.58 2.58 0 0 1-4.1-1.02c-1.68-4.32-8.02-17-14.72-18.67-1.96-.49-3.77.05-5.7 1.71a2.6 2.6 0 0 1-3.36-3.94c4.02-3.42 7.83-3.4 10.32-2.78 4.38 1.1 8.71 4.92 12.87 11.39 2.1 3.3 3.92 6.78 5.42 10.4a2.6 2.6 0 0 1-.73 2.9Z",
207
+ fill: resolvedPrimaryColor,
208
+ stroke: resolvedSecondaryColor,
209
+ strokeLinecap: "round",
210
+ strokeLinejoin: "round"
211
+ }), /* @__PURE__ */ React.createElement("path", {
212
+ d: "M137.66 127.8c1.58-1.35 1.49-4.08-.22-6.08s-4.38-2.53-5.97-1.17c-1.6 1.36-1.5 4.08.21 6.08s4.38 2.53 5.97 1.17Z",
213
+ fill: "#fff",
214
+ stroke: "#fff",
215
+ strokeLinecap: "round",
216
+ strokeLinejoin: "round"
217
+ }), /* @__PURE__ */ React.createElement("path", {
218
+ d: "m133.61 118.44 1.75 10.86",
219
+ stroke: resolvedPrimaryColor,
220
+ strokeLinecap: "round",
221
+ strokeLinejoin: "round"
222
+ }), /* @__PURE__ */ React.createElement("path", {
223
+ d: "M144.6 144.57a.47.47 0 0 0-.68-.06c-1.05.9-2.5 1.12-3.53.52-4.32-2.52-25.9-15.68-26.94-27.28a9.1 9.1 0 0 1 2.71-7.28l-2.72 2.32-.1.1a9.59 9.59 0 0 0-.86 4.94c.45 4.96 4.36 10.65 11.64 16.91 6.22 5.35 13.1 9.56 15.77 11.12.55.32 1.17.48 1.8.48a4.4 4.4 0 0 0 2.83-1.09.47.47 0 0 0 .18-.32.48.48 0 0 0-.1-.36Z",
224
+ fill: resolvedPrimaryColor
225
+ }), /* @__PURE__ */ React.createElement("path", {
226
+ d: "M149.56 175.51c-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44m4.97 2.68c-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56M65.29 47.92l25.29-2.75V10.86L52.03 36.8l13.26 11.1Z",
227
+ stroke: resolvedSecondaryColor,
228
+ strokeLinecap: "round",
229
+ strokeLinejoin: "round"
230
+ }), /* @__PURE__ */ React.createElement("path", {
231
+ d: "M261.5 109 90.58 45.18V10.86L261.5 93.48v15.53ZM111.31 52.91l-23.9 2.46M129.47 59.7l-22.64 2.2M145.5 65.68l-21.5 2M159.74 71l-20.46 1.82M172.5 75.77l-19.52 1.67",
232
+ stroke: resolvedSecondaryColor,
233
+ strokeLinecap: "round",
234
+ strokeLinejoin: "round"
235
+ }), /* @__PURE__ */ React.createElement("path", {
236
+ d: "M90.58 10.86 111.3 52.9V20.88l18.16 38.81V29.66l16.02 36.02V37.4L159.74 71V44.3l12.76 31.48V50.46l11.48 29.6V56l10.4 27.93v-22.9l9.44 26.43V65.6l8.63 25.1V69.76l7.92 23.88V73.6l7.28 22.77V77.12l6.72 21.76V80.37l6.23 20.84V83.38l5.78 19.98V86.17l5.38 19.2v-16.6l5.03 18.48V91.21l4.7 17.8M234.37 98.88h-19.05M65.29 47.92l195.88 65.93M76.66 42.15l13.92-31.3M240.6 101.2h-18.2M246.37 103.37H228.8M251.79 105.37h-17.05M238.92 105.14l17.87 2.1M261.46 109.01h-15.93",
237
+ stroke: resolvedSecondaryColor,
238
+ strokeLinecap: "round",
239
+ strokeLinejoin: "round"
240
+ }), /* @__PURE__ */ React.createElement("path", {
241
+ d: "m180.4 128.4 16.4 2.43 20.33-1.07 3.03-3.32-21.53-7.28-22.24 6.92c.42.48.89.9 1.4 1.28h.01c.77.56 1.66.92 2.6 1.05Z",
242
+ fill: resolvedSecondaryColor,
243
+ stroke: resolvedSecondaryColor,
244
+ strokeLinecap: "round",
245
+ strokeLinejoin: "round"
246
+ }), /* @__PURE__ */ React.createElement("path", {
247
+ d: "m172.94 85.25 18.2-1.45c1.55-.12 3.1.09 4.57.62l5.8 2.14-3.7 36.88c.66 3.38-1.83 3.9-3.24 3.97l-13.82.75a4.91 4.91 0 0 1-3.62-1.32c-2.46-2.3-6.3-8.25-7.42-23.23-.06-.89-.15-1.8-.21-2.73-.22-4.15-.12-8.32.28-12.46a3.47 3.47 0 0 1 3.16-3.17Z",
248
+ fill: resolvedPrimaryColor,
249
+ stroke: resolvedSecondaryColor,
250
+ strokeLinecap: "round",
251
+ strokeLinejoin: "round"
252
+ }), /* @__PURE__ */ React.createElement("path", {
253
+ d: "m189.35 113.71-13.23.8a1.54 1.54 0 0 1-1.54-.99c-2.05-5.46-2.28-17.51-1.8-22.09a1.38 1.38 0 0 1 1.27-1.23l13.82-1.07a1.54 1.54 0 0 1 1.67 1.66c-.4 5.3.2 16.17 1.08 21.31a1.39 1.39 0 0 1-.72 1.46c-.17.09-.36.14-.55.15Z",
254
+ fill: resolvedSecondaryColor
255
+ }), /* @__PURE__ */ React.createElement("path", {
256
+ d: "m196.39 84.67 20.74 7.62V127a2.35 2.35 0 0 1-2.73 2.31l-12.26-2.08a5.4 5.4 0 0 1-4.16-3.44l-1.34-3.65a71.72 71.72 0 0 1-3.9-18.94v-.15c-.3-4.41.08-10.08.47-14.34a2.38 2.38 0 0 1 3.18-2.03Z",
257
+ fill: "#fff",
258
+ stroke: resolvedSecondaryColor,
259
+ strokeLinecap: "round",
260
+ strokeLinejoin: "round"
261
+ }), /* @__PURE__ */ React.createElement("path", {
262
+ d: "M214.16 116.28v-19a1.67 1.67 0 0 0-1.14-1.59c-5.33-1.8-10.78-3.81-16.12-5.62a1.2 1.2 0 0 0-1.59 1.12c-.04 2.48.04 6.2.08 8.03.14 4.64.8 9.25 1.97 13.75a1.68 1.68 0 0 0 1.25 1.24l14.07 3.24a1.2 1.2 0 0 0 1.48-1.17Z",
263
+ fill: resolvedSecondaryColor
264
+ }), /* @__PURE__ */ React.createElement("path", {
265
+ d: "m216.2 175.65 9.26-.25M216.2 175.65l-19.29-21.62M196.91 197.7l13 14.27M183.98 80.06l-18.65 1.53",
266
+ stroke: resolvedSecondaryColor,
267
+ strokeLinecap: "round",
268
+ strokeLinejoin: "round"
269
+ }), /* @__PURE__ */ React.createElement("path", {
270
+ d: "M217.13 92.3v37.46l8.77-.46V95.71l-8.77-3.42Z",
271
+ fill: resolvedSecondaryColor,
272
+ stroke: resolvedSecondaryColor,
273
+ strokeLinecap: "round",
274
+ strokeLinejoin: "round"
275
+ }), /* @__PURE__ */ React.createElement("path", {
276
+ d: "m180.01 93.19-5.35 8.02M178.56 100.76l-2.79 4.17M191.77 131.04l35.84-1.82",
277
+ stroke: resolvedPrimaryColor,
278
+ strokeLinecap: "round",
279
+ strokeLinejoin: "round"
280
+ }), /* @__PURE__ */ React.createElement("path", {
281
+ d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71Z",
282
+ fill: resolvedPrimaryColor
283
+ }), /* @__PURE__ */ React.createElement("path", {
284
+ d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71h0Z",
285
+ stroke: resolvedSecondaryColor,
286
+ strokeLinecap: "round",
287
+ strokeLinejoin: "round"
288
+ }), /* @__PURE__ */ React.createElement("path", {
289
+ d: "M68.64 51.54a1.6 1.6 0 0 0-.76.04c-1.45.46-2.16 3.24-1.94 6.88M67.01 45.27a1.97 1.97 0 0 0-.85-.02c-1.57.33-2.68 2.7-2.92 5.88M71.23 58.03c-.25.11-.48.26-.7.43-2.24 1.79-1.45 5.9-1.32 6.54M74.3 63.95c-2.17 0-2.34 4.98-1.78 6.64M77.57 69.27c-1.71.7-1.18 6.1-.62 7.76M82.03 75.5c-1.76.78-.92 6.04 0 7.9M87.1 81.54c-1.47.78-.7 6.02.64 7.93M92.6 87.14c-1.72.7-.6 5.56.28 6.95M80.3 49.26c-1.26-.34-2.72 1.98-2.5 5.62M77.2 42.87c-1.55.33-3.23 2.5-2.9 5.88M83.42 54.14c-1.39-.43-2.37 4.86-1.67 6.26M87.74 59.84c-1.8 0-2.23 4.26-1.67 5.92M92.43 65.51c-1.52-.37-2 4.35-1.65 5.84M97.47 71.44c-1.3.19-2.04 3.9-1.59 5.93M102.19 77.11c-1.33.26-1.78 4.33-1.21 6.58M107.08 83.54c-1.85-.09-2.43 4.6-2.2 6.22",
290
+ stroke: resolvedSecondaryColor,
291
+ strokeLinecap: "round",
292
+ strokeLinejoin: "round"
293
+ }), /* @__PURE__ */ React.createElement("path", {
294
+ d: "m52.03 36.81 21.9-14.75 2.73 20.1-24.63-5.35Z",
295
+ fill: resolvedSecondaryColor,
296
+ stroke: resolvedSecondaryColor,
297
+ strokeLinecap: "round",
298
+ strokeLinejoin: "round"
299
+ }), /* @__PURE__ */ React.createElement("path", {
300
+ d: "m59.29 42.9 17.37-.75-24.63-5.34 7.26 6.09Z",
301
+ fill: resolvedSecondaryColor,
302
+ stroke: resolvedSecondaryColor,
303
+ strokeLinecap: "round",
304
+ strokeLinejoin: "round"
305
+ }), /* @__PURE__ */ React.createElement("path", {
306
+ d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03l-1.92-4.81c1.93-.66 4.01-.74 5.99-.24a15.4 15.4 0 0 1 6.2 3.42l-2.14 5.04Z",
307
+ fill: resolvedPrimaryColor
308
+ }), /* @__PURE__ */ React.createElement("path", {
309
+ d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03M102.5 89.65c1.92-.66 4-.74 5.98-.24a15.4 15.4 0 0 1 6.2 3.42",
310
+ stroke: resolvedSecondaryColor,
311
+ strokeLinecap: "round",
312
+ strokeLinejoin: "round"
313
+ }), /* @__PURE__ */ React.createElement("mask", {
314
+ height: "32",
315
+ id: "igc-maintenance-el-1",
316
+ width: "41",
317
+ x: "128",
318
+ y: "145",
319
+ maskUnits: "userSpaceOnUse"
320
+ }, /* @__PURE__ */ React.createElement("path", {
321
+ d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.38-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31-20.13 10.12-21.3 12.32-1.11 2.05 22.51 25.23 18.43 5.82.24 2.15 1.22 3.28 3.08 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.3 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.06 16.06 0 0 1-4.3 5.7Z",
322
+ fill: "#fff",
323
+ stroke: resolvedSecondaryColor,
324
+ strokeLinecap: "round",
325
+ strokeLinejoin: "round"
326
+ })), /* @__PURE__ */ React.createElement("g", {
327
+ mask: "url(#igc-maintenance-el-1)"
328
+ }, /* @__PURE__ */ React.createElement("path", {
329
+ d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.21-.12.9-.04 1.36.15 1.57.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.83 16.83 0 0 1-8.17 22.52v-.01Z",
330
+ fill: resolvedPrimaryColor,
331
+ stroke: resolvedSecondaryColor,
332
+ strokeLinecap: "round",
333
+ strokeLinejoin: "round"
334
+ }))));
335
+ };
330
336
  Maintenance.displayName = "Maintenance";
331
337
  var stdin_default = createBaseComponent(Maintenance);
332
338
  export {