intergalactic 15.121.0 → 15.122.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 (308) hide show
  1. package/CHANGELOG.md +34 -58
  2. package/accordion/lib/cjs/Accordion.js +9 -9
  3. package/accordion/lib/es6/Accordion.js +9 -9
  4. package/accordion/package.json +1 -1
  5. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  6. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  7. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  8. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  9. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  10. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  11. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  12. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  13. package/base-trigger/package.json +1 -1
  14. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  15. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  16. package/breadcrumbs/package.json +1 -1
  17. package/button/lib/cjs/component/Button/Button.js +27 -27
  18. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
  19. package/button/lib/es6/component/Button/Button.js +27 -27
  20. package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
  21. package/button/package.json +1 -1
  22. package/card/lib/cjs/Card.js +6 -6
  23. package/card/lib/es6/Card.js +6 -6
  24. package/card/package.json +1 -1
  25. package/carousel/lib/cjs/Carousel.js +21 -21
  26. package/carousel/lib/es6/Carousel.js +21 -21
  27. package/carousel/package.json +1 -1
  28. package/checkbox/index.d.ts +3 -1
  29. package/checkbox/lib/cjs/Checkbox.js +2 -1
  30. package/checkbox/lib/cjs/Checkbox.js.map +1 -1
  31. package/checkbox/lib/cjs/index.d.js.map +1 -1
  32. package/checkbox/lib/es6/Checkbox.js +3 -2
  33. package/checkbox/lib/es6/Checkbox.js.map +1 -1
  34. package/checkbox/lib/es6/index.d.js.map +1 -1
  35. package/checkbox/lib/types/index.d.ts +3 -1
  36. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  37. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  38. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  39. package/color-picker/lib/es6/ColorPicker.js +24 -24
  40. package/color-picker/lib/es6/PaletteManager.js +24 -24
  41. package/color-picker/lib/es6/components/InputColor.js +24 -24
  42. package/color-picker/package.json +1 -1
  43. package/components.json +34 -34
  44. package/data-table/lib/cjs/Body.js +3 -3
  45. package/data-table/lib/cjs/DataTable.js +36 -36
  46. package/data-table/lib/cjs/style/data-table.shadow.css +9 -9
  47. package/data-table/lib/cjs/utils.js +2 -2
  48. package/data-table/lib/cjs/utils.js.map +1 -1
  49. package/data-table/lib/es6/Body.js +3 -3
  50. package/data-table/lib/es6/DataTable.js +36 -36
  51. package/data-table/lib/es6/style/data-table.shadow.css +9 -9
  52. package/data-table/lib/es6/utils.js +2 -2
  53. package/data-table/lib/es6/utils.js.map +1 -1
  54. package/data-table/package.json +1 -1
  55. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  56. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  57. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  58. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  59. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  60. package/date-picker/lib/es6/components/Calendar.js +21 -21
  61. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  62. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  63. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  64. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  65. package/date-picker/package.json +1 -1
  66. package/drag-and-drop/index.d.ts +4 -0
  67. package/drag-and-drop/lib/cjs/DragAndDrop.js +25 -19
  68. package/drag-and-drop/lib/cjs/DragAndDrop.js.map +1 -1
  69. package/drag-and-drop/lib/cjs/index.d.js.map +1 -1
  70. package/drag-and-drop/lib/cjs/style/drag-and-drop.shadow.css +3 -2
  71. package/drag-and-drop/lib/es6/DragAndDrop.js +25 -19
  72. package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -1
  73. package/drag-and-drop/lib/es6/index.d.js.map +1 -1
  74. package/drag-and-drop/lib/es6/style/drag-and-drop.shadow.css +3 -2
  75. package/drag-and-drop/lib/types/index.d.ts +4 -0
  76. package/drag-and-drop/package.json +1 -1
  77. package/dropdown/lib/cjs/AbstractDropdown.js +1 -0
  78. package/dropdown/lib/cjs/AbstractDropdown.js.map +1 -1
  79. package/dropdown/lib/cjs/Dropdown.js +16 -16
  80. package/dropdown/lib/cjs/style/dropdown.shadow.css +116 -108
  81. package/dropdown/lib/es6/AbstractDropdown.js +1 -0
  82. package/dropdown/lib/es6/AbstractDropdown.js.map +1 -1
  83. package/dropdown/lib/es6/Dropdown.js +16 -16
  84. package/dropdown/lib/es6/style/dropdown.shadow.css +116 -108
  85. package/dropdown/package.json +1 -1
  86. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  87. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  88. package/dropdown-menu/package.json +1 -1
  89. package/ellipsis/lib/cjs/Ellipsis.js +12 -12
  90. package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
  91. package/ellipsis/lib/cjs/style/ellipsis.shadow.css +3 -3
  92. package/ellipsis/lib/es6/Ellipsis.js +12 -12
  93. package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
  94. package/ellipsis/lib/es6/style/ellipsis.shadow.css +3 -3
  95. package/ellipsis/package.json +1 -1
  96. package/errors/lib/cjs/Error.js +9 -9
  97. package/errors/lib/es6/Error.js +9 -9
  98. package/errors/package.json +1 -1
  99. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  100. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  101. package/feature-popover/package.json +1 -1
  102. package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +58 -1
  103. package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +6 -2
  104. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  105. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +12 -6
  106. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +1 -1
  107. package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +5 -3
  108. package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js.map +1 -1
  109. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +56 -40
  110. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
  111. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -1
  112. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +67 -14
  113. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +1 -1
  114. package/feedback-form/lib/cjs/style/slider-rating.shadow.css +1 -0
  115. package/feedback-form/lib/cjs/translations/de.json +5 -1
  116. package/feedback-form/lib/cjs/translations/en.json +5 -1
  117. package/feedback-form/lib/cjs/translations/es.json +5 -1
  118. package/feedback-form/lib/cjs/translations/fr.json +5 -1
  119. package/feedback-form/lib/cjs/translations/it.json +5 -1
  120. package/feedback-form/lib/cjs/translations/ja.json +5 -1
  121. package/feedback-form/lib/cjs/translations/ko.json +5 -1
  122. package/feedback-form/lib/cjs/translations/nl.json +5 -1
  123. package/feedback-form/lib/cjs/translations/pl.json +5 -1
  124. package/feedback-form/lib/cjs/translations/pt.json +5 -1
  125. package/feedback-form/lib/cjs/translations/sv.json +5 -1
  126. package/feedback-form/lib/cjs/translations/tr.json +5 -1
  127. package/feedback-form/lib/cjs/translations/vi.json +5 -1
  128. package/feedback-form/lib/cjs/translations/zh.json +5 -1
  129. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  130. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +12 -6
  131. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -1
  132. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +5 -3
  133. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +1 -1
  134. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +57 -41
  135. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
  136. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +1 -1
  137. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +70 -16
  138. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -1
  139. package/feedback-form/lib/es6/style/slider-rating.shadow.css +1 -0
  140. package/feedback-form/lib/es6/translations/de.json +5 -1
  141. package/feedback-form/lib/es6/translations/en.json +5 -1
  142. package/feedback-form/lib/es6/translations/es.json +5 -1
  143. package/feedback-form/lib/es6/translations/fr.json +5 -1
  144. package/feedback-form/lib/es6/translations/it.json +5 -1
  145. package/feedback-form/lib/es6/translations/ja.json +5 -1
  146. package/feedback-form/lib/es6/translations/ko.json +5 -1
  147. package/feedback-form/lib/es6/translations/nl.json +5 -1
  148. package/feedback-form/lib/es6/translations/pl.json +5 -1
  149. package/feedback-form/lib/es6/translations/pt.json +5 -1
  150. package/feedback-form/lib/es6/translations/sv.json +5 -1
  151. package/feedback-form/lib/es6/translations/tr.json +5 -1
  152. package/feedback-form/lib/es6/translations/vi.json +5 -1
  153. package/feedback-form/lib/es6/translations/zh.json +5 -1
  154. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +58 -1
  155. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +6 -2
  156. package/feedback-form/lib/types/translations/__intergalactic-dynamic-locales.d.ts +56 -0
  157. package/feedback-form/package.json +1 -1
  158. package/feedback-form/translations/__intergalactic-dynamic-locales.d.ts +56 -0
  159. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  160. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  161. package/fullscreen-modal/package.json +1 -1
  162. package/icon/ChatGPT/l/index.d.ts +6 -0
  163. package/icon/ChatGPT/l/index.js +36 -0
  164. package/icon/ChatGPT/l/index.mjs +24 -0
  165. package/icon/ChatGPT/m/index.d.ts +6 -0
  166. package/icon/ChatGPT/m/index.js +36 -0
  167. package/icon/ChatGPT/m/index.mjs +24 -0
  168. package/icon/VideoList/l/index.d.ts +6 -0
  169. package/icon/VideoList/l/index.js +41 -0
  170. package/icon/VideoList/l/index.mjs +29 -0
  171. package/icon/VideoList/m/index.d.ts +6 -0
  172. package/icon/VideoList/m/index.js +41 -0
  173. package/icon/VideoList/m/index.mjs +29 -0
  174. package/icon/VideoStreaming/l/index.d.ts +6 -0
  175. package/icon/VideoStreaming/l/index.js +41 -0
  176. package/icon/VideoStreaming/l/index.mjs +29 -0
  177. package/icon/VideoStreaming/m/index.d.ts +6 -0
  178. package/icon/VideoStreaming/m/index.js +41 -0
  179. package/icon/VideoStreaming/m/index.mjs +29 -0
  180. package/icon/color/Confluence/l/index.js +4 -4
  181. package/icon/color/Confluence/l/index.mjs +4 -4
  182. package/icon/color/Confluence/m/index.js +4 -4
  183. package/icon/color/Confluence/m/index.mjs +4 -4
  184. package/icon/color/MetaColored/l/index.js +4 -4
  185. package/icon/color/MetaColored/l/index.mjs +4 -4
  186. package/icon/color/MetaColored/m/index.js +4 -4
  187. package/icon/color/MetaColored/m/index.mjs +4 -4
  188. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  189. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  190. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  191. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  192. package/icon/lib/cjs/Icon.js +5 -5
  193. package/icon/lib/es6/Icon.js +5 -5
  194. package/icon/package.json +1 -1
  195. package/icon/pay/Discover/l/index.js +1 -1
  196. package/icon/pay/Discover/l/index.mjs +1 -1
  197. package/icon/pay/Discover/m/index.js +1 -1
  198. package/icon/pay/Discover/m/index.mjs +1 -1
  199. package/icon/pay/JCB/l/index.js +10 -10
  200. package/icon/pay/JCB/l/index.mjs +10 -10
  201. package/icon/pay/JCB/m/index.js +10 -10
  202. package/icon/pay/JCB/m/index.mjs +10 -10
  203. package/icon/pay/Visa/l/index.js +2 -2
  204. package/icon/pay/Visa/l/index.mjs +2 -2
  205. package/icon/pay/Visa/m/index.js +2 -2
  206. package/icon/pay/Visa/m/index.mjs +2 -2
  207. package/inline-input/lib/cjs/InlineInput.js +14 -14
  208. package/inline-input/lib/es6/InlineInput.js +14 -14
  209. package/inline-input/package.json +1 -1
  210. package/input-tags/lib/cjs/InputTags.js +12 -12
  211. package/input-tags/lib/es6/InputTags.js +12 -12
  212. package/input-tags/package.json +1 -1
  213. package/modal/lib/cjs/Modal.js +8 -8
  214. package/modal/lib/es6/Modal.js +8 -8
  215. package/modal/package.json +1 -1
  216. package/notice/index.d.ts +9 -0
  217. package/notice/lib/cjs/Notice.js +73 -47
  218. package/notice/lib/cjs/Notice.js.map +1 -1
  219. package/notice/lib/cjs/NoticeSmart.js +8 -1
  220. package/notice/lib/cjs/NoticeSmart.js.map +1 -1
  221. package/notice/lib/cjs/index.d.js.map +1 -1
  222. package/notice/lib/cjs/style/notice.shadow.css +10 -0
  223. package/notice/lib/es6/Notice.js +75 -47
  224. package/notice/lib/es6/Notice.js.map +1 -1
  225. package/notice/lib/es6/NoticeSmart.js +8 -1
  226. package/notice/lib/es6/NoticeSmart.js.map +1 -1
  227. package/notice/lib/es6/index.d.js.map +1 -1
  228. package/notice/lib/es6/style/notice.shadow.css +10 -0
  229. package/notice/lib/types/index.d.ts +9 -0
  230. package/notice/package.json +1 -1
  231. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  232. package/notice-bubble/lib/cjs/style/notice-bubble.shadow.css +1 -1
  233. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  234. package/notice-bubble/lib/es6/style/notice-bubble.shadow.css +1 -1
  235. package/notice-bubble/package.json +1 -1
  236. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  237. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  238. package/notice-global/package.json +1 -1
  239. package/package.json +1 -1
  240. package/pagination/lib/cjs/Pagination.js +10 -10
  241. package/pagination/lib/es6/Pagination.js +10 -10
  242. package/pagination/package.json +1 -1
  243. package/select/lib/cjs/InputSearch.js +6 -6
  244. package/select/lib/cjs/Select.js +8 -8
  245. package/select/lib/es6/InputSearch.js +6 -6
  246. package/select/lib/es6/Select.js +8 -8
  247. package/select/package.json +1 -1
  248. package/side-panel/lib/cjs/SidePanel.js +16 -16
  249. package/side-panel/lib/es6/SidePanel.js +16 -16
  250. package/side-panel/package.json +1 -1
  251. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  252. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  253. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  254. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
  255. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  256. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  257. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  258. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  259. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  260. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  261. package/skeleton/lib/cjs/Skeleton.js +8 -9
  262. package/skeleton/lib/cjs/Skeleton.js.map +1 -1
  263. package/skeleton/lib/es6/Charts/Area.js +9 -9
  264. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  265. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  266. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
  267. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  268. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  269. package/skeleton/lib/es6/Charts/Line.js +9 -9
  270. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  271. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  272. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  273. package/skeleton/lib/es6/Skeleton.js +8 -9
  274. package/skeleton/lib/es6/Skeleton.js.map +1 -1
  275. package/skeleton/package.json +1 -1
  276. package/spin/lib/cjs/Spin.js +14 -14
  277. package/spin/lib/cjs/Spin.js.map +1 -1
  278. package/spin/lib/es6/Spin.js +14 -14
  279. package/spin/lib/es6/Spin.js.map +1 -1
  280. package/spin/package.json +1 -1
  281. package/spin-container/lib/cjs/SpinContainer.js +9 -11
  282. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  283. package/spin-container/lib/es6/SpinContainer.js +9 -11
  284. package/spin-container/lib/es6/SpinContainer.js.map +1 -1
  285. package/spin-container/package.json +1 -1
  286. package/tag/lib/cjs/Tag.js +24 -23
  287. package/tag/lib/cjs/Tag.js.map +1 -1
  288. package/tag/lib/es6/Tag.js +24 -23
  289. package/tag/lib/es6/Tag.js.map +1 -1
  290. package/tag/package.json +1 -1
  291. package/time-picker/lib/cjs/TimePicker.js +12 -12
  292. package/time-picker/lib/es6/TimePicker.js +12 -12
  293. package/time-picker/package.json +1 -1
  294. package/typography/lib/cjs/Blockquote.js +4 -4
  295. package/typography/lib/cjs/Hint.js +7 -7
  296. package/typography/lib/cjs/List.js +5 -5
  297. package/typography/lib/cjs/Text.js +34 -34
  298. package/typography/lib/es6/Blockquote.js +4 -4
  299. package/typography/lib/es6/Hint.js +7 -7
  300. package/typography/lib/es6/List.js +5 -5
  301. package/typography/lib/es6/Text.js +34 -34
  302. package/typography/package.json +1 -1
  303. package/utils/lib/enhances/autoFocusEnhance.d.ts +1 -1
  304. package/utils/lib/enhances/autoFocusEnhance.js.map +1 -1
  305. package/utils/lib/enhances/autoFocusEnhance.mjs.map +1 -1
  306. package/wizard/lib/cjs/Wizard.js +12 -12
  307. package/wizard/lib/es6/Wizard.js +12 -12
  308. package/wizard/package.json +1 -1
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
20
- fill: "url(#intergalactic-icon-Confluence_l_a-4.53.1)",
20
+ fill: "url(#intergalactic-icon-Confluence_l_a-4.55.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
24
- fill: "url(#intergalactic-icon-Confluence_l_b-4.53.1)",
24
+ fill: "url(#intergalactic-icon-Confluence_l_b-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_l_a-4.53.1",
27
+ id: "intergalactic-icon-Confluence_l_a-4.55.0",
28
28
  x1: "21.369",
