acinguiux-ds-react-framework 0.1.24 → 0.1.25

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 (1571) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/LICENSE +16 -0
  3. package/README.md +136 -0
  4. package/build/cjs/components/Alert/Alert.js +1 -1
  5. package/build/cjs/components/Alert/Alert.js.map +1 -1
  6. package/build/cjs/components/Alert/Alert.styles.js +101 -99
  7. package/build/cjs/components/Alert/Alert.styles.js.map +1 -1
  8. package/build/cjs/components/Avatar/components/SimpleAvatar.js +1 -1
  9. package/build/cjs/components/Avatar/components/SimpleAvatar.js.map +1 -1
  10. package/build/cjs/components/Badge/Badge.js +1 -1
  11. package/build/cjs/components/Badge/Badge.js.map +1 -1
  12. package/build/cjs/components/Button/Button.styles.js +18 -18
  13. package/build/cjs/components/Button/Button.styles.js.map +1 -1
  14. package/build/cjs/components/Card/Card.js +1 -1
  15. package/build/cjs/components/Card/Card.js.map +1 -1
  16. package/build/cjs/components/Card/Card.styles.js +13 -14
  17. package/build/cjs/components/Card/Card.styles.js.map +1 -1
  18. package/build/cjs/components/Card/InsetCard.js +1 -1
  19. package/build/cjs/components/Card/InsetCard.js.map +1 -1
  20. package/build/cjs/components/Card/components/CardBar/CardBar.styles.js +6 -6
  21. package/build/cjs/components/Card/components/CardBar/CardBar.styles.js.map +1 -1
  22. package/build/cjs/components/Chart/Highcharts/HighchartsChart.js +1 -1
  23. package/build/cjs/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
  24. package/build/cjs/components/DeprecatedDatePicker/DatePicker.styles.js +677 -0
  25. package/build/cjs/components/DeprecatedDatePicker/DatePicker.styles.js.map +1 -0
  26. package/build/cjs/components/DeprecatedDatePicker/components/Calendar/Calendar.js +2 -0
  27. package/build/cjs/components/DeprecatedDatePicker/components/Calendar/Calendar.js.map +1 -0
  28. package/build/cjs/components/DeprecatedDatePicker/components/Icons/Icons.js +2 -0
  29. package/build/cjs/components/DeprecatedDatePicker/components/Icons/Icons.js.map +1 -0
  30. package/build/cjs/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js +2 -0
  31. package/build/cjs/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -0
  32. package/build/cjs/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js +2 -0
  33. package/build/cjs/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -0
  34. package/build/cjs/components/DeprecatedSelect/Select.js +2 -0
  35. package/build/cjs/components/DeprecatedSelect/Select.js.map +1 -0
  36. package/build/cjs/components/DeprecatedSelect/Select.styles.js +426 -0
  37. package/build/cjs/components/DeprecatedSelect/Select.styles.js.map +1 -0
  38. package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js +2 -0
  39. package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js.map +1 -0
  40. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +2 -0
  41. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +1 -0
  42. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +51 -0
  43. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +1 -0
  44. package/build/cjs/components/DeprecatedSelect/components/Option/Option.js +2 -0
  45. package/build/cjs/components/DeprecatedSelect/components/Option/Option.js.map +1 -0
  46. package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +2 -0
  47. package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +1 -0
  48. package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +2 -0
  49. package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +1 -0
  50. package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js +26 -0
  51. package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js.map +1 -0
  52. package/build/cjs/components/DeprecatedTable/Table.consts.js +2 -0
  53. package/build/cjs/components/DeprecatedTable/Table.consts.js.map +1 -0
  54. package/build/cjs/components/DeprecatedTable/Table.js +2 -0
  55. package/build/cjs/components/DeprecatedTable/Table.js.map +1 -0
  56. package/build/cjs/components/DeprecatedTable/Table.styles.js +148 -0
  57. package/build/cjs/components/DeprecatedTable/Table.styles.js.map +1 -0
  58. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +2 -0
  59. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +1 -0
  60. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +6 -0
  61. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +1 -0
  62. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +2 -0
  63. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +1 -0
  64. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +4 -0
  65. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +1 -0
  66. package/build/cjs/components/DeprecatedTable/hooks/useFilter.js +2 -0
  67. package/build/cjs/components/DeprecatedTable/hooks/useFilter.js.map +1 -0
  68. package/build/cjs/components/DeprecatedTable/hooks/useSorter.js +2 -0
  69. package/build/cjs/components/DeprecatedTable/hooks/useSorter.js.map +1 -0
  70. package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js +2 -0
  71. package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js.map +1 -0
  72. package/build/cjs/components/DeprecatedTable/utils/renderUtils.js +19 -0
  73. package/build/cjs/components/DeprecatedTable/utils/renderUtils.js.map +1 -0
  74. package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js +2 -0
  75. package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js.map +1 -0
  76. package/build/cjs/components/DeprecatedTree/Tree.js +2 -0
  77. package/build/cjs/components/DeprecatedTree/Tree.js.map +1 -0
  78. package/build/cjs/components/DeprecatedTree/Tree.styles.js +111 -0
  79. package/build/cjs/components/DeprecatedTree/Tree.styles.js.map +1 -0
  80. package/build/cjs/components/DeprecatedTree/Tree.types.js +2 -0
  81. package/build/cjs/components/DeprecatedTree/Tree.types.js.map +1 -0
  82. package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +2 -0
  83. package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +1 -0
  84. package/build/cjs/components/Drawer/Drawer.styles.js +43 -37
  85. package/build/cjs/components/Drawer/Drawer.styles.js.map +1 -1
  86. package/build/cjs/components/FileUploader/components/FileUpload/FileUpload.styles.js +16 -16
  87. package/build/cjs/components/FileUploader/components/FileUpload/FileUpload.styles.js.map +1 -1
  88. package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js +1 -1
  89. package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
  90. package/build/cjs/components/Icon/components/AirplaneDiagonal.js +1 -1
  91. package/build/cjs/components/Icon/components/AirplaneDiagonal.js.map +1 -1
  92. package/build/cjs/components/Icon/components/AirportArrivalsLand.js +2 -0
  93. package/build/cjs/components/Icon/components/AirportArrivalsLand.js.map +1 -0
  94. package/build/cjs/components/Icon/components/{AirplaneCircle.js → AirportCircle.js} +2 -2
  95. package/build/cjs/components/Icon/components/AirportCircle.js.map +1 -0
  96. package/build/cjs/components/Icon/components/{AirplaneCircleSolid.js → AirportCircleSolid.js} +2 -2
  97. package/build/cjs/components/Icon/components/AirportCircleSolid.js.map +1 -0
  98. package/build/cjs/components/Icon/components/AirportDeparturesSolid.js +2 -0
  99. package/build/cjs/components/Icon/components/AirportDeparturesSolid.js.map +1 -0
  100. package/build/cjs/components/Icon/components/AirportSquareSolid.js +2 -0
  101. package/build/cjs/components/Icon/components/AirportSquareSolid.js.map +1 -0
  102. package/build/cjs/components/Icon/components/Apiiro.js +2 -0
  103. package/build/cjs/components/Icon/components/Apiiro.js.map +1 -0
  104. package/build/cjs/components/Icon/components/ArrowDoubleCcw.js +2 -0
  105. package/build/cjs/components/Icon/components/ArrowDoubleCcw.js.map +1 -0
  106. package/build/cjs/components/Icon/components/ArrowDoubleCw.js +2 -0
  107. package/build/cjs/components/Icon/components/ArrowDoubleCw.js.map +1 -0
  108. package/build/cjs/components/Icon/components/ArrowDownNarrow.js +1 -1
  109. package/build/cjs/components/Icon/components/ArrowDownNarrow.js.map +1 -1
  110. package/build/cjs/components/Icon/components/ArrowLeftNarrow.js +2 -0
  111. package/build/cjs/components/Icon/components/ArrowLeftNarrow.js.map +1 -0
  112. package/build/cjs/components/Icon/components/ArrowRightNarrow.js +2 -0
  113. package/build/cjs/components/Icon/components/ArrowRightNarrow.js.map +1 -0
  114. package/build/cjs/components/Icon/components/ArrowUpNarrow.js +1 -1
  115. package/build/cjs/components/Icon/components/ArrowUpNarrow.js.map +1 -1
  116. package/build/cjs/components/Icon/components/Assembly.js +2 -0
  117. package/build/cjs/components/Icon/components/Assembly.js.map +1 -0
  118. package/build/cjs/components/Icon/components/Badge.js +1 -1
  119. package/build/cjs/components/Icon/components/Badge.js.map +1 -1
  120. package/build/cjs/components/Icon/components/BellAlert.js +1 -1
  121. package/build/cjs/components/Icon/components/BellAlert.js.map +1 -1
  122. package/build/cjs/components/Icon/components/BellAlertSolid.js +1 -1
  123. package/build/cjs/components/Icon/components/BellAlertSolid.js.map +1 -1
  124. package/build/cjs/components/Icon/components/Biofuel.js +2 -0
  125. package/build/cjs/components/Icon/components/Biofuel.js.map +1 -0
  126. package/build/cjs/components/Icon/components/BoxMargin.js +2 -0
  127. package/build/cjs/components/Icon/components/BoxMargin.js.map +1 -0
  128. package/build/cjs/components/Icon/components/BoxMarginSolid.js +2 -0
  129. package/build/cjs/components/Icon/components/BoxMarginSolid.js.map +1 -0
  130. package/build/cjs/components/Icon/components/BoxPadding.js +2 -0
  131. package/build/cjs/components/Icon/components/BoxPadding.js.map +1 -0
  132. package/build/cjs/components/Icon/components/BoxPaddingSolid.js +2 -0
  133. package/build/cjs/components/Icon/components/BoxPaddingSolid.js.map +1 -0
  134. package/build/cjs/components/Icon/components/Car.js +2 -0
  135. package/build/cjs/components/Icon/components/Car.js.map +1 -0
  136. package/build/cjs/components/Icon/components/Carton.js +2 -0
  137. package/build/cjs/components/Icon/components/Carton.js.map +1 -0
  138. package/build/cjs/components/Icon/components/CartonSolid.js +2 -0
  139. package/build/cjs/components/Icon/components/CartonSolid.js.map +1 -0
  140. package/build/cjs/components/Icon/components/Catalyst.js +2 -0
  141. package/build/cjs/components/Icon/components/Catalyst.js.map +1 -0
  142. package/build/cjs/components/Icon/components/Catalysts.js +2 -0
  143. package/build/cjs/components/Icon/components/Catalysts.js.map +1 -0
  144. package/build/cjs/components/Icon/components/ChartArcs.js +2 -0
  145. package/build/cjs/components/Icon/components/ChartArcs.js.map +1 -0
  146. package/build/cjs/components/Icon/components/ChemicalAnalysis.js +2 -0
  147. package/build/cjs/components/Icon/components/ChemicalAnalysis.js.map +1 -0
  148. package/build/cjs/components/Icon/components/Choice.js +2 -0
  149. package/build/cjs/components/Icon/components/Choice.js.map +1 -0
  150. package/build/cjs/components/Icon/components/Coffee.js +1 -1
  151. package/build/cjs/components/Icon/components/Coffee.js.map +1 -1
  152. package/build/cjs/components/Icon/components/CoffeeBeans.js +2 -0
  153. package/build/cjs/components/Icon/components/CoffeeBeans.js.map +1 -0
  154. package/build/cjs/components/Icon/components/CoffeeGrinder.js +2 -0
  155. package/build/cjs/components/Icon/components/CoffeeGrinder.js.map +1 -0
  156. package/build/cjs/components/Icon/components/CoffeeSolid.js +1 -1
  157. package/build/cjs/components/Icon/components/CoffeeSolid.js.map +1 -1
  158. package/build/cjs/components/Icon/components/Component.js +2 -0
  159. package/build/cjs/components/Icon/components/Component.js.map +1 -0
  160. package/build/cjs/components/Icon/components/ComponentInstance.js +2 -0
  161. package/build/cjs/components/Icon/components/ComponentInstance.js.map +1 -0
  162. package/build/cjs/components/Icon/components/ComponentInstanceSolid.js +2 -0
  163. package/build/cjs/components/Icon/components/ComponentInstanceSolid.js.map +1 -0
  164. package/build/cjs/components/Icon/components/ComponentInstanceSwap.js +2 -0
  165. package/build/cjs/components/Icon/components/ComponentInstanceSwap.js.map +1 -0
  166. package/build/cjs/components/Icon/components/ComponentSolid.js +2 -0
  167. package/build/cjs/components/Icon/components/ComponentSolid.js.map +1 -0
  168. package/build/cjs/components/Icon/components/Compressor.js +2 -0
  169. package/build/cjs/components/Icon/components/Compressor.js.map +1 -0
  170. package/build/cjs/components/Icon/components/Costs.js +2 -0
  171. package/build/cjs/components/Icon/components/Costs.js.map +1 -0
  172. package/build/cjs/components/Icon/components/Cpu.js +2 -0
  173. package/build/cjs/components/Icon/components/Cpu.js.map +1 -0
  174. package/build/cjs/components/Icon/components/CursorPath.js +1 -1
  175. package/build/cjs/components/Icon/components/CursorPath.js.map +1 -1
  176. package/build/cjs/components/Icon/components/CursorPathSolid.js +1 -1
  177. package/build/cjs/components/Icon/components/CursorPathSolid.js.map +1 -1
  178. package/build/cjs/components/Icon/components/DataIntellgence.js +2 -0
  179. package/build/cjs/components/Icon/components/DataIntellgence.js.map +1 -0
  180. package/build/cjs/components/Icon/components/DataIntellgenceSolid.js +2 -0
  181. package/build/cjs/components/Icon/components/DataIntellgenceSolid.js.map +1 -0
  182. package/build/cjs/components/Icon/components/Diamond.js +2 -0
  183. package/build/cjs/components/Icon/components/Diamond.js.map +1 -0
  184. package/build/cjs/components/Icon/components/Downstream.js +2 -0
  185. package/build/cjs/components/Icon/components/Downstream.js.map +1 -0
  186. package/build/cjs/components/Icon/components/Emissions.js +2 -0
  187. package/build/cjs/components/Icon/components/Emissions.js.map +1 -0
  188. package/build/cjs/components/Icon/components/Engine.js +2 -0
  189. package/build/cjs/components/Icon/components/Engine.js.map +1 -0
  190. package/build/cjs/components/Icon/components/EngineMileage.js +2 -0
  191. package/build/cjs/components/Icon/components/EngineMileage.js.map +1 -0
  192. package/build/cjs/components/Icon/components/Excavator.js +2 -0
  193. package/build/cjs/components/Icon/components/Excavator.js.map +1 -0
  194. package/build/cjs/components/Icon/components/EyeSolidDisabled.js +1 -1
  195. package/build/cjs/components/Icon/components/EyeSolidDisabled.js.map +1 -1
  196. package/build/cjs/components/Icon/components/FaceVeryGood.js +1 -1
  197. package/build/cjs/components/Icon/components/FaceVeryGood.js.map +1 -1
  198. package/build/cjs/components/Icon/components/FaceVeryPoor.js +1 -1
  199. package/build/cjs/components/Icon/components/FaceVeryPoor.js.map +1 -1
  200. package/build/cjs/components/Icon/components/Factory.js +2 -0
  201. package/build/cjs/components/Icon/components/Factory.js.map +1 -0
  202. package/build/cjs/components/Icon/components/FactoryAlt.js +2 -0
  203. package/build/cjs/components/Icon/components/FactoryAlt.js.map +1 -0
  204. package/build/cjs/components/Icon/components/FactorySolid.js +2 -0
  205. package/build/cjs/components/Icon/components/FactorySolid.js.map +1 -0
  206. package/build/cjs/components/Icon/components/FanBelt.js +2 -0
  207. package/build/cjs/components/Icon/components/FanBelt.js.map +1 -0
  208. package/build/cjs/components/Icon/components/Figma.js +1 -1
  209. package/build/cjs/components/Icon/components/Figma.js.map +1 -1
  210. package/build/cjs/components/Icon/components/FinanceInvoice.js +2 -0
  211. package/build/cjs/components/Icon/components/FinanceInvoice.js.map +1 -0
  212. package/build/cjs/components/Icon/components/FreightTrain.js +2 -0
  213. package/build/cjs/components/Icon/components/FreightTrain.js.map +1 -0
  214. package/build/cjs/components/Icon/components/GasEngine.js +2 -0
  215. package/build/cjs/components/Icon/components/GasEngine.js.map +1 -0
  216. package/build/cjs/components/Icon/components/Gearbox.js +2 -0
  217. package/build/cjs/components/Icon/components/Gearbox.js.map +1 -0
  218. package/build/cjs/components/Icon/components/GlobalMobility.js +1 -1
  219. package/build/cjs/components/Icon/components/GlobalMobility.js.map +1 -1
  220. package/build/cjs/components/Icon/components/GlobeSolid.js +1 -1
  221. package/build/cjs/components/Icon/components/GlobeSolid.js.map +1 -1
  222. package/build/cjs/components/Icon/components/Graduate.js +2 -0
  223. package/build/cjs/components/Icon/components/Graduate.js.map +1 -0
  224. package/build/cjs/components/Icon/components/Guage.js +2 -0
  225. package/build/cjs/components/Icon/components/Guage.js.map +1 -0
  226. package/build/cjs/components/Icon/components/HeartHollow.js +1 -1
  227. package/build/cjs/components/Icon/components/HeartHollow.js.map +1 -1
  228. package/build/cjs/components/Icon/components/Height.js +2 -0
  229. package/build/cjs/components/Icon/components/Height.js.map +1 -0
  230. package/build/cjs/components/Icon/components/HotDrink.js +2 -0
  231. package/build/cjs/components/Icon/components/HotDrink.js.map +1 -0
  232. package/build/cjs/components/Icon/components/HotDrinkSolid.js +2 -0
  233. package/build/cjs/components/Icon/components/HotDrinkSolid.js.map +1 -0
  234. package/build/cjs/components/Icon/components/Hourglass.js +2 -0
  235. package/build/cjs/components/Icon/components/Hourglass.js.map +1 -0
  236. package/build/cjs/components/Icon/components/HourglassBottom.js +2 -0
  237. package/build/cjs/components/Icon/components/HourglassBottom.js.map +1 -0
  238. package/build/cjs/components/Icon/components/HourglassFilling.js +2 -0
  239. package/build/cjs/components/Icon/components/HourglassFilling.js.map +1 -0
  240. package/build/cjs/components/Icon/components/HourglassTop.js +2 -0
  241. package/build/cjs/components/Icon/components/HourglassTop.js.map +1 -0
  242. package/build/cjs/components/Icon/components/Leaks.js +2 -0
  243. package/build/cjs/components/Icon/components/Leaks.js.map +1 -0
  244. package/build/cjs/components/Icon/components/LeaksSolid.js +2 -0
  245. package/build/cjs/components/Icon/components/LeaksSolid.js.map +1 -0
  246. package/build/cjs/components/Icon/components/Lubricant.js +2 -0
  247. package/build/cjs/components/Icon/components/Lubricant.js.map +1 -0
  248. package/build/cjs/components/Icon/components/Maintenance.js +2 -0
  249. package/build/cjs/components/Icon/components/Maintenance.js.map +1 -0
  250. package/build/cjs/components/Icon/components/MaintenanceSolid.js +2 -0
  251. package/build/cjs/components/Icon/components/MaintenanceSolid.js.map +1 -0
  252. package/build/cjs/components/Icon/components/MicrosoftExcel.js +2 -0
  253. package/build/cjs/components/Icon/components/MicrosoftExcel.js.map +1 -0
  254. package/build/cjs/components/Icon/components/MicrosoftOffice.js +2 -0
  255. package/build/cjs/components/Icon/components/MicrosoftOffice.js.map +1 -0
  256. package/build/cjs/components/Icon/components/MicrosoftPowerpoint.js +2 -0
  257. package/build/cjs/components/Icon/components/MicrosoftPowerpoint.js.map +1 -0
  258. package/build/cjs/components/Icon/components/{Sharepoint.js → MicrosoftSharepoint.js} +2 -2
  259. package/build/cjs/components/Icon/components/MicrosoftSharepoint.js.map +1 -0
  260. package/build/cjs/components/Icon/components/{Teams.js → MicrosoftTeams.js} +2 -2
  261. package/build/cjs/components/Icon/components/MicrosoftTeams.js.map +1 -0
  262. package/build/cjs/components/Icon/components/Mining.js +1 -1
  263. package/build/cjs/components/Icon/components/Mining.js.map +1 -1
  264. package/build/cjs/components/Icon/components/MiningSolid.js +1 -1
  265. package/build/cjs/components/Icon/components/MiningSolid.js.map +1 -1
  266. package/build/cjs/components/Icon/components/MobileApp.js +2 -0
  267. package/build/cjs/components/Icon/components/MobileApp.js.map +1 -0
  268. package/build/cjs/components/Icon/components/Molecules.js +2 -0
  269. package/build/cjs/components/Icon/components/Molecules.js.map +1 -0
  270. package/build/cjs/components/Icon/components/Motion.js +2 -0
  271. package/build/cjs/components/Icon/components/Motion.js.map +1 -0
  272. package/build/cjs/components/Icon/components/Motorboat.js +2 -0
  273. package/build/cjs/components/Icon/components/Motorboat.js.map +1 -0
  274. package/build/cjs/components/Icon/components/Motorcycle.js +2 -0
  275. package/build/cjs/components/Icon/components/Motorcycle.js.map +1 -0
  276. package/build/cjs/components/Icon/components/Neurology.js +2 -0
  277. package/build/cjs/components/Icon/components/Neurology.js.map +1 -0
  278. package/build/cjs/components/Icon/components/NeurologySolid.js +2 -0
  279. package/build/cjs/components/Icon/components/NeurologySolid.js.map +1 -0
  280. package/build/cjs/components/Icon/components/News.js +2 -0
  281. package/build/cjs/components/Icon/components/News.js.map +1 -0
  282. package/build/cjs/components/Icon/components/Office.js +1 -1
  283. package/build/cjs/components/Icon/components/Office.js.map +1 -1
  284. package/build/cjs/components/Icon/components/OilWell.js +1 -1
  285. package/build/cjs/components/Icon/components/OilWell.js.map +1 -1
  286. package/build/cjs/components/Icon/components/OilWellSolid.js +1 -1
  287. package/build/cjs/components/Icon/components/OilWellSolid.js.map +1 -1
  288. package/build/cjs/components/Icon/components/Onfido.js +1 -1
  289. package/build/cjs/components/Icon/components/Onfido.js.map +1 -1
  290. package/build/cjs/components/Icon/components/OrderSearch.js +2 -0
  291. package/build/cjs/components/Icon/components/OrderSearch.js.map +1 -0
  292. package/build/cjs/components/Icon/components/OrderSolid.js +1 -1
  293. package/build/cjs/components/Icon/components/OrderSolid.js.map +1 -1
  294. package/build/cjs/components/Icon/components/OrderTime.js +2 -0
  295. package/build/cjs/components/Icon/components/OrderTime.js.map +1 -0
  296. package/build/cjs/components/Icon/components/Package.js +2 -0
  297. package/build/cjs/components/Icon/components/Package.js.map +1 -0
  298. package/build/cjs/components/Icon/components/Paperclip.js +2 -0
  299. package/build/cjs/components/Icon/components/Paperclip.js.map +1 -0
  300. package/build/cjs/components/Icon/components/PassengerTrain.js +2 -0
  301. package/build/cjs/components/Icon/components/PassengerTrain.js.map +1 -0
  302. package/build/cjs/components/Icon/components/PenPath.js +1 -1
  303. package/build/cjs/components/Icon/components/PenPath.js.map +1 -1
  304. package/build/cjs/components/Icon/components/PenPathSolid.js +1 -1
  305. package/build/cjs/components/Icon/components/PenPathSolid.js.map +1 -1
  306. package/build/cjs/components/Icon/components/Petrochemicals.js +2 -0
  307. package/build/cjs/components/Icon/components/Petrochemicals.js.map +1 -0
  308. package/build/cjs/components/Icon/components/Phone.js +2 -0
  309. package/build/cjs/components/Icon/components/Phone.js.map +1 -0
  310. package/build/cjs/components/Icon/components/Photo.js +2 -0
  311. package/build/cjs/components/Icon/components/Photo.js.map +1 -0
  312. package/build/cjs/components/Icon/components/PhotoPlus.js +2 -0
  313. package/build/cjs/components/Icon/components/PhotoPlus.js.map +1 -0
  314. package/build/cjs/components/Icon/components/PinRemoveSolid.js +2 -0
  315. package/build/cjs/components/Icon/components/PinRemoveSolid.js.map +1 -0
  316. package/build/cjs/components/Icon/components/PinSolid.js +2 -0
  317. package/build/cjs/components/Icon/components/PinSolid.js.map +1 -0
  318. package/build/cjs/components/Icon/components/PipelineOffshore.js +2 -0
  319. package/build/cjs/components/Icon/components/PipelineOffshore.js.map +1 -0
  320. package/build/cjs/components/Icon/components/PipelineOnshore.js +2 -0
  321. package/build/cjs/components/Icon/components/PipelineOnshore.js.map +1 -0
  322. package/build/cjs/components/Icon/components/Piston.js +2 -0
  323. package/build/cjs/components/Icon/components/Piston.js.map +1 -0
  324. package/build/cjs/components/Icon/components/Processing.js +2 -0
  325. package/build/cjs/components/Icon/components/Processing.js.map +1 -0
  326. package/build/cjs/components/Icon/components/Purification.js +2 -0
  327. package/build/cjs/components/Icon/components/Purification.js.map +1 -0
  328. package/build/cjs/components/Icon/components/React.js +2 -0
  329. package/build/cjs/components/Icon/components/React.js.map +1 -0
  330. package/build/cjs/components/Icon/components/Reaction.js +2 -0
  331. package/build/cjs/components/Icon/components/Reaction.js.map +1 -0
  332. package/build/cjs/components/Icon/components/Refining.js +2 -0
  333. package/build/cjs/components/Icon/components/Refining.js.map +1 -0
  334. package/build/cjs/components/Icon/components/RefreshAlert.js +2 -0
  335. package/build/cjs/components/Icon/components/RefreshAlert.js.map +1 -0
  336. package/build/cjs/components/Icon/components/Repairs.js +2 -0
  337. package/build/cjs/components/Icon/components/Repairs.js.map +1 -0
  338. package/build/cjs/components/Icon/components/Shuffle.js +2 -0
  339. package/build/cjs/components/Icon/components/Shuffle.js.map +1 -0
  340. package/build/cjs/components/Icon/components/Signpost.js +2 -0
  341. package/build/cjs/components/Icon/components/Signpost.js.map +1 -0
  342. package/build/cjs/components/Icon/components/SpacingHorizontal.js +2 -0
  343. package/build/cjs/components/Icon/components/SpacingHorizontal.js.map +1 -0
  344. package/build/cjs/components/Icon/components/SpacingVertical.js +2 -0
  345. package/build/cjs/components/Icon/components/SpacingVertical.js.map +1 -0
  346. package/build/cjs/components/Icon/components/SportsCar.js +2 -0
  347. package/build/cjs/components/Icon/components/SportsCar.js.map +1 -0
  348. package/build/cjs/components/Icon/components/Steam.js +2 -0
  349. package/build/cjs/components/Icon/components/Steam.js.map +1 -0
  350. package/build/cjs/components/Icon/components/Storm.js +2 -0
  351. package/build/cjs/components/Icon/components/Storm.js.map +1 -0
  352. package/build/cjs/components/Icon/components/Storybook.js +1 -1
  353. package/build/cjs/components/Icon/components/Storybook.js.map +1 -1
  354. package/build/cjs/components/Icon/components/Sun.js +1 -1
  355. package/build/cjs/components/Icon/components/Sun.js.map +1 -1
  356. package/build/cjs/components/Icon/components/SunAlt.js +1 -1
  357. package/build/cjs/components/Icon/components/SunAlt.js.map +1 -1
  358. package/build/cjs/components/Icon/components/SunAltSolid.js +1 -1
  359. package/build/cjs/components/Icon/components/SunAltSolid.js.map +1 -1
  360. package/build/cjs/components/Icon/components/SunMoon.js +1 -1
  361. package/build/cjs/components/Icon/components/SunMoon.js.map +1 -1
  362. package/build/cjs/components/Icon/components/SunMoonSolid.js +1 -1
  363. package/build/cjs/components/Icon/components/SunMoonSolid.js.map +1 -1
  364. package/build/cjs/components/Icon/components/SunSolid.js +1 -1
  365. package/build/cjs/components/Icon/components/SunSolid.js.map +1 -1
  366. package/build/cjs/components/Icon/components/TankerTruck.js +2 -0
  367. package/build/cjs/components/Icon/components/TankerTruck.js.map +1 -0
  368. package/build/cjs/components/Icon/components/TermperatureChange.js +2 -0
  369. package/build/cjs/components/Icon/components/TermperatureChange.js.map +1 -0
  370. package/build/cjs/components/Icon/components/Thermometer.js +2 -0
  371. package/build/cjs/components/Icon/components/Thermometer.js.map +1 -0
  372. package/build/cjs/components/Icon/components/Tools.js +2 -0
  373. package/build/cjs/components/Icon/components/Tools.js.map +1 -0
  374. package/build/cjs/components/Icon/components/Tractor.js +2 -0
  375. package/build/cjs/components/Icon/components/Tractor.js.map +1 -0
  376. package/build/cjs/components/Icon/components/TrainCar.js +2 -0
  377. package/build/cjs/components/Icon/components/TrainCar.js.map +1 -0
  378. package/build/cjs/components/Icon/components/TrainContainer.js +2 -0
  379. package/build/cjs/components/Icon/components/TrainContainer.js.map +1 -0
  380. package/build/cjs/components/Icon/components/TrainTanker.js +2 -0
  381. package/build/cjs/components/Icon/components/TrainTanker.js.map +1 -0
  382. package/build/cjs/components/Icon/components/Turbine.js +2 -0
  383. package/build/cjs/components/Icon/components/Turbine.js.map +1 -0
  384. package/build/cjs/components/Icon/components/Van.js +2 -0
  385. package/build/cjs/components/Icon/components/Van.js.map +1 -0
  386. package/build/cjs/components/Icon/components/VariableCopy.js +1 -1
  387. package/build/cjs/components/Icon/components/VariableCopy.js.map +1 -1
  388. package/build/cjs/components/Icon/components/VariableModes.js +2 -0
  389. package/build/cjs/components/Icon/components/VariableModes.js.map +1 -0
  390. package/build/cjs/components/Icon/components/Wifi.js +1 -1
  391. package/build/cjs/components/Icon/components/Wifi.js.map +1 -1
  392. package/build/cjs/components/Icon/components/WifiDisabled.js +1 -1
  393. package/build/cjs/components/Icon/components/WifiDisabled.js.map +1 -1
  394. package/build/cjs/components/Icon/components/{Windturbine.js → WindTurbine.js} +2 -2
  395. package/build/cjs/components/Icon/components/WindTurbine.js.map +1 -0
  396. package/build/cjs/components/Icon/components/Windscreen.js +2 -0
  397. package/build/cjs/components/Icon/components/Windscreen.js.map +1 -0
  398. package/build/cjs/components/Icon/components/categories.js +1 -1
  399. package/build/cjs/components/Icon/components/categories.js.map +1 -1
  400. package/build/cjs/components/Icon/components/index.js +1 -1
  401. package/build/cjs/components/ListItem/ListItem.js +1 -1
  402. package/build/cjs/components/ListItem/ListItem.js.map +1 -1
  403. package/build/cjs/components/ListItem/ListItem.styles.js +2 -2
  404. package/build/cjs/components/ListItem/ListItem.styles.js.map +1 -1
  405. package/build/cjs/components/ListItem/ListItemHeader.js +1 -1
  406. package/build/cjs/components/ListItem/ListItemHeader.js.map +1 -1
  407. package/build/cjs/components/ListItem/ListItemHeader.styles.js +4 -2
  408. package/build/cjs/components/ListItem/ListItemHeader.styles.js.map +1 -1
  409. package/build/cjs/components/Menu/Menu.utils.js +11 -11
  410. package/build/cjs/components/Menu/Menu.utils.js.map +1 -1
  411. package/build/cjs/components/Menu/components/MenuItem.js.map +1 -1
  412. package/build/cjs/components/Menu/components/MenuLabel.js.map +1 -1
  413. package/build/cjs/components/Menu/styles/indicator.styles.js +16 -20
  414. package/build/cjs/components/Menu/styles/indicator.styles.js.map +1 -1
  415. package/build/cjs/components/Menu/styles/menuItem.styles.js +21 -21
  416. package/build/cjs/components/Menu/styles/menuItem.styles.js.map +1 -1
  417. package/build/cjs/components/Menu/styles/subMenu.styles.js +50 -50
  418. package/build/cjs/components/Menu/styles/subMenu.styles.js.map +1 -1
  419. package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js +19 -19
  420. package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -1
  421. package/build/cjs/components/Pecten/Pecten.styles.js +8 -12
  422. package/build/cjs/components/Pecten/Pecten.styles.js.map +1 -1
  423. package/build/cjs/components/Pecten/components/PectenIcon.js +1 -1
  424. package/build/cjs/components/Pecten/components/PectenIcon.js.map +1 -1
  425. package/build/cjs/components/Popconfirm/Popconfirm.js +1 -1
  426. package/build/cjs/components/Popconfirm/Popconfirm.js.map +1 -1
  427. package/build/cjs/components/Select/Select.js +1 -1
  428. package/build/cjs/components/Select/Select.js.map +1 -1
  429. package/build/cjs/components/Toggle/Toggle.js +1 -1
  430. package/build/cjs/components/Toggle/Toggle.js.map +1 -1
  431. package/build/cjs/components/Toggle/Toggle.styles.js +50 -44
  432. package/build/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  433. package/build/cjs/components/ToggleButton/ToggleButton.js +1 -1
  434. package/build/cjs/components/ToggleButton/ToggleButton.js.map +1 -1
  435. package/build/cjs/components/_internalComponents/ActionBar/ActionBar.js +1 -1
  436. package/build/cjs/components/_internalComponents/ActionBar/ActionBar.js.map +1 -1
  437. package/build/cjs/hooks/useForceUpdate.js +2 -0
  438. package/build/cjs/hooks/useForceUpdate.js.map +1 -0
  439. package/build/cjs/hooks/useSyncState.js +2 -0
  440. package/build/cjs/hooks/useSyncState.js.map +1 -0
  441. package/build/cjs/index.js +1 -1
  442. package/build/cjs/libs/i18next/consts.js +1 -1
  443. package/build/cjs/libs/i18next/consts.js.map +1 -1
  444. package/build/cjs/libs/i18next/hooks/useTranslation.js +1 -1
  445. package/build/cjs/libs/i18next/hooks/useTranslation.js.map +1 -1
  446. package/build/cjs/libs/i18next/resources.js +1 -1
  447. package/build/cjs/libs/i18next/resources.js.map +1 -1
  448. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js +1 -1
  449. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  450. package/build/cjs/providers/theme/FabricsThemeProvider.js.map +1 -1
  451. package/build/cjs/react-base/src/components/Accordion/Accordion.utils.js.map +1 -1
  452. package/build/cjs/react-base/src/components/Badge/Badge.styles.js +12 -7
  453. package/build/cjs/react-base/src/components/Badge/Badge.styles.js.map +1 -1
  454. package/build/cjs/react-base/src/components/Badge/Badge.utils.js +1 -1
  455. package/build/cjs/react-base/src/components/Badge/Badge.utils.js.map +1 -1
  456. package/build/cjs/react-base/src/components/Button/Button.styles.js +13 -14
  457. package/build/cjs/react-base/src/components/Button/Button.styles.js.map +1 -1
  458. package/build/cjs/react-base/src/components/Button/Button.utils.js +1 -1
  459. package/build/cjs/react-base/src/components/Button/Button.utils.js.map +1 -1
  460. package/build/cjs/react-base/src/components/ButtonGroup/ButtonGroup.utils.js.map +1 -1
  461. package/build/cjs/react-base/src/components/DatePicker/DatePicker.consts.js +1 -1
  462. package/build/cjs/react-base/src/components/DatePicker/DatePicker.consts.js.map +1 -1
  463. package/build/cjs/react-base/src/components/Divider/Divider.utils.js.map +1 -1
  464. package/build/cjs/react-base/src/components/Drawer/Drawer.consts.js +1 -1
  465. package/build/cjs/react-base/src/components/Drawer/Drawer.consts.js.map +1 -1
  466. package/build/cjs/react-base/src/components/FormField/FormField.styles.js +3 -3
  467. package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  468. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
  469. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  470. package/build/cjs/react-base/src/components/Input/Input.styles.js.map +1 -1
  471. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
  472. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  473. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
  474. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  475. package/build/cjs/react-base/src/components/Select/Select.consts.js +1 -1
  476. package/build/cjs/react-base/src/components/Select/Select.consts.js.map +1 -1
  477. package/build/cjs/react-base/src/components/Select/Select.utils.js +1 -1
  478. package/build/cjs/react-base/src/components/Select/Select.utils.js.map +1 -1
  479. package/build/cjs/react-base/src/components/Stepper/Stepper.consts.js +2 -2
  480. package/build/cjs/react-base/src/components/Stepper/Stepper.consts.js.map +1 -1
  481. package/build/cjs/react-base/src/components/Stepper/Stepper.utils.js.map +1 -1
  482. package/build/cjs/react-base/src/components/Text/components/Display/Display.styles.js.map +1 -1
  483. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
  484. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  485. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.styles.js.map +1 -1
  486. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
  487. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  488. package/build/cjs/react-base/src/components/ToggleButton/ToggleButton.utils.js.map +1 -1
  489. package/build/cjs/react-base/src/consts/index.js.map +1 -1
  490. package/build/cjs/react-base/src/providers/BaseProvider.js +1 -1
  491. package/build/cjs/react-base/src/providers/BaseProvider.js.map +1 -1
  492. package/build/cjs/react-base/src/theme/layer.js.map +1 -1
  493. package/build/cjs/react-base/src/theme/modes.js +1 -1
  494. package/build/cjs/react-base/src/theme/modes.js.map +1 -1
  495. package/build/cjs/react-base/src/theme/theme.js.map +1 -1
  496. package/build/cjs/react-base/src/utils/sizesUtils.js +1 -1
  497. package/build/cjs/react-base/src/utils/sizesUtils.js.map +1 -1
  498. package/build/cjs/react-base/src/utils/stylesUtils.js.map +1 -1
  499. package/build/cjs/styles/GlobalStyles.js +1 -1
  500. package/build/cjs/styles/GlobalStyles.js.map +1 -1
  501. package/build/cjs/utils/colorUtils.js +2 -0
  502. package/build/cjs/utils/colorUtils.js.map +1 -0
  503. package/build/esm/components/Accordion/Accordion.types.d.ts.map +1 -1
  504. package/build/esm/components/Alert/Alert.d.ts.map +1 -1
  505. package/build/esm/components/Alert/Alert.js +46 -46
  506. package/build/esm/components/Alert/Alert.js.map +1 -1
  507. package/build/esm/components/Alert/Alert.styles.d.ts +2 -3
  508. package/build/esm/components/Alert/Alert.styles.d.ts.map +1 -1
  509. package/build/esm/components/Alert/Alert.styles.js +100 -102
  510. package/build/esm/components/Alert/Alert.styles.js.map +1 -1
  511. package/build/esm/components/Avatar/Avatar.styles.js +1 -1
  512. package/build/esm/components/Avatar/components/SimpleAvatar.js +12 -12
  513. package/build/esm/components/Avatar/components/SimpleAvatar.js.map +1 -1
  514. package/build/esm/components/Avatar/utils/useDetailedProps.js +3 -3
  515. package/build/esm/components/Avatar/utils/useDropdownProps.js +5 -5
  516. package/build/esm/components/Badge/Badge.js +6 -6
  517. package/build/esm/components/Badge/Badge.js.map +1 -1
  518. package/build/esm/components/Button/Button.styles.js +26 -25
  519. package/build/esm/components/Button/Button.styles.js.map +1 -1
  520. package/build/esm/components/Card/Card.d.ts.map +1 -1
  521. package/build/esm/components/Card/Card.js +32 -32
  522. package/build/esm/components/Card/Card.js.map +1 -1
  523. package/build/esm/components/Card/Card.styles.d.ts.map +1 -1
  524. package/build/esm/components/Card/Card.styles.js +11 -12
  525. package/build/esm/components/Card/Card.styles.js.map +1 -1
  526. package/build/esm/components/Card/InsetCard.d.ts.map +1 -1
  527. package/build/esm/components/Card/InsetCard.js +33 -32
  528. package/build/esm/components/Card/InsetCard.js.map +1 -1
  529. package/build/esm/components/Card/components/CardBar/CardBar.styles.d.ts.map +1 -1
  530. package/build/esm/components/Card/components/CardBar/CardBar.styles.js +10 -8
  531. package/build/esm/components/Card/components/CardBar/CardBar.styles.js.map +1 -1
  532. package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts +1 -0
  533. package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts.map +1 -1
  534. package/build/esm/components/Chart/Highcharts/HighchartsChart.js +23 -27
  535. package/build/esm/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
  536. package/build/esm/components/Checkbox/Checkbox.types.d.ts.map +1 -1
  537. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +1 -1
  538. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -1
  539. package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.d.ts +9 -0
  540. package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.d.ts.map +1 -0
  541. package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.js +704 -0
  542. package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.js.map +1 -0
  543. package/build/esm/components/DeprecatedDatePicker/DatePicker.types.d.ts +7 -0
  544. package/build/esm/components/DeprecatedDatePicker/DatePicker.types.d.ts.map +1 -0
  545. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.d.ts +10 -0
  546. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.d.ts.map +1 -0
  547. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.js +61 -0
  548. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.js.map +1 -0
  549. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.types.d.ts +21 -0
  550. package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.types.d.ts.map +1 -0
  551. package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.d.ts +9 -0
  552. package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.d.ts.map +1 -0
  553. package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.js +17 -0
  554. package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.js.map +1 -0
  555. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.d.ts +10 -0
  556. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.d.ts.map +1 -0
  557. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js +112 -0
  558. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -0
  559. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +27 -0
  560. package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -0
  561. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.d.ts +10 -0
  562. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.d.ts.map +1 -0
  563. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js +113 -0
  564. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -0
  565. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts +24 -0
  566. package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts.map +1 -0
  567. package/build/esm/components/DeprecatedSelect/Select.d.ts +5 -0
  568. package/build/esm/components/DeprecatedSelect/Select.d.ts.map +1 -0
  569. package/build/esm/components/DeprecatedSelect/Select.js +114 -0
  570. package/build/esm/components/DeprecatedSelect/Select.js.map +1 -0
  571. package/build/esm/components/DeprecatedSelect/Select.styles.d.ts +8 -0
  572. package/build/esm/components/DeprecatedSelect/Select.styles.d.ts.map +1 -0
  573. package/build/esm/components/DeprecatedSelect/Select.styles.js +455 -0
  574. package/build/esm/components/DeprecatedSelect/Select.styles.js.map +1 -0
  575. package/build/esm/components/DeprecatedSelect/Select.types.d.ts +22 -0
  576. package/build/esm/components/DeprecatedSelect/Select.types.d.ts.map +1 -0
  577. package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts +4 -0
  578. package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts.map +1 -0
  579. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts +10 -0
  580. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts.map +1 -0
  581. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js +13 -0
  582. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js.map +1 -0
  583. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts +4 -0
  584. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts.map +1 -0
  585. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +45 -0
  586. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +1 -0
  587. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts +8 -0
  588. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts.map +1 -0
  589. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +67 -0
  590. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +1 -0
  591. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts +9 -0
  592. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts.map +1 -0
  593. package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts +5 -0
  594. package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts.map +1 -0
  595. package/build/esm/components/DeprecatedSelect/components/Option/Option.js +6 -0
  596. package/build/esm/components/DeprecatedSelect/components/Option/Option.js.map +1 -0
  597. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts +5 -0
  598. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts.map +1 -0
  599. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +6 -0
  600. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +1 -0
  601. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts +7 -0
  602. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts.map +1 -0
  603. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +16 -0
  604. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +1 -0
  605. package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts +3 -0
  606. package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts.map +1 -0
  607. package/build/esm/components/DeprecatedSelect/utils/styleUtils.js +31 -0
  608. package/build/esm/components/DeprecatedSelect/utils/styleUtils.js.map +1 -0
  609. package/build/esm/components/DeprecatedTable/Table.consts.d.ts +9 -0
  610. package/build/esm/components/DeprecatedTable/Table.consts.d.ts.map +1 -0
  611. package/build/esm/components/DeprecatedTable/Table.consts.js +19 -0
  612. package/build/esm/components/DeprecatedTable/Table.consts.js.map +1 -0
  613. package/build/esm/components/DeprecatedTable/Table.d.ts +11 -0
  614. package/build/esm/components/DeprecatedTable/Table.d.ts.map +1 -0
  615. package/build/esm/components/DeprecatedTable/Table.js +39 -0
  616. package/build/esm/components/DeprecatedTable/Table.js.map +1 -0
  617. package/build/esm/components/DeprecatedTable/Table.styles.d.ts +8 -0
  618. package/build/esm/components/DeprecatedTable/Table.styles.d.ts.map +1 -0
  619. package/build/esm/components/DeprecatedTable/Table.styles.js +161 -0
  620. package/build/esm/components/DeprecatedTable/Table.styles.js.map +1 -0
  621. package/build/esm/components/DeprecatedTable/Table.types.d.ts +79 -0
  622. package/build/esm/components/DeprecatedTable/Table.types.d.ts.map +1 -0
  623. package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts +4 -0
  624. package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts.map +1 -0
  625. package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts +4 -0
  626. package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts.map +1 -0
  627. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts +4 -0
  628. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts.map +1 -0
  629. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts +45 -0
  630. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts.map +1 -0
  631. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts +4 -0
  632. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts.map +1 -0
  633. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts +7 -0
  634. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts.map +1 -0
  635. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts +5 -0
  636. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts.map +1 -0
  637. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts +7 -0
  638. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts.map +1 -0
  639. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts +4 -0
  640. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts.map +1 -0
  641. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts +5 -0
  642. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts.map +1 -0
  643. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts +4 -0
  644. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts.map +1 -0
  645. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts +12 -0
  646. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts.map +1 -0
  647. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts +4 -0
  648. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts.map +1 -0
  649. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts +7 -0
  650. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts.map +1 -0
  651. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts +4 -0
  652. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts.map +1 -0
  653. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts +16 -0
  654. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts.map +1 -0
  655. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts +4 -0
  656. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts.map +1 -0
  657. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts +4 -0
  658. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts.map +1 -0
  659. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts +5 -0
  660. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts.map +1 -0
  661. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts +10 -0
  662. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts.map +1 -0
  663. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts +5 -0
  664. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts.map +1 -0
  665. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts +4 -0
  666. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts.map +1 -0
  667. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts +4 -0
  668. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts.map +1 -0
  669. package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts +7 -0
  670. package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts.map +1 -0
  671. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts +16 -0
  672. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts.map +1 -0
  673. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +147 -0
  674. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +1 -0
  675. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts +4 -0
  676. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts.map +1 -0
  677. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +12 -0
  678. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +1 -0
  679. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts +8 -0
  680. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts.map +1 -0
  681. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +16 -0
  682. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +1 -0
  683. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts +3 -0
  684. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts.map +1 -0
  685. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +8 -0
  686. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +1 -0
  687. package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts +8 -0
  688. package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts.map +1 -0
  689. package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts +14 -0
  690. package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts.map +1 -0
  691. package/build/esm/components/DeprecatedTable/hooks/useFilter.js +66 -0
  692. package/build/esm/components/DeprecatedTable/hooks/useFilter.js.map +1 -0
  693. package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts +14 -0
  694. package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts.map +1 -0
  695. package/build/esm/components/DeprecatedTable/hooks/useSorter.js +75 -0
  696. package/build/esm/components/DeprecatedTable/hooks/useSorter.js.map +1 -0
  697. package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts +13 -0
  698. package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts.map +1 -0
  699. package/build/esm/components/DeprecatedTable/utils/filteringUtils.js +25 -0
  700. package/build/esm/components/DeprecatedTable/utils/filteringUtils.js.map +1 -0
  701. package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts +15 -0
  702. package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts.map +1 -0
  703. package/build/esm/components/DeprecatedTable/utils/renderUtils.js +53 -0
  704. package/build/esm/components/DeprecatedTable/utils/renderUtils.js.map +1 -0
  705. package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts +10 -0
  706. package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts.map +1 -0
  707. package/build/esm/components/DeprecatedTable/utils/sortingUtils.js +26 -0
  708. package/build/esm/components/DeprecatedTable/utils/sortingUtils.js.map +1 -0
  709. package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts +4 -0
  710. package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts.map +1 -0
  711. package/build/esm/components/DeprecatedTree/Tree.d.ts +10 -0
  712. package/build/esm/components/DeprecatedTree/Tree.d.ts.map +1 -0
  713. package/build/esm/components/DeprecatedTree/Tree.js +52 -0
  714. package/build/esm/components/DeprecatedTree/Tree.js.map +1 -0
  715. package/build/esm/components/DeprecatedTree/Tree.styles.d.ts +7 -0
  716. package/build/esm/components/DeprecatedTree/Tree.styles.d.ts.map +1 -0
  717. package/build/esm/components/DeprecatedTree/Tree.styles.js +118 -0
  718. package/build/esm/components/DeprecatedTree/Tree.styles.js.map +1 -0
  719. package/build/esm/components/DeprecatedTree/Tree.types.d.ts +12 -0
  720. package/build/esm/components/DeprecatedTree/Tree.types.d.ts.map +1 -0
  721. package/build/esm/components/DeprecatedTree/Tree.types.js +2 -0
  722. package/build/esm/components/DeprecatedTree/Tree.types.js.map +1 -0
  723. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts +8 -0
  724. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts.map +1 -0
  725. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +54 -0
  726. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +1 -0
  727. package/build/esm/components/Drawer/Drawer.styles.d.ts.map +1 -1
  728. package/build/esm/components/Drawer/Drawer.styles.js +37 -31
  729. package/build/esm/components/Drawer/Drawer.styles.js.map +1 -1
  730. package/build/esm/components/FileUploader/components/FileUpload/FileUpload.js +3 -3
  731. package/build/esm/components/FileUploader/components/FileUpload/FileUpload.styles.js +25 -25
  732. package/build/esm/components/FileUploader/components/FileUpload/FileUpload.styles.js.map +1 -1
  733. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts.map +1 -1
  734. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js +39 -40
  735. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
  736. package/build/esm/components/Icon/components/AirplaneDiagonal.js +4 -4
  737. package/build/esm/components/Icon/components/AirplaneDiagonal.js.map +1 -1
  738. package/build/esm/components/Icon/components/{AirplaneSquareSolid.d.ts → AirportArrivalsLand.d.ts} +3 -3
  739. package/build/esm/components/Icon/components/AirportArrivalsLand.d.ts.map +1 -0
  740. package/build/esm/components/Icon/components/AirportArrivalsLand.js +34 -0
  741. package/build/esm/components/Icon/components/AirportArrivalsLand.js.map +1 -0
  742. package/build/esm/components/Icon/components/{BargeOutlined.d.ts → AirportCircle.d.ts} +3 -3
  743. package/build/esm/components/Icon/components/AirportCircle.d.ts.map +1 -0
  744. package/build/esm/components/Icon/components/{AirplaneCircle.js → AirportCircle.js} +11 -11
  745. package/build/esm/components/Icon/components/AirportCircle.js.map +1 -0
  746. package/build/esm/components/Icon/components/{ToggleLeftOutlined.d.ts → AirportCircleSolid.d.ts} +3 -3
  747. package/build/esm/components/Icon/components/AirportCircleSolid.d.ts.map +1 -0
  748. package/build/esm/components/Icon/components/{AirplaneCircleSolid.js → AirportCircleSolid.js} +9 -9
  749. package/build/esm/components/Icon/components/AirportCircleSolid.js.map +1 -0
  750. package/build/esm/components/Icon/components/AirportDeparturesSolid.d.ts +9 -0
  751. package/build/esm/components/Icon/components/AirportDeparturesSolid.d.ts.map +1 -0
  752. package/build/esm/components/Icon/components/AirportDeparturesSolid.js +34 -0
  753. package/build/esm/components/Icon/components/AirportDeparturesSolid.js.map +1 -0
  754. package/build/esm/components/Icon/components/AirportSquareSolid.d.ts +9 -0
  755. package/build/esm/components/Icon/components/AirportSquareSolid.d.ts.map +1 -0
  756. package/build/esm/components/Icon/components/{AirplaneSquareSolid.js → AirportSquareSolid.js} +12 -12
  757. package/build/esm/components/Icon/components/AirportSquareSolid.js.map +1 -0
  758. package/build/esm/components/Icon/components/Apiiro.d.ts +9 -0
  759. package/build/esm/components/Icon/components/Apiiro.d.ts.map +1 -0
  760. package/build/esm/components/Icon/components/Apiiro.js +27 -0
  761. package/build/esm/components/Icon/components/Apiiro.js.map +1 -0
  762. package/build/esm/components/Icon/components/{AirplaneCircle.d.ts → ArrowDoubleCcw.d.ts} +3 -3
  763. package/build/esm/components/Icon/components/ArrowDoubleCcw.d.ts.map +1 -0
  764. package/build/esm/components/Icon/components/ArrowDoubleCcw.js +27 -0
  765. package/build/esm/components/Icon/components/ArrowDoubleCcw.js.map +1 -0
  766. package/build/esm/components/Icon/components/ArrowDoubleCw.d.ts +9 -0
  767. package/build/esm/components/Icon/components/ArrowDoubleCw.d.ts.map +1 -0
  768. package/build/esm/components/Icon/components/ArrowDoubleCw.js +27 -0
  769. package/build/esm/components/Icon/components/ArrowDoubleCw.js.map +1 -0
  770. package/build/esm/components/Icon/components/ArrowDownNarrow.js +1 -1
  771. package/build/esm/components/Icon/components/ArrowDownNarrow.js.map +1 -1
  772. package/build/esm/components/Icon/components/{ComposeOutlined.d.ts → ArrowLeftNarrow.d.ts} +3 -3
  773. package/build/esm/components/Icon/components/ArrowLeftNarrow.d.ts.map +1 -0
  774. package/build/esm/components/Icon/components/ArrowLeftNarrow.js +27 -0
  775. package/build/esm/components/Icon/components/ArrowLeftNarrow.js.map +1 -0
  776. package/build/esm/components/Icon/components/{ToggleAllOutline.d.ts → ArrowRightNarrow.d.ts} +3 -3
  777. package/build/esm/components/Icon/components/ArrowRightNarrow.d.ts.map +1 -0
  778. package/build/esm/components/Icon/components/ArrowRightNarrow.js +27 -0
  779. package/build/esm/components/Icon/components/ArrowRightNarrow.js.map +1 -0
  780. package/build/esm/components/Icon/components/ArrowUpNarrow.js +1 -1
  781. package/build/esm/components/Icon/components/ArrowUpNarrow.js.map +1 -1
  782. package/build/esm/components/Icon/components/{AllSolid.d.ts → Assembly.d.ts} +3 -3
  783. package/build/esm/components/Icon/components/Assembly.d.ts.map +1 -0
  784. package/build/esm/components/Icon/components/Assembly.js +27 -0
  785. package/build/esm/components/Icon/components/Assembly.js.map +1 -0
  786. package/build/esm/components/Icon/components/Badge.d.ts.map +1 -1
  787. package/build/esm/components/Icon/components/Badge.js +12 -19
  788. package/build/esm/components/Icon/components/Badge.js.map +1 -1
  789. package/build/esm/components/Icon/components/BellAlert.js +6 -6
  790. package/build/esm/components/Icon/components/BellAlert.js.map +1 -1
  791. package/build/esm/components/Icon/components/BellAlertSolid.js +1 -1
  792. package/build/esm/components/Icon/components/BellAlertSolid.js.map +1 -1
  793. package/build/esm/components/Icon/components/Biofuel.d.ts +9 -0
  794. package/build/esm/components/Icon/components/Biofuel.d.ts.map +1 -0
  795. package/build/esm/components/Icon/components/Biofuel.js +27 -0
  796. package/build/esm/components/Icon/components/Biofuel.js.map +1 -0
  797. package/build/esm/components/Icon/components/BoxMargin.d.ts +9 -0
  798. package/build/esm/components/Icon/components/BoxMargin.d.ts.map +1 -0
  799. package/build/esm/components/Icon/components/BoxMargin.js +38 -0
  800. package/build/esm/components/Icon/components/BoxMargin.js.map +1 -0
  801. package/build/esm/components/Icon/components/{FileJpgOutline.d.ts → BoxMarginSolid.d.ts} +3 -3
  802. package/build/esm/components/Icon/components/BoxMarginSolid.d.ts.map +1 -0
  803. package/build/esm/components/Icon/components/BoxMarginSolid.js +38 -0
  804. package/build/esm/components/Icon/components/BoxMarginSolid.js.map +1 -0
  805. package/build/esm/components/Icon/components/{TagOutline.d.ts → BoxPadding.d.ts} +3 -3
  806. package/build/esm/components/Icon/components/BoxPadding.d.ts.map +1 -0
  807. package/build/esm/components/Icon/components/BoxPadding.js +37 -0
  808. package/build/esm/components/Icon/components/BoxPadding.js.map +1 -0
  809. package/build/esm/components/Icon/components/BoxPaddingSolid.d.ts +9 -0
  810. package/build/esm/components/Icon/components/BoxPaddingSolid.d.ts.map +1 -0
  811. package/build/esm/components/Icon/components/BoxPaddingSolid.js +34 -0
  812. package/build/esm/components/Icon/components/BoxPaddingSolid.js.map +1 -0
  813. package/build/esm/components/Icon/components/Car.d.ts +9 -0
  814. package/build/esm/components/Icon/components/Car.d.ts.map +1 -0
  815. package/build/esm/components/Icon/components/Car.js +34 -0
  816. package/build/esm/components/Icon/components/Car.js.map +1 -0
  817. package/build/esm/components/Icon/components/Carton.d.ts +9 -0
  818. package/build/esm/components/Icon/components/Carton.d.ts.map +1 -0
  819. package/build/esm/components/Icon/components/Carton.js +27 -0
  820. package/build/esm/components/Icon/components/Carton.js.map +1 -0
  821. package/build/esm/components/Icon/components/{Windturbine.d.ts → CartonSolid.d.ts} +3 -3
  822. package/build/esm/components/Icon/components/CartonSolid.d.ts.map +1 -0
  823. package/build/esm/components/Icon/components/CartonSolid.js +34 -0
  824. package/build/esm/components/Icon/components/CartonSolid.js.map +1 -0
  825. package/build/esm/components/Icon/components/Catalyst.d.ts +9 -0
  826. package/build/esm/components/Icon/components/Catalyst.d.ts.map +1 -0
  827. package/build/esm/components/Icon/components/Catalyst.js +27 -0
  828. package/build/esm/components/Icon/components/Catalyst.js.map +1 -0
  829. package/build/esm/components/Icon/components/Catalysts.d.ts +9 -0
  830. package/build/esm/components/Icon/components/Catalysts.d.ts.map +1 -0
  831. package/build/esm/components/Icon/components/Catalysts.js +27 -0
  832. package/build/esm/components/Icon/components/Catalysts.js.map +1 -0
  833. package/build/esm/components/Icon/components/ChartArcs.d.ts +9 -0
  834. package/build/esm/components/Icon/components/ChartArcs.d.ts.map +1 -0
  835. package/build/esm/components/Icon/components/ChartArcs.js +27 -0
  836. package/build/esm/components/Icon/components/ChartArcs.js.map +1 -0
  837. package/build/esm/components/Icon/components/{AirplaneOutlined.d.ts → ChemicalAnalysis.d.ts} +3 -3
  838. package/build/esm/components/Icon/components/ChemicalAnalysis.d.ts.map +1 -0
  839. package/build/esm/components/Icon/components/ChemicalAnalysis.js +27 -0
  840. package/build/esm/components/Icon/components/ChemicalAnalysis.js.map +1 -0
  841. package/build/esm/components/Icon/components/Choice.d.ts +9 -0
  842. package/build/esm/components/Icon/components/Choice.d.ts.map +1 -0
  843. package/build/esm/components/Icon/components/Choice.js +27 -0
  844. package/build/esm/components/Icon/components/Choice.js.map +1 -0
  845. package/build/esm/components/Icon/components/Coffee.js +1 -1
  846. package/build/esm/components/Icon/components/Coffee.js.map +1 -1
  847. package/build/esm/components/Icon/components/CoffeeBeans.d.ts +9 -0
  848. package/build/esm/components/Icon/components/CoffeeBeans.d.ts.map +1 -0
  849. package/build/esm/components/Icon/components/CoffeeBeans.js +27 -0
  850. package/build/esm/components/Icon/components/CoffeeBeans.js.map +1 -0
  851. package/build/esm/components/Icon/components/CoffeeGrinder.d.ts +9 -0
  852. package/build/esm/components/Icon/components/CoffeeGrinder.d.ts.map +1 -0
  853. package/build/esm/components/Icon/components/CoffeeGrinder.js +27 -0
  854. package/build/esm/components/Icon/components/CoffeeGrinder.js.map +1 -0
  855. package/build/esm/components/Icon/components/CoffeeSolid.js +1 -1
  856. package/build/esm/components/Icon/components/CoffeeSolid.js.map +1 -1
  857. package/build/esm/components/Icon/components/Component.d.ts +9 -0
  858. package/build/esm/components/Icon/components/Component.d.ts.map +1 -0
  859. package/build/esm/components/Icon/components/Component.js +27 -0
  860. package/build/esm/components/Icon/components/Component.js.map +1 -0
  861. package/build/esm/components/Icon/components/{ToggleRightHollow.d.ts → ComponentInstance.d.ts} +3 -3
  862. package/build/esm/components/Icon/components/ComponentInstance.d.ts.map +1 -0
  863. package/build/esm/components/Icon/components/ComponentInstance.js +27 -0
  864. package/build/esm/components/Icon/components/ComponentInstance.js.map +1 -0
  865. package/build/esm/components/Icon/components/ComponentInstanceSolid.d.ts +9 -0
  866. package/build/esm/components/Icon/components/ComponentInstanceSolid.d.ts.map +1 -0
  867. package/build/esm/components/Icon/components/ComponentInstanceSolid.js +27 -0
  868. package/build/esm/components/Icon/components/ComponentInstanceSolid.js.map +1 -0
  869. package/build/esm/components/Icon/components/{ArtificialIntellgence.d.ts → ComponentInstanceSwap.d.ts} +3 -3
  870. package/build/esm/components/Icon/components/ComponentInstanceSwap.d.ts.map +1 -0
  871. package/build/esm/components/Icon/components/ComponentInstanceSwap.js +27 -0
  872. package/build/esm/components/Icon/components/ComponentInstanceSwap.js.map +1 -0
  873. package/build/esm/components/Icon/components/{FilePdfOutline.d.ts → ComponentSolid.d.ts} +3 -3
  874. package/build/esm/components/Icon/components/ComponentSolid.d.ts.map +1 -0
  875. package/build/esm/components/Icon/components/ComponentSolid.js +27 -0
  876. package/build/esm/components/Icon/components/ComponentSolid.js.map +1 -0
  877. package/build/esm/components/Icon/components/{Sharepoint.d.ts → Compressor.d.ts} +3 -3
  878. package/build/esm/components/Icon/components/Compressor.d.ts.map +1 -0
  879. package/build/esm/components/Icon/components/Compressor.js +37 -0
  880. package/build/esm/components/Icon/components/Compressor.js.map +1 -0
  881. package/build/esm/components/Icon/components/{Teams.d.ts → Costs.d.ts} +3 -3
  882. package/build/esm/components/Icon/components/Costs.d.ts.map +1 -0
  883. package/build/esm/components/Icon/components/Costs.js +27 -0
  884. package/build/esm/components/Icon/components/Costs.js.map +1 -0
  885. package/build/esm/components/Icon/components/Cpu.d.ts +9 -0
  886. package/build/esm/components/Icon/components/Cpu.d.ts.map +1 -0
  887. package/build/esm/components/Icon/components/Cpu.js +27 -0
  888. package/build/esm/components/Icon/components/Cpu.js.map +1 -0
  889. package/build/esm/components/Icon/components/CursorPath.js +8 -8
  890. package/build/esm/components/Icon/components/CursorPath.js.map +1 -1
  891. package/build/esm/components/Icon/components/CursorPathSolid.js +8 -8
  892. package/build/esm/components/Icon/components/CursorPathSolid.js.map +1 -1
  893. package/build/esm/components/Icon/components/DataIntellgence.d.ts +9 -0
  894. package/build/esm/components/Icon/components/DataIntellgence.d.ts.map +1 -0
  895. package/build/esm/components/Icon/components/DataIntellgence.js +27 -0
  896. package/build/esm/components/Icon/components/DataIntellgence.js.map +1 -0
  897. package/build/esm/components/Icon/components/{AirplaneSideOutlined.d.ts → DataIntellgenceSolid.d.ts} +3 -3
  898. package/build/esm/components/Icon/components/DataIntellgenceSolid.d.ts.map +1 -0
  899. package/build/esm/components/Icon/components/DataIntellgenceSolid.js +27 -0
  900. package/build/esm/components/Icon/components/DataIntellgenceSolid.js.map +1 -0
  901. package/build/esm/components/Icon/components/Diamond.d.ts +9 -0
  902. package/build/esm/components/Icon/components/Diamond.d.ts.map +1 -0
  903. package/build/esm/components/Icon/components/Diamond.js +27 -0
  904. package/build/esm/components/Icon/components/Diamond.js.map +1 -0
  905. package/build/esm/components/Icon/components/Downstream.d.ts +9 -0
  906. package/build/esm/components/Icon/components/Downstream.d.ts.map +1 -0
  907. package/build/esm/components/Icon/components/Downstream.js +27 -0
  908. package/build/esm/components/Icon/components/Downstream.js.map +1 -0
  909. package/build/esm/components/Icon/components/Emissions.d.ts +9 -0
  910. package/build/esm/components/Icon/components/Emissions.d.ts.map +1 -0
  911. package/build/esm/components/Icon/components/Emissions.js +37 -0
  912. package/build/esm/components/Icon/components/Emissions.js.map +1 -0
  913. package/build/esm/components/Icon/components/Engine.d.ts +9 -0
  914. package/build/esm/components/Icon/components/Engine.d.ts.map +1 -0
  915. package/build/esm/components/Icon/components/Engine.js +27 -0
  916. package/build/esm/components/Icon/components/Engine.js.map +1 -0
  917. package/build/esm/components/Icon/components/EngineMileage.d.ts +9 -0
  918. package/build/esm/components/Icon/components/EngineMileage.d.ts.map +1 -0
  919. package/build/esm/components/Icon/components/EngineMileage.js +38 -0
  920. package/build/esm/components/Icon/components/EngineMileage.js.map +1 -0
  921. package/build/esm/components/Icon/components/Excavator.d.ts +9 -0
  922. package/build/esm/components/Icon/components/Excavator.d.ts.map +1 -0
  923. package/build/esm/components/Icon/components/Excavator.js +37 -0
  924. package/build/esm/components/Icon/components/Excavator.js.map +1 -0
  925. package/build/esm/components/Icon/components/EyeSolidDisabled.js +1 -1
  926. package/build/esm/components/Icon/components/EyeSolidDisabled.js.map +1 -1
  927. package/build/esm/components/Icon/components/FaceVeryGood.d.ts.map +1 -1
  928. package/build/esm/components/Icon/components/FaceVeryGood.js +23 -20
  929. package/build/esm/components/Icon/components/FaceVeryGood.js.map +1 -1
  930. package/build/esm/components/Icon/components/FaceVeryPoor.d.ts.map +1 -1
  931. package/build/esm/components/Icon/components/FaceVeryPoor.js +22 -19
  932. package/build/esm/components/Icon/components/FaceVeryPoor.js.map +1 -1
  933. package/build/esm/components/Icon/components/Factory.d.ts +9 -0
  934. package/build/esm/components/Icon/components/Factory.d.ts.map +1 -0
  935. package/build/esm/components/Icon/components/Factory.js +27 -0
  936. package/build/esm/components/Icon/components/Factory.js.map +1 -0
  937. package/build/esm/components/Icon/components/FactoryAlt.d.ts +9 -0
  938. package/build/esm/components/Icon/components/FactoryAlt.d.ts.map +1 -0
  939. package/build/esm/components/Icon/components/FactoryAlt.js +27 -0
  940. package/build/esm/components/Icon/components/FactoryAlt.js.map +1 -0
  941. package/build/esm/components/Icon/components/{EditOutlined.d.ts → FactorySolid.d.ts} +3 -3
  942. package/build/esm/components/Icon/components/FactorySolid.d.ts.map +1 -0
  943. package/build/esm/components/Icon/components/FactorySolid.js +34 -0
  944. package/build/esm/components/Icon/components/FactorySolid.js.map +1 -0
  945. package/build/esm/components/Icon/components/FanBelt.d.ts +9 -0
  946. package/build/esm/components/Icon/components/FanBelt.d.ts.map +1 -0
  947. package/build/esm/components/Icon/components/FanBelt.js +27 -0
  948. package/build/esm/components/Icon/components/FanBelt.js.map +1 -0
  949. package/build/esm/components/Icon/components/Figma.js +1 -1
  950. package/build/esm/components/Icon/components/Figma.js.map +1 -1
  951. package/build/esm/components/Icon/components/{FilePngOutline.d.ts → FinanceInvoice.d.ts} +3 -3
  952. package/build/esm/components/Icon/components/FinanceInvoice.d.ts.map +1 -0
  953. package/build/esm/components/Icon/components/FinanceInvoice.js +27 -0
  954. package/build/esm/components/Icon/components/FinanceInvoice.js.map +1 -0
  955. package/build/esm/components/Icon/components/{AirplaneLand.d.ts → FreightTrain.d.ts} +3 -3
  956. package/build/esm/components/Icon/components/FreightTrain.d.ts.map +1 -0
  957. package/build/esm/components/Icon/components/FreightTrain.js +37 -0
  958. package/build/esm/components/Icon/components/FreightTrain.js.map +1 -0
  959. package/build/esm/components/Icon/components/GasEngine.d.ts +9 -0
  960. package/build/esm/components/Icon/components/GasEngine.d.ts.map +1 -0
  961. package/build/esm/components/Icon/components/GasEngine.js +27 -0
  962. package/build/esm/components/Icon/components/GasEngine.js.map +1 -0
  963. package/build/esm/components/Icon/components/Gearbox.d.ts +9 -0
  964. package/build/esm/components/Icon/components/Gearbox.d.ts.map +1 -0
  965. package/build/esm/components/Icon/components/Gearbox.js +34 -0
  966. package/build/esm/components/Icon/components/Gearbox.js.map +1 -0
  967. package/build/esm/components/Icon/components/GlobalMobility.js +2 -2
  968. package/build/esm/components/Icon/components/GlobalMobility.js.map +1 -1
  969. package/build/esm/components/Icon/components/GlobeSolid.js +11 -11
  970. package/build/esm/components/Icon/components/GlobeSolid.js.map +1 -1
  971. package/build/esm/components/Icon/components/Graduate.d.ts +9 -0
  972. package/build/esm/components/Icon/components/Graduate.d.ts.map +1 -0
  973. package/build/esm/components/Icon/components/Graduate.js +27 -0
  974. package/build/esm/components/Icon/components/Graduate.js.map +1 -0
  975. package/build/esm/components/Icon/components/Guage.d.ts +9 -0
  976. package/build/esm/components/Icon/components/Guage.d.ts.map +1 -0
  977. package/build/esm/components/Icon/components/Guage.js +30 -0
  978. package/build/esm/components/Icon/components/Guage.js.map +1 -0
  979. package/build/esm/components/Icon/components/HeartHollow.js +1 -1
  980. package/build/esm/components/Icon/components/HeartHollow.js.map +1 -1
  981. package/build/esm/components/Icon/components/Height.d.ts +9 -0
  982. package/build/esm/components/Icon/components/Height.d.ts.map +1 -0
  983. package/build/esm/components/Icon/components/Height.js +27 -0
  984. package/build/esm/components/Icon/components/Height.js.map +1 -0
  985. package/build/esm/components/Icon/components/HotDrink.d.ts +9 -0
  986. package/build/esm/components/Icon/components/HotDrink.d.ts.map +1 -0
  987. package/build/esm/components/Icon/components/HotDrink.js +37 -0
  988. package/build/esm/components/Icon/components/HotDrink.js.map +1 -0
  989. package/build/esm/components/Icon/components/HotDrinkSolid.d.ts +9 -0
  990. package/build/esm/components/Icon/components/HotDrinkSolid.d.ts.map +1 -0
  991. package/build/esm/components/Icon/components/HotDrinkSolid.js +37 -0
  992. package/build/esm/components/Icon/components/HotDrinkSolid.js.map +1 -0
  993. package/build/esm/components/Icon/components/Hourglass.d.ts +9 -0
  994. package/build/esm/components/Icon/components/Hourglass.d.ts.map +1 -0
  995. package/build/esm/components/Icon/components/Hourglass.js +27 -0
  996. package/build/esm/components/Icon/components/Hourglass.js.map +1 -0
  997. package/build/esm/components/Icon/components/HourglassBottom.d.ts +9 -0
  998. package/build/esm/components/Icon/components/HourglassBottom.d.ts.map +1 -0
  999. package/build/esm/components/Icon/components/HourglassBottom.js +27 -0
  1000. package/build/esm/components/Icon/components/HourglassBottom.js.map +1 -0
  1001. package/build/esm/components/Icon/components/HourglassFilling.d.ts +9 -0
  1002. package/build/esm/components/Icon/components/HourglassFilling.d.ts.map +1 -0
  1003. package/build/esm/components/Icon/components/HourglassFilling.js +34 -0
  1004. package/build/esm/components/Icon/components/HourglassFilling.js.map +1 -0
  1005. package/build/esm/components/Icon/components/HourglassTop.d.ts +9 -0
  1006. package/build/esm/components/Icon/components/HourglassTop.d.ts.map +1 -0
  1007. package/build/esm/components/Icon/components/HourglassTop.js +34 -0
  1008. package/build/esm/components/Icon/components/HourglassTop.js.map +1 -0
  1009. package/build/esm/components/Icon/components/Leaks.d.ts +9 -0
  1010. package/build/esm/components/Icon/components/Leaks.d.ts.map +1 -0
  1011. package/build/esm/components/Icon/components/Leaks.js +34 -0
  1012. package/build/esm/components/Icon/components/Leaks.js.map +1 -0
  1013. package/build/esm/components/Icon/components/LeaksSolid.d.ts +9 -0
  1014. package/build/esm/components/Icon/components/LeaksSolid.d.ts.map +1 -0
  1015. package/build/esm/components/Icon/components/LeaksSolid.js +27 -0
  1016. package/build/esm/components/Icon/components/LeaksSolid.js.map +1 -0
  1017. package/build/esm/components/Icon/components/Lubricant.d.ts +9 -0
  1018. package/build/esm/components/Icon/components/Lubricant.d.ts.map +1 -0
  1019. package/build/esm/components/Icon/components/Lubricant.js +27 -0
  1020. package/build/esm/components/Icon/components/Lubricant.js.map +1 -0
  1021. package/build/esm/components/Icon/components/Maintenance.d.ts +9 -0
  1022. package/build/esm/components/Icon/components/Maintenance.d.ts.map +1 -0
  1023. package/build/esm/components/Icon/components/Maintenance.js +27 -0
  1024. package/build/esm/components/Icon/components/Maintenance.js.map +1 -0
  1025. package/build/esm/components/Icon/components/MaintenanceSolid.d.ts +9 -0
  1026. package/build/esm/components/Icon/components/MaintenanceSolid.d.ts.map +1 -0
  1027. package/build/esm/components/Icon/components/MaintenanceSolid.js +27 -0
  1028. package/build/esm/components/Icon/components/MaintenanceSolid.js.map +1 -0
  1029. package/build/esm/components/Icon/components/MicrosoftExcel.d.ts +9 -0
  1030. package/build/esm/components/Icon/components/MicrosoftExcel.d.ts.map +1 -0
  1031. package/build/esm/components/Icon/components/MicrosoftExcel.js +30 -0
  1032. package/build/esm/components/Icon/components/MicrosoftExcel.js.map +1 -0
  1033. package/build/esm/components/Icon/components/MicrosoftOffice.d.ts +9 -0
  1034. package/build/esm/components/Icon/components/MicrosoftOffice.d.ts.map +1 -0
  1035. package/build/esm/components/Icon/components/MicrosoftOffice.js +27 -0
  1036. package/build/esm/components/Icon/components/MicrosoftOffice.js.map +1 -0
  1037. package/build/esm/components/Icon/components/{AirplaneCircleSolid.d.ts → MicrosoftPowerpoint.d.ts} +3 -3
  1038. package/build/esm/components/Icon/components/MicrosoftPowerpoint.d.ts.map +1 -0
  1039. package/build/esm/components/Icon/components/MicrosoftPowerpoint.js +37 -0
  1040. package/build/esm/components/Icon/components/MicrosoftPowerpoint.js.map +1 -0
  1041. package/build/esm/components/Icon/components/{VesselMinusOutlined.d.ts → MicrosoftSharepoint.d.ts} +3 -3
  1042. package/build/esm/components/Icon/components/MicrosoftSharepoint.d.ts.map +1 -0
  1043. package/build/esm/components/Icon/components/{Sharepoint.js → MicrosoftSharepoint.js} +10 -10
  1044. package/build/esm/components/Icon/components/MicrosoftSharepoint.js.map +1 -0
  1045. package/build/esm/components/Icon/components/MicrosoftTeams.d.ts +9 -0
  1046. package/build/esm/components/Icon/components/MicrosoftTeams.d.ts.map +1 -0
  1047. package/build/esm/components/Icon/components/{Teams.js → MicrosoftTeams.js} +14 -14
  1048. package/build/esm/components/Icon/components/MicrosoftTeams.js.map +1 -0
  1049. package/build/esm/components/Icon/components/Mining.js +1 -1
  1050. package/build/esm/components/Icon/components/Mining.js.map +1 -1
  1051. package/build/esm/components/Icon/components/MiningSolid.js +1 -1
  1052. package/build/esm/components/Icon/components/MiningSolid.js.map +1 -1
  1053. package/build/esm/components/Icon/components/MobileApp.d.ts +9 -0
  1054. package/build/esm/components/Icon/components/MobileApp.d.ts.map +1 -0
  1055. package/build/esm/components/Icon/components/MobileApp.js +37 -0
  1056. package/build/esm/components/Icon/components/MobileApp.js.map +1 -0
  1057. package/build/esm/components/Icon/components/Molecules.d.ts +9 -0
  1058. package/build/esm/components/Icon/components/Molecules.d.ts.map +1 -0
  1059. package/build/esm/components/Icon/components/Molecules.js +27 -0
  1060. package/build/esm/components/Icon/components/Molecules.js.map +1 -0
  1061. package/build/esm/components/Icon/components/Motion.d.ts +9 -0
  1062. package/build/esm/components/Icon/components/Motion.d.ts.map +1 -0
  1063. package/build/esm/components/Icon/components/Motion.js +37 -0
  1064. package/build/esm/components/Icon/components/Motion.js.map +1 -0
  1065. package/build/esm/components/Icon/components/Motorboat.d.ts +9 -0
  1066. package/build/esm/components/Icon/components/Motorboat.d.ts.map +1 -0
  1067. package/build/esm/components/Icon/components/Motorboat.js +27 -0
  1068. package/build/esm/components/Icon/components/Motorboat.js.map +1 -0
  1069. package/build/esm/components/Icon/components/Motorcycle.d.ts +9 -0
  1070. package/build/esm/components/Icon/components/Motorcycle.d.ts.map +1 -0
  1071. package/build/esm/components/Icon/components/Motorcycle.js +27 -0
  1072. package/build/esm/components/Icon/components/Motorcycle.js.map +1 -0
  1073. package/build/esm/components/Icon/components/Neurology.d.ts +9 -0
  1074. package/build/esm/components/Icon/components/Neurology.d.ts.map +1 -0
  1075. package/build/esm/components/Icon/components/Neurology.js +27 -0
  1076. package/build/esm/components/Icon/components/Neurology.js.map +1 -0
  1077. package/build/esm/components/Icon/components/NeurologySolid.d.ts +9 -0
  1078. package/build/esm/components/Icon/components/NeurologySolid.d.ts.map +1 -0
  1079. package/build/esm/components/Icon/components/NeurologySolid.js +27 -0
  1080. package/build/esm/components/Icon/components/NeurologySolid.js.map +1 -0
  1081. package/build/esm/components/Icon/components/News.d.ts +9 -0
  1082. package/build/esm/components/Icon/components/News.d.ts.map +1 -0
  1083. package/build/esm/components/Icon/components/News.js +27 -0
  1084. package/build/esm/components/Icon/components/News.js.map +1 -0
  1085. package/build/esm/components/Icon/components/Office.d.ts.map +1 -1
  1086. package/build/esm/components/Icon/components/Office.js +22 -12
  1087. package/build/esm/components/Icon/components/Office.js.map +1 -1
  1088. package/build/esm/components/Icon/components/OilWell.js +1 -1
  1089. package/build/esm/components/Icon/components/OilWell.js.map +1 -1
  1090. package/build/esm/components/Icon/components/OilWellSolid.js +1 -1
  1091. package/build/esm/components/Icon/components/OilWellSolid.js.map +1 -1
  1092. package/build/esm/components/Icon/components/Onfido.js +6 -6
  1093. package/build/esm/components/Icon/components/Onfido.js.map +1 -1
  1094. package/build/esm/components/Icon/components/OrderSearch.d.ts +9 -0
  1095. package/build/esm/components/Icon/components/OrderSearch.d.ts.map +1 -0
  1096. package/build/esm/components/Icon/components/OrderSearch.js +27 -0
  1097. package/build/esm/components/Icon/components/OrderSearch.js.map +1 -0
  1098. package/build/esm/components/Icon/components/OrderSolid.js +1 -1
  1099. package/build/esm/components/Icon/components/OrderSolid.js.map +1 -1
  1100. package/build/esm/components/Icon/components/OrderTime.d.ts +9 -0
  1101. package/build/esm/components/Icon/components/OrderTime.d.ts.map +1 -0
  1102. package/build/esm/components/Icon/components/OrderTime.js +45 -0
  1103. package/build/esm/components/Icon/components/OrderTime.js.map +1 -0
  1104. package/build/esm/components/Icon/components/Package.d.ts +9 -0
  1105. package/build/esm/components/Icon/components/Package.d.ts.map +1 -0
  1106. package/build/esm/components/Icon/components/Package.js +27 -0
  1107. package/build/esm/components/Icon/components/Package.js.map +1 -0
  1108. package/build/esm/components/Icon/components/Paperclip.d.ts +9 -0
  1109. package/build/esm/components/Icon/components/Paperclip.d.ts.map +1 -0
  1110. package/build/esm/components/Icon/components/Paperclip.js +27 -0
  1111. package/build/esm/components/Icon/components/Paperclip.js.map +1 -0
  1112. package/build/esm/components/Icon/components/PassengerTrain.d.ts +9 -0
  1113. package/build/esm/components/Icon/components/PassengerTrain.d.ts.map +1 -0
  1114. package/build/esm/components/Icon/components/PassengerTrain.js +27 -0
  1115. package/build/esm/components/Icon/components/PassengerTrain.js.map +1 -0
  1116. package/build/esm/components/Icon/components/PenPath.js +3 -3
  1117. package/build/esm/components/Icon/components/PenPath.js.map +1 -1
  1118. package/build/esm/components/Icon/components/PenPathSolid.js +8 -8
  1119. package/build/esm/components/Icon/components/PenPathSolid.js.map +1 -1
  1120. package/build/esm/components/Icon/components/Petrochemicals.d.ts +9 -0
  1121. package/build/esm/components/Icon/components/Petrochemicals.d.ts.map +1 -0
  1122. package/build/esm/components/Icon/components/Petrochemicals.js +27 -0
  1123. package/build/esm/components/Icon/components/Petrochemicals.js.map +1 -0
  1124. package/build/esm/components/Icon/components/Phone.d.ts +9 -0
  1125. package/build/esm/components/Icon/components/Phone.d.ts.map +1 -0
  1126. package/build/esm/components/Icon/components/Phone.js +27 -0
  1127. package/build/esm/components/Icon/components/Phone.js.map +1 -0
  1128. package/build/esm/components/Icon/components/Photo.d.ts +9 -0
  1129. package/build/esm/components/Icon/components/Photo.d.ts.map +1 -0
  1130. package/build/esm/components/Icon/components/Photo.js +27 -0
  1131. package/build/esm/components/Icon/components/Photo.js.map +1 -0
  1132. package/build/esm/components/Icon/components/PhotoPlus.d.ts +9 -0
  1133. package/build/esm/components/Icon/components/PhotoPlus.d.ts.map +1 -0
  1134. package/build/esm/components/Icon/components/PhotoPlus.js +37 -0
  1135. package/build/esm/components/Icon/components/PhotoPlus.js.map +1 -0
  1136. package/build/esm/components/Icon/components/PinRemoveSolid.d.ts +9 -0
  1137. package/build/esm/components/Icon/components/PinRemoveSolid.d.ts.map +1 -0
  1138. package/build/esm/components/Icon/components/PinRemoveSolid.js +34 -0
  1139. package/build/esm/components/Icon/components/PinRemoveSolid.js.map +1 -0
  1140. package/build/esm/components/Icon/components/PinSolid.d.ts +9 -0
  1141. package/build/esm/components/Icon/components/PinSolid.d.ts.map +1 -0
  1142. package/build/esm/components/Icon/components/PinSolid.js +30 -0
  1143. package/build/esm/components/Icon/components/PinSolid.js.map +1 -0
  1144. package/build/esm/components/Icon/components/PipelineOffshore.d.ts +9 -0
  1145. package/build/esm/components/Icon/components/PipelineOffshore.d.ts.map +1 -0
  1146. package/build/esm/components/Icon/components/PipelineOffshore.js +27 -0
  1147. package/build/esm/components/Icon/components/PipelineOffshore.js.map +1 -0
  1148. package/build/esm/components/Icon/components/PipelineOnshore.d.ts +9 -0
  1149. package/build/esm/components/Icon/components/PipelineOnshore.d.ts.map +1 -0
  1150. package/build/esm/components/Icon/components/PipelineOnshore.js +27 -0
  1151. package/build/esm/components/Icon/components/PipelineOnshore.js.map +1 -0
  1152. package/build/esm/components/Icon/components/Piston.d.ts +9 -0
  1153. package/build/esm/components/Icon/components/Piston.d.ts.map +1 -0
  1154. package/build/esm/components/Icon/components/Piston.js +27 -0
  1155. package/build/esm/components/Icon/components/Piston.js.map +1 -0
  1156. package/build/esm/components/Icon/components/Processing.d.ts +9 -0
  1157. package/build/esm/components/Icon/components/Processing.d.ts.map +1 -0
  1158. package/build/esm/components/Icon/components/Processing.js +27 -0
  1159. package/build/esm/components/Icon/components/Processing.js.map +1 -0
  1160. package/build/esm/components/Icon/components/Purification.d.ts +9 -0
  1161. package/build/esm/components/Icon/components/Purification.d.ts.map +1 -0
  1162. package/build/esm/components/Icon/components/Purification.js +27 -0
  1163. package/build/esm/components/Icon/components/Purification.js.map +1 -0
  1164. package/build/esm/components/Icon/components/React.d.ts +9 -0
  1165. package/build/esm/components/Icon/components/React.d.ts.map +1 -0
  1166. package/build/esm/components/Icon/components/React.js +37 -0
  1167. package/build/esm/components/Icon/components/React.js.map +1 -0
  1168. package/build/esm/components/Icon/components/Reaction.d.ts +9 -0
  1169. package/build/esm/components/Icon/components/Reaction.d.ts.map +1 -0
  1170. package/build/esm/components/Icon/components/Reaction.js +27 -0
  1171. package/build/esm/components/Icon/components/Reaction.js.map +1 -0
  1172. package/build/esm/components/Icon/components/Refining.d.ts +9 -0
  1173. package/build/esm/components/Icon/components/Refining.d.ts.map +1 -0
  1174. package/build/esm/components/Icon/components/Refining.js +27 -0
  1175. package/build/esm/components/Icon/components/Refining.js.map +1 -0
  1176. package/build/esm/components/Icon/components/RefreshAlert.d.ts +9 -0
  1177. package/build/esm/components/Icon/components/RefreshAlert.d.ts.map +1 -0
  1178. package/build/esm/components/Icon/components/RefreshAlert.js +27 -0
  1179. package/build/esm/components/Icon/components/RefreshAlert.js.map +1 -0
  1180. package/build/esm/components/Icon/components/Repairs.d.ts +9 -0
  1181. package/build/esm/components/Icon/components/Repairs.d.ts.map +1 -0
  1182. package/build/esm/components/Icon/components/Repairs.js +27 -0
  1183. package/build/esm/components/Icon/components/Repairs.js.map +1 -0
  1184. package/build/esm/components/Icon/components/Shuffle.d.ts +9 -0
  1185. package/build/esm/components/Icon/components/Shuffle.d.ts.map +1 -0
  1186. package/build/esm/components/Icon/components/Shuffle.js +27 -0
  1187. package/build/esm/components/Icon/components/Shuffle.js.map +1 -0
  1188. package/build/esm/components/Icon/components/Signpost.d.ts +9 -0
  1189. package/build/esm/components/Icon/components/Signpost.d.ts.map +1 -0
  1190. package/build/esm/components/Icon/components/Signpost.js +34 -0
  1191. package/build/esm/components/Icon/components/Signpost.js.map +1 -0
  1192. package/build/esm/components/Icon/components/{VesselAddOutlined.d.ts → SpacingHorizontal.d.ts} +3 -3
  1193. package/build/esm/components/Icon/components/SpacingHorizontal.d.ts.map +1 -0
  1194. package/build/esm/components/Icon/components/SpacingHorizontal.js +27 -0
  1195. package/build/esm/components/Icon/components/SpacingHorizontal.js.map +1 -0
  1196. package/build/esm/components/Icon/components/SpacingVertical.d.ts +9 -0
  1197. package/build/esm/components/Icon/components/SpacingVertical.d.ts.map +1 -0
  1198. package/build/esm/components/Icon/components/SpacingVertical.js +27 -0
  1199. package/build/esm/components/Icon/components/SpacingVertical.js.map +1 -0
  1200. package/build/esm/components/Icon/components/SportsCar.d.ts +9 -0
  1201. package/build/esm/components/Icon/components/SportsCar.d.ts.map +1 -0
  1202. package/build/esm/components/Icon/components/SportsCar.js +27 -0
  1203. package/build/esm/components/Icon/components/SportsCar.js.map +1 -0
  1204. package/build/esm/components/Icon/components/Steam.d.ts +9 -0
  1205. package/build/esm/components/Icon/components/Steam.d.ts.map +1 -0
  1206. package/build/esm/components/Icon/components/Steam.js +27 -0
  1207. package/build/esm/components/Icon/components/Steam.js.map +1 -0
  1208. package/build/esm/components/Icon/components/Storm.d.ts +9 -0
  1209. package/build/esm/components/Icon/components/Storm.d.ts.map +1 -0
  1210. package/build/esm/components/Icon/components/Storm.js +27 -0
  1211. package/build/esm/components/Icon/components/Storm.js.map +1 -0
  1212. package/build/esm/components/Icon/components/Storybook.js +1 -1
  1213. package/build/esm/components/Icon/components/Storybook.js.map +1 -1
  1214. package/build/esm/components/Icon/components/Sun.js +1 -1
  1215. package/build/esm/components/Icon/components/Sun.js.map +1 -1
  1216. package/build/esm/components/Icon/components/SunAlt.js +1 -1
  1217. package/build/esm/components/Icon/components/SunAlt.js.map +1 -1
  1218. package/build/esm/components/Icon/components/SunAltSolid.js +1 -1
  1219. package/build/esm/components/Icon/components/SunAltSolid.js.map +1 -1
  1220. package/build/esm/components/Icon/components/SunMoon.js +1 -1
  1221. package/build/esm/components/Icon/components/SunMoon.js.map +1 -1
  1222. package/build/esm/components/Icon/components/SunMoonSolid.js +3 -3
  1223. package/build/esm/components/Icon/components/SunMoonSolid.js.map +1 -1
  1224. package/build/esm/components/Icon/components/SunSolid.js +1 -1
  1225. package/build/esm/components/Icon/components/SunSolid.js.map +1 -1
  1226. package/build/esm/components/Icon/components/TankerTruck.d.ts +9 -0
  1227. package/build/esm/components/Icon/components/TankerTruck.d.ts.map +1 -0
  1228. package/build/esm/components/Icon/components/TankerTruck.js +27 -0
  1229. package/build/esm/components/Icon/components/TankerTruck.js.map +1 -0
  1230. package/build/esm/components/Icon/components/TermperatureChange.d.ts +9 -0
  1231. package/build/esm/components/Icon/components/TermperatureChange.d.ts.map +1 -0
  1232. package/build/esm/components/Icon/components/TermperatureChange.js +27 -0
  1233. package/build/esm/components/Icon/components/TermperatureChange.js.map +1 -0
  1234. package/build/esm/components/Icon/components/Thermometer.d.ts +9 -0
  1235. package/build/esm/components/Icon/components/Thermometer.d.ts.map +1 -0
  1236. package/build/esm/components/Icon/components/Thermometer.js +27 -0
  1237. package/build/esm/components/Icon/components/Thermometer.js.map +1 -0
  1238. package/build/esm/components/Icon/components/Tools.d.ts +9 -0
  1239. package/build/esm/components/Icon/components/Tools.d.ts.map +1 -0
  1240. package/build/esm/components/Icon/components/Tools.js +38 -0
  1241. package/build/esm/components/Icon/components/Tools.js.map +1 -0
  1242. package/build/esm/components/Icon/components/Tractor.d.ts +9 -0
  1243. package/build/esm/components/Icon/components/Tractor.d.ts.map +1 -0
  1244. package/build/esm/components/Icon/components/Tractor.js +27 -0
  1245. package/build/esm/components/Icon/components/Tractor.js.map +1 -0
  1246. package/build/esm/components/Icon/components/TrainCar.d.ts +9 -0
  1247. package/build/esm/components/Icon/components/TrainCar.d.ts.map +1 -0
  1248. package/build/esm/components/Icon/components/TrainCar.js +27 -0
  1249. package/build/esm/components/Icon/components/TrainCar.js.map +1 -0
  1250. package/build/esm/components/Icon/components/TrainContainer.d.ts +9 -0
  1251. package/build/esm/components/Icon/components/TrainContainer.d.ts.map +1 -0
  1252. package/build/esm/components/Icon/components/TrainContainer.js +37 -0
  1253. package/build/esm/components/Icon/components/TrainContainer.js.map +1 -0
  1254. package/build/esm/components/Icon/components/TrainTanker.d.ts +9 -0
  1255. package/build/esm/components/Icon/components/TrainTanker.d.ts.map +1 -0
  1256. package/build/esm/components/Icon/components/TrainTanker.js +37 -0
  1257. package/build/esm/components/Icon/components/TrainTanker.js.map +1 -0
  1258. package/build/esm/components/Icon/components/Turbine.d.ts +9 -0
  1259. package/build/esm/components/Icon/components/Turbine.d.ts.map +1 -0
  1260. package/build/esm/components/Icon/components/Turbine.js +36 -0
  1261. package/build/esm/components/Icon/components/Turbine.js.map +1 -0
  1262. package/build/esm/components/Icon/components/Van.d.ts +9 -0
  1263. package/build/esm/components/Icon/components/Van.d.ts.map +1 -0
  1264. package/build/esm/components/Icon/components/Van.js +34 -0
  1265. package/build/esm/components/Icon/components/Van.js.map +1 -0
  1266. package/build/esm/components/Icon/components/VariableCopy.js +1 -1
  1267. package/build/esm/components/Icon/components/VariableCopy.js.map +1 -1
  1268. package/build/esm/components/Icon/components/VariableModes.d.ts +9 -0
  1269. package/build/esm/components/Icon/components/VariableModes.d.ts.map +1 -0
  1270. package/build/esm/components/Icon/components/VariableModes.js +38 -0
  1271. package/build/esm/components/Icon/components/VariableModes.js.map +1 -0
  1272. package/build/esm/components/Icon/components/Wifi.d.ts.map +1 -1
  1273. package/build/esm/components/Icon/components/Wifi.js +9 -13
  1274. package/build/esm/components/Icon/components/Wifi.js.map +1 -1
  1275. package/build/esm/components/Icon/components/WifiDisabled.d.ts.map +1 -1
  1276. package/build/esm/components/Icon/components/WifiDisabled.js +12 -19
  1277. package/build/esm/components/Icon/components/WifiDisabled.js.map +1 -1
  1278. package/build/esm/components/Icon/components/WindTurbine.d.ts +9 -0
  1279. package/build/esm/components/Icon/components/WindTurbine.d.ts.map +1 -0
  1280. package/build/esm/components/Icon/components/{Windturbine.js → WindTurbine.js} +5 -5
  1281. package/build/esm/components/Icon/components/WindTurbine.js.map +1 -0
  1282. package/build/esm/components/Icon/components/Windscreen.d.ts +9 -0
  1283. package/build/esm/components/Icon/components/Windscreen.d.ts.map +1 -0
  1284. package/build/esm/components/Icon/components/Windscreen.js +34 -0
  1285. package/build/esm/components/Icon/components/Windscreen.js.map +1 -0
  1286. package/build/esm/components/Icon/components/categories.d.ts +212 -96
  1287. package/build/esm/components/Icon/components/categories.d.ts.map +1 -1
  1288. package/build/esm/components/Icon/components/categories.js +2069 -1845
  1289. package/build/esm/components/Icon/components/categories.js.map +1 -1
  1290. package/build/esm/components/Icon/components/index.d.ts +119 -11
  1291. package/build/esm/components/Icon/components/index.d.ts.map +1 -1
  1292. package/build/esm/components/Icon/components/index.js +2044 -1828
  1293. package/build/esm/components/Icon/components/index.js.map +1 -1
  1294. package/build/esm/components/ListItem/ListItem.d.ts.map +1 -1
  1295. package/build/esm/components/ListItem/ListItem.js +11 -11
  1296. package/build/esm/components/ListItem/ListItem.js.map +1 -1
  1297. package/build/esm/components/ListItem/ListItem.styles.js +3 -4
  1298. package/build/esm/components/ListItem/ListItem.styles.js.map +1 -1
  1299. package/build/esm/components/ListItem/ListItem.types.d.ts.map +1 -1
  1300. package/build/esm/components/ListItem/ListItemHeader.d.ts.map +1 -1
  1301. package/build/esm/components/ListItem/ListItemHeader.js +1 -1
  1302. package/build/esm/components/ListItem/ListItemHeader.js.map +1 -1
  1303. package/build/esm/components/ListItem/ListItemHeader.styles.d.ts.map +1 -1
  1304. package/build/esm/components/ListItem/ListItemHeader.styles.js +4 -2
  1305. package/build/esm/components/ListItem/ListItemHeader.styles.js.map +1 -1
  1306. package/build/esm/components/Menu/Menu.types.d.ts.map +1 -1
  1307. package/build/esm/components/Menu/Menu.utils.d.ts +3 -3
  1308. package/build/esm/components/Menu/Menu.utils.d.ts.map +1 -1
  1309. package/build/esm/components/Menu/Menu.utils.js +38 -41
  1310. package/build/esm/components/Menu/Menu.utils.js.map +1 -1
  1311. package/build/esm/components/Menu/components/MenuItem.d.ts +0 -2
  1312. package/build/esm/components/Menu/components/MenuItem.d.ts.map +1 -1
  1313. package/build/esm/components/Menu/components/MenuItem.js.map +1 -1
  1314. package/build/esm/components/Menu/components/MenuLabel.d.ts.map +1 -1
  1315. package/build/esm/components/Menu/components/MenuLabel.js.map +1 -1
  1316. package/build/esm/components/Menu/styles/indicator.styles.d.ts +1 -2
  1317. package/build/esm/components/Menu/styles/indicator.styles.d.ts.map +1 -1
  1318. package/build/esm/components/Menu/styles/indicator.styles.js +48 -55
  1319. package/build/esm/components/Menu/styles/indicator.styles.js.map +1 -1
  1320. package/build/esm/components/Menu/styles/menuItem.styles.d.ts.map +1 -1
  1321. package/build/esm/components/Menu/styles/menuItem.styles.js +47 -49
  1322. package/build/esm/components/Menu/styles/menuItem.styles.js.map +1 -1
  1323. package/build/esm/components/Menu/styles/subMenu.styles.d.ts.map +1 -1
  1324. package/build/esm/components/Menu/styles/subMenu.styles.js +122 -125
  1325. package/build/esm/components/Menu/styles/subMenu.styles.js.map +1 -1
  1326. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts.map +1 -1
  1327. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js +36 -34
  1328. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -1
  1329. package/build/esm/components/NavBar/components/FirstArea/FirstArea.styles.js +1 -1
  1330. package/build/esm/components/Pagination/Pagination.types.d.ts.map +1 -1
  1331. package/build/esm/components/Pecten/Pecten.styles.d.ts.map +1 -1
  1332. package/build/esm/components/Pecten/Pecten.styles.js +16 -20
  1333. package/build/esm/components/Pecten/Pecten.styles.js.map +1 -1
  1334. package/build/esm/components/Pecten/components/PectenIcon.d.ts.map +1 -1
  1335. package/build/esm/components/Pecten/components/PectenIcon.js +12 -25
  1336. package/build/esm/components/Pecten/components/PectenIcon.js.map +1 -1
  1337. package/build/esm/components/Popconfirm/Popconfirm.d.ts.map +1 -1
  1338. package/build/esm/components/Popconfirm/Popconfirm.js +34 -32
  1339. package/build/esm/components/Popconfirm/Popconfirm.js.map +1 -1
  1340. package/build/esm/components/Popconfirm/Popconfirm.styles.js +1 -1
  1341. package/build/esm/components/Select/Select.d.ts.map +1 -1
  1342. package/build/esm/components/Select/Select.js +69 -68
  1343. package/build/esm/components/Select/Select.js.map +1 -1
  1344. package/build/esm/components/Table/components/TableElements/TableElements.js +5 -5
  1345. package/build/esm/components/Table/features/sized.js +3 -3
  1346. package/build/esm/components/Table/hooks/useTable.js +3 -3
  1347. package/build/esm/components/Tabs/Tabs.types.d.ts.map +1 -1
  1348. package/build/esm/components/TextArea/TextArea.types.d.ts.map +1 -1
  1349. package/build/esm/components/TextInput/TextInput.types.d.ts.map +1 -1
  1350. package/build/esm/components/Toggle/Toggle.d.ts.map +1 -1
  1351. package/build/esm/components/Toggle/Toggle.js +40 -35
  1352. package/build/esm/components/Toggle/Toggle.js.map +1 -1
  1353. package/build/esm/components/Toggle/Toggle.styles.d.ts +1 -1
  1354. package/build/esm/components/Toggle/Toggle.styles.d.ts.map +1 -1
  1355. package/build/esm/components/Toggle/Toggle.styles.js +48 -42
  1356. package/build/esm/components/Toggle/Toggle.styles.js.map +1 -1
  1357. package/build/esm/components/ToggleButton/ToggleButton.js +29 -29
  1358. package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
  1359. package/build/esm/components/_internalComponents/ActionBar/ActionBar.d.ts.map +1 -1
  1360. package/build/esm/components/_internalComponents/ActionBar/ActionBar.js +18 -13
  1361. package/build/esm/components/_internalComponents/ActionBar/ActionBar.js.map +1 -1
  1362. package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts +2 -2
  1363. package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts.map +1 -1
  1364. package/build/esm/hooks/useForceUpdate.js +9 -0
  1365. package/build/esm/hooks/useForceUpdate.js.map +1 -0
  1366. package/build/esm/hooks/useSyncState.js +15 -0
  1367. package/build/esm/hooks/useSyncState.js.map +1 -0
  1368. package/build/esm/index.d.ts +25 -0
  1369. package/build/esm/index.d.ts.map +1 -1
  1370. package/build/esm/index.js +318 -288
  1371. package/build/esm/index.js.map +1 -1
  1372. package/build/esm/libs/i18next/consts.d.ts +1 -1
  1373. package/build/esm/libs/i18next/consts.d.ts.map +1 -1
  1374. package/build/esm/libs/i18next/consts.js +2 -2
  1375. package/build/esm/libs/i18next/consts.js.map +1 -1
  1376. package/build/esm/libs/i18next/hooks/useTranslation.d.ts +1 -1
  1377. package/build/esm/libs/i18next/hooks/useTranslation.d.ts.map +1 -1
  1378. package/build/esm/libs/i18next/hooks/useTranslation.js +1 -1
  1379. package/build/esm/libs/i18next/hooks/useTranslation.js.map +1 -1
  1380. package/build/esm/libs/i18next/resources.js +1 -1
  1381. package/build/esm/libs/i18next/resources.js.map +1 -1
  1382. package/build/esm/libs/i18next/types.d.ts +2 -2
  1383. package/build/esm/libs/i18next/types.d.ts.map +1 -1
  1384. package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts.map +1 -1
  1385. package/build/esm/providers/theme/AcinguiuxThemeProvider.js +14 -14
  1386. package/build/esm/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  1387. package/build/esm/providers/theme/FabricsThemeProvider.js.map +1 -1
  1388. package/build/esm/react-base/src/components/Accordion/Accordion.utils.d.ts.map +1 -1
  1389. package/build/esm/react-base/src/components/Accordion/Accordion.utils.js.map +1 -1
  1390. package/build/esm/react-base/src/components/Badge/Badge.styles.d.ts.map +1 -1
  1391. package/build/esm/react-base/src/components/Badge/Badge.styles.js +24 -18
  1392. package/build/esm/react-base/src/components/Badge/Badge.styles.js.map +1 -1
  1393. package/build/esm/react-base/src/components/Badge/Badge.utils.d.ts +1 -1
  1394. package/build/esm/react-base/src/components/Badge/Badge.utils.d.ts.map +1 -1
  1395. package/build/esm/react-base/src/components/Badge/Badge.utils.js +27 -32
  1396. package/build/esm/react-base/src/components/Badge/Badge.utils.js.map +1 -1
  1397. package/build/esm/react-base/src/components/Button/Button.styles.d.ts.map +1 -1
  1398. package/build/esm/react-base/src/components/Button/Button.styles.js +19 -20
  1399. package/build/esm/react-base/src/components/Button/Button.styles.js.map +1 -1
  1400. package/build/esm/react-base/src/components/Button/Button.types.d.ts.map +1 -1
  1401. package/build/esm/react-base/src/components/Button/Button.utils.d.ts.map +1 -1
  1402. package/build/esm/react-base/src/components/Button/Button.utils.js +59 -58
  1403. package/build/esm/react-base/src/components/Button/Button.utils.js.map +1 -1
  1404. package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -1
  1405. package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.utils.d.ts.map +1 -1
  1406. package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.utils.js.map +1 -1
  1407. package/build/esm/react-base/src/components/DatePicker/DatePicker.consts.js +23 -6
  1408. package/build/esm/react-base/src/components/DatePicker/DatePicker.consts.js.map +1 -1
  1409. package/build/esm/react-base/src/components/DatePicker/DatePicker.types.d.ts.map +1 -1
  1410. package/build/esm/react-base/src/components/Divider/Divider.utils.d.ts.map +1 -1
  1411. package/build/esm/react-base/src/components/Divider/Divider.utils.js.map +1 -1
  1412. package/build/esm/react-base/src/components/Drawer/Drawer.consts.d.ts +3 -3
  1413. package/build/esm/react-base/src/components/Drawer/Drawer.consts.js +7 -7
  1414. package/build/esm/react-base/src/components/Drawer/Drawer.consts.js.map +1 -1
  1415. package/build/esm/react-base/src/components/FormField/FormField.styles.js +10 -8
  1416. package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  1417. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +27 -26
  1418. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  1419. package/build/esm/react-base/src/components/Input/Input.styles.d.ts.map +1 -1
  1420. package/build/esm/react-base/src/components/Input/Input.styles.js +4 -4
  1421. package/build/esm/react-base/src/components/Input/Input.styles.js.map +1 -1
  1422. package/build/esm/react-base/src/components/NavBar/NavBar.types.d.ts.map +1 -1
  1423. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +5 -4
  1424. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  1425. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +12 -11
  1426. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  1427. package/build/esm/react-base/src/components/Select/Select.consts.js +143 -6
  1428. package/build/esm/react-base/src/components/Select/Select.consts.js.map +1 -1
  1429. package/build/esm/react-base/src/components/Select/Select.types.d.ts +5 -0
  1430. package/build/esm/react-base/src/components/Select/Select.types.d.ts.map +1 -1
  1431. package/build/esm/react-base/src/components/Select/Select.utils.d.ts.map +1 -1
  1432. package/build/esm/react-base/src/components/Select/Select.utils.js +6 -6
  1433. package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
  1434. package/build/esm/react-base/src/components/Stepper/Stepper.consts.js +2 -8
  1435. package/build/esm/react-base/src/components/Stepper/Stepper.consts.js.map +1 -1
  1436. package/build/esm/react-base/src/components/Stepper/Stepper.utils.d.ts +1 -1
  1437. package/build/esm/react-base/src/components/Stepper/Stepper.utils.d.ts.map +1 -1
  1438. package/build/esm/react-base/src/components/Stepper/Stepper.utils.js.map +1 -1
  1439. package/build/esm/react-base/src/components/Text/components/Display/Display.styles.d.ts.map +1 -1
  1440. package/build/esm/react-base/src/components/Text/components/Display/Display.styles.js.map +1 -1
  1441. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.d.ts.map +1 -1
  1442. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +23 -20
  1443. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  1444. package/build/esm/react-base/src/components/Text/components/Heading/Heading.styles.d.ts.map +1 -1
  1445. package/build/esm/react-base/src/components/Text/components/Heading/Heading.styles.js.map +1 -1
  1446. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.d.ts.map +1 -1
  1447. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +17 -14
  1448. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  1449. package/build/esm/react-base/src/components/Toggle/Toggle.types.d.ts +1 -0
  1450. package/build/esm/react-base/src/components/Toggle/Toggle.types.d.ts.map +1 -1
  1451. package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.d.ts.map +1 -1
  1452. package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.js +1 -0
  1453. package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.js.map +1 -1
  1454. package/build/esm/react-base/src/components/Tooltip/Tooltip.types.d.ts +2 -1
  1455. package/build/esm/react-base/src/components/Tooltip/Tooltip.types.d.ts.map +1 -1
  1456. package/build/esm/react-base/src/consts/index.d.ts.map +1 -1
  1457. package/build/esm/react-base/src/consts/index.js.map +1 -1
  1458. package/build/esm/react-base/src/providers/BaseProvider.d.ts +1 -2
  1459. package/build/esm/react-base/src/providers/BaseProvider.d.ts.map +1 -1
  1460. package/build/esm/react-base/src/providers/BaseProvider.js +1 -1
  1461. package/build/esm/react-base/src/providers/BaseProvider.js.map +1 -1
  1462. package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
  1463. package/build/esm/react-base/src/theme/layer.js.map +1 -1
  1464. package/build/esm/react-base/src/theme/modes.js +1 -1
  1465. package/build/esm/react-base/src/theme/modes.js.map +1 -1
  1466. package/build/esm/react-base/src/theme/theme.js.map +1 -1
  1467. package/build/esm/react-base/src/types/index.d.ts.map +1 -1
  1468. package/build/esm/react-base/src/utils/sizesUtils.d.ts +1 -1
  1469. package/build/esm/react-base/src/utils/sizesUtils.d.ts.map +1 -1
  1470. package/build/esm/react-base/src/utils/sizesUtils.js +9 -8
  1471. package/build/esm/react-base/src/utils/sizesUtils.js.map +1 -1
  1472. package/build/esm/react-base/src/utils/stylesUtils.d.ts.map +1 -1
  1473. package/build/esm/react-base/src/utils/stylesUtils.js.map +1 -1
  1474. package/build/esm/styles/GlobalStyles.js +4 -4
  1475. package/build/esm/styles/GlobalStyles.js.map +1 -1
  1476. package/build/esm/utils/colorUtils.js +9 -0
  1477. package/build/esm/utils/colorUtils.js.map +1 -0
  1478. package/build/esm/utils/storybookUtils.d.ts.map +1 -1
  1479. package/build/esm/utils/viTestUtils.d.ts +17 -0
  1480. package/build/esm/utils/viTestUtils.d.ts.map +1 -1
  1481. package/package.json +53 -52
  1482. package/build/cjs/components/Icon/components/AirplaneCircle.js.map +0 -1
  1483. package/build/cjs/components/Icon/components/AirplaneCircleSolid.js.map +0 -1
  1484. package/build/cjs/components/Icon/components/AirplaneLand.js +0 -2
  1485. package/build/cjs/components/Icon/components/AirplaneLand.js.map +0 -1
  1486. package/build/cjs/components/Icon/components/AirplaneSquareSolid.js +0 -2
  1487. package/build/cjs/components/Icon/components/AirplaneSquareSolid.js.map +0 -1
  1488. package/build/cjs/components/Icon/components/AirplaneTakeOffSolid.js +0 -2
  1489. package/build/cjs/components/Icon/components/AirplaneTakeOffSolid.js.map +0 -1
  1490. package/build/cjs/components/Icon/components/ArtificialIntellgence.js +0 -2
  1491. package/build/cjs/components/Icon/components/ArtificialIntellgence.js.map +0 -1
  1492. package/build/cjs/components/Icon/components/ArtificialIntellgenceSolid.js +0 -2
  1493. package/build/cjs/components/Icon/components/ArtificialIntellgenceSolid.js.map +0 -1
  1494. package/build/cjs/components/Icon/components/FileJpgOutline.js +0 -2
  1495. package/build/cjs/components/Icon/components/FileJpgOutline.js.map +0 -1
  1496. package/build/cjs/components/Icon/components/FilePdfOutline.js +0 -2
  1497. package/build/cjs/components/Icon/components/FilePdfOutline.js.map +0 -1
  1498. package/build/cjs/components/Icon/components/FilePngOutline.js +0 -2
  1499. package/build/cjs/components/Icon/components/FilePngOutline.js.map +0 -1
  1500. package/build/cjs/components/Icon/components/FileSvgOutline.js +0 -2
  1501. package/build/cjs/components/Icon/components/FileSvgOutline.js.map +0 -1
  1502. package/build/cjs/components/Icon/components/FileXlsOutline.js +0 -2
  1503. package/build/cjs/components/Icon/components/FileXlsOutline.js.map +0 -1
  1504. package/build/cjs/components/Icon/components/Sharepoint.js.map +0 -1
  1505. package/build/cjs/components/Icon/components/Teams.js.map +0 -1
  1506. package/build/cjs/components/Icon/components/Windturbine.js.map +0 -1
  1507. package/build/esm/components/Icon/components/AirplaneCircle.d.ts.map +0 -1
  1508. package/build/esm/components/Icon/components/AirplaneCircle.js.map +0 -1
  1509. package/build/esm/components/Icon/components/AirplaneCircleSolid.d.ts.map +0 -1
  1510. package/build/esm/components/Icon/components/AirplaneCircleSolid.js.map +0 -1
  1511. package/build/esm/components/Icon/components/AirplaneDiagonalOutlined.d.ts +0 -9
  1512. package/build/esm/components/Icon/components/AirplaneDiagonalOutlined.d.ts.map +0 -1
  1513. package/build/esm/components/Icon/components/AirplaneLand.d.ts.map +0 -1
  1514. package/build/esm/components/Icon/components/AirplaneLand.js +0 -34
  1515. package/build/esm/components/Icon/components/AirplaneLand.js.map +0 -1
  1516. package/build/esm/components/Icon/components/AirplaneOutlined.d.ts.map +0 -1
  1517. package/build/esm/components/Icon/components/AirplaneSideOutlined.d.ts.map +0 -1
  1518. package/build/esm/components/Icon/components/AirplaneSquareSolid.d.ts.map +0 -1
  1519. package/build/esm/components/Icon/components/AirplaneSquareSolid.js.map +0 -1
  1520. package/build/esm/components/Icon/components/AirplaneTakeOffSolid.d.ts +0 -9
  1521. package/build/esm/components/Icon/components/AirplaneTakeOffSolid.d.ts.map +0 -1
  1522. package/build/esm/components/Icon/components/AirplaneTakeOffSolid.js +0 -34
  1523. package/build/esm/components/Icon/components/AirplaneTakeOffSolid.js.map +0 -1
  1524. package/build/esm/components/Icon/components/AllSolid.d.ts.map +0 -1
  1525. package/build/esm/components/Icon/components/ArtificialIntellgence.d.ts.map +0 -1
  1526. package/build/esm/components/Icon/components/ArtificialIntellgence.js +0 -37
  1527. package/build/esm/components/Icon/components/ArtificialIntellgence.js.map +0 -1
  1528. package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.d.ts +0 -9
  1529. package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.d.ts.map +0 -1
  1530. package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.js +0 -35
  1531. package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.js.map +0 -1
  1532. package/build/esm/components/Icon/components/BargeOutlined.d.ts.map +0 -1
  1533. package/build/esm/components/Icon/components/ComposeOutlined.d.ts.map +0 -1
  1534. package/build/esm/components/Icon/components/EditOutlined.d.ts.map +0 -1
  1535. package/build/esm/components/Icon/components/FileJpgOutline.d.ts.map +0 -1
  1536. package/build/esm/components/Icon/components/FileJpgOutline.js +0 -34
  1537. package/build/esm/components/Icon/components/FileJpgOutline.js.map +0 -1
  1538. package/build/esm/components/Icon/components/FilePdfOutline.d.ts.map +0 -1
  1539. package/build/esm/components/Icon/components/FilePdfOutline.js +0 -34
  1540. package/build/esm/components/Icon/components/FilePdfOutline.js.map +0 -1
  1541. package/build/esm/components/Icon/components/FilePngOutline.d.ts.map +0 -1
  1542. package/build/esm/components/Icon/components/FilePngOutline.js +0 -34
  1543. package/build/esm/components/Icon/components/FilePngOutline.js.map +0 -1
  1544. package/build/esm/components/Icon/components/FileSvgOutline.d.ts +0 -9
  1545. package/build/esm/components/Icon/components/FileSvgOutline.d.ts.map +0 -1
  1546. package/build/esm/components/Icon/components/FileSvgOutline.js +0 -34
  1547. package/build/esm/components/Icon/components/FileSvgOutline.js.map +0 -1
  1548. package/build/esm/components/Icon/components/FileXlsOutline.d.ts +0 -9
  1549. package/build/esm/components/Icon/components/FileXlsOutline.d.ts.map +0 -1
  1550. package/build/esm/components/Icon/components/FileXlsOutline.js +0 -34
  1551. package/build/esm/components/Icon/components/FileXlsOutline.js.map +0 -1
  1552. package/build/esm/components/Icon/components/PeopleOutlined.d.ts +0 -9
  1553. package/build/esm/components/Icon/components/PeopleOutlined.d.ts.map +0 -1
  1554. package/build/esm/components/Icon/components/PeopleSquareOutlined.d.ts +0 -9
  1555. package/build/esm/components/Icon/components/PeopleSquareOutlined.d.ts.map +0 -1
  1556. package/build/esm/components/Icon/components/PersonOutlined.d.ts +0 -9
  1557. package/build/esm/components/Icon/components/PersonOutlined.d.ts.map +0 -1
  1558. package/build/esm/components/Icon/components/PersonSquareOutlined.d.ts +0 -9
  1559. package/build/esm/components/Icon/components/PersonSquareOutlined.d.ts.map +0 -1
  1560. package/build/esm/components/Icon/components/Sharepoint.d.ts.map +0 -1
  1561. package/build/esm/components/Icon/components/Sharepoint.js.map +0 -1
  1562. package/build/esm/components/Icon/components/TagOutline.d.ts.map +0 -1
  1563. package/build/esm/components/Icon/components/Teams.d.ts.map +0 -1
  1564. package/build/esm/components/Icon/components/Teams.js.map +0 -1
  1565. package/build/esm/components/Icon/components/ToggleAllOutline.d.ts.map +0 -1
  1566. package/build/esm/components/Icon/components/ToggleLeftOutlined.d.ts.map +0 -1
  1567. package/build/esm/components/Icon/components/ToggleRightHollow.d.ts.map +0 -1
  1568. package/build/esm/components/Icon/components/VesselAddOutlined.d.ts.map +0 -1
  1569. package/build/esm/components/Icon/components/VesselMinusOutlined.d.ts.map +0 -1
  1570. package/build/esm/components/Icon/components/Windturbine.d.ts.map +0 -1
  1571. package/build/esm/components/Icon/components/Windturbine.js.map +0 -1
