acinguiux-ds-react-framework 0.1.18 → 0.1.19

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 (1040) hide show
  1. package/build/cjs/components/Accordion/Accordion.js +1 -1
  2. package/build/cjs/components/Accordion/Accordion.js.map +1 -1
  3. package/build/cjs/components/Alert/Alert.js +1 -1
  4. package/build/cjs/components/Alert/Alert.js.map +1 -1
  5. package/build/cjs/components/Button/Button.styles.js +51 -55
  6. package/build/cjs/components/Button/Button.styles.js.map +1 -1
  7. package/build/cjs/components/Button/OnBrandButton.js.map +1 -1
  8. package/build/cjs/components/Button/OnSentimentButton.js.map +1 -1
  9. package/build/cjs/components/ButtonGroup/ButtonGroup.js +1 -1
  10. package/build/cjs/components/ButtonGroup/ButtonGroup.js.map +1 -1
  11. package/build/cjs/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js +1 -1
  12. package/build/cjs/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js.map +1 -1
  13. package/build/cjs/components/ButtonGroup/components/RadioButton/RadioButton.js +1 -1
  14. package/build/cjs/components/ButtonGroup/components/RadioButton/RadioButton.js.map +1 -1
  15. package/build/cjs/components/Card/Card.styles.js +56 -57
  16. package/build/cjs/components/Card/Card.styles.js.map +1 -1
  17. package/build/cjs/components/Card/InsetCard.js +1 -1
  18. package/build/cjs/components/Card/InsetCard.js.map +1 -1
  19. package/build/cjs/components/Chart/Highcharts/HighchartsChart.js +1 -1
  20. package/build/cjs/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
  21. package/build/cjs/components/Chart/Highcharts/hooks/useHighchartsOptions.js +1 -1
  22. package/build/cjs/components/Chart/Highcharts/hooks/useHighchartsOptions.js.map +1 -1
  23. package/build/cjs/components/Chart/Highcharts/options/axis.options.js +1 -1
  24. package/build/cjs/components/Chart/Highcharts/options/axis.options.js.map +1 -1
  25. package/build/cjs/components/Chart/Highcharts/options/legend.options.js +1 -1
  26. package/build/cjs/components/Chart/Highcharts/options/legend.options.js.map +1 -1
  27. package/build/cjs/components/Chart/Recharts/BaseRechartsChart.js +1 -1
  28. package/build/cjs/components/Chart/Recharts/BaseRechartsChart.js.map +1 -1
  29. package/build/cjs/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js +1 -1
  30. package/build/cjs/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js.map +1 -1
  31. package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js +1 -1
  32. package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
  33. package/build/cjs/components/Checkbox/Checkbox.js +1 -1
  34. package/build/cjs/components/Checkbox/Checkbox.js.map +1 -1
  35. package/build/cjs/components/Checkbox/Checkbox.styles.js +62 -42
  36. package/build/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  37. package/build/cjs/components/DateInput/DateInput.js +1 -1
  38. package/build/cjs/components/DateInput/DateInput.js.map +1 -1
  39. package/build/cjs/components/DatePicker/components/Calendar/Calendar.js +1 -1
  40. package/build/cjs/components/DatePicker/components/Calendar/Calendar.js.map +1 -1
  41. package/build/cjs/components/DatePicker/components/Calendar/Calendar.styles.js +33 -26
  42. package/build/cjs/components/DatePicker/components/Calendar/Calendar.styles.js.map +1 -1
  43. package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js +1 -1
  44. package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js.map +1 -1
  45. package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js +6 -0
  46. package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js.map +1 -0
  47. package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js +1 -1
  48. package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -1
  49. package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js +6 -6
  50. package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js.map +1 -1
  51. package/build/cjs/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js +1 -1
  52. package/build/cjs/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -1
  53. package/build/cjs/components/DatePicker/utils/range.js +2 -0
  54. package/build/cjs/components/DatePicker/utils/range.js.map +1 -0
  55. package/build/cjs/components/Divider/Divider.js +1 -1
  56. package/build/cjs/components/Divider/Divider.js.map +1 -1
  57. package/build/cjs/components/Divider/Divider.styles.js +8 -8
  58. package/build/cjs/components/Divider/Divider.styles.js.map +1 -1
  59. package/build/cjs/components/Drawer/Drawer.js +1 -1
  60. package/build/cjs/components/Drawer/Drawer.js.map +1 -1
  61. package/build/cjs/components/Drawer/Drawer.styles.js +20 -20
  62. package/build/cjs/components/Drawer/Drawer.styles.js.map +1 -1
  63. package/build/cjs/components/EmptyState/EmptyState.js +1 -1
  64. package/build/cjs/components/EmptyState/EmptyState.js.map +1 -1
  65. package/build/cjs/components/FileUploader/FileUploader.js +1 -1
  66. package/build/cjs/components/FileUploader/FileUploader.js.map +1 -1
  67. package/build/cjs/components/FileUploader/components/FileUploadContent/FileUploadContent.js +1 -1
  68. package/build/cjs/components/FileUploader/components/FileUploadContent/FileUploadContent.js.map +1 -1
  69. package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js +1 -1
  70. package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
  71. package/build/cjs/components/FileUploader/hooks/useFileXhrUploader.js +1 -1
  72. package/build/cjs/components/FileUploader/hooks/useFileXhrUploader.js.map +1 -1
  73. package/build/cjs/components/Flag/Flag.js.map +1 -1
  74. package/build/cjs/components/FormField/components/Label/Label.js +1 -1
  75. package/build/cjs/components/FormField/components/Label/Label.js.map +1 -1
  76. package/build/cjs/components/Grid/Grid.js +1 -1
  77. package/build/cjs/components/Grid/Grid.js.map +1 -1
  78. package/build/cjs/components/Icon/components/EyeSolidDisabled.js +1 -1
  79. package/build/cjs/components/Icon/components/EyeSolidDisabled.js.map +1 -1
  80. package/build/cjs/components/Icon/components/Office.js +1 -1
  81. package/build/cjs/components/Icon/components/Office.js.map +1 -1
  82. package/build/cjs/components/Icon/components/Support.js +1 -1
  83. package/build/cjs/components/Icon/components/Support.js.map +1 -1
  84. package/build/cjs/components/Icon/components/categories.js +2 -0
  85. package/build/cjs/components/Icon/components/categories.js.map +1 -0
  86. package/build/cjs/components/ListItem/ListItem.js +1 -1
  87. package/build/cjs/components/ListItem/ListItem.js.map +1 -1
  88. package/build/cjs/components/ListItem/ListItem.styles.js +87 -74
  89. package/build/cjs/components/ListItem/ListItem.styles.js.map +1 -1
  90. package/build/cjs/components/ListItem/ListItem.utils.js +34 -0
  91. package/build/cjs/components/ListItem/ListItem.utils.js.map +1 -0
  92. package/build/cjs/components/ListItem/ListItemHeader.js +2 -0
  93. package/build/cjs/components/ListItem/ListItemHeader.js.map +1 -0
  94. package/build/cjs/components/ListItem/ListItemHeader.styles.js +30 -0
  95. package/build/cjs/components/ListItem/ListItemHeader.styles.js.map +1 -0
  96. package/build/cjs/components/Menu/Menu.js +1 -1
  97. package/build/cjs/components/Menu/Menu.js.map +1 -1
  98. package/build/cjs/components/Menu/Menu.styles.js +1 -1
  99. package/build/cjs/components/Menu/Menu.styles.js.map +1 -1
  100. package/build/cjs/components/Menu/components/MenuDivider.js +1 -1
  101. package/build/cjs/components/Menu/components/MenuDivider.js.map +1 -1
  102. package/build/cjs/components/Menu/components/MenuItem.js +1 -1
  103. package/build/cjs/components/Menu/components/MenuItem.js.map +1 -1
  104. package/build/cjs/components/Menu/components/MenuItemGroup.js +1 -1
  105. package/build/cjs/components/Menu/components/MenuItemGroup.js.map +1 -1
  106. package/build/cjs/components/Menu/components/SubMenu.js +1 -1
  107. package/build/cjs/components/Menu/components/SubMenu.js.map +1 -1
  108. package/build/cjs/components/Menu/styles/groupMenuItem.styles.js +15 -8
  109. package/build/cjs/components/Menu/styles/groupMenuItem.styles.js.map +1 -1
  110. package/build/cjs/components/Menu/styles/menuDivider.styles.js +9 -11
  111. package/build/cjs/components/Menu/styles/menuDivider.styles.js.map +1 -1
  112. package/build/cjs/components/Menu/utils/classObserverUtils.js +1 -1
  113. package/build/cjs/components/Menu/utils/classObserverUtils.js.map +1 -1
  114. package/build/cjs/components/Menu/utils/motionUtils.js +1 -1
  115. package/build/cjs/components/Menu/utils/motionUtils.js.map +1 -1
  116. package/build/cjs/components/Menu/utils/nodeUtils.js +1 -1
  117. package/build/cjs/components/Menu/utils/nodeUtils.js.map +1 -1
  118. package/build/cjs/components/Modal/Modal.js +1 -1
  119. package/build/cjs/components/Modal/Modal.js.map +1 -1
  120. package/build/cjs/components/NavBar/NavBar.js +1 -1
  121. package/build/cjs/components/NavBar/NavBar.js.map +1 -1
  122. package/build/cjs/components/NavBar/NavBar.styles.js +10 -10
  123. package/build/cjs/components/NavBar/NavBar.styles.js.map +1 -1
  124. package/build/cjs/components/NavBar/NavBarMobile.js +2 -0
  125. package/build/cjs/components/NavBar/NavBarMobile.js.map +1 -0
  126. package/build/cjs/components/NavBar/NavBarVerticalStatic.js +2 -0
  127. package/build/cjs/components/NavBar/NavBarVerticalStatic.js.map +1 -0
  128. package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js +63 -0
  129. package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -0
  130. package/build/cjs/components/NavBar/components/FirstArea/FirstArea.js +1 -1
  131. package/build/cjs/components/NavBar/components/FirstArea/FirstArea.js.map +1 -1
  132. package/build/cjs/components/NavBar/components/LastArea/LastArea.styles.js +8 -4
  133. package/build/cjs/components/NavBar/components/LastArea/LastArea.styles.js.map +1 -1
  134. package/build/cjs/components/Pagination/DefaultPagination.js +1 -1
  135. package/build/cjs/components/Pagination/DefaultPagination.js.map +1 -1
  136. package/build/cjs/components/Pagination/DefaultPagination.styles.js +6 -3
  137. package/build/cjs/components/Pagination/DefaultPagination.styles.js.map +1 -1
  138. package/build/cjs/components/Pagination/SimplePagination.js +1 -1
  139. package/build/cjs/components/Pagination/SimplePagination.js.map +1 -1
  140. package/build/cjs/components/Pagination/utils/numberFormatter.js +2 -0
  141. package/build/cjs/components/Pagination/utils/numberFormatter.js.map +1 -0
  142. package/build/cjs/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js +1 -1
  143. package/build/cjs/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js.map +1 -1
  144. package/build/cjs/components/RadioButton/RadioButton.js +1 -1
  145. package/build/cjs/components/RadioButton/RadioButton.js.map +1 -1
  146. package/build/cjs/components/RadioButton/RadioButton.styles.js +70 -60
  147. package/build/cjs/components/RadioButton/RadioButton.styles.js.map +1 -1
  148. package/build/cjs/components/Select/Select.js +1 -1
  149. package/build/cjs/components/Select/Select.js.map +1 -1
  150. package/build/cjs/components/Select/Select.styles.js +8 -11
  151. package/build/cjs/components/Select/Select.styles.js.map +1 -1
  152. package/build/cjs/components/Select/components/SelectLoading.js +1 -1
  153. package/build/cjs/components/Select/components/SelectLoading.js.map +1 -1
  154. package/build/cjs/components/Select/utils/keydown.js +2 -0
  155. package/build/cjs/components/Select/utils/keydown.js.map +1 -0
  156. package/build/cjs/components/Select/utils/strUtils.js +1 -1
  157. package/build/cjs/components/Select/utils/strUtils.js.map +1 -1
  158. package/build/cjs/components/Slider/RangeSlider.js +1 -1
  159. package/build/cjs/components/Slider/RangeSlider.js.map +1 -1
  160. package/build/cjs/components/Slider/Slider.js +1 -1
  161. package/build/cjs/components/Slider/Slider.js.map +1 -1
  162. package/build/cjs/components/Stat/Stat.js +1 -1
  163. package/build/cjs/components/Stat/Stat.js.map +1 -1
  164. package/build/cjs/components/Stepper/Stepper.js +1 -1
  165. package/build/cjs/components/Stepper/Stepper.js.map +1 -1
  166. package/build/cjs/components/Stepper/_internalComponents/Content/Content.js.map +1 -1
  167. package/build/cjs/components/Table/Table.styles.js +24 -24
  168. package/build/cjs/components/Table/Table.styles.js.map +1 -1
  169. package/build/cjs/components/Table/components/BaseTable/BaseTable.js +1 -1
  170. package/build/cjs/components/Table/components/BaseTable/BaseTable.js.map +1 -1
  171. package/build/cjs/components/Table/components/BaseTable/BaseTablePagination.js +7 -6
  172. package/build/cjs/components/Table/components/BaseTable/BaseTablePagination.js.map +1 -1
  173. package/build/cjs/components/Table/components/BaseTable/BaseTableVirtualised.js +1 -1
  174. package/build/cjs/components/Table/components/BaseTable/BaseTableVirtualised.js.map +1 -1
  175. package/build/cjs/components/Table/components/BaseTable/Cell.js +1 -1
  176. package/build/cjs/components/Table/components/BaseTable/Cell.js.map +1 -1
  177. package/build/cjs/components/Table/components/BaseTable/TableFooter.js +1 -1
  178. package/build/cjs/components/Table/components/BaseTable/TableFooter.js.map +1 -1
  179. package/build/cjs/components/Table/components/BaseTable/TableHeader.js +1 -1
  180. package/build/cjs/components/Table/components/BaseTable/TableHeader.js.map +1 -1
  181. package/build/cjs/components/Table/components/TableElements/Expander.js +4 -4
  182. package/build/cjs/components/Table/components/TableElements/Expander.js.map +1 -1
  183. package/build/cjs/components/Table/components/TableElements/HeaderCell.js +1 -1
  184. package/build/cjs/components/Table/components/TableElements/HeaderCell.js.map +1 -1
  185. package/build/cjs/components/Table/components/TableElements/HeaderCellMenu.js +1 -1
  186. package/build/cjs/components/Table/components/TableElements/HeaderCellMenu.js.map +1 -1
  187. package/build/cjs/components/Table/components/TableElements/TableElements.js +58 -58
  188. package/build/cjs/components/Table/components/TableElements/TableElements.js.map +1 -1
  189. package/build/cjs/components/Table/components/TableElements/TableWrapper.js +10 -7
  190. package/build/cjs/components/Table/components/TableElements/TableWrapper.js.map +1 -1
  191. package/build/cjs/components/Table/features/sized.js +1 -1
  192. package/build/cjs/components/Table/features/sized.js.map +1 -1
  193. package/build/cjs/components/Table/hooks/useVirtualized.js +1 -1
  194. package/build/cjs/components/Table/hooks/useVirtualized.js.map +1 -1
  195. package/build/cjs/components/Table/utils/baseTableUtils.js +1 -1
  196. package/build/cjs/components/Table/utils/baseTableUtils.js.map +1 -1
  197. package/build/cjs/components/Table/utils/draggable.js +1 -1
  198. package/build/cjs/components/Table/utils/draggable.js.map +1 -1
  199. package/build/cjs/components/Table/utils/rowHighlight.js +1 -1
  200. package/build/cjs/components/Table/utils/rowHighlight.js.map +1 -1
  201. package/build/cjs/components/Table/utils/tableUtils.js +1 -1
  202. package/build/cjs/components/Table/utils/tableUtils.js.map +1 -1
  203. package/build/cjs/components/Tabs/Tabs.js +1 -1
  204. package/build/cjs/components/Tabs/Tabs.js.map +1 -1
  205. package/build/cjs/components/Tag/Tag.styles.js +14 -14
  206. package/build/cjs/components/Tag/Tag.styles.js.map +1 -1
  207. package/build/cjs/components/TextArea/TextArea.js +1 -1
  208. package/build/cjs/components/TextArea/TextArea.js.map +1 -1
  209. package/build/cjs/components/TextInput/TextInput.js +1 -1
  210. package/build/cjs/components/TextInput/TextInput.js.map +1 -1
  211. package/build/cjs/components/Timeline/Timeline.js +1 -1
  212. package/build/cjs/components/Timeline/Timeline.js.map +1 -1
  213. package/build/cjs/components/Timeline/components/TimelineStepBox/TimelineStepBox.js +1 -1
  214. package/build/cjs/components/Timeline/components/TimelineStepBox/TimelineStepBox.js.map +1 -1
  215. package/build/cjs/components/ToggleButton/ToggleButton.js +1 -1
  216. package/build/cjs/components/ToggleButton/ToggleButton.js.map +1 -1
  217. package/build/cjs/components/Tree/Tree.js +1 -1
  218. package/build/cjs/components/Tree/Tree.js.map +1 -1
  219. package/build/cjs/components/Tree/components/TreeCheckbox/TreeCheckbox.js +1 -1
  220. package/build/cjs/components/Tree/components/TreeCheckbox/TreeCheckbox.js.map +1 -1
  221. package/build/cjs/components/Tree/components/TreeNode/TreeNode.js +1 -1
  222. package/build/cjs/components/Tree/components/TreeNode/TreeNode.js.map +1 -1
  223. package/build/cjs/components/Tree/utils/treeUtils.js +1 -1
  224. package/build/cjs/components/Tree/utils/treeUtils.js.map +1 -1
  225. package/build/cjs/hooks/useFocusRingOnKeyboard.js +1 -1
  226. package/build/cjs/hooks/useFocusRingOnKeyboard.js.map +1 -1
  227. package/build/cjs/index.js +1 -1
  228. package/build/cjs/libs/i18next/consts.js +2 -0
  229. package/build/cjs/libs/i18next/consts.js.map +1 -0
  230. package/build/cjs/libs/i18next/hooks/useTranslation.js +2 -0
  231. package/build/cjs/libs/i18next/hooks/useTranslation.js.map +1 -0
  232. package/build/cjs/libs/i18next/instance.js +2 -0
  233. package/build/cjs/libs/i18next/instance.js.map +1 -0
  234. package/build/cjs/libs/i18next/resources.js +2 -0
  235. package/build/cjs/libs/i18next/resources.js.map +1 -0
  236. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js +1 -1
  237. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  238. package/build/cjs/providers/theme/FabricsThemeProvider.js +1 -1
  239. package/build/cjs/providers/theme/FabricsThemeProvider.js.map +1 -1
  240. package/build/cjs/providers/translations/I18nextProvider.js +2 -0
  241. package/build/cjs/providers/translations/I18nextProvider.js.map +1 -0
  242. package/build/cjs/react-base/src/components/Button/Button.styles.js +10 -10
  243. package/build/cjs/react-base/src/components/Button/Button.styles.js.map +1 -1
  244. package/build/cjs/react-base/src/components/Button/Button.utils.js +1 -1
  245. package/build/cjs/react-base/src/components/Button/Button.utils.js.map +1 -1
  246. package/build/cjs/react-base/src/components/Checkbox/Checkbox.consts.js +1 -1
  247. package/build/cjs/react-base/src/components/Checkbox/Checkbox.consts.js.map +1 -1
  248. package/build/cjs/react-base/src/components/Checkbox/Checkbox.utils.js +1 -1
  249. package/build/cjs/react-base/src/components/Checkbox/Checkbox.utils.js.map +1 -1
  250. package/build/cjs/react-base/src/components/Divider/Divider.utils.js +1 -1
  251. package/build/cjs/react-base/src/components/Divider/Divider.utils.js.map +1 -1
  252. package/build/cjs/react-base/src/components/FileUploader/FileUploader.types.js.map +1 -1
  253. package/build/cjs/react-base/src/components/FormField/FormField.styles.js +1 -1
  254. package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  255. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
  256. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  257. package/build/cjs/react-base/src/components/ListItem/ListItem.consts.js +1 -1
  258. package/build/cjs/react-base/src/components/ListItem/ListItem.consts.js.map +1 -1
  259. package/build/cjs/react-base/src/components/ListItem/ListItem.types.js +1 -1
  260. package/build/cjs/react-base/src/components/ListItem/ListItem.types.js.map +1 -1
  261. package/build/cjs/react-base/src/components/ListItem/ListItemHeader.consts.js +2 -0
  262. package/build/cjs/react-base/src/components/ListItem/ListItemHeader.consts.js.map +1 -0
  263. package/build/cjs/react-base/src/components/NavBar/NavBar.consts.js +1 -1
  264. package/build/cjs/react-base/src/components/NavBar/NavBar.consts.js.map +1 -1
  265. package/build/cjs/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js +2 -0
  266. package/build/cjs/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js.map +1 -0
  267. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
  268. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  269. package/build/cjs/react-base/src/components/Pagination/locales/de.js +2 -0
  270. package/build/cjs/react-base/src/components/Pagination/locales/de.js.map +1 -0
  271. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
  272. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  273. package/build/cjs/react-base/src/components/Select/Select.consts.js +1 -1
  274. package/build/cjs/react-base/src/components/Select/Select.consts.js.map +1 -1
  275. package/build/cjs/react-base/src/components/Select/Select.utils.js +1 -1
  276. package/build/cjs/react-base/src/components/Select/Select.utils.js.map +1 -1
  277. package/build/cjs/react-base/src/components/Tag/Tag.utils.js +1 -1
  278. package/build/cjs/react-base/src/components/Tag/Tag.utils.js.map +1 -1
  279. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
  280. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  281. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
  282. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  283. package/build/cjs/react-base/src/theme/layer.js +1 -1
  284. package/build/cjs/react-base/src/theme/layer.js.map +1 -1
  285. package/build/cjs/react-base/src/theme/modes.js +1 -1
  286. package/build/cjs/react-base/src/theme/modes.js.map +1 -1
  287. package/build/cjs/react-base/src/theme/types/typography.js +1 -1
  288. package/build/cjs/react-base/src/theme/types/typography.js.map +1 -1
  289. package/build/cjs/react-base/src/theme/typography.js +1 -1
  290. package/build/cjs/react-base/src/theme/typography.js.map +1 -1
  291. package/build/cjs/react-base/src/utils/stylesUtils.js +3 -3
  292. package/build/cjs/react-base/src/utils/stylesUtils.js.map +1 -1
  293. package/build/esm/components/Accordion/Accordion.js +29 -29
  294. package/build/esm/components/Accordion/Accordion.js.map +1 -1
  295. package/build/esm/components/Alert/Alert.js +82 -83
  296. package/build/esm/components/Alert/Alert.js.map +1 -1
  297. package/build/esm/components/Button/Button.styles.d.ts +1 -2
  298. package/build/esm/components/Button/Button.styles.d.ts.map +1 -1
  299. package/build/esm/components/Button/Button.styles.js +89 -79
  300. package/build/esm/components/Button/Button.styles.js.map +1 -1
  301. package/build/esm/components/Button/OnBrandButton.d.ts.map +1 -1
  302. package/build/esm/components/Button/OnBrandButton.js +1 -10
  303. package/build/esm/components/Button/OnBrandButton.js.map +1 -1
  304. package/build/esm/components/Button/OnSentimentButton.d.ts.map +1 -1
  305. package/build/esm/components/Button/OnSentimentButton.js.map +1 -1
  306. package/build/esm/components/ButtonGroup/ButtonGroup.js +35 -35
  307. package/build/esm/components/ButtonGroup/ButtonGroup.js.map +1 -1
  308. package/build/esm/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js +57 -57
  309. package/build/esm/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js.map +1 -1
  310. package/build/esm/components/ButtonGroup/components/RadioButton/RadioButton.js +43 -43
  311. package/build/esm/components/ButtonGroup/components/RadioButton/RadioButton.js.map +1 -1
  312. package/build/esm/components/Card/Card.styles.d.ts +3 -2
  313. package/build/esm/components/Card/Card.styles.d.ts.map +1 -1
  314. package/build/esm/components/Card/Card.styles.js +70 -66
  315. package/build/esm/components/Card/Card.styles.js.map +1 -1
  316. package/build/esm/components/Card/InsetCard.d.ts.map +1 -1
  317. package/build/esm/components/Card/InsetCard.js +41 -35
  318. package/build/esm/components/Card/InsetCard.js.map +1 -1
  319. package/build/esm/components/Card/_internalComponents/data.d.ts +2 -0
  320. package/build/esm/components/Card/_internalComponents/data.d.ts.map +1 -1
  321. package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts +1 -0
  322. package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts.map +1 -1
  323. package/build/esm/components/Chart/Highcharts/HighchartsChart.js +26 -30
  324. package/build/esm/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
  325. package/build/esm/components/Chart/Highcharts/hooks/useHighchartsOptions.js +17 -17
  326. package/build/esm/components/Chart/Highcharts/hooks/useHighchartsOptions.js.map +1 -1
  327. package/build/esm/components/Chart/Highcharts/options/axis.options.js +14 -14
  328. package/build/esm/components/Chart/Highcharts/options/axis.options.js.map +1 -1
  329. package/build/esm/components/Chart/Highcharts/options/legend.options.js +7 -7
  330. package/build/esm/components/Chart/Highcharts/options/legend.options.js.map +1 -1
  331. package/build/esm/components/Chart/Recharts/BaseRechartsChart.d.ts.map +1 -1
  332. package/build/esm/components/Chart/Recharts/BaseRechartsChart.js +38 -35
  333. package/build/esm/components/Chart/Recharts/BaseRechartsChart.js.map +1 -1
  334. package/build/esm/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js +8 -8
  335. package/build/esm/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js.map +1 -1
  336. package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.d.ts.map +1 -1
  337. package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js +23 -21
  338. package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
  339. package/build/esm/components/Checkbox/Checkbox.d.ts.map +1 -1
  340. package/build/esm/components/Checkbox/Checkbox.js +59 -53
  341. package/build/esm/components/Checkbox/Checkbox.js.map +1 -1
  342. package/build/esm/components/Checkbox/Checkbox.styles.d.ts +4 -4
  343. package/build/esm/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  344. package/build/esm/components/Checkbox/Checkbox.styles.js +75 -66
  345. package/build/esm/components/Checkbox/Checkbox.styles.js.map +1 -1
  346. package/build/esm/components/Checkbox/Checkbox.types.d.ts +1 -1
  347. package/build/esm/components/Checkbox/Checkbox.types.d.ts.map +1 -1
  348. package/build/esm/components/DateInput/DateInput.js +31 -31
  349. package/build/esm/components/DateInput/DateInput.js.map +1 -1
  350. package/build/esm/components/DatePicker/components/Calendar/Calendar.d.ts +2 -12
  351. package/build/esm/components/DatePicker/components/Calendar/Calendar.d.ts.map +1 -1
  352. package/build/esm/components/DatePicker/components/Calendar/Calendar.js +47 -36
  353. package/build/esm/components/DatePicker/components/Calendar/Calendar.js.map +1 -1
  354. package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.d.ts +4 -2
  355. package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.d.ts.map +1 -1
  356. package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.js +48 -40
  357. package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.js.map +1 -1
  358. package/build/esm/components/DatePicker/components/Calendar/Calendar.types.d.ts +14 -0
  359. package/build/esm/components/DatePicker/components/Calendar/Calendar.types.d.ts.map +1 -0
  360. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js +34 -35
  361. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js.map +1 -1
  362. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.d.ts +7 -0
  363. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.d.ts.map +1 -0
  364. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js +12 -0
  365. package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js.map +1 -0
  366. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.d.ts +1 -1
  367. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.d.ts.map +1 -1
  368. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js +107 -102
  369. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -1
  370. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.d.ts +2 -0
  371. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.d.ts.map +1 -1
  372. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js +10 -8
  373. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js.map +1 -1
  374. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +2 -2
  375. package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -1
  376. package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js +109 -113
  377. package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -1
  378. package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts +2 -2
  379. package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts.map +1 -1
  380. package/build/esm/components/DatePicker/utils/range.d.ts +8 -0
  381. package/build/esm/components/DatePicker/utils/range.d.ts.map +1 -0
  382. package/build/esm/components/DatePicker/utils/range.js +6 -0
  383. package/build/esm/components/DatePicker/utils/range.js.map +1 -0
  384. package/build/esm/components/Divider/Divider.js +13 -13
  385. package/build/esm/components/Divider/Divider.js.map +1 -1
  386. package/build/esm/components/Divider/Divider.styles.js +15 -15
  387. package/build/esm/components/Divider/Divider.styles.js.map +1 -1
  388. package/build/esm/components/Drawer/Drawer.d.ts +1 -1
  389. package/build/esm/components/Drawer/Drawer.d.ts.map +1 -1
  390. package/build/esm/components/Drawer/Drawer.js +33 -31
  391. package/build/esm/components/Drawer/Drawer.js.map +1 -1
  392. package/build/esm/components/Drawer/Drawer.styles.d.ts +3 -1
  393. package/build/esm/components/Drawer/Drawer.styles.d.ts.map +1 -1
  394. package/build/esm/components/Drawer/Drawer.styles.js +40 -40
  395. package/build/esm/components/Drawer/Drawer.styles.js.map +1 -1
  396. package/build/esm/components/EmptyState/EmptyState.js +33 -33
  397. package/build/esm/components/EmptyState/EmptyState.js.map +1 -1
  398. package/build/esm/components/FileUploader/FileUploader.d.ts.map +1 -1
  399. package/build/esm/components/FileUploader/FileUploader.js +40 -43
  400. package/build/esm/components/FileUploader/FileUploader.js.map +1 -1
  401. package/build/esm/components/FileUploader/FileUploader.types.d.ts +11 -3
  402. package/build/esm/components/FileUploader/FileUploader.types.d.ts.map +1 -1
  403. package/build/esm/components/FileUploader/components/FileUploadContent/FileUploadContent.js +45 -49
  404. package/build/esm/components/FileUploader/components/FileUploadContent/FileUploadContent.js.map +1 -1
  405. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts +1 -1
  406. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts.map +1 -1
  407. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js +70 -69
  408. package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
  409. package/build/esm/components/FileUploader/hooks/useFileXhrUploader.js +32 -33
  410. package/build/esm/components/FileUploader/hooks/useFileXhrUploader.js.map +1 -1
  411. package/build/esm/components/FormField/components/Label/Label.js +35 -38
  412. package/build/esm/components/FormField/components/Label/Label.js.map +1 -1
  413. package/build/esm/components/Grid/Grid.js +4 -4
  414. package/build/esm/components/Grid/Grid.js.map +1 -1
  415. package/build/esm/components/Icon/components/EyeSolidDisabled.js +1 -1
  416. package/build/esm/components/Icon/components/EyeSolidDisabled.js.map +1 -1
  417. package/build/esm/components/Icon/components/Office.d.ts.map +1 -1
  418. package/build/esm/components/Icon/components/Office.js +12 -22
  419. package/build/esm/components/Icon/components/Office.js.map +1 -1
  420. package/build/esm/components/Icon/components/Support.js +14 -14
  421. package/build/esm/components/Icon/components/Support.js.map +1 -1
  422. package/build/esm/components/Icon/components/categories.d.ts +976 -0
  423. package/build/esm/components/Icon/components/categories.d.ts.map +1 -0
  424. package/build/esm/components/Icon/components/categories.js +1904 -0
  425. package/build/esm/components/Icon/components/categories.js.map +1 -0
  426. package/build/esm/components/ListItem/ListItem.d.ts +1 -2
  427. package/build/esm/components/ListItem/ListItem.d.ts.map +1 -1
  428. package/build/esm/components/ListItem/ListItem.js +86 -45
  429. package/build/esm/components/ListItem/ListItem.js.map +1 -1
  430. package/build/esm/components/ListItem/ListItem.styles.d.ts +9 -6
  431. package/build/esm/components/ListItem/ListItem.styles.d.ts.map +1 -1
  432. package/build/esm/components/ListItem/ListItem.styles.js +137 -131
  433. package/build/esm/components/ListItem/ListItem.styles.js.map +1 -1
  434. package/build/esm/components/ListItem/ListItem.types.d.ts +13 -3
  435. package/build/esm/components/ListItem/ListItem.types.d.ts.map +1 -1
  436. package/build/esm/components/ListItem/ListItem.utils.d.ts +7 -0
  437. package/build/esm/components/ListItem/ListItem.utils.d.ts.map +1 -0
  438. package/build/esm/components/ListItem/ListItem.utils.js +71 -0
  439. package/build/esm/components/ListItem/ListItem.utils.js.map +1 -0
  440. package/build/esm/components/ListItem/ListItemHeader.d.ts +4 -0
  441. package/build/esm/components/ListItem/ListItemHeader.d.ts.map +1 -0
  442. package/build/esm/components/ListItem/ListItemHeader.js +43 -0
  443. package/build/esm/components/ListItem/ListItemHeader.js.map +1 -0
  444. package/build/esm/components/ListItem/ListItemHeader.styles.d.ts +4 -0
  445. package/build/esm/components/ListItem/ListItemHeader.styles.d.ts.map +1 -0
  446. package/build/esm/components/ListItem/ListItemHeader.styles.js +43 -0
  447. package/build/esm/components/ListItem/ListItemHeader.styles.js.map +1 -0
  448. package/build/esm/components/Menu/Menu.d.ts +1 -1
  449. package/build/esm/components/Menu/Menu.d.ts.map +1 -1
  450. package/build/esm/components/Menu/Menu.js +58 -54
  451. package/build/esm/components/Menu/Menu.js.map +1 -1
  452. package/build/esm/components/Menu/Menu.styles.d.ts +7 -7
  453. package/build/esm/components/Menu/Menu.styles.js +1 -1
  454. package/build/esm/components/Menu/Menu.styles.js.map +1 -1
  455. package/build/esm/components/Menu/Menu.types.d.ts +2 -2
  456. package/build/esm/components/Menu/Menu.types.d.ts.map +1 -1
  457. package/build/esm/components/Menu/_stories/Story.styles.d.ts +1 -1
  458. package/build/esm/components/Menu/_stories/Story.styles.d.ts.map +1 -1
  459. package/build/esm/components/Menu/components/MenuDivider.d.ts +3 -3
  460. package/build/esm/components/Menu/components/MenuDivider.d.ts.map +1 -1
  461. package/build/esm/components/Menu/components/MenuDivider.js +20 -4
  462. package/build/esm/components/Menu/components/MenuDivider.js.map +1 -1
  463. package/build/esm/components/Menu/components/MenuItem.d.ts +1 -1
  464. package/build/esm/components/Menu/components/MenuItem.d.ts.map +1 -1
  465. package/build/esm/components/Menu/components/MenuItem.js +1 -1
  466. package/build/esm/components/Menu/components/MenuItem.js.map +1 -1
  467. package/build/esm/components/Menu/components/MenuItemGroup.d.ts +2 -1
  468. package/build/esm/components/Menu/components/MenuItemGroup.d.ts.map +1 -1
  469. package/build/esm/components/Menu/components/MenuItemGroup.js +18 -8
  470. package/build/esm/components/Menu/components/MenuItemGroup.js.map +1 -1
  471. package/build/esm/components/Menu/components/SubMenu.d.ts +1 -1
  472. package/build/esm/components/Menu/components/SubMenu.d.ts.map +1 -1
  473. package/build/esm/components/Menu/components/SubMenu.js +1 -1
  474. package/build/esm/components/Menu/components/SubMenu.js.map +1 -1
  475. package/build/esm/components/Menu/styles/groupMenuItem.styles.d.ts.map +1 -1
  476. package/build/esm/components/Menu/styles/groupMenuItem.styles.js +19 -12
  477. package/build/esm/components/Menu/styles/groupMenuItem.styles.js.map +1 -1
  478. package/build/esm/components/Menu/styles/menuDivider.styles.d.ts.map +1 -1
  479. package/build/esm/components/Menu/styles/menuDivider.styles.js +10 -13
  480. package/build/esm/components/Menu/styles/menuDivider.styles.js.map +1 -1
  481. package/build/esm/components/Menu/utils/classObserverUtils.d.ts +1 -1
  482. package/build/esm/components/Menu/utils/classObserverUtils.js +11 -11
  483. package/build/esm/components/Menu/utils/classObserverUtils.js.map +1 -1
  484. package/build/esm/components/Menu/utils/motionUtils.js +7 -7
  485. package/build/esm/components/Menu/utils/motionUtils.js.map +1 -1
  486. package/build/esm/components/Menu/utils/nodeUtils.d.ts +5 -2
  487. package/build/esm/components/Menu/utils/nodeUtils.d.ts.map +1 -1
  488. package/build/esm/components/Menu/utils/nodeUtils.js +27 -13
  489. package/build/esm/components/Menu/utils/nodeUtils.js.map +1 -1
  490. package/build/esm/components/Modal/Modal.js +31 -31
  491. package/build/esm/components/Modal/Modal.js.map +1 -1
  492. package/build/esm/components/NavBar/NavBar.d.ts +1 -1
  493. package/build/esm/components/NavBar/NavBar.d.ts.map +1 -1
  494. package/build/esm/components/NavBar/NavBar.js +111 -107
  495. package/build/esm/components/NavBar/NavBar.js.map +1 -1
  496. package/build/esm/components/NavBar/NavBar.styles.d.ts +2 -1
  497. package/build/esm/components/NavBar/NavBar.styles.d.ts.map +1 -1
  498. package/build/esm/components/NavBar/NavBar.styles.js +11 -11
  499. package/build/esm/components/NavBar/NavBar.styles.js.map +1 -1
  500. package/build/esm/components/NavBar/NavBar.types.d.ts +12 -1
  501. package/build/esm/components/NavBar/NavBar.types.d.ts.map +1 -1
  502. package/build/esm/components/NavBar/NavBarMobile.d.ts +5 -0
  503. package/build/esm/components/NavBar/NavBarMobile.d.ts.map +1 -0
  504. package/build/esm/components/NavBar/NavBarMobile.js +17 -0
  505. package/build/esm/components/NavBar/NavBarMobile.js.map +1 -0
  506. package/build/esm/components/NavBar/NavBarVerticalStatic.d.ts +5 -0
  507. package/build/esm/components/NavBar/NavBarVerticalStatic.d.ts.map +1 -0
  508. package/build/esm/components/NavBar/NavBarVerticalStatic.js +53 -0
  509. package/build/esm/components/NavBar/NavBarVerticalStatic.js.map +1 -0
  510. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts +11 -0
  511. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts.map +1 -0
  512. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js +81 -0
  513. package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -0
  514. package/build/esm/components/NavBar/components/FirstArea/FirstArea.js +24 -24
  515. package/build/esm/components/NavBar/components/FirstArea/FirstArea.js.map +1 -1
  516. package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts +2 -1
  517. package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts.map +1 -1
  518. package/build/esm/components/NavBar/components/LastArea/LastArea.styles.js +12 -7
  519. package/build/esm/components/NavBar/components/LastArea/LastArea.styles.js.map +1 -1
  520. package/build/esm/components/Pagination/DefaultPagination.d.ts +1 -1
  521. package/build/esm/components/Pagination/DefaultPagination.d.ts.map +1 -1
  522. package/build/esm/components/Pagination/DefaultPagination.js +113 -111
  523. package/build/esm/components/Pagination/DefaultPagination.js.map +1 -1
  524. package/build/esm/components/Pagination/DefaultPagination.styles.d.ts.map +1 -1
  525. package/build/esm/components/Pagination/DefaultPagination.styles.js +15 -12
  526. package/build/esm/components/Pagination/DefaultPagination.styles.js.map +1 -1
  527. package/build/esm/components/Pagination/SimplePagination.d.ts +1 -1
  528. package/build/esm/components/Pagination/SimplePagination.d.ts.map +1 -1
  529. package/build/esm/components/Pagination/SimplePagination.js +64 -61
  530. package/build/esm/components/Pagination/SimplePagination.js.map +1 -1
  531. package/build/esm/components/Pagination/utils/numberFormatter.d.ts +2 -0
  532. package/build/esm/components/Pagination/utils/numberFormatter.d.ts.map +1 -0
  533. package/build/esm/components/Pagination/utils/numberFormatter.js +5 -0
  534. package/build/esm/components/Pagination/utils/numberFormatter.js.map +1 -0
  535. package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js +18 -19
  536. package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js.map +1 -1
  537. package/build/esm/components/RadioButton/RadioButton.d.ts.map +1 -1
  538. package/build/esm/components/RadioButton/RadioButton.js +52 -47
  539. package/build/esm/components/RadioButton/RadioButton.js.map +1 -1
  540. package/build/esm/components/RadioButton/RadioButton.styles.d.ts +4 -4
  541. package/build/esm/components/RadioButton/RadioButton.styles.d.ts.map +1 -1
  542. package/build/esm/components/RadioButton/RadioButton.styles.js +76 -67
  543. package/build/esm/components/RadioButton/RadioButton.styles.js.map +1 -1
  544. package/build/esm/components/RadioButton/RadioButton.types.d.ts +1 -1
  545. package/build/esm/components/RadioButton/RadioButton.types.d.ts.map +1 -1
  546. package/build/esm/components/Select/Select.d.ts.map +1 -1
  547. package/build/esm/components/Select/Select.js +206 -208
  548. package/build/esm/components/Select/Select.js.map +1 -1
  549. package/build/esm/components/Select/Select.styles.d.ts.map +1 -1
  550. package/build/esm/components/Select/Select.styles.js +29 -32
  551. package/build/esm/components/Select/Select.styles.js.map +1 -1
  552. package/build/esm/components/Select/Select.types.d.ts +5 -0
  553. package/build/esm/components/Select/Select.types.d.ts.map +1 -1
  554. package/build/esm/components/Select/components/SelectLoading.d.ts.map +1 -1
  555. package/build/esm/components/Select/components/SelectLoading.js +9 -8
  556. package/build/esm/components/Select/components/SelectLoading.js.map +1 -1
  557. package/build/esm/components/Select/utils/keydown.d.ts +18 -0
  558. package/build/esm/components/Select/utils/keydown.d.ts.map +1 -0
  559. package/build/esm/components/Select/utils/keydown.js +28 -0
  560. package/build/esm/components/Select/utils/keydown.js.map +1 -0
  561. package/build/esm/components/Select/utils/strUtils.js +2 -2
  562. package/build/esm/components/Select/utils/strUtils.js.map +1 -1
  563. package/build/esm/components/Slider/RangeSlider.js +66 -66
  564. package/build/esm/components/Slider/RangeSlider.js.map +1 -1
  565. package/build/esm/components/Slider/Slider.js +47 -47
  566. package/build/esm/components/Slider/Slider.js.map +1 -1
  567. package/build/esm/components/Stat/Stat.d.ts.map +1 -1
  568. package/build/esm/components/Stat/Stat.js +40 -37
  569. package/build/esm/components/Stat/Stat.js.map +1 -1
  570. package/build/esm/components/Stepper/Stepper.js +16 -16
  571. package/build/esm/components/Stepper/Stepper.js.map +1 -1
  572. package/build/esm/components/Table/Table.styles.d.ts.map +1 -1
  573. package/build/esm/components/Table/Table.styles.js +22 -22
  574. package/build/esm/components/Table/Table.styles.js.map +1 -1
  575. package/build/esm/components/Table/_internalComponents/data.d.ts.map +1 -1
  576. package/build/esm/components/Table/components/BaseTable/BaseTable.d.ts.map +1 -1
  577. package/build/esm/components/Table/components/BaseTable/BaseTable.js +104 -108
  578. package/build/esm/components/Table/components/BaseTable/BaseTable.js.map +1 -1
  579. package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts +1 -0
  580. package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts.map +1 -1
  581. package/build/esm/components/Table/components/BaseTable/BaseTablePagination.d.ts.map +1 -1
  582. package/build/esm/components/Table/components/BaseTable/BaseTablePagination.js +12 -11
  583. package/build/esm/components/Table/components/BaseTable/BaseTablePagination.js.map +1 -1
  584. package/build/esm/components/Table/components/BaseTable/BaseTableVirtualised.js +104 -109
  585. package/build/esm/components/Table/components/BaseTable/BaseTableVirtualised.js.map +1 -1
  586. package/build/esm/components/Table/components/BaseTable/Cell.d.ts.map +1 -1
  587. package/build/esm/components/Table/components/BaseTable/Cell.js +22 -29
  588. package/build/esm/components/Table/components/BaseTable/Cell.js.map +1 -1
  589. package/build/esm/components/Table/components/BaseTable/TableFooter.js +10 -10
  590. package/build/esm/components/Table/components/BaseTable/TableFooter.js.map +1 -1
  591. package/build/esm/components/Table/components/BaseTable/TableHeader.js +19 -19
  592. package/build/esm/components/Table/components/BaseTable/TableHeader.js.map +1 -1
  593. package/build/esm/components/Table/components/TableElements/Expander.d.ts.map +1 -1
  594. package/build/esm/components/Table/components/TableElements/Expander.js +18 -17
  595. package/build/esm/components/Table/components/TableElements/Expander.js.map +1 -1
  596. package/build/esm/components/Table/components/TableElements/HeaderCell.js +34 -34
  597. package/build/esm/components/Table/components/TableElements/HeaderCell.js.map +1 -1
  598. package/build/esm/components/Table/components/TableElements/HeaderCellMenu.js +36 -36
  599. package/build/esm/components/Table/components/TableElements/HeaderCellMenu.js.map +1 -1
  600. package/build/esm/components/Table/components/TableElements/TableElements.js +93 -93
  601. package/build/esm/components/Table/components/TableElements/TableElements.js.map +1 -1
  602. package/build/esm/components/Table/components/TableElements/TableWrapper.d.ts.map +1 -1
  603. package/build/esm/components/Table/components/TableElements/TableWrapper.js +27 -23
  604. package/build/esm/components/Table/components/TableElements/TableWrapper.js.map +1 -1
  605. package/build/esm/components/Table/features/sized.d.ts.map +1 -1
  606. package/build/esm/components/Table/features/sized.js +7 -8
  607. package/build/esm/components/Table/features/sized.js.map +1 -1
  608. package/build/esm/components/Table/hooks/useVirtualized.js +16 -17
  609. package/build/esm/components/Table/hooks/useVirtualized.js.map +1 -1
  610. package/build/esm/components/Table/utils/baseTableUtils.js +20 -29
  611. package/build/esm/components/Table/utils/baseTableUtils.js.map +1 -1
  612. package/build/esm/components/Table/utils/draggable.js +27 -28
  613. package/build/esm/components/Table/utils/draggable.js.map +1 -1
  614. package/build/esm/components/Table/utils/rowHighlight.js +4 -4
  615. package/build/esm/components/Table/utils/rowHighlight.js.map +1 -1
  616. package/build/esm/components/Table/utils/tableUtils.d.ts +1 -0
  617. package/build/esm/components/Table/utils/tableUtils.d.ts.map +1 -1
  618. package/build/esm/components/Table/utils/tableUtils.js +2 -1
  619. package/build/esm/components/Table/utils/tableUtils.js.map +1 -1
  620. package/build/esm/components/Tabs/Tabs.js +24 -24
  621. package/build/esm/components/Tabs/Tabs.js.map +1 -1
  622. package/build/esm/components/Tag/Tag.styles.js +33 -32
  623. package/build/esm/components/Tag/Tag.styles.js.map +1 -1
  624. package/build/esm/components/TextArea/TextArea.js +91 -93
  625. package/build/esm/components/TextArea/TextArea.js.map +1 -1
  626. package/build/esm/components/TextInput/TextInput.js +88 -90
  627. package/build/esm/components/TextInput/TextInput.js.map +1 -1
  628. package/build/esm/components/Timeline/Timeline.js +90 -90
  629. package/build/esm/components/Timeline/Timeline.js.map +1 -1
  630. package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.js +60 -60
  631. package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.js.map +1 -1
  632. package/build/esm/components/ToggleButton/ToggleButton.js +34 -34
  633. package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
  634. package/build/esm/components/Tree/Tree.js +11 -11
  635. package/build/esm/components/Tree/Tree.js.map +1 -1
  636. package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.d.ts.map +1 -1
  637. package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.js +12 -16
  638. package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.js.map +1 -1
  639. package/build/esm/components/Tree/components/TreeNode/TreeNode.js +32 -33
  640. package/build/esm/components/Tree/components/TreeNode/TreeNode.js.map +1 -1
  641. package/build/esm/components/Tree/utils/treeUtils.js +21 -23
  642. package/build/esm/components/Tree/utils/treeUtils.js.map +1 -1
  643. package/build/esm/hooks/useFocusRingOnKeyboard.js +30 -31
  644. package/build/esm/hooks/useFocusRingOnKeyboard.js.map +1 -1
  645. package/build/esm/index.d.ts +8 -18
  646. package/build/esm/index.d.ts.map +1 -1
  647. package/build/esm/index.js +291 -304
  648. package/build/esm/index.js.map +1 -1
  649. package/build/esm/libs/i18next/consts.d.ts +2 -0
  650. package/build/esm/libs/i18next/consts.d.ts.map +1 -0
  651. package/build/esm/libs/i18next/consts.js +5 -0
  652. package/build/esm/libs/i18next/consts.js.map +1 -0
  653. package/build/esm/libs/i18next/hooks/useTranslation.d.ts +3 -0
  654. package/build/esm/libs/i18next/hooks/useTranslation.d.ts.map +1 -0
  655. package/build/esm/libs/i18next/hooks/useTranslation.js +7 -0
  656. package/build/esm/libs/i18next/hooks/useTranslation.js.map +1 -0
  657. package/build/esm/libs/i18next/instance.d.ts +4 -0
  658. package/build/esm/libs/i18next/instance.d.ts.map +1 -0
  659. package/build/esm/libs/i18next/instance.js +19 -0
  660. package/build/esm/libs/i18next/instance.js.map +1 -0
  661. package/build/esm/libs/i18next/resources.d.ts +3 -0
  662. package/build/esm/libs/i18next/resources.d.ts.map +1 -0
  663. package/build/esm/libs/i18next/resources.js +16 -0
  664. package/build/esm/libs/i18next/resources.js.map +1 -0
  665. package/build/esm/libs/i18next/types.d.ts +4 -0
  666. package/build/esm/libs/i18next/types.d.ts.map +1 -0
  667. package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts.map +1 -1
  668. package/build/esm/providers/theme/AcinguiuxThemeProvider.js +15 -17
  669. package/build/esm/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  670. package/build/esm/providers/theme/FabricsThemeProvider.d.ts.map +1 -1
  671. package/build/esm/providers/theme/FabricsThemeProvider.js +7 -9
  672. package/build/esm/providers/theme/FabricsThemeProvider.js.map +1 -1
  673. package/build/esm/providers/translations/I18nextProvider.d.ts +11 -0
  674. package/build/esm/providers/translations/I18nextProvider.d.ts.map +1 -0
  675. package/build/esm/providers/translations/I18nextProvider.js +9 -0
  676. package/build/esm/providers/translations/I18nextProvider.js.map +1 -0
  677. package/build/esm/react-base/src/components/Button/Button.styles.js +2 -2
  678. package/build/esm/react-base/src/components/Button/Button.styles.js.map +1 -1
  679. package/build/esm/react-base/src/components/Button/Button.utils.js +47 -47
  680. package/build/esm/react-base/src/components/Button/Button.utils.js.map +1 -1
  681. package/build/esm/react-base/src/components/Card/Card.types.d.ts +9 -1
  682. package/build/esm/react-base/src/components/Card/Card.types.d.ts.map +1 -1
  683. package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.d.ts +1 -1
  684. package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.js +1 -1
  685. package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.js.map +1 -1
  686. package/build/esm/react-base/src/components/Checkbox/Checkbox.utils.js +4 -4
  687. package/build/esm/react-base/src/components/Checkbox/Checkbox.utils.js.map +1 -1
  688. package/build/esm/react-base/src/components/Checkbox/index.d.ts +0 -1
  689. package/build/esm/react-base/src/components/Checkbox/index.d.ts.map +1 -1
  690. package/build/esm/react-base/src/components/DatePicker/DatePicker.types.d.ts +5 -0
  691. package/build/esm/react-base/src/components/DatePicker/DatePicker.types.d.ts.map +1 -1
  692. package/build/esm/react-base/src/components/Divider/Divider.utils.d.ts +1 -1
  693. package/build/esm/react-base/src/components/Divider/Divider.utils.d.ts.map +1 -1
  694. package/build/esm/react-base/src/components/Divider/Divider.utils.js +17 -15
  695. package/build/esm/react-base/src/components/Divider/Divider.utils.js.map +1 -1
  696. package/build/esm/react-base/src/components/Drawer/Drawer.types.d.ts +1 -0
  697. package/build/esm/react-base/src/components/Drawer/Drawer.types.d.ts.map +1 -1
  698. package/build/esm/react-base/src/components/FileUploader/FileUploader.types.d.ts +1 -0
  699. package/build/esm/react-base/src/components/FileUploader/FileUploader.types.d.ts.map +1 -1
  700. package/build/esm/react-base/src/components/FileUploader/FileUploader.types.js.map +1 -1
  701. package/build/esm/react-base/src/components/FormField/FormField.styles.js +5 -4
  702. package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  703. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +27 -26
  704. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  705. package/build/esm/react-base/src/components/ListItem/ListItem.consts.d.ts +6 -0
  706. package/build/esm/react-base/src/components/ListItem/ListItem.consts.d.ts.map +1 -1
  707. package/build/esm/react-base/src/components/ListItem/ListItem.consts.js +15 -6
  708. package/build/esm/react-base/src/components/ListItem/ListItem.consts.js.map +1 -1
  709. package/build/esm/react-base/src/components/ListItem/ListItem.types.d.ts +11 -2
  710. package/build/esm/react-base/src/components/ListItem/ListItem.types.d.ts.map +1 -1
  711. package/build/esm/react-base/src/components/ListItem/ListItem.types.js +3 -2
  712. package/build/esm/react-base/src/components/ListItem/ListItem.types.js.map +1 -1
  713. package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.d.ts +15 -0
  714. package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.d.ts.map +1 -0
  715. package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.js +22 -0
  716. package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.js.map +1 -0
  717. package/build/esm/react-base/src/components/ListItem/index.d.ts +1 -2
  718. package/build/esm/react-base/src/components/ListItem/index.d.ts.map +1 -1
  719. package/build/esm/react-base/src/components/Menu/Menu.types.d.ts +1 -0
  720. package/build/esm/react-base/src/components/Menu/Menu.types.d.ts.map +1 -1
  721. package/build/esm/react-base/src/components/NavBar/NavBar.consts.d.ts +1 -1
  722. package/build/esm/react-base/src/components/NavBar/NavBar.consts.d.ts.map +1 -1
  723. package/build/esm/react-base/src/components/NavBar/NavBar.consts.js +16 -4
  724. package/build/esm/react-base/src/components/NavBar/NavBar.consts.js.map +1 -1
  725. package/build/esm/react-base/src/components/NavBar/NavBar.types.d.ts +2 -0
  726. package/build/esm/react-base/src/components/NavBar/NavBar.types.d.ts.map +1 -1
  727. package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.d.ts +11 -0
  728. package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.d.ts.map +1 -0
  729. package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js +27 -0
  730. package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js.map +1 -0
  731. package/build/esm/react-base/src/components/NavBar/index.d.ts +1 -0
  732. package/build/esm/react-base/src/components/NavBar/index.d.ts.map +1 -1
  733. package/build/esm/react-base/src/components/Pagination/Pagination.types.d.ts +1 -0
  734. package/build/esm/react-base/src/components/Pagination/Pagination.types.d.ts.map +1 -1
  735. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +5 -4
  736. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  737. package/build/esm/react-base/src/components/Pagination/locales/de.d.ts +4 -0
  738. package/build/esm/react-base/src/components/Pagination/locales/de.d.ts.map +1 -0
  739. package/build/esm/react-base/src/components/Pagination/locales/de.js +21 -0
  740. package/build/esm/react-base/src/components/Pagination/locales/de.js.map +1 -0
  741. package/build/esm/react-base/src/components/Pagination/locales/index.d.ts +1 -0
  742. package/build/esm/react-base/src/components/Pagination/locales/index.d.ts.map +1 -1
  743. package/build/esm/react-base/src/components/Popconfirm/Popconfirm.utils.d.ts +1 -1
  744. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +12 -11
  745. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  746. package/build/esm/react-base/src/components/RadioButton/index.d.ts +0 -1
  747. package/build/esm/react-base/src/components/RadioButton/index.d.ts.map +1 -1
  748. package/build/esm/react-base/src/components/Select/Select.consts.js +6 -143
  749. package/build/esm/react-base/src/components/Select/Select.consts.js.map +1 -1
  750. package/build/esm/react-base/src/components/Select/Select.utils.d.ts.map +1 -1
  751. package/build/esm/react-base/src/components/Select/Select.utils.js +4 -4
  752. package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
  753. package/build/esm/react-base/src/components/Tag/Tag.utils.d.ts +1 -1
  754. package/build/esm/react-base/src/components/Tag/Tag.utils.d.ts.map +1 -1
  755. package/build/esm/react-base/src/components/Tag/Tag.utils.js +39 -39
  756. package/build/esm/react-base/src/components/Tag/Tag.utils.js.map +1 -1
  757. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +14 -12
  758. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  759. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +14 -12
  760. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  761. package/build/esm/react-base/src/components/Text/components/Label/Label.types.d.ts +1 -1
  762. package/build/esm/react-base/src/components/Text/components/Label/Label.types.d.ts.map +1 -1
  763. package/build/esm/react-base/src/components/Text/components/Label/Label.utils.d.ts +1 -1
  764. package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
  765. package/build/esm/react-base/src/theme/layer.js +35 -35
  766. package/build/esm/react-base/src/theme/layer.js.map +1 -1
  767. package/build/esm/react-base/src/theme/modes.js +8 -8
  768. package/build/esm/react-base/src/theme/modes.js.map +1 -1
  769. package/build/esm/react-base/src/theme/types/typography.d.ts +1 -1
  770. package/build/esm/react-base/src/theme/types/typography.d.ts.map +1 -1
  771. package/build/esm/react-base/src/theme/types/typography.js +1 -1
  772. package/build/esm/react-base/src/theme/types/typography.js.map +1 -1
  773. package/build/esm/react-base/src/theme/typography.d.ts.map +1 -1
  774. package/build/esm/react-base/src/theme/typography.js +11 -125
  775. package/build/esm/react-base/src/theme/typography.js.map +1 -1
  776. package/build/esm/react-base/src/utils/stylesUtils.d.ts +1 -1
  777. package/build/esm/react-base/src/utils/stylesUtils.d.ts.map +1 -1
  778. package/build/esm/react-base/src/utils/stylesUtils.js +3 -3
  779. package/build/esm/react-base/src/utils/stylesUtils.js.map +1 -1
  780. package/build/esm/utils/storybookUtils.d.ts.map +1 -1
  781. package/package.json +18 -23
  782. package/README.md +0 -132
  783. package/build/cjs/components/DeprecatedSelect/Select.js +0 -2
  784. package/build/cjs/components/DeprecatedSelect/Select.js.map +0 -1
  785. package/build/cjs/components/DeprecatedSelect/Select.styles.js +0 -426
  786. package/build/cjs/components/DeprecatedSelect/Select.styles.js.map +0 -1
  787. package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js +0 -2
  788. package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js.map +0 -1
  789. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +0 -2
  790. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +0 -1
  791. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +0 -51
  792. package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +0 -1
  793. package/build/cjs/components/DeprecatedSelect/components/Option/Option.js +0 -2
  794. package/build/cjs/components/DeprecatedSelect/components/Option/Option.js.map +0 -1
  795. package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +0 -2
  796. package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +0 -1
  797. package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +0 -2
  798. package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +0 -1
  799. package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js +0 -26
  800. package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js.map +0 -1
  801. package/build/cjs/components/DeprecatedTable/Table.consts.js +0 -2
  802. package/build/cjs/components/DeprecatedTable/Table.consts.js.map +0 -1
  803. package/build/cjs/components/DeprecatedTable/Table.js +0 -2
  804. package/build/cjs/components/DeprecatedTable/Table.js.map +0 -1
  805. package/build/cjs/components/DeprecatedTable/Table.styles.js +0 -145
  806. package/build/cjs/components/DeprecatedTable/Table.styles.js.map +0 -1
  807. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +0 -2
  808. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +0 -1
  809. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +0 -6
  810. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +0 -1
  811. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +0 -2
  812. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +0 -1
  813. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +0 -4
  814. package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +0 -1
  815. package/build/cjs/components/DeprecatedTable/hooks/useFilter.js +0 -2
  816. package/build/cjs/components/DeprecatedTable/hooks/useFilter.js.map +0 -1
  817. package/build/cjs/components/DeprecatedTable/hooks/useSorter.js +0 -2
  818. package/build/cjs/components/DeprecatedTable/hooks/useSorter.js.map +0 -1
  819. package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js +0 -2
  820. package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js.map +0 -1
  821. package/build/cjs/components/DeprecatedTable/utils/renderUtils.js +0 -19
  822. package/build/cjs/components/DeprecatedTable/utils/renderUtils.js.map +0 -1
  823. package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js +0 -2
  824. package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js.map +0 -1
  825. package/build/cjs/components/DeprecatedTree/Tree.js +0 -2
  826. package/build/cjs/components/DeprecatedTree/Tree.js.map +0 -1
  827. package/build/cjs/components/DeprecatedTree/Tree.styles.js +0 -111
  828. package/build/cjs/components/DeprecatedTree/Tree.styles.js.map +0 -1
  829. package/build/cjs/components/DeprecatedTree/Tree.types.js +0 -2
  830. package/build/cjs/components/DeprecatedTree/Tree.types.js.map +0 -1
  831. package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +0 -2
  832. package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +0 -1
  833. package/build/cjs/components/ListItem/SelectListItem.js +0 -2
  834. package/build/cjs/components/ListItem/SelectListItem.js.map +0 -1
  835. package/build/cjs/hooks/useForceUpdate.js +0 -2
  836. package/build/cjs/hooks/useForceUpdate.js.map +0 -1
  837. package/build/cjs/hooks/useSyncState.js +0 -2
  838. package/build/cjs/hooks/useSyncState.js.map +0 -1
  839. package/build/cjs/libs/i18next.js +0 -2
  840. package/build/cjs/libs/i18next.js.map +0 -1
  841. package/build/cjs/react-base/src/components/Checkbox/Checkbox.styles.js +0 -16
  842. package/build/cjs/react-base/src/components/Checkbox/Checkbox.styles.js.map +0 -1
  843. package/build/cjs/react-base/src/components/ListItem/ListItem.styles.js +0 -6
  844. package/build/cjs/react-base/src/components/ListItem/ListItem.styles.js.map +0 -1
  845. package/build/cjs/react-base/src/components/ListItem/ListItem.utils.js +0 -18
  846. package/build/cjs/react-base/src/components/ListItem/ListItem.utils.js.map +0 -1
  847. package/build/cjs/react-base/src/components/RadioButton/RadioButton.styles.js +0 -11
  848. package/build/cjs/react-base/src/components/RadioButton/RadioButton.styles.js.map +0 -1
  849. package/build/cjs/utils/colorUtils.js +0 -2
  850. package/build/cjs/utils/colorUtils.js.map +0 -1
  851. package/build/esm/components/DeprecatedSelect/Select.d.ts +0 -5
  852. package/build/esm/components/DeprecatedSelect/Select.d.ts.map +0 -1
  853. package/build/esm/components/DeprecatedSelect/Select.js +0 -115
  854. package/build/esm/components/DeprecatedSelect/Select.js.map +0 -1
  855. package/build/esm/components/DeprecatedSelect/Select.styles.d.ts +0 -8
  856. package/build/esm/components/DeprecatedSelect/Select.styles.d.ts.map +0 -1
  857. package/build/esm/components/DeprecatedSelect/Select.styles.js +0 -455
  858. package/build/esm/components/DeprecatedSelect/Select.styles.js.map +0 -1
  859. package/build/esm/components/DeprecatedSelect/Select.types.d.ts +0 -22
  860. package/build/esm/components/DeprecatedSelect/Select.types.d.ts.map +0 -1
  861. package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts +0 -4
  862. package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts.map +0 -1
  863. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts +0 -10
  864. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts.map +0 -1
  865. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js +0 -13
  866. package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js.map +0 -1
  867. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts +0 -4
  868. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts.map +0 -1
  869. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +0 -45
  870. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +0 -1
  871. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts +0 -8
  872. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts.map +0 -1
  873. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +0 -67
  874. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +0 -1
  875. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts +0 -9
  876. package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts.map +0 -1
  877. package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts +0 -5
  878. package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts.map +0 -1
  879. package/build/esm/components/DeprecatedSelect/components/Option/Option.js +0 -6
  880. package/build/esm/components/DeprecatedSelect/components/Option/Option.js.map +0 -1
  881. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts +0 -5
  882. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts.map +0 -1
  883. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +0 -6
  884. package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +0 -1
  885. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts +0 -7
  886. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts.map +0 -1
  887. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +0 -16
  888. package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +0 -1
  889. package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts +0 -3
  890. package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts.map +0 -1
  891. package/build/esm/components/DeprecatedSelect/utils/styleUtils.js +0 -31
  892. package/build/esm/components/DeprecatedSelect/utils/styleUtils.js.map +0 -1
  893. package/build/esm/components/DeprecatedTable/Table.consts.d.ts +0 -9
  894. package/build/esm/components/DeprecatedTable/Table.consts.d.ts.map +0 -1
  895. package/build/esm/components/DeprecatedTable/Table.consts.js +0 -19
  896. package/build/esm/components/DeprecatedTable/Table.consts.js.map +0 -1
  897. package/build/esm/components/DeprecatedTable/Table.d.ts +0 -11
  898. package/build/esm/components/DeprecatedTable/Table.d.ts.map +0 -1
  899. package/build/esm/components/DeprecatedTable/Table.js +0 -39
  900. package/build/esm/components/DeprecatedTable/Table.js.map +0 -1
  901. package/build/esm/components/DeprecatedTable/Table.styles.d.ts +0 -8
  902. package/build/esm/components/DeprecatedTable/Table.styles.d.ts.map +0 -1
  903. package/build/esm/components/DeprecatedTable/Table.styles.js +0 -158
  904. package/build/esm/components/DeprecatedTable/Table.styles.js.map +0 -1
  905. package/build/esm/components/DeprecatedTable/Table.types.d.ts +0 -79
  906. package/build/esm/components/DeprecatedTable/Table.types.d.ts.map +0 -1
  907. package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts +0 -4
  908. package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts.map +0 -1
  909. package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts +0 -4
  910. package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts.map +0 -1
  911. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts +0 -4
  912. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts.map +0 -1
  913. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts +0 -45
  914. package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts.map +0 -1
  915. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts +0 -4
  916. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts.map +0 -1
  917. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts +0 -7
  918. package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts.map +0 -1
  919. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts +0 -5
  920. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts.map +0 -1
  921. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts +0 -7
  922. package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts.map +0 -1
  923. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts +0 -4
  924. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts.map +0 -1
  925. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts +0 -5
  926. package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts.map +0 -1
  927. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts +0 -4
  928. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts.map +0 -1
  929. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts +0 -12
  930. package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts.map +0 -1
  931. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts +0 -4
  932. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts.map +0 -1
  933. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts +0 -7
  934. package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts.map +0 -1
  935. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts +0 -4
  936. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts.map +0 -1
  937. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts +0 -16
  938. package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts.map +0 -1
  939. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts +0 -4
  940. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts.map +0 -1
  941. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts +0 -4
  942. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts.map +0 -1
  943. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts +0 -5
  944. package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts.map +0 -1
  945. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts +0 -10
  946. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts.map +0 -1
  947. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts +0 -5
  948. package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts.map +0 -1
  949. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts +0 -4
  950. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts.map +0 -1
  951. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts +0 -4
  952. package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts.map +0 -1
  953. package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts +0 -7
  954. package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts.map +0 -1
  955. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts +0 -16
  956. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts.map +0 -1
  957. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +0 -149
  958. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +0 -1
  959. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts +0 -4
  960. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts.map +0 -1
  961. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +0 -12
  962. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +0 -1
  963. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts +0 -8
  964. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts.map +0 -1
  965. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +0 -16
  966. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +0 -1
  967. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts +0 -3
  968. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts.map +0 -1
  969. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +0 -8
  970. package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +0 -1
  971. package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts +0 -8
  972. package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts.map +0 -1
  973. package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts +0 -14
  974. package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts.map +0 -1
  975. package/build/esm/components/DeprecatedTable/hooks/useFilter.js +0 -66
  976. package/build/esm/components/DeprecatedTable/hooks/useFilter.js.map +0 -1
  977. package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts +0 -14
  978. package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts.map +0 -1
  979. package/build/esm/components/DeprecatedTable/hooks/useSorter.js +0 -75
  980. package/build/esm/components/DeprecatedTable/hooks/useSorter.js.map +0 -1
  981. package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts +0 -13
  982. package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts.map +0 -1
  983. package/build/esm/components/DeprecatedTable/utils/filteringUtils.js +0 -25
  984. package/build/esm/components/DeprecatedTable/utils/filteringUtils.js.map +0 -1
  985. package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts +0 -15
  986. package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts.map +0 -1
  987. package/build/esm/components/DeprecatedTable/utils/renderUtils.js +0 -53
  988. package/build/esm/components/DeprecatedTable/utils/renderUtils.js.map +0 -1
  989. package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts +0 -10
  990. package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts.map +0 -1
  991. package/build/esm/components/DeprecatedTable/utils/sortingUtils.js +0 -26
  992. package/build/esm/components/DeprecatedTable/utils/sortingUtils.js.map +0 -1
  993. package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts +0 -4
  994. package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts.map +0 -1
  995. package/build/esm/components/DeprecatedTree/Tree.d.ts +0 -10
  996. package/build/esm/components/DeprecatedTree/Tree.d.ts.map +0 -1
  997. package/build/esm/components/DeprecatedTree/Tree.js +0 -52
  998. package/build/esm/components/DeprecatedTree/Tree.js.map +0 -1
  999. package/build/esm/components/DeprecatedTree/Tree.styles.d.ts +0 -7
  1000. package/build/esm/components/DeprecatedTree/Tree.styles.d.ts.map +0 -1
  1001. package/build/esm/components/DeprecatedTree/Tree.styles.js +0 -118
  1002. package/build/esm/components/DeprecatedTree/Tree.styles.js.map +0 -1
  1003. package/build/esm/components/DeprecatedTree/Tree.types.d.ts +0 -12
  1004. package/build/esm/components/DeprecatedTree/Tree.types.d.ts.map +0 -1
  1005. package/build/esm/components/DeprecatedTree/Tree.types.js +0 -2
  1006. package/build/esm/components/DeprecatedTree/Tree.types.js.map +0 -1
  1007. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts +0 -8
  1008. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts.map +0 -1
  1009. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +0 -55
  1010. package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +0 -1
  1011. package/build/esm/components/ListItem/SelectListItem.d.ts +0 -9
  1012. package/build/esm/components/ListItem/SelectListItem.d.ts.map +0 -1
  1013. package/build/esm/components/ListItem/SelectListItem.js +0 -83
  1014. package/build/esm/components/ListItem/SelectListItem.js.map +0 -1
  1015. package/build/esm/hooks/useForceUpdate.js +0 -9
  1016. package/build/esm/hooks/useForceUpdate.js.map +0 -1
  1017. package/build/esm/hooks/useSyncState.js +0 -15
  1018. package/build/esm/hooks/useSyncState.js.map +0 -1
  1019. package/build/esm/libs/i18next.d.ts +0 -3
  1020. package/build/esm/libs/i18next.d.ts.map +0 -1
  1021. package/build/esm/libs/i18next.js +0 -21
  1022. package/build/esm/libs/i18next.js.map +0 -1
  1023. package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.d.ts +0 -4
  1024. package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.d.ts.map +0 -1
  1025. package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.js +0 -22
  1026. package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.js.map +0 -1
  1027. package/build/esm/react-base/src/components/ListItem/ListItem.styles.d.ts +0 -2
  1028. package/build/esm/react-base/src/components/ListItem/ListItem.styles.d.ts.map +0 -1
  1029. package/build/esm/react-base/src/components/ListItem/ListItem.styles.js +0 -10
  1030. package/build/esm/react-base/src/components/ListItem/ListItem.styles.js.map +0 -1
  1031. package/build/esm/react-base/src/components/ListItem/ListItem.utils.d.ts +0 -10
  1032. package/build/esm/react-base/src/components/ListItem/ListItem.utils.d.ts.map +0 -1
  1033. package/build/esm/react-base/src/components/ListItem/ListItem.utils.js +0 -45
  1034. package/build/esm/react-base/src/components/ListItem/ListItem.utils.js.map +0 -1
  1035. package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.d.ts +0 -3
  1036. package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.d.ts.map +0 -1
  1037. package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.js +0 -16
  1038. package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.js.map +0 -1
  1039. package/build/esm/utils/colorUtils.js +0 -9
  1040. package/build/esm/utils/colorUtils.js.map +0 -1