29
29
  y1: "23.259",
30
30
  x2: "8.34",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_l_b-4.53.1",
42
+ id: "intergalactic-icon-Confluence_l_b-4.55.0",
43
43
  x1: "2.615",
44
44
  y1: ".729",
45
45
  x2: "15.645",
@@ -28,14 +28,14 @@ function Confluence(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
31
- fill: "url(#intergalactic-icon-Confluence_m_a-4.53.1)",
31
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.55.0)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
35
- fill: "url(#intergalactic-icon-Confluence_m_b-4.53.1)",
35
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.55.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
38
- id: "intergalactic-icon-Confluence_m_a-4.53.1",
38
+ id: "intergalactic-icon-Confluence_m_a-4.55.0",
39
39
  x1: "14.756",
40
40
  y1: "16.14",
41
41
  x2: "5.349",
@@ -50,7 +50,7 @@ function Confluence(_ref, ref) {
50
50
  offset: "1",
51
51
  stopColor: "#0082FF"
52
52
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
53
- id: "intergalactic-icon-Confluence_m_b-4.53.1",
53
+ id: "intergalactic-icon-Confluence_m_b-4.55.0",
54
54
  x1: "1.233",
55
55
  y1: "-.148",
56
56
  x2: "10.64",
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
20
- fill: "url(#intergalactic-icon-Confluence_m_a-4.53.1)",
20
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.55.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
24
- fill: "url(#intergalactic-icon-Confluence_m_b-4.53.1)",
24
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_m_a-4.53.1",
27
+ id: "intergalactic-icon-Confluence_m_a-4.55.0",
28
28
  x1: "14.756",
29
29
  y1: "16.14",
30
30
  x2: "5.349",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_m_b-4.53.1",
42
+ id: "intergalactic-icon-Confluence_m_b-4.55.0",
43
43
  x1: "1.233",
44
44
  y1: "-.148",
45
45
  x2: "10.64",
@@ -31,15 +31,15 @@ function MetaColored(_ref, ref) {
31
31
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
- fill: "url(#intergalactic-icon-MetaColored_l_a-4.53.1)",
34
+ fill: "url(#intergalactic-icon-MetaColored_l_a-4.55.0)",
35
35
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
- fill: "url(#intergalactic-icon-MetaColored_l_b-4.53.1)",
38
+ fill: "url(#intergalactic-icon-MetaColored_l_b-4.55.0)",
39
39
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
42
- id: "intergalactic-icon-MetaColored_l_a-4.53.1",
42
+ id: "intergalactic-icon-MetaColored_l_a-4.55.0",
43
43
  x1: "5.159",
44
44
  x2: "21.683",
45
45
  y1: "11.595",
@@ -57,7 +57,7 @@ function MetaColored(_ref, ref) {
57
57
  offset: "1",
58
58
  stopColor: "#0082FB"
59
59
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
60
- id: "intergalactic-icon-MetaColored_l_b-4.53.1",
60
+ id: "intergalactic-icon-MetaColored_l_b-4.55.0",
61
61
  x1: "3.457",
62
62
  x2: "3.457",
63
63
  y1: "15.653",
@@ -20,15 +20,15 @@ function MetaColored({
20
20
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
- fill: "url(#intergalactic-icon-MetaColored_l_a-4.53.1)",
23
+ fill: "url(#intergalactic-icon-MetaColored_l_a-4.55.0)",
24
24
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
- fill: "url(#intergalactic-icon-MetaColored_l_b-4.53.1)",
27
+ fill: "url(#intergalactic-icon-MetaColored_l_b-4.55.0)",
28
28
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
31
- id: "intergalactic-icon-MetaColored_l_a-4.53.1",
31
+ id: "intergalactic-icon-MetaColored_l_a-4.55.0",
32
32
  x1: "5.159",
33
33
  x2: "21.683",
34
34
  y1: "11.595",
@@ -46,7 +46,7 @@ function MetaColored({
46
46
  offset: "1",
47
47
  stopColor: "#0082FB"
48
48
  })), /*#__PURE__*/React.createElement("linearGradient", {
49
- id: "intergalactic-icon-MetaColored_l_b-4.53.1",
49
+ id: "intergalactic-icon-MetaColored_l_b-4.55.0",
50
50
  x1: "3.457",
51
51
  x2: "3.457",
52
52
  y1: "15.653",
@@ -33,15 +33,15 @@ function MetaColored(_ref, ref) {
33
33
  d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
34
34
  shapeRendering: "geometricPrecision"
35
35
  }), /*#__PURE__*/_react["default"].createElement("path", {
36
- fill: "url(#intergalactic-icon-MetaColored_m_b-4.53.1)",
36
+ fill: "url(#intergalactic-icon-MetaColored_m_b-4.55.0)",
37
37
  d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
38
38
  shapeRendering: "geometricPrecision"
39
39
  }), /*#__PURE__*/_react["default"].createElement("path", {
40
- fill: "url(#intergalactic-icon-MetaColored_m_c-4.53.1)",
40
+ fill: "url(#intergalactic-icon-MetaColored_m_c-4.55.0)",
41
41
  d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
42
42
  shapeRendering: "geometricPrecision"
43
43
  })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
44
- id: "intergalactic-icon-MetaColored_m_b-4.53.1",
44
+ id: "intergalactic-icon-MetaColored_m_b-4.55.0",
45
45
  x1: "3.468",
46
46
  x2: "14.486",
47
47
  y1: "8.225",
@@ -59,7 +59,7 @@ function MetaColored(_ref, ref) {
59
59
  offset: "1",
60
60
  stopColor: "#0082FB"
61
61
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
62
- id: "intergalactic-icon-MetaColored_m_c-4.53.1",
62
+ id: "intergalactic-icon-MetaColored_m_c-4.55.0",
63
63
  x1: "2.305",
64
64
  x2: "2.305",
65
65
  y1: "11.015",
@@ -22,15 +22,15 @@ function MetaColored({
22
22
  d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
23
23
  shapeRendering: "geometricPrecision"
24
24
  }), /*#__PURE__*/React.createElement("path", {
25
- fill: "url(#intergalactic-icon-MetaColored_m_b-4.53.1)",
25
+ fill: "url(#intergalactic-icon-MetaColored_m_b-4.55.0)",
26
26
  d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
27
27
  shapeRendering: "geometricPrecision"
28
28
  }), /*#__PURE__*/React.createElement("path", {
29
- fill: "url(#intergalactic-icon-MetaColored_m_c-4.53.1)",
29
+ fill: "url(#intergalactic-icon-MetaColored_m_c-4.55.0)",
30
30
  d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
31
31
  shapeRendering: "geometricPrecision"
32
32
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
- id: "intergalactic-icon-MetaColored_m_b-4.53.1",
33
+ id: "intergalactic-icon-MetaColored_m_b-4.55.0",
34
34
  x1: "3.468",
35
35
  x2: "14.486",
36
36
  y1: "8.225",
@@ -48,7 +48,7 @@ function MetaColored({
48
48
  offset: "1",
49
49
  stopColor: "#0082FB"
50
50
  })), /*#__PURE__*/React.createElement("linearGradient", {
51
- id: "intergalactic-icon-MetaColored_m_c-4.53.1",
51
+ id: "intergalactic-icon-MetaColored_m_c-4.55.0",
52
52
  x1: "2.305",
53
53
  x2: "2.305",
54
54
  y1: "11.015",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.53.1)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.55.0)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.53.1)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.55.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.53.1)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.55.0)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.53.1)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.55.0)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.53.1)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.55.0)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.53.1",
