intergalactic 15.111.0 → 15.112.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 (640) hide show
  1. package/CHANGELOG.md +53 -0
  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/animation/lib/cjs/Animation.js +11 -11
  6. package/animation/lib/cjs/Collapse.js +28 -28
  7. package/animation/lib/cjs/FadeInOut.js +28 -28
  8. package/animation/lib/cjs/Scale.js +28 -28
  9. package/animation/lib/cjs/Slide.js +28 -28
  10. package/animation/lib/cjs/Transform.js +28 -28
  11. package/animation/lib/es6/Animation.js +11 -11
  12. package/animation/lib/es6/Collapse.js +28 -28
  13. package/animation/lib/es6/FadeInOut.js +28 -28
  14. package/animation/lib/es6/Scale.js +28 -28
  15. package/animation/lib/es6/Slide.js +28 -28
  16. package/animation/lib/es6/Transform.js +28 -28
  17. package/animation/package.json +1 -1
  18. package/badge/lib/cjs/Badge.js +6 -6
  19. package/badge/lib/es6/Badge.js +6 -6
  20. package/badge/package.json +1 -1
  21. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  22. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  23. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  24. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  25. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  26. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  27. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  28. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  29. package/base-trigger/package.json +1 -1
  30. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  31. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  32. package/breadcrumbs/package.json +1 -1
  33. package/breakpoints/package.json +1 -1
  34. package/button/lib/cjs/component/Button/Button.js +27 -27
  35. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
  36. package/button/lib/es6/component/Button/Button.js +27 -27
  37. package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
  38. package/button/package.json +1 -1
  39. package/card/lib/cjs/Card.js +6 -6
  40. package/card/lib/es6/Card.js +6 -6
  41. package/card/package.json +1 -1
  42. package/carousel/lib/cjs/Carousel.js +23 -26
  43. package/carousel/lib/cjs/Carousel.js.map +1 -1
  44. package/carousel/lib/es6/Carousel.js +23 -26
  45. package/carousel/lib/es6/Carousel.js.map +1 -1
  46. package/carousel/package.json +1 -1
  47. package/checkbox/lib/cjs/Checkbox.js +18 -18
  48. package/checkbox/lib/es6/Checkbox.js +18 -18
  49. package/checkbox/package.json +1 -1
  50. package/color-picker/PaletteManager.d.ts +20 -31
  51. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  52. package/color-picker/lib/cjs/PaletteManager.js +26 -29
  53. package/color-picker/lib/cjs/PaletteManager.js.map +1 -1
  54. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  55. package/color-picker/lib/es6/ColorPicker.js +24 -24
  56. package/color-picker/lib/es6/PaletteManager.js +26 -29
  57. package/color-picker/lib/es6/PaletteManager.js.map +1 -1
  58. package/color-picker/lib/es6/components/InputColor.js +24 -24
  59. package/color-picker/lib/types/PaletteManager.d.ts +20 -31
  60. package/color-picker/package.json +1 -1
  61. package/components.json +73 -73
  62. package/core/package.json +1 -1
  63. package/counter/lib/cjs/Counter.js +13 -15
  64. package/counter/lib/cjs/Counter.js.map +1 -1
  65. package/counter/lib/es6/Counter.js +13 -15
  66. package/counter/lib/es6/Counter.js.map +1 -1
  67. package/counter/package.json +1 -1
  68. package/d3-chart/a11y/PlotA11yModule.d.ts +1 -1
  69. package/d3-chart/component/Chart/AbstractChart.d.ts +2 -1
  70. package/d3-chart/component/Chart/AbstractChart.type.d.ts +11 -1
  71. package/d3-chart/component/ChartLegend/BaseLegend.d.ts +1 -1
  72. package/d3-chart/component/ChartLegend/BaseLegend.type.d.ts +2 -1
  73. package/d3-chart/component/ChartLegend/LegendItem/LegendItem.type.d.ts +14 -4
  74. package/d3-chart/component/ChartLegend/LegendTable/LegendTable.type.d.ts +1 -1
  75. package/d3-chart/lib/cjs/Area.js +11 -11
  76. package/d3-chart/lib/cjs/Axis.js +14 -14
  77. package/d3-chart/lib/cjs/Bar.js +16 -16
  78. package/d3-chart/lib/cjs/Bubble.js +12 -12
  79. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  80. package/d3-chart/lib/cjs/Donut.js +9 -9
  81. package/d3-chart/lib/cjs/Dots.js +8 -8
  82. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  83. package/d3-chart/lib/cjs/Hover.js +3 -3
  84. package/d3-chart/lib/cjs/Line.js +9 -9
  85. package/d3-chart/lib/cjs/Plot.js +3 -3
  86. package/d3-chart/lib/cjs/Radar.js +19 -19
  87. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  88. package/d3-chart/lib/cjs/Reference.js +12 -12
  89. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  90. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  91. package/d3-chart/lib/cjs/Venn.js +9 -9
  92. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  93. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
  94. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +21 -18
  95. package/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +1 -1
  96. package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +5 -2
  97. package/d3-chart/lib/cjs/component/Chart/AbstractChart.js.map +1 -1
  98. package/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
  99. package/d3-chart/lib/cjs/component/Chart/AreaChart.js +10 -0
  100. package/d3-chart/lib/cjs/component/Chart/AreaChart.js.map +1 -1
  101. package/d3-chart/lib/cjs/component/Chart/BarChart.js +10 -0
  102. package/d3-chart/lib/cjs/component/Chart/BarChart.js.map +1 -1
  103. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +10 -0
  104. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
  105. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +10 -1
  106. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js.map +1 -1
  107. package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js +10 -0
  108. package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js.map +1 -1
  109. package/d3-chart/lib/cjs/component/Chart/DonutChart.js +10 -0
  110. package/d3-chart/lib/cjs/component/Chart/DonutChart.js.map +1 -1
  111. package/d3-chart/lib/cjs/component/Chart/HistogramChart.js +10 -0
  112. package/d3-chart/lib/cjs/component/Chart/HistogramChart.js.map +1 -1
  113. package/d3-chart/lib/cjs/component/Chart/LineChart.js +10 -0
  114. package/d3-chart/lib/cjs/component/Chart/LineChart.js.map +1 -1
  115. package/d3-chart/lib/cjs/component/Chart/RadarChart.js +11 -0
  116. package/d3-chart/lib/cjs/component/Chart/RadarChart.js.map +1 -1
  117. package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +10 -0
  118. package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js.map +1 -1
  119. package/d3-chart/lib/cjs/component/Chart/VennChart.js +11 -3
  120. package/d3-chart/lib/cjs/component/Chart/VennChart.js.map +1 -1
  121. package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +4 -10
  122. package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js.map +1 -1
  123. package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +1 -1
  124. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
  125. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  126. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +35 -30
  127. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  128. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  129. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +8 -7
  130. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  131. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
  132. package/d3-chart/lib/cjs/translations/de.json +2 -1
  133. package/d3-chart/lib/cjs/translations/en.json +2 -1
  134. package/d3-chart/lib/cjs/translations/es.json +2 -1
  135. package/d3-chart/lib/cjs/translations/fr.json +2 -1
  136. package/d3-chart/lib/cjs/translations/it.json +2 -1
  137. package/d3-chart/lib/cjs/translations/ja.json +2 -1
  138. package/d3-chart/lib/cjs/translations/ko.json +2 -1
  139. package/d3-chart/lib/cjs/translations/nl.json +2 -1
  140. package/d3-chart/lib/cjs/translations/pl.json +2 -1
  141. package/d3-chart/lib/cjs/translations/pt.json +2 -1
  142. package/d3-chart/lib/cjs/translations/sv.json +2 -1
  143. package/d3-chart/lib/cjs/translations/tr.json +2 -1
  144. package/d3-chart/lib/cjs/translations/vi.json +2 -1
  145. package/d3-chart/lib/cjs/translations/zh.json +2 -1
  146. package/d3-chart/lib/es6/Area.js +11 -11
  147. package/d3-chart/lib/es6/Axis.js +14 -14
  148. package/d3-chart/lib/es6/Bar.js +16 -16
  149. package/d3-chart/lib/es6/Bubble.js +12 -12
  150. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  151. package/d3-chart/lib/es6/Donut.js +9 -9
  152. package/d3-chart/lib/es6/Dots.js +8 -8
  153. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  154. package/d3-chart/lib/es6/Hover.js +3 -3
  155. package/d3-chart/lib/es6/Line.js +9 -9
  156. package/d3-chart/lib/es6/Plot.js +3 -3
  157. package/d3-chart/lib/es6/Radar.js +19 -19
  158. package/d3-chart/lib/es6/RadialTree.js +12 -12
  159. package/d3-chart/lib/es6/Reference.js +12 -12
  160. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  161. package/d3-chart/lib/es6/Tooltip.js +9 -9
  162. package/d3-chart/lib/es6/Venn.js +9 -9
  163. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  164. package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +1 -1
  165. package/d3-chart/lib/es6/a11y/PlotA11yView.js +21 -18
  166. package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -1
  167. package/d3-chart/lib/es6/component/Chart/AbstractChart.js +5 -2
  168. package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +1 -1
  169. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
  170. package/d3-chart/lib/es6/component/Chart/AreaChart.js +10 -0
  171. package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +1 -1
  172. package/d3-chart/lib/es6/component/Chart/BarChart.js +10 -0
  173. package/d3-chart/lib/es6/component/Chart/BarChart.js.map +1 -1
  174. package/d3-chart/lib/es6/component/Chart/BubbleChart.js +10 -0
  175. package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +1 -1
  176. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +10 -1
  177. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +1 -1
  178. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +10 -0
  179. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +1 -1
  180. package/d3-chart/lib/es6/component/Chart/DonutChart.js +10 -0
  181. package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +1 -1
  182. package/d3-chart/lib/es6/component/Chart/HistogramChart.js +10 -0
  183. package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +1 -1
  184. package/d3-chart/lib/es6/component/Chart/LineChart.js +10 -0
  185. package/d3-chart/lib/es6/component/Chart/LineChart.js.map +1 -1
  186. package/d3-chart/lib/es6/component/Chart/RadarChart.js +11 -0
  187. package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +1 -1
  188. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +10 -0
  189. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +1 -1
  190. package/d3-chart/lib/es6/component/Chart/VennChart.js +11 -3
  191. package/d3-chart/lib/es6/component/Chart/VennChart.js.map +1 -1
  192. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +4 -10
  193. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +1 -1
  194. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -1
  195. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
  196. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  197. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +35 -30
  198. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  199. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  200. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +8 -7
  201. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  202. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
  203. package/d3-chart/lib/es6/translations/de.json +2 -1
  204. package/d3-chart/lib/es6/translations/en.json +2 -1
  205. package/d3-chart/lib/es6/translations/es.json +2 -1
  206. package/d3-chart/lib/es6/translations/fr.json +2 -1
  207. package/d3-chart/lib/es6/translations/it.json +2 -1
  208. package/d3-chart/lib/es6/translations/ja.json +2 -1
  209. package/d3-chart/lib/es6/translations/ko.json +2 -1
  210. package/d3-chart/lib/es6/translations/nl.json +2 -1
  211. package/d3-chart/lib/es6/translations/pl.json +2 -1
  212. package/d3-chart/lib/es6/translations/pt.json +2 -1
  213. package/d3-chart/lib/es6/translations/sv.json +2 -1
  214. package/d3-chart/lib/es6/translations/tr.json +2 -1
  215. package/d3-chart/lib/es6/translations/vi.json +2 -1
  216. package/d3-chart/lib/es6/translations/zh.json +2 -1
  217. package/d3-chart/lib/types/a11y/PlotA11yModule.d.ts +1 -1
  218. package/d3-chart/lib/types/component/Chart/AbstractChart.d.ts +2 -1
  219. package/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +11 -1
  220. package/d3-chart/lib/types/component/ChartLegend/BaseLegend.d.ts +1 -1
  221. package/d3-chart/lib/types/component/ChartLegend/BaseLegend.type.d.ts +2 -1
  222. package/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +14 -4
  223. package/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +1 -1
  224. package/d3-chart/lib/types/translations/__intergalactic-dynamic-locales.d.ts +13 -0
  225. package/d3-chart/package.json +1 -1
  226. package/d3-chart/translations/__intergalactic-dynamic-locales.d.ts +13 -0
  227. package/data-table/lib/cjs/Body.js +3 -3
  228. package/data-table/lib/cjs/DataTable.js +36 -36
  229. package/data-table/lib/es6/Body.js +3 -3
  230. package/data-table/lib/es6/DataTable.js +36 -36
  231. package/data-table/package.json +1 -1
  232. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  233. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  234. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  235. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  236. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  237. package/date-picker/lib/es6/components/Calendar.js +21 -21
  238. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  239. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  240. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  241. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  242. package/date-picker/package.json +1 -1
  243. package/divider/lib/cjs/Divider.js +10 -10
  244. package/divider/lib/es6/Divider.js +10 -10
  245. package/divider/package.json +1 -1
  246. package/dot/lib/cjs/Dot.js +10 -10
  247. package/dot/lib/es6/Dot.js +10 -10
  248. package/dot/package.json +1 -1
  249. package/drag-and-drop/index.d.ts +22 -8
  250. package/drag-and-drop/lib/cjs/DragAndDrop.js +172 -125
  251. package/drag-and-drop/lib/cjs/DragAndDrop.js.map +1 -1
  252. package/drag-and-drop/lib/cjs/index.d.js.map +1 -1
  253. package/drag-and-drop/lib/cjs/translations/de.json +6 -5
  254. package/drag-and-drop/lib/cjs/translations/en.json +6 -5
  255. package/drag-and-drop/lib/cjs/translations/es.json +6 -5
  256. package/drag-and-drop/lib/cjs/translations/fr.json +6 -5
  257. package/drag-and-drop/lib/cjs/translations/it.json +6 -5
  258. package/drag-and-drop/lib/cjs/translations/ja.json +6 -5
  259. package/drag-and-drop/lib/cjs/translations/ko.json +6 -5
  260. package/drag-and-drop/lib/cjs/translations/nl.json +6 -5
  261. package/drag-and-drop/lib/cjs/translations/pl.json +6 -5
  262. package/drag-and-drop/lib/cjs/translations/pt.json +6 -5
  263. package/drag-and-drop/lib/cjs/translations/sv.json +6 -5
  264. package/drag-and-drop/lib/cjs/translations/tr.json +6 -5
  265. package/drag-and-drop/lib/cjs/translations/vi.json +6 -5
  266. package/drag-and-drop/lib/cjs/translations/zh.json +6 -5
  267. package/drag-and-drop/lib/es6/DragAndDrop.js +172 -125
  268. package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -1
  269. package/drag-and-drop/lib/es6/index.d.js.map +1 -1
  270. package/drag-and-drop/lib/es6/translations/de.json +6 -5
  271. package/drag-and-drop/lib/es6/translations/en.json +6 -5
  272. package/drag-and-drop/lib/es6/translations/es.json +6 -5
  273. package/drag-and-drop/lib/es6/translations/fr.json +6 -5
  274. package/drag-and-drop/lib/es6/translations/it.json +6 -5
  275. package/drag-and-drop/lib/es6/translations/ja.json +6 -5
  276. package/drag-and-drop/lib/es6/translations/ko.json +6 -5
  277. package/drag-and-drop/lib/es6/translations/nl.json +6 -5
  278. package/drag-and-drop/lib/es6/translations/pl.json +6 -5
  279. package/drag-and-drop/lib/es6/translations/pt.json +6 -5
  280. package/drag-and-drop/lib/es6/translations/sv.json +6 -5
  281. package/drag-and-drop/lib/es6/translations/tr.json +6 -5
  282. package/drag-and-drop/lib/es6/translations/vi.json +6 -5
  283. package/drag-and-drop/lib/es6/translations/zh.json +6 -5
  284. package/drag-and-drop/lib/types/index.d.ts +22 -8
  285. package/drag-and-drop/package.json +1 -1
  286. package/dropdown/lib/cjs/AbstractDropdown.js +1 -5
  287. package/dropdown/lib/cjs/AbstractDropdown.js.map +1 -1
  288. package/dropdown/lib/cjs/Dropdown.js +15 -15
  289. package/dropdown/lib/es6/AbstractDropdown.js +1 -5
  290. package/dropdown/lib/es6/AbstractDropdown.js.map +1 -1
  291. package/dropdown/lib/es6/Dropdown.js +15 -15
  292. package/dropdown/package.json +1 -1
  293. package/dropdown-menu/index.d.ts +2 -0
  294. package/dropdown-menu/lib/cjs/DropdownMenu.js +83 -73
  295. package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
  296. package/dropdown-menu/lib/cjs/index.d.js.map +1 -1
  297. package/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +3 -3
  298. package/dropdown-menu/lib/es6/DropdownMenu.js +80 -69
  299. package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
  300. package/dropdown-menu/lib/es6/index.d.js.map +1 -1
  301. package/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +3 -3
  302. package/dropdown-menu/lib/types/index.d.ts +2 -0
  303. package/dropdown-menu/package.json +1 -1
  304. package/ellipsis/lib/cjs/Ellipsis.js +23 -19
  305. package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
  306. package/ellipsis/lib/es6/Ellipsis.js +23 -19
  307. package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
  308. package/ellipsis/package.json +1 -1
  309. package/errors/lib/cjs/Error.js +9 -9
  310. package/errors/lib/es6/Error.js +9 -9
  311. package/errors/package.json +1 -1
  312. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  313. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  314. package/feature-popover/package.json +1 -1
  315. package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +5 -11
  316. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  317. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  318. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  319. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
  320. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
  321. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  322. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  323. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  324. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
  325. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
  326. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +5 -11
  327. package/feedback-form/package.json +1 -1
  328. package/flags/lib/cjs/Flags.js +3 -3
  329. package/flags/lib/es6/Flags.js +3 -3
  330. package/flags/lib/sprites/sprite@1x.css +256 -256
  331. package/flags/lib/sprites/sprite@2x.css +257 -257
  332. package/flags/package.json +1 -1
  333. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  334. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  335. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  336. package/flex-box/lib/es6/Box/useBox.js +3 -3
  337. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  338. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  339. package/flex-box/package.json +1 -1
  340. package/format-text/lib/cjs/FormatText.js +5 -5
  341. package/format-text/lib/es6/FormatText.js +5 -5
  342. package/format-text/package.json +1 -1
  343. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  344. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  345. package/fullscreen-modal/package.json +1 -1
  346. package/grid/lib/cjs/Grid.js +114 -114
  347. package/grid/lib/es6/Grid.js +114 -114
  348. package/grid/package.json +1 -1
  349. package/i18n-unplugin/package.json +1 -1
  350. package/icon/Tack/l/index.d.ts +6 -0
  351. package/icon/Tack/l/index.js +38 -0
  352. package/icon/Tack/l/index.mjs +26 -0
  353. package/icon/Tack/m/index.d.ts +6 -0
  354. package/icon/Tack/m/index.js +38 -0
  355. package/icon/Tack/m/index.mjs +26 -0
  356. package/icon/TackNo/l/index.d.ts +6 -0
  357. package/icon/TackNo/l/index.js +41 -0
  358. package/icon/TackNo/l/index.mjs +29 -0
  359. package/icon/TackNo/m/index.d.ts +6 -0
  360. package/icon/TackNo/m/index.js +41 -0
  361. package/icon/TackNo/m/index.mjs +29 -0
  362. package/icon/Yext/l/index.d.ts +6 -0
  363. package/icon/Yext/l/index.js +52 -0
  364. package/icon/Yext/l/index.mjs +40 -0
  365. package/icon/Yext/m/index.d.ts +6 -0
  366. package/icon/Yext/m/index.js +52 -0
  367. package/icon/Yext/m/index.mjs +40 -0
  368. package/icon/color/BirdeyeColored/l/index.d.ts +6 -0
  369. package/icon/color/BirdeyeColored/l/index.js +39 -0
  370. package/icon/color/BirdeyeColored/l/index.mjs +27 -0
  371. package/icon/color/BirdeyeColored/m/index.d.ts +6 -0
  372. package/icon/color/BirdeyeColored/m/index.js +39 -0
  373. package/icon/color/BirdeyeColored/m/index.mjs +27 -0
  374. package/icon/color/CallTrackingMetricsColored/l/index.d.ts +6 -0
  375. package/icon/color/CallTrackingMetricsColored/l/index.js +43 -0
  376. package/icon/color/CallTrackingMetricsColored/l/index.mjs +31 -0
  377. package/icon/color/CallTrackingMetricsColored/m/index.d.ts +6 -0
  378. package/icon/color/CallTrackingMetricsColored/m/index.js +43 -0
  379. package/icon/color/CallTrackingMetricsColored/m/index.mjs +31 -0
  380. package/icon/color/CampaignMonitorColored/l/index.d.ts +6 -0
  381. package/icon/color/CampaignMonitorColored/l/index.js +37 -0
  382. package/icon/color/CampaignMonitorColored/l/index.mjs +25 -0
  383. package/icon/color/CampaignMonitorColored/m/index.d.ts +6 -0
  384. package/icon/color/CampaignMonitorColored/m/index.js +37 -0
  385. package/icon/color/CampaignMonitorColored/m/index.mjs +25 -0
  386. package/icon/color/Confluence/l/index.js +4 -4
  387. package/icon/color/Confluence/l/index.mjs +4 -4
  388. package/icon/color/Confluence/m/index.js +4 -4
  389. package/icon/color/Confluence/m/index.mjs +4 -4
  390. package/icon/color/ConstantContactColored/l/index.d.ts +6 -0
  391. package/icon/color/ConstantContactColored/l/index.js +45 -0
  392. package/icon/color/ConstantContactColored/l/index.mjs +33 -0
  393. package/icon/color/ConstantContactColored/m/index.d.ts +6 -0
  394. package/icon/color/ConstantContactColored/m/index.js +45 -0
  395. package/icon/color/ConstantContactColored/m/index.mjs +33 -0
  396. package/icon/color/GoogleDisplayVideoAds/l/index.d.ts +6 -0
  397. package/icon/color/GoogleDisplayVideoAds/l/index.js +53 -0
  398. package/icon/color/GoogleDisplayVideoAds/l/index.mjs +41 -0
  399. package/icon/color/GoogleDisplayVideoAds/m/index.d.ts +6 -0
  400. package/icon/color/GoogleDisplayVideoAds/m/index.js +53 -0
  401. package/icon/color/GoogleDisplayVideoAds/m/index.mjs +41 -0
  402. package/icon/color/InstagramColored/l/index.d.ts +6 -0
  403. package/icon/color/InstagramColored/l/index.js +188 -0
  404. package/icon/color/InstagramColored/l/index.mjs +176 -0
  405. package/icon/color/InstagramColored/m/index.d.ts +6 -0
  406. package/icon/color/InstagramColored/m/index.js +188 -0
  407. package/icon/color/InstagramColored/m/index.mjs +176 -0
  408. package/icon/color/MetaColored/l/index.d.ts +6 -0
  409. package/icon/color/MetaColored/l/index.js +75 -0
  410. package/icon/color/MetaColored/l/index.mjs +63 -0
  411. package/icon/color/MetaColored/m/index.d.ts +6 -0
  412. package/icon/color/MetaColored/m/index.js +83 -0
  413. package/icon/color/MetaColored/m/index.mjs +71 -0
  414. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  415. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  416. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  417. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  418. package/icon/color/PipedriveColored/l/index.d.ts +6 -0
  419. package/icon/color/PipedriveColored/l/index.js +43 -0
  420. package/icon/color/PipedriveColored/l/index.mjs +31 -0
  421. package/icon/color/PipedriveColored/m/index.d.ts +6 -0
  422. package/icon/color/PipedriveColored/m/index.js +43 -0
  423. package/icon/color/PipedriveColored/m/index.mjs +31 -0
  424. package/icon/color/ShopifyColored/l/index.d.ts +6 -0
  425. package/icon/color/ShopifyColored/l/index.js +45 -0
  426. package/icon/color/ShopifyColored/l/index.mjs +33 -0
  427. package/icon/color/ShopifyColored/m/index.d.ts +6 -0
  428. package/icon/color/ShopifyColored/m/index.js +45 -0
  429. package/icon/color/ShopifyColored/m/index.mjs +33 -0
  430. package/icon/color/WhatConvertsColored/l/index.d.ts +6 -0
  431. package/icon/color/WhatConvertsColored/l/index.js +39 -0
  432. package/icon/color/WhatConvertsColored/l/index.mjs +27 -0
  433. package/icon/color/WhatConvertsColored/m/index.d.ts +6 -0
  434. package/icon/color/WhatConvertsColored/m/index.js +39 -0
  435. package/icon/color/WhatConvertsColored/m/index.mjs +27 -0
  436. package/icon/color/WooCommerceColored/l/index.d.ts +6 -0
  437. package/icon/color/WooCommerceColored/l/index.js +43 -0
  438. package/icon/color/WooCommerceColored/l/index.mjs +31 -0
  439. package/icon/color/WooCommerceColored/m/index.d.ts +6 -0
  440. package/icon/color/WooCommerceColored/m/index.js +43 -0
  441. package/icon/color/WooCommerceColored/m/index.mjs +31 -0
  442. package/icon/lib/cjs/Icon.js +5 -5
  443. package/icon/lib/es6/Icon.js +5 -5
  444. package/icon/package.json +1 -1
  445. package/icon/pay/Discover/l/index.js +1 -1
  446. package/icon/pay/Discover/l/index.mjs +1 -1
  447. package/icon/pay/Discover/m/index.js +1 -1
  448. package/icon/pay/Discover/m/index.mjs +1 -1
  449. package/icon/pay/JCB/l/index.js +10 -10
  450. package/icon/pay/JCB/l/index.mjs +10 -10
  451. package/icon/pay/JCB/m/index.js +10 -10
  452. package/icon/pay/JCB/m/index.mjs +10 -10
  453. package/icon/pay/Visa/l/index.js +2 -2
  454. package/icon/pay/Visa/l/index.mjs +2 -2
  455. package/icon/pay/Visa/m/index.js +2 -2
  456. package/icon/pay/Visa/m/index.mjs +2 -2
  457. package/illustration/lib/cjs/index.js +1 -1
  458. package/illustration/lib/es6/index.js +1 -1
  459. package/illustration/package.json +1 -1
  460. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  461. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  462. package/inline-edit/package.json +1 -1
  463. package/inline-input/lib/cjs/InlineInput.js +14 -14
  464. package/inline-input/lib/es6/InlineInput.js +14 -14
  465. package/inline-input/package.json +1 -1
  466. package/input/lib/cjs/Input.js +17 -17
  467. package/input/lib/es6/Input.js +17 -17
  468. package/input/package.json +1 -1
  469. package/input-mask/lib/cjs/InputMask.js +6 -6
  470. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  471. package/input-mask/lib/es6/InputMask.js +6 -6
  472. package/input-mask/lib/es6/InputMask.js.map +1 -1
  473. package/input-mask/package.json +1 -1
  474. package/input-number/lib/cjs/InputNumber.js +9 -9
  475. package/input-number/lib/es6/InputNumber.js +9 -9
  476. package/input-number/package.json +1 -1
  477. package/input-tags/lib/cjs/InputTags.js +12 -12
  478. package/input-tags/lib/es6/InputTags.js +12 -12
  479. package/input-tags/package.json +1 -1
  480. package/link/lib/cjs/Link.js +12 -12
  481. package/link/lib/es6/Link.js +12 -12
  482. package/link/package.json +1 -1
  483. package/mini-chart/component/trend/Trend.d.ts +1 -1
  484. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  485. package/mini-chart/lib/cjs/component/score/Donut.js.map +1 -1
  486. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  487. package/mini-chart/lib/cjs/component/score/Line.js.map +1 -1
  488. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  489. package/mini-chart/lib/cjs/component/trend/Bar.js.map +1 -1
  490. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  491. package/mini-chart/lib/cjs/component/trend/Line.js.map +1 -1
  492. package/mini-chart/lib/cjs/component/trend/Trend.js +1 -1
  493. package/mini-chart/lib/cjs/component/trend/Trend.js.map +1 -1
  494. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  495. package/mini-chart/lib/es6/component/score/Donut.js.map +1 -1
  496. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  497. package/mini-chart/lib/es6/component/score/Line.js.map +1 -1
  498. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  499. package/mini-chart/lib/es6/component/trend/Bar.js.map +1 -1
  500. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  501. package/mini-chart/lib/es6/component/trend/Line.js.map +1 -1
  502. package/mini-chart/lib/es6/component/trend/Trend.js +1 -1
  503. package/mini-chart/lib/es6/component/trend/Trend.js.map +1 -1
  504. package/mini-chart/lib/types/component/trend/Trend.d.ts +1 -1
  505. package/mini-chart/package.json +1 -1
  506. package/modal/lib/cjs/Modal.js +8 -8
  507. package/modal/lib/es6/Modal.js +8 -8
  508. package/modal/package.json +1 -1
  509. package/neighbor-location/package.json +1 -1
  510. package/notice/lib/cjs/Notice.js +14 -14
  511. package/notice/lib/es6/Notice.js +14 -14
  512. package/notice/package.json +1 -1
  513. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  514. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  515. package/notice-bubble/package.json +1 -1
  516. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  517. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  518. package/notice-global/package.json +1 -1
  519. package/outside-click/package.json +1 -1
  520. package/package.json +1 -1
  521. package/pagination/lib/cjs/Pagination.js +11 -10
  522. package/pagination/lib/cjs/Pagination.js.map +1 -1
  523. package/pagination/lib/es6/Pagination.js +11 -10
  524. package/pagination/lib/es6/Pagination.js.map +1 -1
  525. package/pagination/package.json +1 -1
  526. package/pills/lib/cjs/Pills.js +13 -13
  527. package/pills/lib/es6/Pills.js +13 -13
  528. package/pills/package.json +1 -1
  529. package/popper/lib/cjs/Popper.js +6 -6
  530. package/popper/lib/es6/Popper.js +6 -6
  531. package/popper/package.json +1 -1
  532. package/portal/package.json +1 -1
  533. package/product-head/lib/cjs/Info.js +4 -4
  534. package/product-head/lib/cjs/ProductHead.js +5 -5
  535. package/product-head/lib/cjs/Title.js +4 -4
  536. package/product-head/lib/es6/Info.js +4 -4
  537. package/product-head/lib/es6/ProductHead.js +5 -5
  538. package/product-head/lib/es6/Title.js +4 -4
  539. package/product-head/package.json +1 -1
  540. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  541. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  542. package/progress-bar/package.json +1 -1
  543. package/radio/lib/cjs/Radio.js +16 -16
  544. package/radio/lib/es6/Radio.js +16 -16
  545. package/radio/package.json +1 -1
  546. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  547. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  548. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  549. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  550. package/scroll-area/package.json +1 -1
  551. package/select/lib/cjs/InputSearch.js +6 -6
  552. package/select/lib/cjs/Select.js +8 -8
  553. package/select/lib/es6/InputSearch.js +6 -6
  554. package/select/lib/es6/Select.js +8 -8
  555. package/select/package.json +1 -1
  556. package/side-panel/lib/cjs/SidePanel.js +16 -16
  557. package/side-panel/lib/es6/SidePanel.js +16 -16
  558. package/side-panel/package.json +1 -1
  559. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  560. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  561. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  562. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
  563. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  564. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  565. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  566. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  567. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  568. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  569. package/skeleton/lib/cjs/Skeleton.js +8 -8
  570. package/skeleton/lib/es6/Charts/Area.js +9 -9
  571. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  572. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  573. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
  574. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  575. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  576. package/skeleton/lib/es6/Charts/Line.js +9 -9
  577. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  578. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  579. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  580. package/skeleton/lib/es6/Skeleton.js +8 -8
  581. package/skeleton/package.json +1 -1
  582. package/slider/lib/cjs/Slider.js +8 -8
  583. package/slider/lib/es6/Slider.js +8 -8
  584. package/slider/package.json +1 -1
  585. package/spin/lib/cjs/Spin.js +13 -13
  586. package/spin/lib/es6/Spin.js +13 -13
  587. package/spin/package.json +1 -1
  588. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  589. package/spin-container/lib/es6/SpinContainer.js +8 -8
  590. package/spin-container/package.json +1 -1
  591. package/sticky/lib/cjs/Sticky.js +2 -2
  592. package/sticky/lib/es6/Sticky.js +2 -2
  593. package/sticky/package.json +1 -1
  594. package/switch/lib/cjs/Switch.js +23 -30
  595. package/switch/lib/cjs/Switch.js.map +1 -1
  596. package/switch/lib/es6/Switch.js +23 -30
  597. package/switch/lib/es6/Switch.js.map +1 -1
  598. package/switch/package.json +1 -1
  599. package/tab-line/lib/cjs/TabLine.js +13 -13
  600. package/tab-line/lib/es6/TabLine.js +13 -13
  601. package/tab-line/package.json +1 -1
  602. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  603. package/tab-panel/lib/es6/TabPanel.js +8 -8
  604. package/tab-panel/package.json +1 -1
  605. package/tag/lib/cjs/Tag.js +23 -23
  606. package/tag/lib/es6/Tag.js +23 -23
  607. package/tag/package.json +1 -1
  608. package/textarea/lib/cjs/Textarea.js +8 -8
  609. package/textarea/lib/es6/Textarea.js +8 -8
  610. package/textarea/package.json +1 -1
  611. package/time-picker/lib/cjs/TimePicker.js +12 -12
  612. package/time-picker/lib/es6/TimePicker.js +12 -12
  613. package/time-picker/package.json +1 -1
  614. package/tooltip/lib/cjs/Tooltip.js +9 -9
  615. package/tooltip/lib/es6/Tooltip.js +9 -9
  616. package/tooltip/package.json +1 -1
  617. package/typography/lib/cjs/Blockquote.js +4 -4
  618. package/typography/lib/cjs/Hint.js +7 -7
  619. package/typography/lib/cjs/List.js +5 -5
  620. package/typography/lib/cjs/Text.js +34 -34
  621. package/typography/lib/es6/Blockquote.js +4 -4
  622. package/typography/lib/es6/Hint.js +7 -7
  623. package/typography/lib/es6/List.js +5 -5
  624. package/typography/lib/es6/Text.js +34 -34
  625. package/typography/package.json +1 -1
  626. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  627. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  628. package/utils/lib/core/types/Component.d.ts +23 -2
  629. package/utils/lib/core/types/Component.js +1 -1
  630. package/utils/lib/core/types/Component.js.map +1 -1
  631. package/utils/lib/core/types/Component.mjs +1 -1
  632. package/utils/lib/core/types/Component.mjs.map +1 -1
  633. package/utils/lib/injectStyle.js +1 -1
  634. package/utils/lib/injectStyle.mjs +1 -1
  635. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  636. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  637. package/widget-empty/package.json +1 -1
  638. package/wizard/lib/cjs/Wizard.js +12 -12
  639. package/wizard/lib/es6/Wizard.js +12 -12
  640. package/wizard/package.json +1 -1