@@ -0,0 +1,976 @@
1
+ /**
2
+ * DO NOT MANUAL MODIFY THIS FILE
3
+ *
4
+ * AUTO GENERATED
5
+ */
6
+ export declare const Categories: {
7
+ Accessibility: {
8
+ AudioDescription: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
9
+ AudioDescriptionSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
10
+ Braille: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
11
+ BrailleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
12
+ ClosedCaptions: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
13
+ ClosedCaptionsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
14
+ CognitiveImpairment: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ CognitiveImpairmentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
16
+ ColourContrast: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
17
+ ColourContrastSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
18
+ EyeHollowDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
19
+ EyeSolidDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
20
+ FullBody: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
21
+ FullBodySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
22
+ HearingImpairment: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
23
+ IncreaseSize: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
24
+ IncreaseSizeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
25
+ PartialVision: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
26
+ PartialVisionSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
27
+ TextEnlargement: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
28
+ Wheelchair: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
29
+ WheelchairSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
30
+ };
31
+ Battery: {
32
+ Horizontal0: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
33
+ Horizontal10: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
34
+ Horizontal100: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
35
+ Horizontal100Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
36
+ Horizontal10Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
37
+ Horizontal20: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
38
+ Horizontal20Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
39
+ Horizontal30: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
40
+ Horizontal30Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
41
+ Horizontal40: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
42
+ Horizontal40Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
43
+ Horizontal50: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
44
+ Horizontal50Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
45
+ Horizontal60: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
46
+ Horizontal60Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
47
+ Horizontal70: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
48
+ Horizontal70Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
49
+ Horizontal80: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
50
+ Horizontal80Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
51
+ Horizontal90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
52
+ Horizontal90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
53
+ HorizontalCharging0: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
54
+ HorizontalCharging10: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
55
+ HorizontalCharging100: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
56
+ HorizontalCharging100Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
57
+ HorizontalCharging10Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
58
+ HorizontalCharging20: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
59
+ HorizontalCharging20Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
60
+ HorizontalCharging30: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
61
+ HorizontalCharging30Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
62
+ HorizontalCharging40: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
63
+ HorizontalCharging40Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
64
+ HorizontalCharging50: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
65
+ HorizontalCharging50Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
66
+ HorizontalCharging60: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
67
+ HorizontalCharging60Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
68
+ HorizontalCharging70: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
69
+ HorizontalCharging70Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
70
+ HorizontalCharging80: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
71
+ HorizontalCharging80Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
72
+ HorizontalCharging90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
73
+ HorizontalCharging90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
74
+ Vertical0: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
75
+ Vertical10: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
76
+ Vertical100: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
77
+ Vertical100Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
78
+ Vertical10Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
79
+ Vertical20: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
80
+ Vertical20Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
81
+ Vertical30: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
82
+ Vertical30Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
83
+ Vertical40: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
84
+ Vertical40Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
85
+ Vertical50: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
86
+ Vertical50Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
87
+ Vertical60: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
88
+ Vertical60Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
89
+ Vertical70: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
90
+ Vertical70Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
91
+ Vertical80: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
92
+ Vertical80Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
93
+ Vertical90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
94
+ Vertical90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
95
+ VerticalCharging0: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
96
+ VerticalCharging10: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
97
+ VerticalCharging100: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
98
+ VerticalCharging100Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
99
+ VerticalCharging10Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
100
+ VerticalCharging20: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
101
+ VerticalCharging20Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
102
+ VerticalCharging30: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
103
+ VerticalCharging30Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
104
+ VerticalCharging40: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
105
+ VerticalCharging40Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
106
+ VerticalCharging50: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
107
+ VerticalCharging50Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
108
+ VerticalCharging60: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
109
+ VerticalCharging60Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
110
+ VerticalCharging70: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
111
+ VerticalCharging70Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
112
+ VerticalCharging80: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
113
+ VerticalCharging80Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
114
+ VerticalCharging90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
115
+ VerticalCharging90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
116
+ };
117
+ Business: {
118
+ AppEnabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
119
+ AppEnabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
120
+ Badge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
121
+ BadgeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
122
+ Barrel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
123
+ BarrelDefault: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
124
+ BarrelDrop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
125
+ Barrels: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
126
+ CarbonDioxide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
127
+ CarbonDioxideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
128
+ ChargePointAc: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
129
+ ChargePointAcSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
130
+ CoinEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
131
+ CoinEuroSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
132
+ CoinKrone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
133
+ CoinKroneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
134
+ CoinUsd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
135
+ CoinUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
136
+ CoinYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
137
+ CoinYenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
138
+ CreditCard: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
139
+ CreditCardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
140
+ CreditCards: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
141
+ CreditCardsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
142
+ Depot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
143
+ DepotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
144
+ EvCharge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
145
+ EvChargePort: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
146
+ EvChargePortSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
147
+ EvChargeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
148
+ GasLng: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
149
+ GasLngDroplet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
150
+ GasLngDropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
151
+ GasLngSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
152
+ GasPump: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
153
+ GasPumpDroplet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
154
+ GasPumpDropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
155
+ GasPumpSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
156
+ Gift: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
157
+ GiftSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
158
+ GlobalMobility: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
159
+ Hammer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
160
+ HammerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
161
+ HandDistribution: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
162
+ Hardhat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
163
+ HardhatSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
164
+ HomeMobility: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
165
+ JerryCan: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
166
+ JerryCanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
167
+ Key: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
168
+ KeySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
169
+ Mining: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
170
+ 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
+ OilBarrel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
174
+ OilCan: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
175
+ OilCanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
176
+ OilJerryCan: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
177
+ OilJerryCanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
178
+ OilWell: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
179
+ OilWellSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
180
+ Order: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
181
+ OrderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
182
+ 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>>;
185
+ Pickaxe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
186
+ PickaxeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
187
+ Plug: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
188
+ PlugDisconnected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
189
+ PlugDisconnectedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
190
+ PlugSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
191
+ Refinery: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
192
+ RefinerySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
193
+ ReimbursementEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
194
+ ReimbursementEuroSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
195
+ ReimbursementKrone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
196
+ ReimbursementKroneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
197
+ ReimbursementUsd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
198
+ ReimbursementUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
199
+ ReimbursementYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
200
+ 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>>;
202
+ RigLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
203
+ RigLandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
204
+ RigOffshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
205
+ RigOffshoreSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
206
+ Ringfenced: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
207
+ ShoppingBag: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
208
+ ShoppingBagSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
209
+ ShoppingBasket: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
210
+ ShoppingBasketSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
211
+ ShoppingCart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
212
+ ShoppingCartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
213
+ Shovel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
214
+ ShovelSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
215
+ Spanner: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
216
+ SpannerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
217
+ SrsChargeCard: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
218
+ SrsChargeCardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
219
+ SrsLogo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
220
+ Subscriptions: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
221
+ SubscriptionsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
222
+ Support: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
223
+ SupportSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
224
+ WallConnectorEuropean: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
225
+ WallConnectorEuropeanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
226
+ 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
+ WindturbineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
229
+ };
230
+ 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
+ BarChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
234
+ BarChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
235
+ BarChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
236
+ BarChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
237
+ Columns: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
238
+ ColumnsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
239
+ Content: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
240
+ ContentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
241
+ DataSchema: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
242
+ Database: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
243
+ DatabaseAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
244
+ DatabaseAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
245
+ DatabaseSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
246
+ DonutChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
247
+ DonutChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
248
+ EditTable: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
249
+ EditTableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
250
+ Grid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
251
+ GridSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
252
+ Image: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
253
+ ImageSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
254
+ Layout: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
255
+ LayoutSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
256
+ LineChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
257
+ LineChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
258
+ List: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
259
+ ListSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
260
+ PieChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
261
+ PieChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
262
+ PieChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
263
+ PieChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
264
+ Placeholder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
265
+ PlaceholderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
266
+ Rows: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
267
+ RowsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
268
+ SearchDatabase: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
269
+ SearchDatabaseSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
270
+ StackChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
271
+ StackChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
272
+ Table: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
273
+ TableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
274
+ Target: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
275
+ TargetCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
276
+ TargetSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
277
+ };
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>>;
281
+ };
282
+ Media: {
283
+ AudioLoud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
284
+ AudioLoudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
285
+ AudioMedium: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
286
+ AudioMediumSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
287
+ AudioMute: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
288
+ AudioMuteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
289
+ Backward: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
290
+ BackwardCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
291
+ BackwardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
292
+ BackwardSolidCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
293
+ Forward: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
294
+ ForwardCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
295
+ ForwardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
296
+ ForwardSolidCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
297
+ Pause: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
298
+ PauseCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
299
+ PauseSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
300
+ PauseSolidCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
301
+ Play: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
302
+ PlayCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
303
+ PlaySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
304
+ PlaySolidCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
305
+ };
306
+ Navigation: {
307
+ Add: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
308
+ AddCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
309
+ AddCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
310
+ AddSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
311
+ ArrowBottomRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
312
+ ArrowCcw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
313
+ ArrowCcwCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
314
+ ArrowCcwCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
315
+ ArrowCcwSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
316
+ ArrowCw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
317
+ ArrowCwCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
318
+ ArrowCwCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
319
+ ArrowCwSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
320
+ ArrowDirection: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
321
+ ArrowDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
322
+ ArrowDownCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
323
+ ArrowDownCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
324
+ ArrowDownEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
325
+ ArrowDownLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
326
+ ArrowDownLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
327
+ ArrowDownLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
328
+ ArrowDownLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
329
+ ArrowDownNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
330
+ ArrowDownRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
331
+ ArrowDownRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
332
+ ArrowDownRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
333
+ ArrowDownRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
334
+ ArrowDownSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
335
+ ArrowLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
336
+ ArrowLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
337
+ ArrowLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
338
+ ArrowLeftEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
339
+ ArrowLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
340
+ ArrowRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
341
+ ArrowRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
342
+ ArrowRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
343
+ ArrowRightEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
344
+ ArrowRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
345
+ ArrowTopRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
346
+ ArrowUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
347
+ ArrowUpCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
348
+ ArrowUpCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
349
+ ArrowUpEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
350
+ ArrowUpNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
351
+ 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
+ BottomNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
354
+ BottomNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
355
+ CaretDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
356
+ CaretDownCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
357
+ CaretDownCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
358
+ CaretDownSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
359
+ CaretLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
360
+ CaretLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
361
+ CaretLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
362
+ CaretLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
363
+ CaretRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
364
+ CaretRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
365
+ CaretRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
366
+ CaretRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
367
+ CaretSmallDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
368
+ CaretSmallLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
369
+ CaretSmallRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
370
+ CaretSmallUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
371
+ CaretSmallUpDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
372
+ CaretUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
373
+ CaretUpCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
374
+ CaretUpCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
375
+ CaretUpSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
376
+ Check: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
377
+ CheckCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
378
+ CheckCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
379
+ CheckDouble: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
380
+ CheckSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
381
+ ChevronDoubleDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
382
+ ChevronDoubleLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
383
+ ChevronDoubleRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
384
+ ChevronDoubleUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
385
+ ChevronDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
386
+ ChevronDownCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
387
+ ChevronDownCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
388
+ ChevronDownSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
389
+ ChevronDownUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
390
+ ChevronJoined: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
391
+ ChevronJoinedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
392
+ ChevronLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
393
+ ChevronLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
394
+ ChevronLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
395
+ ChevronLeftRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
396
+ ChevronLeftRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
397
+ ChevronLeftRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
398
+ ChevronLeftRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
399
+ ChevronLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
400
+ ChevronRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
401
+ ChevronRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
402
+ ChevronRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
403
+ ChevronRightLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
404
+ ChevronRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
405
+ ChevronSmallDoubleDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
406
+ ChevronSmallDoubleLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
407
+ ChevronSmallDoubleRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
408
+ ChevronSmallDoubleUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
409
+ ChevronSmallDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
410
+ ChevronSmallLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
411
+ ChevronSmallRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
412
+ ChevronSmallUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
413
+ ChevronUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
414
+ ChevronUpCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
415
+ ChevronUpCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
416
+ ChevronUpDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
417
+ ChevronUpSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
418
+ Cross: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
419
+ CrossCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
420
+ CrossCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
421
+ CrossSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
422
+ Divide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
423
+ DivideCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
424
+ DivideCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
425
+ DivideSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
426
+ DragAndroid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
427
+ DragIos: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
428
+ Ellipsis: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
429
+ EllipsisCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
430
+ EllipsisCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
431
+ EllipsisSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
432
+ EllipsisVertical: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
433
+ EllipsisVerticalCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
434
+ EllipsisVerticalCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
435
+ EllipsisVerticalSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
436
+ Escape: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
437
+ Home: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
438
+ HomeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
439
+ IconMenuSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
440
+ LeftNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
441
+ LeftNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
442
+ LogOut: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
443
+ Menu: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
444
+ MenuCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
445
+ MenuCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
446
+ Minus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
447
+ MinusCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
448
+ MinusCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
449
+ 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
+ Open: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
452
+ Options: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
453
+ OptionsCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
454
+ OptionsCircleFilled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
455
+ OptionsSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
456
+ Power: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
457
+ PowerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
458
+ RightNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
459
+ RightNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
460
+ SortAscend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
461
+ SortAscendBaseline: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
462
+ SortDescend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
463
+ SortDescendBaseline: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
464
+ SortFull: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
465
+ Split: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
466
+ SwapHorizontal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
467
+ SwapHorizontalAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
468
+ SwapHorizontalAltSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
469
+ SwapHorizontalCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
470
+ SwapHorizontalCricle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
471
+ SwapHorizontalSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
472
+ SwapVertical: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
473
+ SwapVerticalCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
474
+ SwapVerticalSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
475
+ SwapVerticleCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
476
+ TopNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
477
+ TopNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
478
+ };
479
+ Operations: {
480
+ Book: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
481
+ BookSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
482
+ Chat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
483
+ ChatAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
484
+ ChatAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
485
+ ChatSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
486
+ Comment: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
487
+ CommentAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
488
+ CommentAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
489
+ CommentExlamationMark: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
490
+ CommentExlamationMarkSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
491
+ CommentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
492
+ Compose: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
493
+ ComposeAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
494
+ ComposeAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
495
+ Copy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
496
+ CopyFile: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
497
+ CopyFileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
498
+ CopyFolder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
499
+ CopyFolderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
500
+ CopySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
501
+ Crosshair: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
502
+ CrosshairSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
503
+ Cut: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
504
+ Download: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
505
+ DownloadSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
506
+ Edit: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
507
+ EditCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
508
+ EditCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
509
+ EditSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
510
+ File: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
511
+ FileAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
512
+ FileAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
513
+ FileCsv: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
514
+ FileCsvSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
515
+ FileEdit: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
516
+ FileEditSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
517
+ FileJpg: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
518
+ FileJpgSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
519
+ FileJson: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
520
+ FileJsonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
521
+ FilePdf: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
522
+ FilePdfSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
523
+ FilePng: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
524
+ FilePngSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
525
+ FileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
526
+ FileSubtract: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
527
+ FileSubtractSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
528
+ FileSvg: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
529
+ FileSvgSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
530
+ FileText: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
531
+ FileTextSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
532
+ FileVersion: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
533
+ FileXls: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
534
+ FileXlsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
535
+ Filter: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
536
+ FilterAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
537
+ FilterAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
538
+ FilterCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
539
+ FilterCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
540
+ FilterHide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
541
+ FilterHideCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
542
+ FilterHideCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
543
+ FilterHideSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
544
+ FilterSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
545
+ Folder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
546
+ FolderOpen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
547
+ FolderOpenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
548
+ FolderShared: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
549
+ FolderSharedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
550
+ FolderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
551
+ Gear: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
552
+ GearSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
553
+ Gears: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
554
+ LetterClosed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
555
+ LetterClosedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
556
+ LetterMessage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
557
+ LetterMessageSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
558
+ LetterOpen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
559
+ LetterOpenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
560
+ Link: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
561
+ MagicWand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
562
+ MagicWandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
563
+ Paste: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
564
+ PasteAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
565
+ PasteAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
566
+ PasteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
567
+ Pin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
568
+ PinRemove: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
569
+ Search: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
570
+ SearchCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
571
+ SearchCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
572
+ SearchFailed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
573
+ SearchSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
574
+ Share: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
575
+ ShareAndroid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
576
+ ShareAndroidSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
577
+ ShareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
578
+ Sliders: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
579
+ Tag: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
580
+ TagSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
581
+ Trash: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
582
+ TrashAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
583
+ TrashAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
584
+ TrashClear: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
585
+ TrashClearSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
586
+ TrashSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
587
+ ZoomIn: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
588
+ ZoomOut: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
589
+ };
590
+ People: {
591
+ FaceAverage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
592
+ FaceAverageSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
593
+ FaceGood: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
594
+ FaceGoodSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
595
+ FacePoor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
596
+ FacePoorSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
597
+ FaceVeryGood: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
598
+ FaceVeryGoodSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
599
+ FaceVeryPoor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
600
+ FaceVeryPoorSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
601
+ FullBody: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
602
+ FullBodyCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
603
+ FullBodyCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
604
+ FullBodySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
605
+ IconProfileSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
606
+ People: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
607
+ PeopleCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
608
+ PeopleCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
609
+ PeopleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
610
+ PeopleSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
611
+ Person: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
612
+ PersonCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
613
+ PersonCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
614
+ PersonCode: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
615
+ PersonCodeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
616
+ PersonGear: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
617
+ PersonGearSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
618
+ PersonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
619
+ PersonSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
620
+ PersonStar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
621
+ PersonStarSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
622
+ };
623
+ Science: {
624
+ Biomethane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
625
+ CarbonTrend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
626
+ 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>>;
630
+ CloudCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
631
+ 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
+ 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>>;
648
+ FlaskEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
649
+ FlaskSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
650
+ 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
+ LiquidNaturalGas: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
656
+ 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>>;
659
+ Offsets: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
660
+ PlantPot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
661
+ PlantPotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
662
+ PlantSeedling: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
663
+ PlantSeedlingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
664
+ 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>>;
671
+ TestTubeEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
672
+ TestTubeEmpty16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
673
+ TestTubeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
674
+ TestTubeSolid16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
675
+ Virus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
676
+ VirusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
677
+ };
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
+ Status: {
703
+ Alert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
704
+ AlertCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
705
+ AlertCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
706
+ AlertExclamationMark: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
707
+ AlertSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
708
+ AlertSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
709
+ Approved: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
710
+ ApprovedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
711
+ BlockLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
712
+ BlockLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
713
+ BlockLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
714
+ BlockRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
715
+ BlockRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
716
+ BlockRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
717
+ Dot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
718
+ IconCircleInfo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
719
+ Info: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
720
+ InfoCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
721
+ InfoSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
722
+ QuestionMark: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
723
+ QuestionMarkCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
724
+ QuestionMarkCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
725
+ QuestionMarkSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
726
+ RaisedHand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
727
+ RaisedHandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
728
+ ThumbDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
729
+ ThumbDownSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
730
+ ThumbUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
731
+ ThumbUpSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
732
+ TimelineEvent: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
733
+ TimelineStart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
734
+ };
735
+ Technology: {
736
+ Ai: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
737
+ AiSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
738
+ AlertCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
739
+ AlertCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
740
+ Announcement: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
741
+ AnnouncementSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
742
+ BlockCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
743
+ BlockCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
744
+ Bluetooth: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
745
+ BoltCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
746
+ BoltCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
747
+ Bug: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
748
+ BugSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
749
+ Button: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
750
+ ButtonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
751
+ Camera: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
752
+ CameraDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
753
+ CameraDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
754
+ CameraId: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
755
+ CameraSelfie: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
756
+ CameraSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
757
+ CheckCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
758
+ CheckCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
759
+ Commit: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
760
+ CommitAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
761
+ CommitAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
762
+ CommitSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
763
+ Computer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
764
+ ComputerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
765
+ 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>>;
768
+ DesignSystem: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
769
+ DesignSystemSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
770
+ DownloadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
771
+ DownloadCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
772
+ ErrorCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
773
+ ErrorCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
774
+ Ethernet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
775
+ EthernetSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
776
+ Git: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
777
+ GitSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
778
+ InboxDownloadFilled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
779
+ InboxDownloadHollow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
780
+ InboxHollow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
781
+ InboxSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
782
+ InfoCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
783
+ InfoCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
784
+ Input: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
785
+ InputSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
786
+ Lightbulb: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
787
+ LightbulbLed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
788
+ LightbulbLedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
789
+ LightbulbSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
790
+ LockCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
791
+ LockCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
792
+ MailClosedHollow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
793
+ MailClosedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
794
+ MailOpen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
795
+ MailOpenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
796
+ MailSend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
797
+ MailSendSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
798
+ Mic: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
799
+ MicDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
800
+ MicDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
801
+ MicSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
802
+ Mobile: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
803
+ MobileAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
804
+ MobileAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
805
+ MobileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
806
+ 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>>;
809
+ Print: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
810
+ PrintSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
811
+ Product: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
812
+ ProductSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
813
+ PullRequest: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
814
+ PullRequestSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
815
+ QuestionCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
816
+ QuestionCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
817
+ Save: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
818
+ SaveAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
819
+ SaveAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
820
+ SaveSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
821
+ Support: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
822
+ Tv: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
823
+ TvAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
824
+ 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
+ UploadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
828
+ 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
+ Video: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
834
+ VideoDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
835
+ VideoDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
836
+ VideoSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
837
+ Wifi: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
838
+ WifiCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
839
+ WifiCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
840
+ WifiDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
841
+ WifiSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
842
+ };
843
+ Time: {
844
+ Alarm: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
845
+ AlarmSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
846
+ Calendar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
847
+ CalendarAccept: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
848
+ CalendarAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
849
+ CalendarDelete: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
850
+ CalendarEvent: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
851
+ CalendarMonth: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
852
+ CalendarNote: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
853
+ CalendarToday: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
854
+ CalendarWeek: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
855
+ ChargeTime: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
856
+ ChargeTimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
857
+ ChargingSpeed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
858
+ ChargingSpeedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
859
+ Time: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
860
+ TimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
861
+ Version: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
862
+ };
863
+ Toggle: {
864
+ Bell: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
865
+ BellAlert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
866
+ BellAlertSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
867
+ BellDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
868
+ BellDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
869
+ BellSnooze: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
870
+ BellSnoozeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
871
+ BellSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
872
+ Bookmark: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
873
+ BookmarkSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
874
+ CheckboxDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
875
+ CheckboxSelected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
876
+ CheckboxUnselected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
877
+ EyeHollow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
878
+ EyeHollowDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
879
+ EyeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
880
+ EyeSolidDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
881
+ Flashlight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
882
+ FlashlightOff: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
883
+ FlashlightOffSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
884
+ FlashlightSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
885
+ FullScreen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
886
+ FullScreenExit: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
887
+ HeartCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
888
+ HeartFilled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
889
+ HeartFilledCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
890
+ HeartFilledSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
891
+ HeartHollow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
892
+ HeartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
893
+ Lock: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
894
+ LockSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
895
+ RadioButtonSelected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
896
+ RadioButtonUnselected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
897
+ Star: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
898
+ StarHalfSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
899
+ StarSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
900
+ ToggleAll: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
901
+ ToggleAllSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
902
+ ToggleLeft: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
903
+ ToggleLeftSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
904
+ ToggleRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
905
+ ToggleRightSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
906
+ Unlock: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
907
+ UnlockAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
908
+ UnlockAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
909
+ UnlockSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
910
+ };
911
+ 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>>;
923
+ AnchorMarineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
924
+ 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
+ CurrentLocation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
930
+ CurrentLocationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
931
+ Globe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
932
+ GlobeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
933
+ Hotel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
934
+ HotelSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
935
+ Location: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
936
+ LocationPin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
937
+ LocationPinDollar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
938
+ LocationPinDollarSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
939
+ LocationPinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
940
+ LocationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
941
+ Map: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
942
+ MapPin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
943
+ MapPinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
944
+ MapSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
945
+ Museum: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
946
+ MuseumSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
947
+ Parking: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
948
+ ParkingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
949
+ Pharmacy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
950
+ PharmacyAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
951
+ PharmacyAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
952
+ PharmacySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
953
+ Playground: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
954
+ Road: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
955
+ RoadBitumen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
956
+ RoadBitumenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
957
+ 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
+ Route: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
961
+ 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>>;
964
+ Toilet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
965
+ ToiletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
966
+ Truck: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
967
+ TruckSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
968
+ Vessel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
969
+ VesselAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
970
+ VesselAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
971
+ VesselMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
972
+ VesselMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
973
+ VesselSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
974
+ };
975
+ };
976
+ //# sourceMappingURL=categories.d.ts.map