50
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.55.0",
51
51
  x1: "17.73",
52
52
  y1: "-1.26",
53
53
  x2: "17.73",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.53.1",
71
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.55.0",
72
72
  x1: "13.5",
73
73
  y1: "-.43",
74
74
  x2: "1.04",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.53.1",
95
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.55.0",
96
96
  x1: "7.16",
97
97
  y1: "21.37",
98
98
  x2: "23.36",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.53.1",
107
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.55.0",
108
108
  x1: "13.75",
109
109
  y1: "-.79",
110
110
  x2: "11.11",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.53.1",
119
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.55.0",
120
120
  x1: "18.17",
121
121
  y1: "21.74",
122
122
  x2: "10.91",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.53.1)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.55.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.53.1)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.53.1)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.55.0)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.53.1)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.55.0)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.53.1)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.55.0)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.53.1",
39
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.55.0",
40
40
  x1: "17.73",
41
41
  y1: "-1.26",
42
42
  x2: "17.73",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.53.1",
60
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.55.0",
61
61
  x1: "13.5",
62
62
  y1: "-.43",
63
63
  x2: "1.04",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.53.1",
84
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.55.0",
85
85
  x1: "7.16",
86
86
  y1: "21.37",
87
87
  x2: "23.36",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.53.1",
96
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.55.0",
97
97
  x1: "13.75",
