intergalactic 15.98.2 → 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
@@ -26,312 +26,318 @@ 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 AccessLogIn = ({ 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: "M92.627 19.365a5.12 5.12 0 0 0-3.602 1.494l-41.64 41.65c-43.61 43.578-43.61 114.226-.014 157.805 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8c0-.38-.075-.757-.22-1.108a2.9 2.9 0 0 0-2.677-1.785H92.627Z",
39
- fill: "#B880FF"
40
- }), /* @__PURE__ */ import_react.default.createElement("path", {
41
- d: "M247.38 162.275v12.783a4.12 4.12 0 0 1-1.219 2.947l-41.635 41.649a109.945 109.945 0 0 1-36.603 24.292 110.285 110.285 0 0 1-41.636 8.104 110.67 110.67 0 0 1-27.211-3.378v.957a111.895 111.895 0 0 0 27.211 3.36 111.215 111.215 0 0 0 78.899-32.689l41.649-41.644a5.1 5.1 0 0 0 1.499-3.612v-12.471l-.954-.298ZM148.169 95.766a1.338 1.338 0 1 0 0-2.677 1.338 1.338 0 0 0 0 2.677ZM93.43 92.131a1.55 1.55 0 1 0 0-3.098 1.55 1.55 0 0 0 0 3.098ZM113.693 189.821a2.146 2.146 0 1 0-.002-4.292 2.146 2.146 0 0 0 .002 4.292Z",
42
- fill: "#B880FF"
43
- }), /* @__PURE__ */ import_react.default.createElement("path", {
44
- d: "M161.08 108.31c7.393-1.916 24.429-2.69 28.596 3.529",
45
- stroke: "#B880FF",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- }), /* @__PURE__ */ import_react.default.createElement("mask", {
49
- height: "246",
50
- id: "igc-accesslogin-el-0",
51
- style: { "maskType": "alpha" },
52
- width: "237",
53
- x: "12",
54
- y: "7",
55
- maskUnits: "userSpaceOnUse"
56
- }, /* @__PURE__ */ import_react.default.createElement("path", {
57
- d: "M132.185 8.81c-1.351.002-29.039-4.073-46.894 0C53.845 15.98 42.26 52.943 42.26 52.943c-43.611 43.58-38.486 123.791 5.111 167.37 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8a2.904 2.904 0 0 0-.848-2.047 2.907 2.907 0 0 0-2.048-.846L132.185 8.81Z",
58
- fill: "#45DEA6"
59
- })), /* @__PURE__ */ import_react.default.createElement("g", {
60
- mask: "url(#igc-accesslogin-el-0)"
61
- }, /* @__PURE__ */ import_react.default.createElement("path", {
62
- d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
63
- fill: "#B880FF"
64
- }), /* @__PURE__ */ import_react.default.createElement("path", {
65
- d: "M64.952 49.877a31.017 31.017 0 0 1-.036-28.206c-8.984 9.515-11.958 22.756-6.417 33.596 7.333 14.355 26.845 19.067 43.542 10.519.843-.431 1.655-.894 2.448-1.375a31.058 31.058 0 0 1-39.537-14.534Z",
66
- fill: "#fff"
67
- }), /* @__PURE__ */ import_react.default.createElement("path", {
68
- d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
69
- stroke: "#000",
70
- strokeLinecap: "round",
71
- strokeLinejoin: "round"
72
- }), /* @__PURE__ */ import_react.default.createElement("path", {
73
- d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
74
- fill: "#B880FF"
75
- }), /* @__PURE__ */ import_react.default.createElement("path", {
76
- d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
77
- stroke: "#000",
78
- strokeLinecap: "round",
79
- strokeLinejoin: "round"
80
- }), /* @__PURE__ */ import_react.default.createElement("path", {
81
- d: "M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.512 10.775 42.535 2.857 82.695-17.685Z",
82
- fill: "#000",
83
- stroke: "#000",
84
- strokeLinecap: "round",
85
- strokeLinejoin: "round"
86
- }), /* @__PURE__ */ import_react.default.createElement("path", {
87
- d: "M74.085 56.198c2.915-1.868 4.72-4.256 4.03-5.332-.69-1.076-3.613-.434-6.528 1.435-2.916 1.869-4.72 4.256-4.03 5.332.69 1.076 3.613.434 6.528-1.435ZM43.64 84.917c3.103-1.587 5.102-3.886 4.463-5.134-.639-1.249-3.672-.974-6.775.613-3.104 1.588-5.102 3.886-4.463 5.135.639 1.248 3.672.974 6.775-.614ZM110.657 37.521c3.221-1.27 5.452-3.264 4.983-4.453-.468-1.19-3.46-1.124-6.682.147-3.221 1.27-5.452 3.264-4.983 4.453.468 1.19 3.46 1.123 6.682-.147ZM151.751 29.619c3.103-1.587 5.101-3.886 4.462-5.135-.638-1.248-3.672-.974-6.775.614-3.103 1.587-5.101 3.886-4.462 5.134.638 1.249 3.672.974 6.775-.613Z",
88
- stroke: "#fff",
89
- strokeMiterlimit: "10"
90
- }), /* @__PURE__ */ import_react.default.createElement("path", {
91
- d: "M72.675 53.837c-2.195 1.375-3.79 3.08-4.18 4.313 1.233.17 3.355-.51 5.5-1.866s3.79-3.08 4.18-4.313c-1.233-.183-3.36.49-5.5 1.866ZM109.823 34.82c-2.497 1.004-4.358 2.43-4.817 3.566 1.265.316 3.461 0 5.752-.917 2.494-1.003 4.359-2.429 4.818-3.566-1.265-.316-3.461-.004-5.753.917ZM150.441 26.666c-2.452 1.256-4.207 2.952-4.524 4.226 1.275.358 3.543-.096 5.853-1.274 2.453-1.256 4.203-2.952 4.524-4.226-1.269-.357-3.561.092-5.853 1.274ZM42.306 81.97c-2.453 1.25-4.208 2.947-4.524 4.22 1.274.363 3.543-.091 5.853-1.273 2.452-1.252 4.207-2.948 4.523-4.222-1.274-.362-3.542.092-5.852 1.274ZM101.755 65.203c18.536-9.482 31.619-20.968 29.221-25.655-2.397-4.688-19.367-.802-37.903 8.68-18.537 9.48-31.62 20.967-29.222 25.655 2.398 4.687 19.368.801 37.904-8.68Z",
92
- fill: "#B880FF"
93
- }), /* @__PURE__ */ import_react.default.createElement("path", {
94
- d: "M128.982 42.837c-1.893-3.695-17.147.33-34.078 8.988-16.93 8.658-29.118 18.672-27.225 22.367C81.555 133.8 95.431 193.404 109.31 253.007c3.043 1.559 47.277 23.261 90.971-2.09 40.631-23.572 46.058-67.673 46.539-72.243L128.982 42.837Z",
95
- fill: "#fff"
96
- }), /* @__PURE__ */ import_react.default.createElement("path", {
97
- d: "M151.739 200.395c-27.276 4.583-49.602 3.098-55.39-3.048-2.608-2.773-.16-7.884 4.34-11M221.356 156.427c6.196 1.283 10.083 3.533 10.835 6.728 2.049 8.708-19.997 21.565-51.068 30.544M131.503 237.057c-15.313-.202-26.583-3.034-27.926-8.681-1.224-5.211 6.417-11.894 18.132-18.375M255.176 192.869c2.567 10.913-29.054 27.679-70.62 37.446-15.891 3.731-30.938 5.903-43.602 6.55M190.944 131.177c10.51.536 20.598 2.429 21.574 6.586M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.511 10.775 42.535 2.857 82.695-17.685Z",
98
- stroke: "#B880FF",
99
- strokeLinecap: "round",
100
- strokeLinejoin: "round"
101
- }), /* @__PURE__ */ import_react.default.createElement("path", {
102
- d: "M101.756 65.208c16.929-8.66 29.121-18.675 27.23-22.371-1.89-3.696-17.147.328-34.076 8.987-16.93 8.66-29.12 18.675-27.23 22.371 1.89 3.696 17.147-.327 34.076-8.987Z",
103
- stroke: "#B880FF",
104
- strokeLinecap: "round",
105
- strokeLinejoin: "round"
106
- }), /* @__PURE__ */ import_react.default.createElement("path", {
107
- d: "M100.554 62.858c14.878-7.61 25.676-16.25 24.118-19.296-1.559-3.047-14.884.652-29.762 8.263-14.878 7.61-25.676 16.25-24.118 19.296 1.559 3.047 14.883-.652 29.762-8.263Z",
108
- stroke: "#B880FF",
109
- strokeLinecap: "round",
110
- strokeLinejoin: "round"
111
- }), /* @__PURE__ */ import_react.default.createElement("path", {
112
- d: "M146.348 125.429c5.619 1.063 9.754 5.271 13.613 9.08 13.64 14.25 18.911 20.423 39.417 22.523 5.541.742 11.738 1.375 16.427 4.963a15.658 15.658 0 0 1 2.621 2.576 13.47 13.47 0 0 1 2.508 5.716c.577 2.585.265 4.867 2.222 6.393l.674.495.335.253a29.925 29.925 0 0 0 2.663 1.535c7.333 3.451 15.762 4.785 23.833 5.042a3.75 3.75 0 0 1 2.646 1.152 3.773 3.773 0 0 1 1.049 2.689 3.757 3.757 0 0 1-3.841 3.666 77.212 77.212 0 0 1-16.707-2.924c-4.776-1.439-9.707-3.373-13.704-6.504a10.563 10.563 0 0 1-4.253-6.705c-.505-2.704-.243-4.758-1.417-6.907-1.76-2.938-4.707-4.3-8.14-5.303-2.392-.674-4.977-1.123-7.604-1.582-21.01-3.08-27.202-10.046-40.475-25.419a55.042 55.042 0 0 0-5.565-5.532c-1.98-1.641-4.184-3.021-6.618-3.557a.832.832 0 0 1-.633-1.008.837.837 0 0 1 .954-.642h-.005Z",
113
- fill: "#B880FF"
114
- }), /* @__PURE__ */ import_react.default.createElement("path", {
115
- d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
116
- fill: "#fff"
117
- }), /* @__PURE__ */ import_react.default.createElement("path", {
118
- d: "M166.259 156.431c.765.687 2.328 6.375-.527 6.806",
119
- stroke: "#B880FF",
120
- strokeLinecap: "round",
121
- strokeLinejoin: "round"
122
- }), /* @__PURE__ */ import_react.default.createElement("path", {
123
- d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
124
- stroke: "#B880FF",
125
- strokeLinecap: "round",
126
- strokeLinejoin: "round"
127
- }), /* @__PURE__ */ import_react.default.createElement("path", {
128
- d: "M113.866 88.294c-1.93-2.823-7.278-13.965-8.172-17.829a13.815 13.815 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.037 1.037 0 0 0-.186-.82 1.05 1.05 0 0 0-.73-.418.889.889 0 0 0-.197 0c-1.201.179-2.081 2.599-2.233 6.096l-5.041 2.897c1.485 9.735 13.892 31.877 15.382 39.38a69.352 69.352 0 0 0 1.113 7.21c.619 2.979 1.701 10.014 7.256 18.659.504.788.11 4.125.385 5.018 4.271 14.136 11.458 25.232 23.416 20.905.495-9.808.992-19.617 1.49-29.425l-10.927-31.653-21.418-14.855Z",
129
- fill: "#fff"
130
- }), /* @__PURE__ */ import_react.default.createElement("path", {
131
- d: "m98.892 74.577-.522 3.267c-2.59-7.379-3.997-12.86-3.387-13.291.916-.66 2.168 1.191 3.91 4.606",
132
- fill: "#fff"
133
- }), /* @__PURE__ */ import_react.default.createElement("path", {
134
- d: "M100.024 67.587c-1.013-2.264-2.635-5.807-3.763-5.29-.848.386.335 4.437 1.206 6.912",
135
- fill: "#fff"
136
- }), /* @__PURE__ */ import_react.default.createElement("path", {
137
- d: "M101.331 66.753c-1.009-2.264-2.631-5.803-3.763-5.285-.844.385.339 4.432 1.21 6.912",
138
- fill: "#fff"
139
- }), /* @__PURE__ */ import_react.default.createElement("path", {
140
- d: "M100.537 69.214c-.866-2.475-2.048-6.527-1.205-6.912 1.128-.518 2.75 3.025 3.763 5.29l.701 1.833-1.375 4.065-3.126 1.284-1.297-1.426-1.031-5.642 3.41-1.75",
141
- fill: "#fff"
142
- }), /* @__PURE__ */ import_react.default.createElement("path", {
143
- d: "M100.753 84.215c-.715-2.713 5.866-7.439 8.172-5.45",
144
- stroke: "#B880FF",
145
- strokeLinecap: "round",
146
- strokeLinejoin: "round"
147
- }), /* @__PURE__ */ import_react.default.createElement("path", {
148
- d: "M97.829 76.084c3.515 10.895 13.42 29.884 14.703 36.36.229 2.292.889 4.639 1.114 7.21.733 8.479 7.256 18.659 7.256 18.659 1.109 11.816 10.372 31.336 23.801 25.923.495-9.808.992-19.616 1.49-29.425l-10.927-31.653-21.4-14.864c-1.93-2.823-7.278-13.965-8.172-17.829a13.855 13.855 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.046 1.046 0 0 0-.916-1.237.889.889 0 0 0-.197 0c-1.201.178-2.081 2.598-2.232 6.095",
149
- stroke: "#B880FF",
150
- strokeLinecap: "round",
151
- strokeLinejoin: "round"
152
- }), /* @__PURE__ */ import_react.default.createElement("path", {
153
- d: "M97.829 76.085c-2.585-7.38-3.456-11.101-2.846-11.546.916-.66 1.512 1.013 3.254 4.427",
154
- stroke: "#B880FF",
155
- strokeLinecap: "round",
156
- strokeLinejoin: "round"
157
- }), /* @__PURE__ */ import_react.default.createElement("path", {
158
- d: "M99.644 67.587c-1.013-2.264-2.242-5.807-3.369-5.29-.417.189-.344 1.261-.06 2.595",
159
- stroke: "#B880FF",
160
- strokeLinecap: "round",
161
- strokeLinejoin: "round"
162
- }), /* @__PURE__ */ import_react.default.createElement("path", {
163
- d: "M101.55 67.252c-1.013-2.264-2.85-6.302-3.983-5.784-.256.115-.325.573-.27 1.22M102.678 66.67c-1.004-2.181-2.361-4.817-3.346-4.363M98.714 70.612a11.405 11.405 0 0 1 3.634-2.232",
164
- stroke: "#B880FF",
165
- strokeLinecap: "round",
166
- strokeLinejoin: "round"
167
- }), /* @__PURE__ */ import_react.default.createElement("path", {
168
- d: "M124.357 108.865c7.728 0 13.993-6.265 13.993-13.993 0-7.728-6.265-13.993-13.993-13.993-7.728 0-13.993 6.265-13.993 13.993 0 7.728 6.265 13.993 13.993 13.993Z",
169
- fill: "#B880FF",
170
- stroke: "#B880FF",
171
- strokeLinecap: "round",
172
- strokeLinejoin: "round"
173
- }), /* @__PURE__ */ import_react.default.createElement("path", {
174
- d: "M133.272 84.087a13.956 13.956 0 0 1 2.402 7.842 13.992 13.992 0 0 1-13.993 13.993 13.933 13.933 0 0 1-8.915-3.208 13.987 13.987 0 0 0 11.591 6.151 13.994 13.994 0 0 0 8.915-24.778Z",
175
- fill: "#fff",
176
- stroke: "#B880FF",
177
- strokeLinecap: "round",
178
- strokeLinejoin: "round"
179
- }), /* @__PURE__ */ import_react.default.createElement("path", {
180
- d: "M124.357 80.879a13.873 13.873 0 0 0-3.456.43 13.99 13.99 0 0 1 12.893 13.948 13.942 13.942 0 0 1-1.416 6.146c-1.787 3.667 2.012 4.437 4.359 0a13.908 13.908 0 0 0 1.613-6.531 13.997 13.997 0 0 0-8.638-12.928 13.993 13.993 0 0 0-5.355-1.065Z",
181
- fill: "#fff",
182
- stroke: "#B880FF",
183
- strokeLinecap: "round",
184
- strokeLinejoin: "round"
185
- }), /* @__PURE__ */ import_react.default.createElement("path", {
186
- d: "M137.464 103.529c2.123-3.013 2.293-6.548.379-7.897-1.914-1.349-5.187 0-7.31 3.013-2.123 3.013-2.292 6.549-.378 7.897 1.914 1.349 5.187 0 7.309-3.013Z",
187
- fill: "#fff",
188
- stroke: "#B880FF",
189
- strokeLinecap: "round",
190
- strokeLinejoin: "round"
191
- }), /* @__PURE__ */ import_react.default.createElement("path", {
192
- d: "M137.462 103.533c1.618-2.297 1.817-4.944.443-5.912-1.374-.968-3.8.11-5.419 2.406-1.618 2.297-1.816 4.944-.442 5.912s3.799-.109 5.418-2.406Z",
193
- fill: "#fff",
194
- stroke: "#B880FF",
195
- strokeLinecap: "round",
196
- strokeLinejoin: "round"
197
- }), /* @__PURE__ */ import_react.default.createElement("path", {
198
- d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
199
- fill: "#B880FF",
200
- stroke: "#B880FF",
201
- strokeLinecap: "round",
202
- strokeLinejoin: "round"
203
- }), /* @__PURE__ */ import_react.default.createElement("path", {
204
- d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407l6.659-9.167c-14.414-12.994-25.153-35.59-27.958-42.69-.385-.293-4.386-3.268-8.401-1.861-4.222 1.467-6.999 7.256-5.024 13.311Z",
205
- fill: "#fff"
206
- }), /* @__PURE__ */ import_react.default.createElement("path", {
207
- d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
208
- fill: "#fff"
209
- }), /* @__PURE__ */ import_react.default.createElement("path", {
210
- d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407M174.152 177.501c-14.415-12.994-25.154-35.59-27.959-42.69",
211
- stroke: "#B880FF",
212
- strokeLinecap: "round",
213
- strokeLinejoin: "round"
214
- }), /* @__PURE__ */ import_react.default.createElement("path", {
215
- d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
216
- fill: "#fff"
217
- }), /* @__PURE__ */ import_react.default.createElement("path", {
218
- d: "M174.151 181.956c0 1.306-4.024 7.608-6.847 5.289",
219
- stroke: "#B880FF",
220
- strokeLinecap: "round",
221
- strokeLinejoin: "round"
222
- }), /* @__PURE__ */ import_react.default.createElement("path", {
223
- d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
224
- stroke: "#B880FF",
225
- strokeLinecap: "round",
226
- strokeLinejoin: "round"
227
- }), /* @__PURE__ */ import_react.default.createElement("path", {
228
- d: "M134.4 115.753c-2.897-2.135-2.696-6.416-.404-8.369 2.292-1.952 5.871-1.696 9.199.853 2.69 2.264 7.269 6.416 8.415 13.461.917 5.541-3.071 10.876-8.131 15.982a5.282 5.282 0 0 1-5.61-.366 5.31 5.31 0 0 1-1.893-5.789c2.448-2.351 5.926-5.858 5.381-8.214-.481-2.071-3.68-5.023-6.957-7.558Z",
229
- fill: "#fff"
230
- }), /* @__PURE__ */ import_react.default.createElement("path", {
231
- d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
232
- fill: "#fff"
233
- }), /* @__PURE__ */ import_react.default.createElement("path", {
234
- d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
235
- stroke: "#B880FF",
236
- strokeLinecap: "round",
237
- strokeLinejoin: "round"
238
- }), /* @__PURE__ */ import_react.default.createElement("path", {
239
- d: "m137.901 130.837-1.925.674c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.692 5.894-1.544 6.316-2.048-4.052 6.095-6.472 8.786-5.413 9.666.916.765 2.686-1.05 5.477-4.767l5.22 2.191 3.965-6.123c.862-2.59 0-5.225-1.833-6.38a4.91 4.91 0 0 0-3.745-.45Z",
240
- fill: "#fff"
241
- }), /* @__PURE__ */ import_react.default.createElement("path", {
242
- d: "M136.843 142.108c-3.589 5.179-5.262 6.618-6.128 6.087-.729-.459-.074-2.035 3.346-7.256",
243
- fill: "#fff"
244
- }), /* @__PURE__ */ import_react.default.createElement("path", {
245
- d: "M139.052 142.424c-3.584 5.184-5.257 6.619-6.124 6.087-.728-.458-.073-2.031 3.346-7.256",
246
- fill: "#fff"
247
- }), /* @__PURE__ */ import_react.default.createElement("path", {
248
- d: "M139.514 143.804c-2.915 4.189-3.887 4.863-4.734 4.4-.761-.413-.065-1.833 2.997-6.495",
249
- fill: "#fff"
250
- }), /* @__PURE__ */ import_react.default.createElement("path", {
251
- d: "M135.976 131.525c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.691 5.894-1.545 6.316-2.049-4.052 6.096-6.472 8.787-5.413 9.667.916.765 2.686-1.05 5.477-4.767M139.515 143.799l3.964-6.119",
252
- stroke: "#B880FF",
253
- strokeLinecap: "round",
254
- strokeLinejoin: "round"
255
- }), /* @__PURE__ */ import_react.default.createElement("path", {
256
- d: "M136.348 142.814c-3.25 4.606-4.808 5.885-5.633 5.381-.459-.289-.362-1.055.696-2.975",
257
- stroke: "#B880FF",
258
- strokeLinecap: "round",
259
- strokeLinejoin: "round"
260
- }), /* @__PURE__ */ import_react.default.createElement("path", {
261
- d: "M138.419 143.332c-3.154 4.441-4.675 5.678-5.5 5.179-.275-.165-.353-.491-.165-1.114M139.515 143.804c-2.915 4.189-3.887 4.863-4.735 4.4",
262
- stroke: "#B880FF",
263
- strokeLinecap: "round",
264
- strokeLinejoin: "round"
265
- }), /* @__PURE__ */ import_react.default.createElement("path", {
266
- d: "m138.369 129.105-2.393 2.42c2.122-1.063 8.195 3.937 7.503 6.156l2.246-2.375c1.393-1.631-3.992-7.677-7.356-6.201Z",
267
- fill: "#fff",
268
- stroke: "#B880FF",
269
- strokeLinecap: "round",
270
- strokeLinejoin: "round"
271
- }), /* @__PURE__ */ import_react.default.createElement("path", {
272
- d: "M143.479 137.681c5.042-5.106 9.034-10.441 8.131-15.983-1.146-7.044-5.724-11.197-8.415-13.461a8.7 8.7 0 0 0-4.125-1.833",
273
- stroke: "#B880FF",
274
- strokeLinecap: "round",
275
- strokeLinejoin: "round"
276
- }), /* @__PURE__ */ import_react.default.createElement("path", {
277
- d: "M132.364 110.033c-.861 2.315 1.206 4.918 1.637 5.391 2.841 2.323 6.357 4.693 7.333 7.887.72 2.292-2.933 5.863-5.381 8.214",
278
- stroke: "#B880FF",
279
- strokeLinecap: "round",
280
- strokeLinejoin: "round"
281
- }), /* @__PURE__ */ import_react.default.createElement("path", {
282
- d: "M153.151 124.767c.391-2.342-.241-4.399-1.412-4.594-1.171-.196-2.438 1.544-2.829 3.886s.241 4.399 1.412 4.595c1.171.195 2.438-1.545 2.829-3.887Z",
283
- fill: "#fff",
284
- stroke: "#B880FF",
285
- strokeLinecap: "round",
286
- strokeLinejoin: "round"
287
- }), /* @__PURE__ */ import_react.default.createElement("path", {
288
- d: "M144.992 122.207a8.595 8.595 0 0 0-1.806.101 8.408 8.408 0 0 0-1.985.568M143.525 124.031h-2.118M117.721 107.196c-1.513 5.62 3.565 22.537 6.636 27.615M127.075 113.599l1.44 7.403",
289
- stroke: "#B880FF",
290
- strokeLinecap: "round",
291
- strokeLinejoin: "round"
292
- }), /* @__PURE__ */ import_react.default.createElement("path", {
293
- d: "M125.558 141.256a14.178 14.178 0 0 1-3.011-1.605 13.453 13.453 0 0 1-1.646-1.338 1.83 1.83 0 0 0-.43 1.228 1.877 1.877 0 0 0 .788 1.398c.484.213.992.367 1.512.459a6.508 6.508 0 0 0 2.787-.142ZM151.47 171.102c1.231-1.06.464-3.971-1.714-6.501-2.178-2.531-4.942-3.723-6.174-2.663-1.232 1.06-.464 3.971 1.714 6.502 2.178 2.53 4.942 3.722 6.174 2.662Z",
294
- fill: "#fff",
295
- stroke: "#B880FF",
296
- strokeLinecap: "round",
297
- strokeLinejoin: "round"
298
- }), /* @__PURE__ */ import_react.default.createElement("path", {
299
- d: "M152.632 162.747a15.044 15.044 0 0 0 5.967-4.267M156.184 163.769a8.932 8.932 0 0 0 2.576-1.953c.41-.45.772-.942 1.082-1.466",
300
- stroke: "#B880FF",
301
- strokeLinecap: "round",
302
- strokeLinejoin: "round"
303
- }), /* @__PURE__ */ import_react.default.createElement("path", {
304
- d: "M61.913 155.276a2.997 2.997 0 1 0 0-5.995 2.997 2.997 0 0 0 0 5.995Z",
305
- stroke: "#fff",
306
- strokeLinecap: "round",
307
- strokeLinejoin: "round"
308
- }), /* @__PURE__ */ import_react.default.createElement("path", {
309
- d: "M86.714 108.865a2.214 2.214 0 1 0 0-4.427 2.214 2.214 0 0 0 0 4.427Z",
310
- fill: "#B880FF",
311
- stroke: "#B880FF",
312
- strokeLinecap: "round",
313
- strokeLinejoin: "round"
314
- }), /* @__PURE__ */ import_react.default.createElement("path", {
315
- d: "M176.608 118.705a1.718 1.718 0 1 0 .002-3.436 1.718 1.718 0 0 0-.002 3.436Z",
316
- fill: "#B880FF"
317
- }), /* @__PURE__ */ import_react.default.createElement("path", {
318
- d: "m87.347 89.679 10.468 32.368M82.95 76.085l2.128 6.568",
319
- stroke: "#B880FF",
320
- strokeLinecap: "round",
321
- strokeLinejoin: "round"
322
- }), /* @__PURE__ */ import_react.default.createElement("path", {
323
- d: "M232.058 180.498a6.93 6.93 0 0 0-2.214 2.75 6.878 6.878 0 0 0-.5 3.818M234.459 181.502a6.882 6.882 0 0 0-2.213 2.75 6.878 6.878 0 0 0-.5 3.818",
324
- stroke: "#fff",
325
- strokeLinecap: "round",
326
- strokeLinejoin: "round"
327
- }), /* @__PURE__ */ import_react.default.createElement("path", {
328
- d: "M196.505 152.801c-11.143 5.715-30.925 12.962-42.452 15.647-33.678 7.847-62.64 7.132-64.726-1.728-.509-2.181.65-4.642 3.208-7.237M107.257 148.483c-13.2.39-22.688-1.783-23.737-6.251-.853-3.635 4.194-8.113 12.375-12.669M176.154 131.942a151.505 151.505 0 0 1-20.671 7.915M135.064 65.918l10.519 12.371M124.045 52.966l6.403 7.53",
329
- stroke: "#B880FF",
330
- strokeLinecap: "round",
331
- strokeLinejoin: "round"
332
- }), /* @__PURE__ */ import_react.default.createElement("path", {
333
- d: "M124.046 86.544c.046.247-2.374 0-4.002.614-2.805 1.059-3.905 3.382-4.5 3.07-.596-.31-.152-3.01 1.375-4.583 2.236-2.305 6.673-1.558 7.127.899Z",
334
- fill: "#fff"
335
- })));
29
+ var import_useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
30
+ const AccessLogIn = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", primaryColor = "#B880FF", 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: "M92.627 19.365a5.12 5.12 0 0 0-3.602 1.494l-41.64 41.65c-43.61 43.578-43.61 114.226-.014 157.805 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8c0-.38-.075-.757-.22-1.108a2.9 2.9 0 0 0-2.677-1.785H92.627Z",
44
+ fill: resolvedPrimaryColor
45
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
46
+ d: "M247.38 162.275v12.783a4.12 4.12 0 0 1-1.219 2.947l-41.635 41.649a109.945 109.945 0 0 1-36.603 24.292 110.285 110.285 0 0 1-41.636 8.104 110.67 110.67 0 0 1-27.211-3.378v.957a111.895 111.895 0 0 0 27.211 3.36 111.215 111.215 0 0 0 78.899-32.689l41.649-41.644a5.1 5.1 0 0 0 1.499-3.612v-12.471l-.954-.298ZM148.169 95.766a1.338 1.338 0 1 0 0-2.677 1.338 1.338 0 0 0 0 2.677ZM93.43 92.131a1.55 1.55 0 1 0 0-3.098 1.55 1.55 0 0 0 0 3.098ZM113.693 189.821a2.146 2.146 0 1 0-.002-4.292 2.146 2.146 0 0 0 .002 4.292Z",
47
+ fill: resolvedPrimaryColor
48
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
49
+ d: "M161.08 108.31c7.393-1.916 24.429-2.69 28.596 3.529",
50
+ stroke: resolvedPrimaryColor,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }), /* @__PURE__ */ import_react.default.createElement("mask", {
54
+ height: "246",
55
+ id: "igc-accesslogin-el-0",
56
+ style: { "maskType": "alpha" },
57
+ width: "237",
58
+ x: "12",
59
+ y: "7",
60
+ maskUnits: "userSpaceOnUse"
61
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
62
+ d: "M132.185 8.81c-1.351.002-29.039-4.073-46.894 0C53.845 15.98 42.26 52.943 42.26 52.943c-43.611 43.58-38.486 123.791 5.111 167.37 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8a2.904 2.904 0 0 0-.848-2.047 2.907 2.907 0 0 0-2.048-.846L132.185 8.81Z",
63
+ fill: "#45DEA6"
64
+ })), /* @__PURE__ */ import_react.default.createElement("g", {
65
+ mask: "url(#igc-accesslogin-el-0)"
66
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
67
+ d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
68
+ fill: resolvedPrimaryColor
69
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
70
+ d: "M64.952 49.877a31.017 31.017 0 0 1-.036-28.206c-8.984 9.515-11.958 22.756-6.417 33.596 7.333 14.355 26.845 19.067 43.542 10.519.843-.431 1.655-.894 2.448-1.375a31.058 31.058 0 0 1-39.537-14.534Z",
71
+ fill: "#fff"
72
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
73
+ d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
74
+ stroke: resolvedSecondaryColor,
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round"
77
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
78
+ d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
79
+ fill: resolvedPrimaryColor
80
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
81
+ d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
82
+ stroke: resolvedSecondaryColor,
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round"
85
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
86
+ d: "M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.512 10.775 42.535 2.857 82.695-17.685Z",
87
+ fill: resolvedSecondaryColor,
88
+ stroke: resolvedSecondaryColor,
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round"
91
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
92
+ d: "M74.085 56.198c2.915-1.868 4.72-4.256 4.03-5.332-.69-1.076-3.613-.434-6.528 1.435-2.916 1.869-4.72 4.256-4.03 5.332.69 1.076 3.613.434 6.528-1.435ZM43.64 84.917c3.103-1.587 5.102-3.886 4.463-5.134-.639-1.249-3.672-.974-6.775.613-3.104 1.588-5.102 3.886-4.463 5.135.639 1.248 3.672.974 6.775-.614ZM110.657 37.521c3.221-1.27 5.452-3.264 4.983-4.453-.468-1.19-3.46-1.124-6.682.147-3.221 1.27-5.452 3.264-4.983 4.453.468 1.19 3.46 1.123 6.682-.147ZM151.751 29.619c3.103-1.587 5.101-3.886 4.462-5.135-.638-1.248-3.672-.974-6.775.614-3.103 1.587-5.101 3.886-4.462 5.134.638 1.249 3.672.974 6.775-.613Z",
93
+ stroke: "#fff",
94
+ strokeMiterlimit: "10"
95
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
96
+ d: "M72.675 53.837c-2.195 1.375-3.79 3.08-4.18 4.313 1.233.17 3.355-.51 5.5-1.866s3.79-3.08 4.18-4.313c-1.233-.183-3.36.49-5.5 1.866ZM109.823 34.82c-2.497 1.004-4.358 2.43-4.817 3.566 1.265.316 3.461 0 5.752-.917 2.494-1.003 4.359-2.429 4.818-3.566-1.265-.316-3.461-.004-5.753.917ZM150.441 26.666c-2.452 1.256-4.207 2.952-4.524 4.226 1.275.358 3.543-.096 5.853-1.274 2.453-1.256 4.203-2.952 4.524-4.226-1.269-.357-3.561.092-5.853 1.274ZM42.306 81.97c-2.453 1.25-4.208 2.947-4.524 4.22 1.274.363 3.543-.091 5.853-1.273 2.452-1.252 4.207-2.948 4.523-4.222-1.274-.362-3.542.092-5.852 1.274ZM101.755 65.203c18.536-9.482 31.619-20.968 29.221-25.655-2.397-4.688-19.367-.802-37.903 8.68-18.537 9.48-31.62 20.967-29.222 25.655 2.398 4.687 19.368.801 37.904-8.68Z",
97
+ fill: resolvedPrimaryColor
98
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
99
+ d: "M128.982 42.837c-1.893-3.695-17.147.33-34.078 8.988-16.93 8.658-29.118 18.672-27.225 22.367C81.555 133.8 95.431 193.404 109.31 253.007c3.043 1.559 47.277 23.261 90.971-2.09 40.631-23.572 46.058-67.673 46.539-72.243L128.982 42.837Z",
100
+ fill: "#fff"
101
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
102
+ d: "M151.739 200.395c-27.276 4.583-49.602 3.098-55.39-3.048-2.608-2.773-.16-7.884 4.34-11M221.356 156.427c6.196 1.283 10.083 3.533 10.835 6.728 2.049 8.708-19.997 21.565-51.068 30.544M131.503 237.057c-15.313-.202-26.583-3.034-27.926-8.681-1.224-5.211 6.417-11.894 18.132-18.375M255.176 192.869c2.567 10.913-29.054 27.679-70.62 37.446-15.891 3.731-30.938 5.903-43.602 6.55M190.944 131.177c10.51.536 20.598 2.429 21.574 6.586M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.511 10.775 42.535 2.857 82.695-17.685Z",
103
+ stroke: resolvedPrimaryColor,
104
+ strokeLinecap: "round",
105
+ strokeLinejoin: "round"
106
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
107
+ d: "M101.756 65.208c16.929-8.66 29.121-18.675 27.23-22.371-1.89-3.696-17.147.328-34.076 8.987-16.93 8.66-29.12 18.675-27.23 22.371 1.89 3.696 17.147-.327 34.076-8.987Z",
108
+ stroke: resolvedPrimaryColor,
109
+ strokeLinecap: "round",
110
+ strokeLinejoin: "round"
111
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
112
+ d: "M100.554 62.858c14.878-7.61 25.676-16.25 24.118-19.296-1.559-3.047-14.884.652-29.762 8.263-14.878 7.61-25.676 16.25-24.118 19.296 1.559 3.047 14.883-.652 29.762-8.263Z",
113
+ stroke: resolvedPrimaryColor,
114
+ strokeLinecap: "round",
115
+ strokeLinejoin: "round"
116
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
117
+ d: "M146.348 125.429c5.619 1.063 9.754 5.271 13.613 9.08 13.64 14.25 18.911 20.423 39.417 22.523 5.541.742 11.738 1.375 16.427 4.963a15.658 15.658 0 0 1 2.621 2.576 13.47 13.47 0 0 1 2.508 5.716c.577 2.585.265 4.867 2.222 6.393l.674.495.335.253a29.925 29.925 0 0 0 2.663 1.535c7.333 3.451 15.762 4.785 23.833 5.042a3.75 3.75 0 0 1 2.646 1.152 3.773 3.773 0 0 1 1.049 2.689 3.757 3.757 0 0 1-3.841 3.666 77.212 77.212 0 0 1-16.707-2.924c-4.776-1.439-9.707-3.373-13.704-6.504a10.563 10.563 0 0 1-4.253-6.705c-.505-2.704-.243-4.758-1.417-6.907-1.76-2.938-4.707-4.3-8.14-5.303-2.392-.674-4.977-1.123-7.604-1.582-21.01-3.08-27.202-10.046-40.475-25.419a55.042 55.042 0 0 0-5.565-5.532c-1.98-1.641-4.184-3.021-6.618-3.557a.832.832 0 0 1-.633-1.008.837.837 0 0 1 .954-.642h-.005Z",
118
+ fill: resolvedPrimaryColor
119
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
120
+ d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
121
+ fill: "#fff"
122
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
123
+ d: "M166.259 156.431c.765.687 2.328 6.375-.527 6.806",
124
+ stroke: resolvedPrimaryColor,
125
+ strokeLinecap: "round",
126
+ strokeLinejoin: "round"
127
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
128
+ d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
129
+ stroke: resolvedPrimaryColor,
130
+ strokeLinecap: "round",
131
+ strokeLinejoin: "round"
132
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
133
+ d: "M113.866 88.294c-1.93-2.823-7.278-13.965-8.172-17.829a13.815 13.815 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.037 1.037 0 0 0-.186-.82 1.05 1.05 0 0 0-.73-.418.889.889 0 0 0-.197 0c-1.201.179-2.081 2.599-2.233 6.096l-5.041 2.897c1.485 9.735 13.892 31.877 15.382 39.38a69.352 69.352 0 0 0 1.113 7.21c.619 2.979 1.701 10.014 7.256 18.659.504.788.11 4.125.385 5.018 4.271 14.136 11.458 25.232 23.416 20.905.495-9.808.992-19.617 1.49-29.425l-10.927-31.653-21.418-14.855Z",
134
+ fill: "#fff"
135
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
136
+ d: "m98.892 74.577-.522 3.267c-2.59-7.379-3.997-12.86-3.387-13.291.916-.66 2.168 1.191 3.91 4.606",
137
+ fill: "#fff"
138
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
139
+ d: "M100.024 67.587c-1.013-2.264-2.635-5.807-3.763-5.29-.848.386.335 4.437 1.206 6.912",
140
+ fill: "#fff"
141
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
142
+ d: "M101.331 66.753c-1.009-2.264-2.631-5.803-3.763-5.285-.844.385.339 4.432 1.21 6.912",
143
+ fill: "#fff"
144
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
145
+ d: "M100.537 69.214c-.866-2.475-2.048-6.527-1.205-6.912 1.128-.518 2.75 3.025 3.763 5.29l.701 1.833-1.375 4.065-3.126 1.284-1.297-1.426-1.031-5.642 3.41-1.75",
146
+ fill: "#fff"
147
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
148
+ d: "M100.753 84.215c-.715-2.713 5.866-7.439 8.172-5.45",
149
+ stroke: resolvedPrimaryColor,
150
+ strokeLinecap: "round",
151
+ strokeLinejoin: "round"
152
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
153
+ d: "M97.829 76.084c3.515 10.895 13.42 29.884 14.703 36.36.229 2.292.889 4.639 1.114 7.21.733 8.479 7.256 18.659 7.256 18.659 1.109 11.816 10.372 31.336 23.801 25.923.495-9.808.992-19.616 1.49-29.425l-10.927-31.653-21.4-14.864c-1.93-2.823-7.278-13.965-8.172-17.829a13.855 13.855 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.046 1.046 0 0 0-.916-1.237.889.889 0 0 0-.197 0c-1.201.178-2.081 2.598-2.232 6.095",
154
+ stroke: resolvedPrimaryColor,
155
+ strokeLinecap: "round",
156
+ strokeLinejoin: "round"
157
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
158
+ d: "M97.829 76.085c-2.585-7.38-3.456-11.101-2.846-11.546.916-.66 1.512 1.013 3.254 4.427",
159
+ stroke: resolvedPrimaryColor,
160
+ strokeLinecap: "round",
161
+ strokeLinejoin: "round"
162
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
163
+ d: "M99.644 67.587c-1.013-2.264-2.242-5.807-3.369-5.29-.417.189-.344 1.261-.06 2.595",
164
+ stroke: resolvedPrimaryColor,
165
+ strokeLinecap: "round",
166
+ strokeLinejoin: "round"
167
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
168
+ d: "M101.55 67.252c-1.013-2.264-2.85-6.302-3.983-5.784-.256.115-.325.573-.27 1.22M102.678 66.67c-1.004-2.181-2.361-4.817-3.346-4.363M98.714 70.612a11.405 11.405 0 0 1 3.634-2.232",
169
+ stroke: resolvedPrimaryColor,
170
+ strokeLinecap: "round",
171
+ strokeLinejoin: "round"
172
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
173
+ d: "M124.357 108.865c7.728 0 13.993-6.265 13.993-13.993 0-7.728-6.265-13.993-13.993-13.993-7.728 0-13.993 6.265-13.993 13.993 0 7.728 6.265 13.993 13.993 13.993Z",
174
+ fill: resolvedPrimaryColor,
175
+ stroke: resolvedPrimaryColor,
176
+ strokeLinecap: "round",
177
+ strokeLinejoin: "round"
178
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
179
+ d: "M133.272 84.087a13.956 13.956 0 0 1 2.402 7.842 13.992 13.992 0 0 1-13.993 13.993 13.933 13.933 0 0 1-8.915-3.208 13.987 13.987 0 0 0 11.591 6.151 13.994 13.994 0 0 0 8.915-24.778Z",
180
+ fill: "#fff",
181
+ stroke: resolvedPrimaryColor,
182
+ strokeLinecap: "round",
183
+ strokeLinejoin: "round"
184
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
185
+ d: "M124.357 80.879a13.873 13.873 0 0 0-3.456.43 13.99 13.99 0 0 1 12.893 13.948 13.942 13.942 0 0 1-1.416 6.146c-1.787 3.667 2.012 4.437 4.359 0a13.908 13.908 0 0 0 1.613-6.531 13.997 13.997 0 0 0-8.638-12.928 13.993 13.993 0 0 0-5.355-1.065Z",
186
+ fill: "#fff",
187
+ stroke: resolvedPrimaryColor,
188
+ strokeLinecap: "round",
189
+ strokeLinejoin: "round"
190
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
191
+ d: "M137.464 103.529c2.123-3.013 2.293-6.548.379-7.897-1.914-1.349-5.187 0-7.31 3.013-2.123 3.013-2.292 6.549-.378 7.897 1.914 1.349 5.187 0 7.309-3.013Z",
192
+ fill: "#fff",
193
+ stroke: resolvedPrimaryColor,
194
+ strokeLinecap: "round",
195
+ strokeLinejoin: "round"
196
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
197
+ d: "M137.462 103.533c1.618-2.297 1.817-4.944.443-5.912-1.374-.968-3.8.11-5.419 2.406-1.618 2.297-1.816 4.944-.442 5.912s3.799-.109 5.418-2.406Z",
198
+ fill: "#fff",
199
+ stroke: resolvedPrimaryColor,
200
+ strokeLinecap: "round",
201
+ strokeLinejoin: "round"
202
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
203
+ d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
204
+ fill: resolvedPrimaryColor,
205
+ stroke: resolvedPrimaryColor,
206
+ strokeLinecap: "round",
207
+ strokeLinejoin: "round"
208
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
209
+ d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407l6.659-9.167c-14.414-12.994-25.153-35.59-27.958-42.69-.385-.293-4.386-3.268-8.401-1.861-4.222 1.467-6.999 7.256-5.024 13.311Z",
210
+ fill: "#fff"
211
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
212
+ d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
213
+ fill: "#fff"
214
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
215
+ d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407M174.152 177.501c-14.415-12.994-25.154-35.59-27.959-42.69",
216
+ stroke: resolvedPrimaryColor,
217
+ strokeLinecap: "round",
218
+ strokeLinejoin: "round"
219
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
220
+ d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
221
+ fill: "#fff"
222
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
223
+ d: "M174.151 181.956c0 1.306-4.024 7.608-6.847 5.289",
224
+ stroke: resolvedPrimaryColor,
225
+ strokeLinecap: "round",
226
+ strokeLinejoin: "round"
227
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
228
+ d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
229
+ stroke: resolvedPrimaryColor,
230
+ strokeLinecap: "round",
231
+ strokeLinejoin: "round"
232
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
233
+ d: "M134.4 115.753c-2.897-2.135-2.696-6.416-.404-8.369 2.292-1.952 5.871-1.696 9.199.853 2.69 2.264 7.269 6.416 8.415 13.461.917 5.541-3.071 10.876-8.131 15.982a5.282 5.282 0 0 1-5.61-.366 5.31 5.31 0 0 1-1.893-5.789c2.448-2.351 5.926-5.858 5.381-8.214-.481-2.071-3.68-5.023-6.957-7.558Z",
234
+ fill: "#fff"
235
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
236
+ d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
237
+ fill: "#fff"
238
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
239
+ d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
240
+ stroke: resolvedPrimaryColor,
241
+ strokeLinecap: "round",
242
+ strokeLinejoin: "round"
243
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
244
+ d: "m137.901 130.837-1.925.674c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.692 5.894-1.544 6.316-2.048-4.052 6.095-6.472 8.786-5.413 9.666.916.765 2.686-1.05 5.477-4.767l5.22 2.191 3.965-6.123c.862-2.59 0-5.225-1.833-6.38a4.91 4.91 0 0 0-3.745-.45Z",
245
+ fill: "#fff"
246
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
247
+ d: "M136.843 142.108c-3.589 5.179-5.262 6.618-6.128 6.087-.729-.459-.074-2.035 3.346-7.256",
248
+ fill: "#fff"
249
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
250
+ d: "M139.052 142.424c-3.584 5.184-5.257 6.619-6.124 6.087-.728-.458-.073-2.031 3.346-7.256",
251
+ fill: "#fff"
252
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
253
+ d: "M139.514 143.804c-2.915 4.189-3.887 4.863-4.734 4.4-.761-.413-.065-1.833 2.997-6.495",
254
+ fill: "#fff"
255
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
256
+ d: "M135.976 131.525c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.691 5.894-1.545 6.316-2.049-4.052 6.096-6.472 8.787-5.413 9.667.916.765 2.686-1.05 5.477-4.767M139.515 143.799l3.964-6.119",
257
+ stroke: resolvedPrimaryColor,
258
+ strokeLinecap: "round",
259
+ strokeLinejoin: "round"
260
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
261
+ d: "M136.348 142.814c-3.25 4.606-4.808 5.885-5.633 5.381-.459-.289-.362-1.055.696-2.975",
262
+ stroke: resolvedPrimaryColor,
263
+ strokeLinecap: "round",
264
+ strokeLinejoin: "round"
265
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
266
+ d: "M138.419 143.332c-3.154 4.441-4.675 5.678-5.5 5.179-.275-.165-.353-.491-.165-1.114M139.515 143.804c-2.915 4.189-3.887 4.863-4.735 4.4",
267
+ stroke: resolvedPrimaryColor,
268
+ strokeLinecap: "round",
269
+ strokeLinejoin: "round"
270
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
271
+ d: "m138.369 129.105-2.393 2.42c2.122-1.063 8.195 3.937 7.503 6.156l2.246-2.375c1.393-1.631-3.992-7.677-7.356-6.201Z",
272
+ fill: "#fff",
273
+ stroke: resolvedPrimaryColor,
274
+ strokeLinecap: "round",
275
+ strokeLinejoin: "round"
276
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
277
+ d: "M143.479 137.681c5.042-5.106 9.034-10.441 8.131-15.983-1.146-7.044-5.724-11.197-8.415-13.461a8.7 8.7 0 0 0-4.125-1.833",
278
+ stroke: resolvedPrimaryColor,
279
+ strokeLinecap: "round",
280
+ strokeLinejoin: "round"
281
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
282
+ d: "M132.364 110.033c-.861 2.315 1.206 4.918 1.637 5.391 2.841 2.323 6.357 4.693 7.333 7.887.72 2.292-2.933 5.863-5.381 8.214",
283
+ stroke: resolvedPrimaryColor,
284
+ strokeLinecap: "round",
285
+ strokeLinejoin: "round"
286
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
287
+ d: "M153.151 124.767c.391-2.342-.241-4.399-1.412-4.594-1.171-.196-2.438 1.544-2.829 3.886s.241 4.399 1.412 4.595c1.171.195 2.438-1.545 2.829-3.887Z",
288
+ fill: "#fff",
289
+ stroke: resolvedPrimaryColor,
290
+ strokeLinecap: "round",
291
+ strokeLinejoin: "round"
292
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
293
+ d: "M144.992 122.207a8.595 8.595 0 0 0-1.806.101 8.408 8.408 0 0 0-1.985.568M143.525 124.031h-2.118M117.721 107.196c-1.513 5.62 3.565 22.537 6.636 27.615M127.075 113.599l1.44 7.403",
294
+ stroke: resolvedPrimaryColor,
295
+ strokeLinecap: "round",
296
+ strokeLinejoin: "round"
297
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
298
+ d: "M125.558 141.256a14.178 14.178 0 0 1-3.011-1.605 13.453 13.453 0 0 1-1.646-1.338 1.83 1.83 0 0 0-.43 1.228 1.877 1.877 0 0 0 .788 1.398c.484.213.992.367 1.512.459a6.508 6.508 0 0 0 2.787-.142ZM151.47 171.102c1.231-1.06.464-3.971-1.714-6.501-2.178-2.531-4.942-3.723-6.174-2.663-1.232 1.06-.464 3.971 1.714 6.502 2.178 2.53 4.942 3.722 6.174 2.662Z",
299
+ fill: "#fff",
300
+ stroke: resolvedPrimaryColor,
301
+ strokeLinecap: "round",
302
+ strokeLinejoin: "round"
303
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
304
+ d: "M152.632 162.747a15.044 15.044 0 0 0 5.967-4.267M156.184 163.769a8.932 8.932 0 0 0 2.576-1.953c.41-.45.772-.942 1.082-1.466",
305
+ stroke: resolvedPrimaryColor,
306
+ strokeLinecap: "round",
307
+ strokeLinejoin: "round"
308
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
309
+ d: "M61.913 155.276a2.997 2.997 0 1 0 0-5.995 2.997 2.997 0 0 0 0 5.995Z",
310
+ stroke: "#fff",
311
+ strokeLinecap: "round",
312
+ strokeLinejoin: "round"
313
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
314
+ d: "M86.714 108.865a2.214 2.214 0 1 0 0-4.427 2.214 2.214 0 0 0 0 4.427Z",
315
+ fill: resolvedPrimaryColor,
316
+ stroke: resolvedPrimaryColor,
317
+ strokeLinecap: "round",
318
+ strokeLinejoin: "round"
319
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
320
+ d: "M176.608 118.705a1.718 1.718 0 1 0 .002-3.436 1.718 1.718 0 0 0-.002 3.436Z",
321
+ fill: resolvedPrimaryColor
322
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
323
+ d: "m87.347 89.679 10.468 32.368M82.95 76.085l2.128 6.568",
324
+ stroke: resolvedPrimaryColor,
325
+ strokeLinecap: "round",
326
+ strokeLinejoin: "round"
327
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
328
+ d: "M232.058 180.498a6.93 6.93 0 0 0-2.214 2.75 6.878 6.878 0 0 0-.5 3.818M234.459 181.502a6.882 6.882 0 0 0-2.213 2.75 6.878 6.878 0 0 0-.5 3.818",
329
+ stroke: "#fff",
330
+ strokeLinecap: "round",
331
+ strokeLinejoin: "round"
332
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
333
+ d: "M196.505 152.801c-11.143 5.715-30.925 12.962-42.452 15.647-33.678 7.847-62.64 7.132-64.726-1.728-.509-2.181.65-4.642 3.208-7.237M107.257 148.483c-13.2.39-22.688-1.783-23.737-6.251-.853-3.635 4.194-8.113 12.375-12.669M176.154 131.942a151.505 151.505 0 0 1-20.671 7.915M135.064 65.918l10.519 12.371M124.045 52.966l6.403 7.53",
334
+ stroke: resolvedPrimaryColor,
335
+ strokeLinecap: "round",
336
+ strokeLinejoin: "round"
337
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
338
+ d: "M124.046 86.544c.046.247-2.374 0-4.002.614-2.805 1.059-3.905 3.382-4.5 3.07-.596-.31-.152-3.01 1.375-4.583 2.236-2.305 6.673-1.558 7.127.899Z",
339
+ fill: "#fff"
340
+ })));
341
+ };
336
342
  AccessLogIn.displayName = "AccessLogIn";
337
343
  var stdin_default = (0, import_core.createBaseComponent)(AccessLogIn);