@@ -114,6 +114,48 @@ export declare const Categories: {
114
114
  VerticalCharging90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
115
115
  VerticalCharging90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
116
116
  };
117
+ Brand: {
118
+ Adobe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
119
+ Apiiro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
120
+ DevkitPortal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
121
+ DevkitPortalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
122
+ Facebook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
123
+ Figma: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
124
+ Flickr: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
125
+ Github: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
126
+ Instagram: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
127
+ LinkedIn: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
128
+ MicrosoftExcel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
129
+ MicrosoftOffice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
130
+ MicrosoftPowerpoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
131
+ MicrosoftSharepoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
132
+ MicrosoftTeams: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
133
+ Onfido: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
134
+ Pecten: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
135
+ PectenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
136
+ React: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
137
+ RenRen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
138
+ Storybook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
139
+ Twitter: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
140
+ VivaEngage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
141
+ Vk: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
142
+ WeChat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
143
+ Weibo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
144
+ Whatsapp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
145
+ YouKouAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
146
+ YouKouLogo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
147
+ YouTube: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
148
+ };
149
+ Buildings: {
150
+ Factory: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
151
+ FactoryAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
152
+ FactorySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
153
+ Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
154
+ OfficeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
155
+ RetailShop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
156
+ Shop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
157
+ ShopSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
158
+ };
117
159
  Business: {
118
160
  AppEnabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
119
161
  AppEnabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -123,8 +165,11 @@ export declare const Categories: {
123
165
  BarrelDefault: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
124
166
  BarrelDrop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
125
167
  Barrels: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
168
+ Biofuel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
126
169
  CarbonDioxide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
127
170
  CarbonDioxideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
171
+ Catalyst: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
172
+ Catalysts: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
128
173
  ChargePointAc: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
129
174
  ChargePointAcSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
130
175
  CoinEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -135,12 +180,15 @@ export declare const Categories: {
135
180
  CoinUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
136
181
  CoinYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
137
182
  CoinYenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
183
+ Costs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
138
184
  CreditCard: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
139
185
  CreditCardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
140
186
  CreditCards: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
141
187
  CreditCardsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
142
188
  Depot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
143
189
  DepotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
190
+ Downstream: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
191
+ Emissions: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
144
192
  EvCharge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
145
193
  EvChargePort: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
146
194
  EvChargePortSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -156,6 +204,7 @@ export declare const Categories: {
156
204
  Gift: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
157
205
  GiftSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
158
206
  GlobalMobility: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
207
+ Graduate: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
159
208
  Hammer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
160
209
  HammerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
161
210
  HandDistribution: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -168,8 +217,6 @@ export declare const Categories: {
168
217
  KeySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
169
218
  Mining: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
170
219
  MiningSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
171
- Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
172
- OfficeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
173
220
  OilBarrel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
174
221
  OilCan: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
175
222
  OilCanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -179,17 +226,22 @@ export declare const Categories: {
179
226
  OilWellSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
180
227
  Order: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
181
228
  OrderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
229
+ Paperclip: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
182
230
  PartlyRingfenced: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
183
- Pecten: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
184
- PectenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
231
+ Petrochemicals: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
185
232
  Pickaxe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
186
233
  PickaxeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
234
+ PipelineOffshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
235
+ PipelineOnshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
187
236
  Plug: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
188
237
  PlugDisconnected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
189
238
  PlugDisconnectedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
190
239
  PlugSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
240
+ Processing: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
241
+ Purification: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
191
242
  Refinery: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
192
243
  RefinerySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
244
+ Refining: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
193
245
  ReimbursementEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
194
246
  ReimbursementEuroSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
195
247
  ReimbursementKrone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -198,7 +250,7 @@ export declare const Categories: {
198
250
  ReimbursementUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
199
251
  ReimbursementYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
200
252
  ReimbursementYenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
201
- RetailShop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
253
+ Repairs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
202
254
  RigLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
203
255
  RigLandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
204
256
  RigOffshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -223,21 +275,22 @@ export declare const Categories: {
223
275
  SupportSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
224
276
  WallConnectorEuropean: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
225
277
  WallConnectorEuropeanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
278
+ WindTurbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
226
279
  WindfarmSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
227
- Windturbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
228
280
  WindturbineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
229
281
  };
230
282
  Data: {
231
- ArtificialIntellgence: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
232
- ArtificialIntellgenceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
233
283
  BarChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
234
284
  BarChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
235
285
  BarChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
236
286
  BarChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
287
+ ChartArcs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
237
288
  Columns: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
238
289
  ColumnsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
239
290
  Content: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
240
291
  ContentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
292
+ DataIntellgence: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
293
+ DataIntellgenceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
241
294
  DataSchema: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
242
295
  Database: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
243
296
  DatabaseAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -257,12 +310,15 @@ export declare const Categories: {
257
310
  LineChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
258
311
  List: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
259
312
  ListSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
313
+ Photo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
314
+ PhotoPlus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
260
315
  PieChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
261
316
  PieChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
262
317
  PieChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
263
318
  PieChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
264
319
  Placeholder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
265
320
  PlaceholderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
321
+ RefreshAlert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
266
322
  Rows: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
267
323
  RowsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
268
324
  SearchDatabase: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -275,9 +331,40 @@ export declare const Categories: {
275
331
  TargetCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
276
332
  TargetSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
277
333
  };
278
- Internal: {
279
- DevkitPortal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
280
- DevkitPortalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
334
+ Design: {
335
+ BoxMargin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
336
+ BoxMarginSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
337
+ BoxPadding: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
338
+ BoxPaddingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
339
+ Component: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
340
+ ComponentInstance: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
341
+ ComponentInstanceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
342
+ ComponentInstanceSwap: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
343
+ ComponentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
344
+ CursorPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
345
+ CursorPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
346
+ Motion: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
347
+ PenPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
348
+ PenPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
349
+ SpacingHorizontal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
350
+ SpacingVertical: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
351
+ Typography: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
352
+ TypographySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
353
+ Variable: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
354
+ VariableCopy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
355
+ VariableModes: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
356
+ VariableReference: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
357
+ VariableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
358
+ };
359
+ Food: {
360
+ Carton: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
361
+ CartonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
362
+ Coffee: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
363
+ CoffeeBeans: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
364
+ CoffeeGrinder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
365
+ CoffeeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
366
+ HotDrink: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
367
+ HotDrinkSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
281
368
  };
282
369
  Media: {
283
370
  AudioLoud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -318,6 +405,8 @@ export declare const Categories: {
318
405
  ArrowCwCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
319
406
  ArrowCwSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
320
407
  ArrowDirection: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
408
+ ArrowDoubleCcw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
409
+ ArrowDoubleCw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
321
410
  ArrowDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
322
411
  ArrowDownCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
323
412
  ArrowDownCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -336,11 +425,13 @@ export declare const Categories: {
336
425
  ArrowLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
337
426
  ArrowLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
338
427
  ArrowLeftEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
428
+ ArrowLeftNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
339
429
  ArrowLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
340
430
  ArrowRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
341
431
  ArrowRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
342
432
  ArrowRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
343
433
  ArrowRightEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
434
+ ArrowRightNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
344
435
  ArrowRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
345
436
  ArrowTopRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
346
437
  ArrowUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -349,7 +440,6 @@ export declare const Categories: {
349
440
  ArrowUpEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
350
441
  ArrowUpNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
351
442
  ArrowUpSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
352
- BiomethaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
353
443
  BottomNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
354
444
  BottomNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
355
445
  CaretDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -434,6 +524,7 @@ export declare const Categories: {
434
524
  EllipsisVerticalCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
435
525
  EllipsisVerticalSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
436
526
  Escape: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
527
+ Height: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
437
528
  Home: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
438
529
  HomeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
439
530
  IconMenuSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -447,7 +538,6 @@ export declare const Categories: {
447
538
  MinusCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
448
539
  MinusCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
449
540
  MinusSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
450
- OffsetsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
451
541
  Open: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
452
542
  Options: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
453
543
  OptionsCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -457,6 +547,7 @@ export declare const Categories: {
457
547
  PowerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
458
548
  RightNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
459
549
  RightNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
550
+ Shuffle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
460
551
  SortAscend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
461
552
  SortAscendBaseline: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
462
553
  SortDescend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -477,12 +568,14 @@ export declare const Categories: {
477
568
  TopNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
478
569
  };
479
570
  Operations: {
571
+ Badge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
480
572
  Book: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
481
573
  BookSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
482
574
  Chat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
483
575
  ChatAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
484
576
  ChatAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
485
577
  ChatSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
578
+ Choice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
486
579
  Comment: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
487
580
  CommentAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
488
581
  CommentAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -542,6 +635,7 @@ export declare const Categories: {
542
635
  FilterHideCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
543
636
  FilterHideSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
544
637
  FilterSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
638
+ FinanceInvoice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
545
639
  Folder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
546
640
  FolderOpen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
547
641
  FolderOpenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -560,12 +654,18 @@ export declare const Categories: {
560
654
  Link: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
561
655
  MagicWand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
562
656
  MagicWandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
657
+ News: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
658
+ OrderSearch: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
659
+ OrderTime: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
660
+ Package: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
563
661
  Paste: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
564
662
  PasteAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
565
663
  PasteAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
566
664
  PasteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
567
665
  Pin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
568
666
  PinRemove: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
667
+ PinRemoveSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
668
+ PinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
569
669
  Search: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
570
670
  SearchCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
571
671
  SearchCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -621,84 +721,43 @@ export declare const Categories: {
621
721
  PersonStarSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
622
722
  };
623
723
  Science: {
724
+ Assembly: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
624
725
  Biomethane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
726
+ BiomethaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
625
727
  CarbonTrend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
626
728
  CarbonTrendSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
627
- Cloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
628
- CloudBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
629
- CloudBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
729
+ ChemicalAnalysis: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
630
730
  CloudCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
631
731
  CloudCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
632
- CloudFog: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
633
- CloudFogSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
634
- CloudRain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
635
- CloudRainSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
636
- CloudSnow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
637
- CloudSnowSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
638
- CloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
639
732
  CloudSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
640
- Droplet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
641
- DropletAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
642
- DropletAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
643
- DropletAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
644
- DropletMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
645
- DropletMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
646
- DropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
647
- DropletSolidAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
733
+ Diamond: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
648
734
  FlaskEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
649
735
  FlaskSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
650
736
  FlaskSolid16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
651
- LightningBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
652
- LightningBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
653
- LightningBoltThin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
654
- LightningBoltThinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
655
737
  LiquidNaturalGas: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
656
738
  LiquidNaturalGasSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
657
- Moon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
658
- MoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
739
+ Molecules: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
740
+ Neurology: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
741
+ NeurologySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
659
742
  Offsets: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
743
+ OffsetsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
660
744
  PlantPot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
661
745
  PlantPotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
662
746
  PlantSeedling: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
663
747
  PlantSeedlingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
748
+ Reaction: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
664
749
  Sensor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
665
- Sun: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
666
- SunAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
667
- SunAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
668
- SunMoon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
669
- SunMoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
670
- SunSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
750
+ Steam: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
751
+ TermperatureChange: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
671
752
  TestTubeEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
672
753
  TestTubeEmpty16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
673
754
  TestTubeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
674
755
  TestTubeSolid16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
756
+ Thermometer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
757
+ Tools: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
675
758
  Virus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
676
759
  VirusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
677
760
  };
678
- Social: {
679
- Adobe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
680
- Facebook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
681
- Figma: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
682
- Flickr: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
683
- Github: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
684
- Instagram: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
685
- LinkedIn: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
686
- Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
687
- Onfido: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
688
- RenRen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
689
- Sharepoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
690
- Storybook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
691
- Teams: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
692
- Twitter: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
693
- VivaEngage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
694
- Vk: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
695
- WeChat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
696
- Weibo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
697
- Whatsapp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
698
- YouKouAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
699
- YouKouLogo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
700
- YouTube: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
701
- };
702
761
  Status: {
703
762
  Alert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
704
763
  AlertCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -763,8 +822,7 @@ export declare const Categories: {
763
822
  Computer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
764
823
  ComputerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
765
824
  ConnectedArrows: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
766
- CursorPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
767
- CursorPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
825
+ Cpu: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
768
826
  DesignSystem: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
769
827
  DesignSystemSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
770
828
  DownloadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -802,10 +860,10 @@ export declare const Categories: {
802
860
  Mobile: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
803
861
  MobileAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
804
862
  MobileAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
863
+ MobileApp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
805
864
  MobileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
806
865
  Monitor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
807
- PenPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
808
- PenPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
866
+ Phone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
809
867
  Print: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
810
868
  PrintSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
811
869
  Product: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -822,14 +880,8 @@ export declare const Categories: {
822
880
  Tv: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
823
881
  TvAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
824
882
  TvSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
825
- Typography: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
826
- TypographySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
827
883
  UploadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
828
884
  UploadCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
829
- Variable: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
830
- VariableCopy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
831
- VariableReference: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
832
- VariableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
833
885
  Video: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
834
886
  VideoDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
835
887
  VideoDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -856,6 +908,10 @@ export declare const Categories: {
856
908
  ChargeTimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
857
909
  ChargingSpeed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
858
910
  ChargingSpeedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
911
+ Hourglass: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
912
+ HourglassBottom: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
913
+ HourglassFilling: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
914
+ HourglassTop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
859
915
  Time: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
860
916
  TimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
861
917
  Version: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -909,23 +965,13 @@ export declare const Categories: {
909
965
  UnlockSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
910
966
  };
911
967
  Travel: {
912
- Airplane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
913
- AirplaneCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
914
- AirplaneCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
915
- AirplaneDiagonal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
916
- AirplaneDiagonalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
917
- AirplaneLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
918
- AirplaneSide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
919
- AirplaneSideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
920
- AirplaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
921
- AirplaneSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
922
- AirplaneTakeOffSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
968
+ AirportArrivalsLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
969
+ AirportCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
970
+ AirportCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
971
+ AirportDeparturesSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
972
+ AirportSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
923
973
  AnchorMarineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
924
974
  AutomobileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
925
- Barge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
926
- BargeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
927
- Coffee: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
928
- CoffeeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
929
975
  CurrentLocation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
930
976
  CurrentLocationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
931
977
  Globe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -955,22 +1001,92 @@ export declare const Categories: {
955
1001
  RoadBitumen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
956
1002
  RoadBitumenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
957
1003
  RoadSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
958
- Rocket: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
959
- RocketSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
960
1004
  Route: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
961
1005
  RouteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
962
- Shop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
963
- ShopSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1006
+ Signpost: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
964
1007
  Toilet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
965
1008
  ToiletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1009
+ };
1010
+ Vehicles: {
1011
+ Airplane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1012
+ AirplaneDiagonal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1013
+ AirplaneDiagonalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1014
+ AirplaneSide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1015
+ AirplaneSideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1016
+ AirplaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1017
+ Barge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1018
+ BargeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1019
+ Car: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1020
+ Compressor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1021
+ Engine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1022
+ EngineMileage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1023
+ Excavator: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1024
+ FanBelt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1025
+ FreightTrain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1026
+ GasEngine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1027
+ Gearbox: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1028
+ Guage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1029
+ Leaks: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1030
+ LeaksSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1031
+ Lubricant: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1032
+ Maintenance: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1033
+ MaintenanceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1034
+ Motorboat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1035
+ Motorcycle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1036
+ PassengerTrain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1037
+ Piston: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1038
+ Rocket: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1039
+ RocketSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1040
+ SportsCar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1041
+ TankerTruck: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1042
+ Tractor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1043
+ TrainCar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1044
+ TrainContainer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1045
+ TrainTanker: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
966
1046
  Truck: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
967
1047
  TruckSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1048
+ Turbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1049
+ Van: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
968
1050
  Vessel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
969
1051
  VesselAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
970
1052
  VesselAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
971
1053
  VesselMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
972
1054
  VesselMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
973
1055
  VesselSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1056
+ Windscreen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1057
+ };
1058
+ Weather: {
1059
+ Cloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1060
+ CloudBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1061
+ CloudBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1062
+ CloudFog: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1063
+ CloudFogSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1064
+ CloudRain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1065
+ CloudRainSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1066
+ CloudSnow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1067
+ CloudSnowSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1068
+ CloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1069
+ Droplet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1070
+ DropletAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1071
+ DropletAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1072
+ DropletAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1073
+ DropletMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1074
+ DropletMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1075
+ DropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1076
+ DropletSolidAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1077
+ LightningBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1078
+ LightningBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1079
+ LightningBoltThin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1080
+ LightningBoltThinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1081
+ Moon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1082
+ MoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1083
+ Storm: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1084
+ Sun: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1085
+ SunAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1086
+ SunAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1087
+ SunMoon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1088
+ SunMoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1089
+ SunSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
974
1090
  };
975
1091
  };
976
1092
  //# sourceMappingURL=categories.d.ts.map