98
98
  y1: "-.79",
99
99
  x2: "11.11",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.53.1",
108
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.55.0",
109
109
  x1: "18.17",
110
110
  y1: "21.74",
111
111
  x2: "10.91",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.53.1)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.55.0)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.53.1)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.55.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.53.1)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.55.0)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.53.1)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.55.0)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.53.1)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.55.0)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.53.1",
50
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.55.0",
51
51
  x1: "12.07",
52
52
  y1: "-.84",
53
53
  x2: "12.07",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.53.1",
71
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.55.0",
72
72
  x1: "9.18",
73
73
  y1: "-.29",
74
74
  x2: ".96",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.53.1",
95
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.55.0",
96
96
  x1: "4.84",
97
97
  y1: "14.25",
98
98
  x2: "15.93",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.53.1",
107
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.55.0",
108
108
  x1: "9.36",
109
109
  y1: "-.53",
110
110
  x2: "7.61",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.53.1",
119
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.55.0",
120
120
  x1: "12.38",
121
121
  y1: "14.49",
122
122
  x2: "7.42",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.53.1)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.55.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.53.1)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.53.1)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.55.0)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.53.1)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.55.0)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.53.1)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.55.0)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.53.1",
39
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.55.0",
40
40
  x1: "12.07",
41
41
  y1: "-.84",