@@ -0,0 +1,71 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from 'intergalactic/core';
4
+ import Icon from 'intergalactic/icon';
5
+ function MetaColored({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "MetaColored",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("g", {
19
+ clipPath: "url(#a)"
20
+ }, /*#__PURE__*/React.createElement("path", {
21
+ fill: "#0081FB",
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
+ shapeRendering: "geometricPrecision"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fill: "url(#intergalactic-icon-MetaColored_m_b-4.50.0)",
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
+ shapeRendering: "geometricPrecision"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "url(#intergalactic-icon-MetaColored_m_c-4.50.0)",
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
+ shapeRendering: "geometricPrecision"
32
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
+ id: "intergalactic-icon-MetaColored_m_b-4.50.0",
34
+ x1: "3.468",
35
+ x2: "14.486",
36
+ y1: "8.225",
37
+ y2: "8.762",
38
+ gradientUnits: "userSpaceOnUse"
39
+ }, /*#__PURE__*/React.createElement("stop", {
40
+ stopColor: "#0064E1"
41
+ }), /*#__PURE__*/React.createElement("stop", {
42
+ offset: ".4",
43
+ stopColor: "#0064E1"
44
+ }), /*#__PURE__*/React.createElement("stop", {
45
+ offset: ".83",
46
+ stopColor: "#0073EE"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: "1",
49
+ stopColor: "#0082FB"
50
+ })), /*#__PURE__*/React.createElement("linearGradient", {
51
+ id: "intergalactic-icon-MetaColored_m_c-4.50.0",
52
+ x1: "2.305",
53
+ x2: "2.305",
54
+ y1: "11.015",
55
+ y2: "6.811",
56
+ gradientUnits: "userSpaceOnUse"
57
+ }, /*#__PURE__*/React.createElement("stop", {
58
+ stopColor: "#0082FB"
59
+ }), /*#__PURE__*/React.createElement("stop", {
60
+ offset: "1",
61
+ stopColor: "#0064E0"
62
+ })), /*#__PURE__*/React.createElement("clipPath", {
63
+ id: "a"
64
+ }, /*#__PURE__*/React.createElement("path", {
65
+ fill: "#fff",
66
+ d: "M0 3.01h16v11H0z",
67
+ shapeRendering: "geometricPrecision"
68
+ }))));
69
+ }
70
+ MetaColored.displayName = 'MetaColored';
71
+ export default createBaseComponent(MetaColored);
@@ -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.48.0)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.50.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.48.0)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.50.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.48.0)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.50.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.48.0)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.50.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.48.0)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.50.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.48.0",
50
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.50.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.48.0",
71
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.50.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.48.0",
95
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.50.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.48.0",
107
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.50.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.48.0",
119
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.50.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.48.0)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.50.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.48.0)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.50.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.48.0)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.50.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.48.0)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.50.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.48.0)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.50.0)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.48.0",
39
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.50.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.48.0",
60
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.50.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.48.0",
84
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.50.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.48.0",
96
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.50.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.48.0",
108
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.50.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.48.0)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.50.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.48.0)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.50.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.48.0)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.50.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.48.0)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.50.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.48.0)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.50.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.48.0",
50
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.50.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.48.0",
71
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.50.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.48.0",
95
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.50.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.48.0",
107
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.50.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.48.0",
119
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.50.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.48.0)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.50.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.48.0)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.50.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.48.0)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.50.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.48.0)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.50.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.48.0)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.50.0)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.48.0",
39
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.50.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.48.0",
60
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.50.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.48.0",
84
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.50.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.48.0",
96
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.50.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.48.0",
108
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.50.0",
109
109
  x1: "12.38",