42
42
  x2: "12.07",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.53.1",
60
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.55.0",
61
61
  x1: "9.18",
62
62
  y1: "-.29",
63
63
  x2: ".96",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.53.1",
84
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.55.0",
85
85
  x1: "4.84",
86
86
  y1: "14.25",
87
87
  x2: "15.93",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.53.1",
96
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.55.0",
97
97
  x1: "9.36",
98
98
  y1: "-.53",
99
99
  x2: "7.61",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.53.1",
108
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.55.0",
109
109
  x1: "12.38",
110
110
  y1: "14.49",
111
111
  x2: "7.42",
@@ -22,11 +22,11 @@ var _hasLabels = _interopRequireDefault(require("intergalactic/utils/lib/hasLabe
22
22
  var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
23
23
  var _excluded = ["keyboardFocused"];
24
24
  /*__reshadow-styles__:"./style/icon.shadow.css"*/
25
- var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_1rcoc_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1rcoc)}.___SIcon_1rcoc_gg_.__keyboardFocused_1rcoc_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_1rcoc_gg_.__interactive_1rcoc_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1rcoc_gg_.__interactive_1rcoc_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "1rcoc_gg_") /*__reshadow_css_end__*/, {
26
- "__SIcon": "___SIcon_1rcoc_gg_",
27
- "--color": "--color_1rcoc",
28
- "_keyboardFocused": "__keyboardFocused_1rcoc_gg_",
29
- "_interactive": "__interactive_1rcoc_gg_"
25
+ var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_1u0xq_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1u0xq)}.___SIcon_1u0xq_gg_.__keyboardFocused_1u0xq_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_1u0xq_gg_.__interactive_1u0xq_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1u0xq_gg_.__interactive_1u0xq_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "1u0xq_gg_") /*__reshadow_css_end__*/, {
26
+ "__SIcon": "___SIcon_1u0xq_gg_",
27
+ "--color": "--color_1u0xq",
28
+ "_keyboardFocused": "__keyboardFocused_1u0xq_gg_",
29
+ "_interactive": "__interactive_1u0xq_gg_"
30
30
  });
31
31
  function Icon(props, ref) {
32
32
  var _useBox = (0, _flexBox.useBox)((0, _objectSpread2["default"])({
@@ -15,11 +15,11 @@ import { useForkRef } from 'intergalactic/utils/lib/ref';
15
15
  import hasLabels from 'intergalactic/utils/lib/hasLabels';
16
16
  import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
17
17
  /*__reshadow-styles__:"./style/icon.shadow.css"*/
18
- var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SIcon_1rcoc_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1rcoc)}.___SIcon_1rcoc_gg_.__keyboardFocused_1rcoc_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_1rcoc_gg_.__interactive_1rcoc_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1rcoc_gg_.__interactive_1rcoc_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "1rcoc_gg_") /*__reshadow_css_end__*/, {
19
- "__SIcon": "___SIcon_1rcoc_gg_",
20
- "--color": "--color_1rcoc",
21
- "_keyboardFocused": "__keyboardFocused_1rcoc_gg_",
22
- "_interactive": "__interactive_1rcoc_gg_"
18
+ var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SIcon_1u0xq_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1u0xq)}.___SIcon_1u0xq_gg_.__keyboardFocused_1u0xq_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_1u0xq_gg_.__interactive_1u0xq_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1u0xq_gg_.__interactive_1u0xq_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "1u0xq_gg_") /*__reshadow_css_end__*/, {
19
+ "__SIcon": "___SIcon_1u0xq_gg_",
20
+ "--color": "--color_1u0xq",
21
+ "_keyboardFocused": "__keyboardFocused_1u0xq_gg_",
22
+ "_interactive": "__interactive_1u0xq_gg_"
23
23
  });