110
110
  y1: "14.49",
111
111
  x2: "7.42",
@@ -0,0 +1,6 @@
1
+
2
+ import { IconProps } from 'intergalactic/icon';
3
+ import { Intergalactic } from 'intergalactic/utils/lib/core';
4
+ declare const _default: Intergalactic.Component<'svg', IconProps>;
5
+ export default _default;
6
+
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("intergalactic/core");
12
+ var _icon = _interopRequireDefault(require("intergalactic/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function PipedriveColored(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "PipedriveColored",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M10.8978 10.3592C10.8978 11.6446 11.5723 13.0181 13.0511 13.0181C14.1407 13.0181 15.2562 12.199 15.2692 10.334C15.2692 8.70834 14.3871 7.62459 13.09 7.62459C12.0263 7.62459 10.8978 8.34289 10.8978 10.3592Z",
31
+ fill: "#017737",
32
+ shapeRendering: "geometricPrecision"
33
+ }), /*#__PURE__*/_react["default"].createElement("path", {
34
+ fillRule: "evenodd",
35
+ clipRule: "evenodd",
36
+ d: "M12 23.0098C18.0751 23.0098 23 18.0849 23 12.0098C23 5.93463 18.0751 1.00977 12 1.00977C5.92487 1.00977 1 5.93463 1 12.0098C1 18.0849 5.92487 23.0098 12 23.0098ZM10.7421 6.40222C11.1702 5.94856 12.0652 5.26807 13.6088 5.26807C16.255 5.26807 18.0451 7.29695 18.0322 10.3088C18.0322 13.2828 16.1513 15.3495 13.4661 15.3495C12.182 15.3495 11.3647 14.8202 10.9367 14.4421V18.7519H8.1867V8.02785C8.1867 7.87663 8.13481 7.82622 7.97916 7.82622H7.03223V5.4823H9.35415C10.4178 5.4823 10.6902 5.99897 10.7421 6.40222Z",
37
+ fill: "#017737",
38
+ shapeRendering: "geometricPrecision"
39
+ }));
40
+ }
41
+ PipedriveColored.displayName = 'PipedriveColored';
42
+ var _default = (0, _core.createBaseComponent)(PipedriveColored);
43
+ exports["default"] = _default;
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from 'intergalactic/core';
4
+ import Icon from 'intergalactic/icon';
5
+ function PipedriveColored({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "PipedriveColored",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M10.8978 10.3592C10.8978 11.6446 11.5723 13.0181 13.0511 13.0181C14.1407 13.0181 15.2562 12.199 15.2692 10.334C15.2692 8.70834 14.3871 7.62459 13.09 7.62459C12.0263 7.62459 10.8978 8.34289 10.8978 10.3592Z",
20
+ fill: "#017737",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M12 23.0098C18.0751 23.0098 23 18.0849 23 12.0098C23 5.93463 18.0751 1.00977 12 1.00977C5.92487 1.00977 1 5.93463 1 12.0098C1 18.0849 5.92487 23.0098 12 23.0098ZM10.7421 6.40222C11.1702 5.94856 12.0652 5.26807 13.6088 5.26807C16.255 5.26807 18.0451 7.29695 18.0322 10.3088C18.0322 13.2828 16.1513 15.3495 13.4661 15.3495C12.182 15.3495 11.3647 14.8202 10.9367 14.4421V18.7519H8.1867V8.02785C8.1867 7.87663 8.13481 7.82622 7.97916 7.82622H7.03223V5.4823H9.35415C10.4178 5.4823 10.6902 5.99897 10.7421 6.40222Z",
26
+ fill: "#017737",
27
+ shapeRendering: "geometricPrecision"
28
+ }));
29
+ }
30
+ PipedriveColored.displayName = 'PipedriveColored';
31
+ export default createBaseComponent(PipedriveColored);
@@ -0,0 +1,6 @@
1
+
2
+ import { IconProps } from 'intergalactic/icon';
3
+ import { Intergalactic } from 'intergalactic/utils/lib/core';
4
+ declare const _default: Intergalactic.Component<'svg', IconProps>;
5
+ export default _default;
6
+
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("intergalactic/core");
12
+ var _icon = _interopRequireDefault(require("intergalactic/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function PipedriveColored(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '16' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "PipedriveColored",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M7.19839 6.80907C7.19839 7.74389 7.68895 8.74286 8.76442 8.74286C9.55686 8.74286 10.3682 8.14714 10.3776 6.79074C10.3776 5.60847 9.73611 4.82028 8.79272 4.82028C8.01914 4.82028 7.19839 5.34268 7.19839 6.80907Z",
31
+ fill: "#017737",
32
+ shapeRendering: "geometricPrecision"
33
+ }), /*#__PURE__*/_react["default"].createElement("path", {
34
+ fillRule: "evenodd",
35
+ clipRule: "evenodd",
36
+ d: "M8 16.0098C12.4183 16.0098 16 12.428 16 8.00977C16 3.59149 12.4183 0.00976562 8 0.00976562C3.58172 0.00976562 0 3.59149 0 8.00977C0 12.428 3.58172 16.0098 8 16.0098ZM7.08518 3.93129C7.3965 3.60135 8.04744 3.10645 9.17007 3.10645C11.0946 3.10645 12.3965 4.582 12.387 6.77241C12.387 8.93533 11.0191 10.4384 9.0663 10.4384C8.13234 10.4384 7.53801 10.0534 7.22669 9.7785V12.9129H5.2267V5.11356C5.2267 5.00358 5.18897 4.96692 5.07576 4.96692H4.38708V3.26225H6.07575C6.84933 3.26225 7.04745 3.63801 7.08518 3.93129Z",
37
+ fill: "#017737",
38
+ shapeRendering: "geometricPrecision"
39
+ }));
40
+ }
41
+ PipedriveColored.displayName = 'PipedriveColored';
42
+ var _default = (0, _core.createBaseComponent)(PipedriveColored);
43
+ exports["default"] = _default;
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from 'intergalactic/core';
4
+ import Icon from 'intergalactic/icon';
5
+ function PipedriveColored({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "PipedriveColored",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M7.19839 6.80907C7.19839 7.74389 7.68895 8.74286 8.76442 8.74286C9.55686 8.74286 10.3682 8.14714 10.3776 6.79074C10.3776 5.60847 9.73611 4.82028 8.79272 4.82028C8.01914 4.82028 7.19839 5.34268 7.19839 6.80907Z",
20
+ fill: "#017737",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M8 16.0098C12.4183 16.0098 16 12.428 16 8.00977C16 3.59149 12.4183 0.00976562 8 0.00976562C3.58172 0.00976562 0 3.59149 0 8.00977C0 12.428 3.58172 16.0098 8 16.0098ZM7.08518 3.93129C7.3965 3.60135 8.04744 3.10645 9.17007 3.10645C11.0946 3.10645 12.3965 4.582 12.387 6.77241C12.387 8.93533 11.0191 10.4384 9.0663 10.4384C8.13234 10.4384 7.53801 10.0534 7.22669 9.7785V12.9129H5.2267V5.11356C5.2267 5.00358 5.18897 4.96692 5.07576 4.96692H4.38708V3.26225H6.07575C6.84933 3.26225 7.04745 3.63801 7.08518 3.93129Z",
26
+ fill: "#017737",
27
+ shapeRendering: "geometricPrecision"
28
+ }));
29
+ }
30
+ PipedriveColored.displayName = 'PipedriveColored';
31
+ export default createBaseComponent(PipedriveColored);
@@ -0,0 +1,6 @@
1
+
2
+ import { IconProps } from 'intergalactic/icon';
3
+ import { Intergalactic } from 'intergalactic/utils/lib/core';
4
+ declare const _default: Intergalactic.Component<'svg', IconProps>;
5
+ export default _default;
6
+
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("intergalactic/core");
12
+ var _icon = _interopRequireDefault(require("intergalactic/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function ShopifyColored(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "ShopifyColored",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ fill: "#95BF47",
31
+ d: "M19.498 4.44c-.018-.11-.11-.185-.201-.185-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464c-.127-.13-.401-.093-.492-.056 0 0-.256.074-.676.204a5.477 5.477 0 0 0-.329-.815C14.146 1.16 13.434.66 12.594.66c-.055 0-.11 0-.183.018-.018-.037-.055-.055-.073-.092-.365-.408-.84-.594-1.406-.575C9.835.048 8.74.845 7.862 2.272c-.621 1-1.096 2.26-1.242 3.243-1.26.39-2.137.667-2.155.686-.64.204-.658.222-.73.834C3.68 7.498 2 20.564 2 20.564l13.954 2.446L22 21.49c-.018-.018-2.484-16.939-2.502-17.05Zm-5.242-1.316c-.33.093-.694.223-1.078.334 0-.556-.073-1.353-.329-2.02.822.167 1.224 1.112 1.407 1.686Zm-1.827.575c-.73.222-1.534.482-2.338.723.22-.871.658-1.742 1.17-2.317.2-.204.474-.445.785-.593.328.649.402 1.557.383 2.187ZM10.95.752c.257 0 .476.056.658.167-.292.167-.584.39-.858.686-.694.76-1.224 1.946-1.443 3.076-.658.204-1.315.408-1.918.593C7.772 3.495 9.251.808 10.95.752Z",
32
+ shapeRendering: "geometricPrecision"
33
+ }), /*#__PURE__*/_react["default"].createElement("path", {
34
+ fill: "#5E8E3E",
35
+ d: "M19.297 4.255c-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464a.346.346 0 0 0-.182-.093v20.33l6.046-1.52-2.484-17.05a.215.215 0 0 0-.201-.166Z",
36
+ shapeRendering: "geometricPrecision"
37
+ }), /*#__PURE__*/_react["default"].createElement("path", {
38
+ fill: "#fff",
39
+ d: "m12.575 7.405-.694 2.67s-.785-.372-1.717-.297c-1.37.092-1.37.963-1.37 1.186.074 1.186 3.16 1.445 3.343 4.244.128 2.205-1.15 3.706-2.995 3.817-2.229.149-3.452-1.186-3.452-1.186l.474-2.038s1.224.945 2.21.87c.64-.036.877-.574.859-.944-.091-1.557-2.612-1.465-2.776-4.022-.128-2.15 1.26-4.337 4.328-4.522 1.188-.093 1.79.222 1.79.222Z",
40
+ shapeRendering: "geometricPrecision"
41
+ }));
42
+ }
43
+ ShopifyColored.displayName = 'ShopifyColored';
44
+ var _default = (0, _core.createBaseComponent)(ShopifyColored);
45
+ exports["default"] = _default;
@@ -0,0 +1,33 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from 'intergalactic/core';
4
+ import Icon from 'intergalactic/icon';
5
+ function ShopifyColored({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "ShopifyColored",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#95BF47",
20
+ d: "M19.498 4.44c-.018-.11-.11-.185-.201-.185-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464c-.127-.13-.401-.093-.492-.056 0 0-.256.074-.676.204a5.477 5.477 0 0 0-.329-.815C14.146 1.16 13.434.66 12.594.66c-.055 0-.11 0-.183.018-.018-.037-.055-.055-.073-.092-.365-.408-.84-.594-1.406-.575C9.835.048 8.74.845 7.862 2.272c-.621 1-1.096 2.26-1.242 3.243-1.26.39-2.137.667-2.155.686-.64.204-.658.222-.73.834C3.68 7.498 2 20.564 2 20.564l13.954 2.446L22 21.49c-.018-.018-2.484-16.939-2.502-17.05Zm-5.242-1.316c-.33.093-.694.223-1.078.334 0-.556-.073-1.353-.329-2.02.822.167 1.224 1.112 1.407 1.686Zm-1.827.575c-.73.222-1.534.482-2.338.723.22-.871.658-1.742 1.17-2.317.2-.204.474-.445.785-.593.328.649.402 1.557.383 2.187ZM10.95.752c.257 0 .476.056.658.167-.292.167-.584.39-.858.686-.694.76-1.224 1.946-1.443 3.076-.658.204-1.315.408-1.918.593C7.772 3.495 9.251.808 10.95.752Z",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fill: "#5E8E3E",
24
+ d: "M19.297 4.255c-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464a.346.346 0 0 0-.182-.093v20.33l6.046-1.52-2.484-17.05a.215.215 0 0 0-.201-.166Z",
25
+ shapeRendering: "geometricPrecision"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ fill: "#fff",
28
+ d: "m12.575 7.405-.694 2.67s-.785-.372-1.717-.297c-1.37.092-1.37.963-1.37 1.186.074 1.186 3.16 1.445 3.343 4.244.128 2.205-1.15 3.706-2.995 3.817-2.229.149-3.452-1.186-3.452-1.186l.474-2.038s1.224.945 2.21.87c.64-.036.877-.574.859-.944-.091-1.557-2.612-1.465-2.776-4.022-.128-2.15 1.26-4.337 4.328-4.522 1.188-.093 1.79.222 1.79.222Z",
29
+ shapeRendering: "geometricPrecision"
30
+ }));
31
+ }
32
+ ShopifyColored.displayName = 'ShopifyColored';
33
+ export default createBaseComponent(ShopifyColored);
@@ -0,0 +1,6 @@
1
+
2
+ import { IconProps } from 'intergalactic/icon';
3
+ import { Intergalactic } from 'intergalactic/utils/lib/core';
4
+ declare const _default: Intergalactic.Component<'svg', IconProps>;
5
+ export default _default;
6
+