24
24
  function Icon(props, ref) {
25
25
  var _useBox = useBox(_objectSpread({
package/icon/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"intergalactic/icon","description":"Semrush Icon Component","version":"4.53.1","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"transform":"pnpm icon-transform-svg","build":"pnpm run clean && pnpm semcore-builder --source=js && pnpm run transform --configFile=./transform-svg.config.js","clean":"node clean.js"},"dependencies":{"@semcore/flex-box":"5.39.1","@semcore/icon":"4.53.1","@semcore/utils":"4.44.1","classnames":"2.2.6"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/icon"},"devDependencies":{"@semcore/icon-transform-svg":"1.1.0","@types/classnames":"2.2.6","@semcore/testing-utils":"1.0.0","@types/react":"18.0.21"}}
1
+ {"name":"intergalactic/icon","description":"Semrush Icon Component","version":"4.55.0-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"transform":"pnpm icon-transform-svg","build":"pnpm run clean && pnpm semcore-builder --source=js && pnpm run transform --configFile=./transform-svg.config.js","clean":"node clean.js"},"dependencies":{"@semcore/flex-box":"5.39.1","@semcore/icon":"4.55.0-prerelease.0","@semcore/utils":"4.44.1","classnames":"2.2.6"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/icon"},"devDependencies":{"@semcore/icon-transform-svg":"1.1.0","@types/classnames":"2.2.6","@semcore/testing-utils":"1.0.0","@types/react":"18.0.21"}}
@@ -32,7 +32,7 @@ function Discover(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
35
- fill: "url(#intergalactic-icon-Discover_l_a-4.53.1)",
35
+ fill: "url(#intergalactic-icon-Discover_l_a-4.55.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -21,7 +21,7 @@ function Discover({
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
24
- fill: "url(#intergalactic-icon-Discover_l_a-4.53.1)",
24
+ fill: "url(#intergalactic-icon-Discover_l_a-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",
@@ -32,7 +32,7 @@ function Discover(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
35
- fill: "url(#intergalactic-icon-Discover_m_a-4.53.1)",
35
+ fill: "url(#intergalactic-icon-Discover_m_a-4.55.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -21,7 +21,7 @@ function Discover({
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
24
- fill: "url(#intergalactic-icon-Discover_m_a-4.53.1)",
24
+ fill: "url(#intergalactic-icon-Discover_m_a-4.55.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",