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.
- package/build/cjs/components/Accordion/Accordion.js +1 -1
- package/build/cjs/components/Accordion/Accordion.js.map +1 -1
- package/build/cjs/components/Alert/Alert.js +1 -1
- package/build/cjs/components/Alert/Alert.js.map +1 -1
- package/build/cjs/components/Button/Button.styles.js +51 -55
- package/build/cjs/components/Button/Button.styles.js.map +1 -1
- package/build/cjs/components/Button/OnBrandButton.js.map +1 -1
- package/build/cjs/components/Button/OnSentimentButton.js.map +1 -1
- package/build/cjs/components/ButtonGroup/ButtonGroup.js +1 -1
- package/build/cjs/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/build/cjs/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js +1 -1
- package/build/cjs/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js.map +1 -1
- package/build/cjs/components/ButtonGroup/components/RadioButton/RadioButton.js +1 -1
- package/build/cjs/components/ButtonGroup/components/RadioButton/RadioButton.js.map +1 -1
- package/build/cjs/components/Card/Card.styles.js +56 -57
- package/build/cjs/components/Card/Card.styles.js.map +1 -1
- package/build/cjs/components/Card/InsetCard.js +1 -1
- package/build/cjs/components/Card/InsetCard.js.map +1 -1
- package/build/cjs/components/Chart/Highcharts/HighchartsChart.js +1 -1
- package/build/cjs/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
- package/build/cjs/components/Chart/Highcharts/hooks/useHighchartsOptions.js +1 -1
- package/build/cjs/components/Chart/Highcharts/hooks/useHighchartsOptions.js.map +1 -1
- package/build/cjs/components/Chart/Highcharts/options/axis.options.js +1 -1
- package/build/cjs/components/Chart/Highcharts/options/axis.options.js.map +1 -1
- package/build/cjs/components/Chart/Highcharts/options/legend.options.js +1 -1
- package/build/cjs/components/Chart/Highcharts/options/legend.options.js.map +1 -1
- package/build/cjs/components/Chart/Recharts/BaseRechartsChart.js +1 -1
- package/build/cjs/components/Chart/Recharts/BaseRechartsChart.js.map +1 -1
- package/build/cjs/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js +1 -1
- package/build/cjs/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js.map +1 -1
- package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js +1 -1
- package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
- package/build/cjs/components/Checkbox/Checkbox.js +1 -1
- package/build/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/build/cjs/components/Checkbox/Checkbox.styles.js +62 -42
- package/build/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
- package/build/cjs/components/DateInput/DateInput.js +1 -1
- package/build/cjs/components/DateInput/DateInput.js.map +1 -1
- package/build/cjs/components/DatePicker/components/Calendar/Calendar.js +1 -1
- package/build/cjs/components/DatePicker/components/Calendar/Calendar.js.map +1 -1
- package/build/cjs/components/DatePicker/components/Calendar/Calendar.styles.js +33 -26
- package/build/cjs/components/DatePicker/components/Calendar/Calendar.styles.js.map +1 -1
- package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js +1 -1
- package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js.map +1 -1
- package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js +6 -0
- package/build/cjs/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js.map +1 -0
- package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js +1 -1
- package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -1
- package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js +6 -6
- package/build/cjs/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js.map +1 -1
- package/build/cjs/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js +1 -1
- package/build/cjs/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -1
- package/build/cjs/components/DatePicker/utils/range.js +2 -0
- package/build/cjs/components/DatePicker/utils/range.js.map +1 -0
- package/build/cjs/components/Divider/Divider.js +1 -1
- package/build/cjs/components/Divider/Divider.js.map +1 -1
- package/build/cjs/components/Divider/Divider.styles.js +8 -8
- package/build/cjs/components/Divider/Divider.styles.js.map +1 -1
- package/build/cjs/components/Drawer/Drawer.js +1 -1
- package/build/cjs/components/Drawer/Drawer.js.map +1 -1
- package/build/cjs/components/Drawer/Drawer.styles.js +20 -20
- package/build/cjs/components/Drawer/Drawer.styles.js.map +1 -1
- package/build/cjs/components/EmptyState/EmptyState.js +1 -1
- package/build/cjs/components/EmptyState/EmptyState.js.map +1 -1
- package/build/cjs/components/FileUploader/FileUploader.js +1 -1
- package/build/cjs/components/FileUploader/FileUploader.js.map +1 -1
- package/build/cjs/components/FileUploader/components/FileUploadContent/FileUploadContent.js +1 -1
- package/build/cjs/components/FileUploader/components/FileUploadContent/FileUploadContent.js.map +1 -1
- package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js +1 -1
- package/build/cjs/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
- package/build/cjs/components/FileUploader/hooks/useFileXhrUploader.js +1 -1
- package/build/cjs/components/FileUploader/hooks/useFileXhrUploader.js.map +1 -1
- package/build/cjs/components/Flag/Flag.js.map +1 -1
- package/build/cjs/components/FormField/components/Label/Label.js +1 -1
- package/build/cjs/components/FormField/components/Label/Label.js.map +1 -1
- package/build/cjs/components/Grid/Grid.js +1 -1
- package/build/cjs/components/Grid/Grid.js.map +1 -1
- package/build/cjs/components/Icon/components/EyeSolidDisabled.js +1 -1
- package/build/cjs/components/Icon/components/EyeSolidDisabled.js.map +1 -1
- package/build/cjs/components/Icon/components/Office.js +1 -1
- package/build/cjs/components/Icon/components/Office.js.map +1 -1
- package/build/cjs/components/Icon/components/Support.js +1 -1
- package/build/cjs/components/Icon/components/Support.js.map +1 -1
- package/build/cjs/components/Icon/components/categories.js +2 -0
- package/build/cjs/components/Icon/components/categories.js.map +1 -0
- package/build/cjs/components/ListItem/ListItem.js +1 -1
- package/build/cjs/components/ListItem/ListItem.js.map +1 -1
- package/build/cjs/components/ListItem/ListItem.styles.js +87 -74
- package/build/cjs/components/ListItem/ListItem.styles.js.map +1 -1
- package/build/cjs/components/ListItem/ListItem.utils.js +34 -0
- package/build/cjs/components/ListItem/ListItem.utils.js.map +1 -0
- package/build/cjs/components/ListItem/ListItemHeader.js +2 -0
- package/build/cjs/components/ListItem/ListItemHeader.js.map +1 -0
- package/build/cjs/components/ListItem/ListItemHeader.styles.js +30 -0
- package/build/cjs/components/ListItem/ListItemHeader.styles.js.map +1 -0
- package/build/cjs/components/Menu/Menu.js +1 -1
- package/build/cjs/components/Menu/Menu.js.map +1 -1
- package/build/cjs/components/Menu/Menu.styles.js +1 -1
- package/build/cjs/components/Menu/Menu.styles.js.map +1 -1
- package/build/cjs/components/Menu/components/MenuDivider.js +1 -1
- package/build/cjs/components/Menu/components/MenuDivider.js.map +1 -1
- package/build/cjs/components/Menu/components/MenuItem.js +1 -1
- package/build/cjs/components/Menu/components/MenuItem.js.map +1 -1
- package/build/cjs/components/Menu/components/MenuItemGroup.js +1 -1
- package/build/cjs/components/Menu/components/MenuItemGroup.js.map +1 -1
- package/build/cjs/components/Menu/components/SubMenu.js +1 -1
- package/build/cjs/components/Menu/components/SubMenu.js.map +1 -1
- package/build/cjs/components/Menu/styles/groupMenuItem.styles.js +15 -8
- package/build/cjs/components/Menu/styles/groupMenuItem.styles.js.map +1 -1
- package/build/cjs/components/Menu/styles/menuDivider.styles.js +9 -11
- package/build/cjs/components/Menu/styles/menuDivider.styles.js.map +1 -1
- package/build/cjs/components/Menu/utils/classObserverUtils.js +1 -1
- package/build/cjs/components/Menu/utils/classObserverUtils.js.map +1 -1
- package/build/cjs/components/Menu/utils/motionUtils.js +1 -1
- package/build/cjs/components/Menu/utils/motionUtils.js.map +1 -1
- package/build/cjs/components/Menu/utils/nodeUtils.js +1 -1
- package/build/cjs/components/Menu/utils/nodeUtils.js.map +1 -1
- package/build/cjs/components/Modal/Modal.js +1 -1
- package/build/cjs/components/Modal/Modal.js.map +1 -1
- package/build/cjs/components/NavBar/NavBar.js +1 -1
- package/build/cjs/components/NavBar/NavBar.js.map +1 -1
- package/build/cjs/components/NavBar/NavBar.styles.js +10 -10
- package/build/cjs/components/NavBar/NavBar.styles.js.map +1 -1
- package/build/cjs/components/NavBar/NavBarMobile.js +2 -0
- package/build/cjs/components/NavBar/NavBarMobile.js.map +1 -0
- package/build/cjs/components/NavBar/NavBarVerticalStatic.js +2 -0
- package/build/cjs/components/NavBar/NavBarVerticalStatic.js.map +1 -0
- package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js +63 -0
- package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -0
- package/build/cjs/components/NavBar/components/FirstArea/FirstArea.js +1 -1
- package/build/cjs/components/NavBar/components/FirstArea/FirstArea.js.map +1 -1
- package/build/cjs/components/NavBar/components/LastArea/LastArea.styles.js +8 -4
- package/build/cjs/components/NavBar/components/LastArea/LastArea.styles.js.map +1 -1
- package/build/cjs/components/Pagination/DefaultPagination.js +1 -1
- package/build/cjs/components/Pagination/DefaultPagination.js.map +1 -1
- package/build/cjs/components/Pagination/DefaultPagination.styles.js +6 -3
- package/build/cjs/components/Pagination/DefaultPagination.styles.js.map +1 -1
- package/build/cjs/components/Pagination/SimplePagination.js +1 -1
- package/build/cjs/components/Pagination/SimplePagination.js.map +1 -1
- package/build/cjs/components/Pagination/utils/numberFormatter.js +2 -0
- package/build/cjs/components/Pagination/utils/numberFormatter.js.map +1 -0
- package/build/cjs/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js +1 -1
- package/build/cjs/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js.map +1 -1
- package/build/cjs/components/RadioButton/RadioButton.js +1 -1
- package/build/cjs/components/RadioButton/RadioButton.js.map +1 -1
- package/build/cjs/components/RadioButton/RadioButton.styles.js +70 -60
- package/build/cjs/components/RadioButton/RadioButton.styles.js.map +1 -1
- package/build/cjs/components/Select/Select.js +1 -1
- package/build/cjs/components/Select/Select.js.map +1 -1
- package/build/cjs/components/Select/Select.styles.js +8 -11
- package/build/cjs/components/Select/Select.styles.js.map +1 -1
- package/build/cjs/components/Select/components/SelectLoading.js +1 -1
- package/build/cjs/components/Select/components/SelectLoading.js.map +1 -1
- package/build/cjs/components/Select/utils/keydown.js +2 -0
- package/build/cjs/components/Select/utils/keydown.js.map +1 -0
- package/build/cjs/components/Select/utils/strUtils.js +1 -1
- package/build/cjs/components/Select/utils/strUtils.js.map +1 -1
- package/build/cjs/components/Slider/RangeSlider.js +1 -1
- package/build/cjs/components/Slider/RangeSlider.js.map +1 -1
- package/build/cjs/components/Slider/Slider.js +1 -1
- package/build/cjs/components/Slider/Slider.js.map +1 -1
- package/build/cjs/components/Stat/Stat.js +1 -1
- package/build/cjs/components/Stat/Stat.js.map +1 -1
- package/build/cjs/components/Stepper/Stepper.js +1 -1
- package/build/cjs/components/Stepper/Stepper.js.map +1 -1
- package/build/cjs/components/Stepper/_internalComponents/Content/Content.js.map +1 -1
- package/build/cjs/components/Table/Table.styles.js +24 -24
- package/build/cjs/components/Table/Table.styles.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/BaseTable.js +1 -1
- package/build/cjs/components/Table/components/BaseTable/BaseTable.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/BaseTablePagination.js +7 -6
- package/build/cjs/components/Table/components/BaseTable/BaseTablePagination.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/BaseTableVirtualised.js +1 -1
- package/build/cjs/components/Table/components/BaseTable/BaseTableVirtualised.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/Cell.js +1 -1
- package/build/cjs/components/Table/components/BaseTable/Cell.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/TableFooter.js +1 -1
- package/build/cjs/components/Table/components/BaseTable/TableFooter.js.map +1 -1
- package/build/cjs/components/Table/components/BaseTable/TableHeader.js +1 -1
- package/build/cjs/components/Table/components/BaseTable/TableHeader.js.map +1 -1
- package/build/cjs/components/Table/components/TableElements/Expander.js +4 -4
- package/build/cjs/components/Table/components/TableElements/Expander.js.map +1 -1
- package/build/cjs/components/Table/components/TableElements/HeaderCell.js +1 -1
- package/build/cjs/components/Table/components/TableElements/HeaderCell.js.map +1 -1
- package/build/cjs/components/Table/components/TableElements/HeaderCellMenu.js +1 -1
- package/build/cjs/components/Table/components/TableElements/HeaderCellMenu.js.map +1 -1
- package/build/cjs/components/Table/components/TableElements/TableElements.js +58 -58
- package/build/cjs/components/Table/components/TableElements/TableElements.js.map +1 -1
- package/build/cjs/components/Table/components/TableElements/TableWrapper.js +10 -7
- package/build/cjs/components/Table/components/TableElements/TableWrapper.js.map +1 -1
- package/build/cjs/components/Table/features/sized.js +1 -1
- package/build/cjs/components/Table/features/sized.js.map +1 -1
- package/build/cjs/components/Table/hooks/useVirtualized.js +1 -1
- package/build/cjs/components/Table/hooks/useVirtualized.js.map +1 -1
- package/build/cjs/components/Table/utils/baseTableUtils.js +1 -1
- package/build/cjs/components/Table/utils/baseTableUtils.js.map +1 -1
- package/build/cjs/components/Table/utils/draggable.js +1 -1
- package/build/cjs/components/Table/utils/draggable.js.map +1 -1
- package/build/cjs/components/Table/utils/rowHighlight.js +1 -1
- package/build/cjs/components/Table/utils/rowHighlight.js.map +1 -1
- package/build/cjs/components/Table/utils/tableUtils.js +1 -1
- package/build/cjs/components/Table/utils/tableUtils.js.map +1 -1
- package/build/cjs/components/Tabs/Tabs.js +1 -1
- package/build/cjs/components/Tabs/Tabs.js.map +1 -1
- package/build/cjs/components/Tag/Tag.styles.js +14 -14
- package/build/cjs/components/Tag/Tag.styles.js.map +1 -1
- package/build/cjs/components/TextArea/TextArea.js +1 -1
- package/build/cjs/components/TextArea/TextArea.js.map +1 -1
- package/build/cjs/components/TextInput/TextInput.js +1 -1
- package/build/cjs/components/TextInput/TextInput.js.map +1 -1
- package/build/cjs/components/Timeline/Timeline.js +1 -1
- package/build/cjs/components/Timeline/Timeline.js.map +1 -1
- package/build/cjs/components/Timeline/components/TimelineStepBox/TimelineStepBox.js +1 -1
- package/build/cjs/components/Timeline/components/TimelineStepBox/TimelineStepBox.js.map +1 -1
- package/build/cjs/components/ToggleButton/ToggleButton.js +1 -1
- package/build/cjs/components/ToggleButton/ToggleButton.js.map +1 -1
- package/build/cjs/components/Tree/Tree.js +1 -1
- package/build/cjs/components/Tree/Tree.js.map +1 -1
- package/build/cjs/components/Tree/components/TreeCheckbox/TreeCheckbox.js +1 -1
- package/build/cjs/components/Tree/components/TreeCheckbox/TreeCheckbox.js.map +1 -1
- package/build/cjs/components/Tree/components/TreeNode/TreeNode.js +1 -1
- package/build/cjs/components/Tree/components/TreeNode/TreeNode.js.map +1 -1
- package/build/cjs/components/Tree/utils/treeUtils.js +1 -1
- package/build/cjs/components/Tree/utils/treeUtils.js.map +1 -1
- package/build/cjs/hooks/useFocusRingOnKeyboard.js +1 -1
- package/build/cjs/hooks/useFocusRingOnKeyboard.js.map +1 -1
- package/build/cjs/index.js +1 -1
- package/build/cjs/libs/i18next/consts.js +2 -0
- package/build/cjs/libs/i18next/consts.js.map +1 -0
- package/build/cjs/libs/i18next/hooks/useTranslation.js +2 -0
- package/build/cjs/libs/i18next/hooks/useTranslation.js.map +1 -0
- package/build/cjs/libs/i18next/instance.js +2 -0
- package/build/cjs/libs/i18next/instance.js.map +1 -0
- package/build/cjs/libs/i18next/resources.js +2 -0
- package/build/cjs/libs/i18next/resources.js.map +1 -0
- package/build/cjs/providers/theme/AcinguiuxThemeProvider.js +1 -1
- package/build/cjs/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
- package/build/cjs/providers/theme/FabricsThemeProvider.js +1 -1
- package/build/cjs/providers/theme/FabricsThemeProvider.js.map +1 -1
- package/build/cjs/providers/translations/I18nextProvider.js +2 -0
- package/build/cjs/providers/translations/I18nextProvider.js.map +1 -0
- package/build/cjs/react-base/src/components/Button/Button.styles.js +10 -10
- package/build/cjs/react-base/src/components/Button/Button.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/Button/Button.utils.js +1 -1
- package/build/cjs/react-base/src/components/Button/Button.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.consts.js +1 -1
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.utils.js +1 -1
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Divider/Divider.utils.js +1 -1
- package/build/cjs/react-base/src/components/Divider/Divider.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/FileUploader/FileUploader.types.js.map +1 -1
- package/build/cjs/react-base/src/components/FormField/FormField.styles.js +1 -1
- package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
- package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.consts.js +1 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.types.js +1 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.types.js.map +1 -1
- package/build/cjs/react-base/src/components/ListItem/ListItemHeader.consts.js +2 -0
- package/build/cjs/react-base/src/components/ListItem/ListItemHeader.consts.js.map +1 -0
- package/build/cjs/react-base/src/components/NavBar/NavBar.consts.js +1 -1
- package/build/cjs/react-base/src/components/NavBar/NavBar.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js +2 -0
- package/build/cjs/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js.map +1 -0
- package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
- package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Pagination/locales/de.js +2 -0
- package/build/cjs/react-base/src/components/Pagination/locales/de.js.map +1 -0
- package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
- package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/Select/Select.consts.js +1 -1
- package/build/cjs/react-base/src/components/Select/Select.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/Select/Select.utils.js +1 -1
- package/build/cjs/react-base/src/components/Select/Select.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Tag/Tag.utils.js +1 -1
- package/build/cjs/react-base/src/components/Tag/Tag.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
- package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
- package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
- package/build/cjs/react-base/src/theme/layer.js +1 -1
- package/build/cjs/react-base/src/theme/layer.js.map +1 -1
- package/build/cjs/react-base/src/theme/modes.js +1 -1
- package/build/cjs/react-base/src/theme/modes.js.map +1 -1
- package/build/cjs/react-base/src/theme/types/typography.js +1 -1
- package/build/cjs/react-base/src/theme/types/typography.js.map +1 -1
- package/build/cjs/react-base/src/theme/typography.js +1 -1
- package/build/cjs/react-base/src/theme/typography.js.map +1 -1
- package/build/cjs/react-base/src/utils/stylesUtils.js +3 -3
- package/build/cjs/react-base/src/utils/stylesUtils.js.map +1 -1
- package/build/esm/components/Accordion/Accordion.js +29 -29
- package/build/esm/components/Accordion/Accordion.js.map +1 -1
- package/build/esm/components/Alert/Alert.js +82 -83
- package/build/esm/components/Alert/Alert.js.map +1 -1
- package/build/esm/components/Button/Button.styles.d.ts +1 -2
- package/build/esm/components/Button/Button.styles.d.ts.map +1 -1
- package/build/esm/components/Button/Button.styles.js +89 -79
- package/build/esm/components/Button/Button.styles.js.map +1 -1
- package/build/esm/components/Button/OnBrandButton.d.ts.map +1 -1
- package/build/esm/components/Button/OnBrandButton.js +1 -10
- package/build/esm/components/Button/OnBrandButton.js.map +1 -1
- package/build/esm/components/Button/OnSentimentButton.d.ts.map +1 -1
- package/build/esm/components/Button/OnSentimentButton.js.map +1 -1
- package/build/esm/components/ButtonGroup/ButtonGroup.js +35 -35
- package/build/esm/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/build/esm/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js +57 -57
- package/build/esm/components/ButtonGroup/components/CheckboxButton/CheckboxButton.js.map +1 -1
- package/build/esm/components/ButtonGroup/components/RadioButton/RadioButton.js +43 -43
- package/build/esm/components/ButtonGroup/components/RadioButton/RadioButton.js.map +1 -1
- package/build/esm/components/Card/Card.styles.d.ts +3 -2
- package/build/esm/components/Card/Card.styles.d.ts.map +1 -1
- package/build/esm/components/Card/Card.styles.js +70 -66
- package/build/esm/components/Card/Card.styles.js.map +1 -1
- package/build/esm/components/Card/InsetCard.d.ts.map +1 -1
- package/build/esm/components/Card/InsetCard.js +41 -35
- package/build/esm/components/Card/InsetCard.js.map +1 -1
- package/build/esm/components/Card/_internalComponents/data.d.ts +2 -0
- package/build/esm/components/Card/_internalComponents/data.d.ts.map +1 -1
- package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts +1 -0
- package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts.map +1 -1
- package/build/esm/components/Chart/Highcharts/HighchartsChart.js +26 -30
- package/build/esm/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
- package/build/esm/components/Chart/Highcharts/hooks/useHighchartsOptions.js +17 -17
- package/build/esm/components/Chart/Highcharts/hooks/useHighchartsOptions.js.map +1 -1
- package/build/esm/components/Chart/Highcharts/options/axis.options.js +14 -14
- package/build/esm/components/Chart/Highcharts/options/axis.options.js.map +1 -1
- package/build/esm/components/Chart/Highcharts/options/legend.options.js +7 -7
- package/build/esm/components/Chart/Highcharts/options/legend.options.js.map +1 -1
- package/build/esm/components/Chart/Recharts/BaseRechartsChart.d.ts.map +1 -1
- package/build/esm/components/Chart/Recharts/BaseRechartsChart.js +38 -35
- package/build/esm/components/Chart/Recharts/BaseRechartsChart.js.map +1 -1
- package/build/esm/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js +8 -8
- package/build/esm/components/Chart/Recharts/components/ChartTooltip/ChartTooltip.js.map +1 -1
- package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.d.ts.map +1 -1
- package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js +23 -21
- package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.js +59 -53
- package/build/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.styles.d.ts +4 -4
- package/build/esm/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.styles.js +75 -66
- package/build/esm/components/Checkbox/Checkbox.styles.js.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.types.d.ts +1 -1
- package/build/esm/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/build/esm/components/DateInput/DateInput.js +31 -31
- package/build/esm/components/DateInput/DateInput.js.map +1 -1
- package/build/esm/components/DatePicker/components/Calendar/Calendar.d.ts +2 -12
- package/build/esm/components/DatePicker/components/Calendar/Calendar.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/Calendar/Calendar.js +47 -36
- package/build/esm/components/DatePicker/components/Calendar/Calendar.js.map +1 -1
- package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.d.ts +4 -2
- package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.js +48 -40
- package/build/esm/components/DatePicker/components/Calendar/Calendar.styles.js.map +1 -1
- package/build/esm/components/DatePicker/components/Calendar/Calendar.types.d.ts +14 -0
- package/build/esm/components/DatePicker/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js +34 -35
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.js.map +1 -1
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.d.ts +7 -0
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.d.ts.map +1 -0
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js +12 -0
- package/build/esm/components/DatePicker/components/NativeDatePicker/NativeDatePicker.styles.js.map +1 -0
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.d.ts +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js +107 -102
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.d.ts +2 -0
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js +10 -8
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.styles.js.map +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +2 -2
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js +109 -113
- package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -1
- package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts +2 -2
- package/build/esm/components/DatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts.map +1 -1
- package/build/esm/components/DatePicker/utils/range.d.ts +8 -0
- package/build/esm/components/DatePicker/utils/range.d.ts.map +1 -0
- package/build/esm/components/DatePicker/utils/range.js +6 -0
- package/build/esm/components/DatePicker/utils/range.js.map +1 -0
- package/build/esm/components/Divider/Divider.js +13 -13
- package/build/esm/components/Divider/Divider.js.map +1 -1
- package/build/esm/components/Divider/Divider.styles.js +15 -15
- package/build/esm/components/Divider/Divider.styles.js.map +1 -1
- package/build/esm/components/Drawer/Drawer.d.ts +1 -1
- package/build/esm/components/Drawer/Drawer.d.ts.map +1 -1
- package/build/esm/components/Drawer/Drawer.js +33 -31
- package/build/esm/components/Drawer/Drawer.js.map +1 -1
- package/build/esm/components/Drawer/Drawer.styles.d.ts +3 -1
- package/build/esm/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/build/esm/components/Drawer/Drawer.styles.js +40 -40
- package/build/esm/components/Drawer/Drawer.styles.js.map +1 -1
- package/build/esm/components/EmptyState/EmptyState.js +33 -33
- package/build/esm/components/EmptyState/EmptyState.js.map +1 -1
- package/build/esm/components/FileUploader/FileUploader.d.ts.map +1 -1
- package/build/esm/components/FileUploader/FileUploader.js +40 -43
- package/build/esm/components/FileUploader/FileUploader.js.map +1 -1
- package/build/esm/components/FileUploader/FileUploader.types.d.ts +11 -3
- package/build/esm/components/FileUploader/FileUploader.types.d.ts.map +1 -1
- package/build/esm/components/FileUploader/components/FileUploadContent/FileUploadContent.js +45 -49
- package/build/esm/components/FileUploader/components/FileUploadContent/FileUploadContent.js.map +1 -1
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts +1 -1
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts.map +1 -1
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js +70 -69
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
- package/build/esm/components/FileUploader/hooks/useFileXhrUploader.js +32 -33
- package/build/esm/components/FileUploader/hooks/useFileXhrUploader.js.map +1 -1
- package/build/esm/components/FormField/components/Label/Label.js +35 -38
- package/build/esm/components/FormField/components/Label/Label.js.map +1 -1
- package/build/esm/components/Grid/Grid.js +4 -4
- package/build/esm/components/Grid/Grid.js.map +1 -1
- package/build/esm/components/Icon/components/EyeSolidDisabled.js +1 -1
- package/build/esm/components/Icon/components/EyeSolidDisabled.js.map +1 -1
- package/build/esm/components/Icon/components/Office.d.ts.map +1 -1
- package/build/esm/components/Icon/components/Office.js +12 -22
- package/build/esm/components/Icon/components/Office.js.map +1 -1
- package/build/esm/components/Icon/components/Support.js +14 -14
- package/build/esm/components/Icon/components/Support.js.map +1 -1
- package/build/esm/components/Icon/components/categories.d.ts +976 -0
- package/build/esm/components/Icon/components/categories.d.ts.map +1 -0
- package/build/esm/components/Icon/components/categories.js +1904 -0
- package/build/esm/components/Icon/components/categories.js.map +1 -0
- package/build/esm/components/ListItem/ListItem.d.ts +1 -2
- package/build/esm/components/ListItem/ListItem.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItem.js +86 -45
- package/build/esm/components/ListItem/ListItem.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.styles.d.ts +9 -6
- package/build/esm/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItem.styles.js +137 -131
- package/build/esm/components/ListItem/ListItem.styles.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.types.d.ts +13 -3
- package/build/esm/components/ListItem/ListItem.types.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItem.utils.d.ts +7 -0
- package/build/esm/components/ListItem/ListItem.utils.d.ts.map +1 -0
- package/build/esm/components/ListItem/ListItem.utils.js +71 -0
- package/build/esm/components/ListItem/ListItem.utils.js.map +1 -0
- package/build/esm/components/ListItem/ListItemHeader.d.ts +4 -0
- package/build/esm/components/ListItem/ListItemHeader.d.ts.map +1 -0
- package/build/esm/components/ListItem/ListItemHeader.js +43 -0
- package/build/esm/components/ListItem/ListItemHeader.js.map +1 -0
- package/build/esm/components/ListItem/ListItemHeader.styles.d.ts +4 -0
- package/build/esm/components/ListItem/ListItemHeader.styles.d.ts.map +1 -0
- package/build/esm/components/ListItem/ListItemHeader.styles.js +43 -0
- package/build/esm/components/ListItem/ListItemHeader.styles.js.map +1 -0
- package/build/esm/components/Menu/Menu.d.ts +1 -1
- package/build/esm/components/Menu/Menu.d.ts.map +1 -1
- package/build/esm/components/Menu/Menu.js +58 -54
- package/build/esm/components/Menu/Menu.js.map +1 -1
- package/build/esm/components/Menu/Menu.styles.d.ts +7 -7
- package/build/esm/components/Menu/Menu.styles.js +1 -1
- package/build/esm/components/Menu/Menu.styles.js.map +1 -1
- package/build/esm/components/Menu/Menu.types.d.ts +2 -2
- package/build/esm/components/Menu/Menu.types.d.ts.map +1 -1
- package/build/esm/components/Menu/_stories/Story.styles.d.ts +1 -1
- package/build/esm/components/Menu/_stories/Story.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuDivider.d.ts +3 -3
- package/build/esm/components/Menu/components/MenuDivider.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuDivider.js +20 -4
- package/build/esm/components/Menu/components/MenuDivider.js.map +1 -1
- package/build/esm/components/Menu/components/MenuItem.d.ts +1 -1
- package/build/esm/components/Menu/components/MenuItem.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuItem.js +1 -1
- package/build/esm/components/Menu/components/MenuItem.js.map +1 -1
- package/build/esm/components/Menu/components/MenuItemGroup.d.ts +2 -1
- package/build/esm/components/Menu/components/MenuItemGroup.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuItemGroup.js +18 -8
- package/build/esm/components/Menu/components/MenuItemGroup.js.map +1 -1
- package/build/esm/components/Menu/components/SubMenu.d.ts +1 -1
- package/build/esm/components/Menu/components/SubMenu.d.ts.map +1 -1
- package/build/esm/components/Menu/components/SubMenu.js +1 -1
- package/build/esm/components/Menu/components/SubMenu.js.map +1 -1
- package/build/esm/components/Menu/styles/groupMenuItem.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/styles/groupMenuItem.styles.js +19 -12
- package/build/esm/components/Menu/styles/groupMenuItem.styles.js.map +1 -1
- package/build/esm/components/Menu/styles/menuDivider.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/styles/menuDivider.styles.js +10 -13
- package/build/esm/components/Menu/styles/menuDivider.styles.js.map +1 -1
- package/build/esm/components/Menu/utils/classObserverUtils.d.ts +1 -1
- package/build/esm/components/Menu/utils/classObserverUtils.js +11 -11
- package/build/esm/components/Menu/utils/classObserverUtils.js.map +1 -1
- package/build/esm/components/Menu/utils/motionUtils.js +7 -7
- package/build/esm/components/Menu/utils/motionUtils.js.map +1 -1
- package/build/esm/components/Menu/utils/nodeUtils.d.ts +5 -2
- package/build/esm/components/Menu/utils/nodeUtils.d.ts.map +1 -1
- package/build/esm/components/Menu/utils/nodeUtils.js +27 -13
- package/build/esm/components/Menu/utils/nodeUtils.js.map +1 -1
- package/build/esm/components/Modal/Modal.js +31 -31
- package/build/esm/components/Modal/Modal.js.map +1 -1
- package/build/esm/components/NavBar/NavBar.d.ts +1 -1
- package/build/esm/components/NavBar/NavBar.d.ts.map +1 -1
- package/build/esm/components/NavBar/NavBar.js +111 -107
- package/build/esm/components/NavBar/NavBar.js.map +1 -1
- package/build/esm/components/NavBar/NavBar.styles.d.ts +2 -1
- package/build/esm/components/NavBar/NavBar.styles.d.ts.map +1 -1
- package/build/esm/components/NavBar/NavBar.styles.js +11 -11
- package/build/esm/components/NavBar/NavBar.styles.js.map +1 -1
- package/build/esm/components/NavBar/NavBar.types.d.ts +12 -1
- package/build/esm/components/NavBar/NavBar.types.d.ts.map +1 -1
- package/build/esm/components/NavBar/NavBarMobile.d.ts +5 -0
- package/build/esm/components/NavBar/NavBarMobile.d.ts.map +1 -0
- package/build/esm/components/NavBar/NavBarMobile.js +17 -0
- package/build/esm/components/NavBar/NavBarMobile.js.map +1 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.d.ts +5 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.d.ts.map +1 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.js +53 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.js.map +1 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts +11 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts.map +1 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js +81 -0
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -0
- package/build/esm/components/NavBar/components/FirstArea/FirstArea.js +24 -24
- package/build/esm/components/NavBar/components/FirstArea/FirstArea.js.map +1 -1
- package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts +2 -1
- package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts.map +1 -1
- package/build/esm/components/NavBar/components/LastArea/LastArea.styles.js +12 -7
- package/build/esm/components/NavBar/components/LastArea/LastArea.styles.js.map +1 -1
- package/build/esm/components/Pagination/DefaultPagination.d.ts +1 -1
- package/build/esm/components/Pagination/DefaultPagination.d.ts.map +1 -1
- package/build/esm/components/Pagination/DefaultPagination.js +113 -111
- package/build/esm/components/Pagination/DefaultPagination.js.map +1 -1
- package/build/esm/components/Pagination/DefaultPagination.styles.d.ts.map +1 -1
- package/build/esm/components/Pagination/DefaultPagination.styles.js +15 -12
- package/build/esm/components/Pagination/DefaultPagination.styles.js.map +1 -1
- package/build/esm/components/Pagination/SimplePagination.d.ts +1 -1
- package/build/esm/components/Pagination/SimplePagination.d.ts.map +1 -1
- package/build/esm/components/Pagination/SimplePagination.js +64 -61
- package/build/esm/components/Pagination/SimplePagination.js.map +1 -1
- package/build/esm/components/Pagination/utils/numberFormatter.d.ts +2 -0
- package/build/esm/components/Pagination/utils/numberFormatter.d.ts.map +1 -0
- package/build/esm/components/Pagination/utils/numberFormatter.js +5 -0
- package/build/esm/components/Pagination/utils/numberFormatter.js.map +1 -0
- package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js +18 -19
- package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.js.map +1 -1
- package/build/esm/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/build/esm/components/RadioButton/RadioButton.js +52 -47
- package/build/esm/components/RadioButton/RadioButton.js.map +1 -1
- package/build/esm/components/RadioButton/RadioButton.styles.d.ts +4 -4
- package/build/esm/components/RadioButton/RadioButton.styles.d.ts.map +1 -1
- package/build/esm/components/RadioButton/RadioButton.styles.js +76 -67
- package/build/esm/components/RadioButton/RadioButton.styles.js.map +1 -1
- package/build/esm/components/RadioButton/RadioButton.types.d.ts +1 -1
- package/build/esm/components/RadioButton/RadioButton.types.d.ts.map +1 -1
- package/build/esm/components/Select/Select.d.ts.map +1 -1
- package/build/esm/components/Select/Select.js +206 -208
- package/build/esm/components/Select/Select.js.map +1 -1
- package/build/esm/components/Select/Select.styles.d.ts.map +1 -1
- package/build/esm/components/Select/Select.styles.js +29 -32
- package/build/esm/components/Select/Select.styles.js.map +1 -1
- package/build/esm/components/Select/Select.types.d.ts +5 -0
- package/build/esm/components/Select/Select.types.d.ts.map +1 -1
- package/build/esm/components/Select/components/SelectLoading.d.ts.map +1 -1
- package/build/esm/components/Select/components/SelectLoading.js +9 -8
- package/build/esm/components/Select/components/SelectLoading.js.map +1 -1
- package/build/esm/components/Select/utils/keydown.d.ts +18 -0
- package/build/esm/components/Select/utils/keydown.d.ts.map +1 -0
- package/build/esm/components/Select/utils/keydown.js +28 -0
- package/build/esm/components/Select/utils/keydown.js.map +1 -0
- package/build/esm/components/Select/utils/strUtils.js +2 -2
- package/build/esm/components/Select/utils/strUtils.js.map +1 -1
- package/build/esm/components/Slider/RangeSlider.js +66 -66
- package/build/esm/components/Slider/RangeSlider.js.map +1 -1
- package/build/esm/components/Slider/Slider.js +47 -47
- package/build/esm/components/Slider/Slider.js.map +1 -1
- package/build/esm/components/Stat/Stat.d.ts.map +1 -1
- package/build/esm/components/Stat/Stat.js +40 -37
- package/build/esm/components/Stat/Stat.js.map +1 -1
- package/build/esm/components/Stepper/Stepper.js +16 -16
- package/build/esm/components/Stepper/Stepper.js.map +1 -1
- package/build/esm/components/Table/Table.styles.d.ts.map +1 -1
- package/build/esm/components/Table/Table.styles.js +22 -22
- package/build/esm/components/Table/Table.styles.js.map +1 -1
- package/build/esm/components/Table/_internalComponents/data.d.ts.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTable.d.ts.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTable.js +104 -108
- package/build/esm/components/Table/components/BaseTable/BaseTable.js.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts +1 -0
- package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTablePagination.d.ts.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTablePagination.js +12 -11
- package/build/esm/components/Table/components/BaseTable/BaseTablePagination.js.map +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTableVirtualised.js +104 -109
- package/build/esm/components/Table/components/BaseTable/BaseTableVirtualised.js.map +1 -1
- package/build/esm/components/Table/components/BaseTable/Cell.d.ts.map +1 -1
- package/build/esm/components/Table/components/BaseTable/Cell.js +22 -29
- package/build/esm/components/Table/components/BaseTable/Cell.js.map +1 -1
- package/build/esm/components/Table/components/BaseTable/TableFooter.js +10 -10
- package/build/esm/components/Table/components/BaseTable/TableFooter.js.map +1 -1
- package/build/esm/components/Table/components/BaseTable/TableHeader.js +19 -19
- package/build/esm/components/Table/components/BaseTable/TableHeader.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/Expander.d.ts.map +1 -1
- package/build/esm/components/Table/components/TableElements/Expander.js +18 -17
- package/build/esm/components/Table/components/TableElements/Expander.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/HeaderCell.js +34 -34
- package/build/esm/components/Table/components/TableElements/HeaderCell.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/HeaderCellMenu.js +36 -36
- package/build/esm/components/Table/components/TableElements/HeaderCellMenu.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/TableElements.js +93 -93
- package/build/esm/components/Table/components/TableElements/TableElements.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/TableWrapper.d.ts.map +1 -1
- package/build/esm/components/Table/components/TableElements/TableWrapper.js +27 -23
- package/build/esm/components/Table/components/TableElements/TableWrapper.js.map +1 -1
- package/build/esm/components/Table/features/sized.d.ts.map +1 -1
- package/build/esm/components/Table/features/sized.js +7 -8
- package/build/esm/components/Table/features/sized.js.map +1 -1
- package/build/esm/components/Table/hooks/useVirtualized.js +16 -17
- package/build/esm/components/Table/hooks/useVirtualized.js.map +1 -1
- package/build/esm/components/Table/utils/baseTableUtils.js +20 -29
- package/build/esm/components/Table/utils/baseTableUtils.js.map +1 -1
- package/build/esm/components/Table/utils/draggable.js +27 -28
- package/build/esm/components/Table/utils/draggable.js.map +1 -1
- package/build/esm/components/Table/utils/rowHighlight.js +4 -4
- package/build/esm/components/Table/utils/rowHighlight.js.map +1 -1
- package/build/esm/components/Table/utils/tableUtils.d.ts +1 -0
- package/build/esm/components/Table/utils/tableUtils.d.ts.map +1 -1
- package/build/esm/components/Table/utils/tableUtils.js +2 -1
- package/build/esm/components/Table/utils/tableUtils.js.map +1 -1
- package/build/esm/components/Tabs/Tabs.js +24 -24
- package/build/esm/components/Tabs/Tabs.js.map +1 -1
- package/build/esm/components/Tag/Tag.styles.js +33 -32
- package/build/esm/components/Tag/Tag.styles.js.map +1 -1
- package/build/esm/components/TextArea/TextArea.js +91 -93
- package/build/esm/components/TextArea/TextArea.js.map +1 -1
- package/build/esm/components/TextInput/TextInput.js +88 -90
- package/build/esm/components/TextInput/TextInput.js.map +1 -1
- package/build/esm/components/Timeline/Timeline.js +90 -90
- package/build/esm/components/Timeline/Timeline.js.map +1 -1
- package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.js +60 -60
- package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.js.map +1 -1
- package/build/esm/components/ToggleButton/ToggleButton.js +34 -34
- package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
- package/build/esm/components/Tree/Tree.js +11 -11
- package/build/esm/components/Tree/Tree.js.map +1 -1
- package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.d.ts.map +1 -1
- package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.js +12 -16
- package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.js.map +1 -1
- package/build/esm/components/Tree/components/TreeNode/TreeNode.js +32 -33
- package/build/esm/components/Tree/components/TreeNode/TreeNode.js.map +1 -1
- package/build/esm/components/Tree/utils/treeUtils.js +21 -23
- package/build/esm/components/Tree/utils/treeUtils.js.map +1 -1
- package/build/esm/hooks/useFocusRingOnKeyboard.js +30 -31
- package/build/esm/hooks/useFocusRingOnKeyboard.js.map +1 -1
- package/build/esm/index.d.ts +8 -18
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +291 -304
- package/build/esm/index.js.map +1 -1
- package/build/esm/libs/i18next/consts.d.ts +2 -0
- package/build/esm/libs/i18next/consts.d.ts.map +1 -0
- package/build/esm/libs/i18next/consts.js +5 -0
- package/build/esm/libs/i18next/consts.js.map +1 -0
- package/build/esm/libs/i18next/hooks/useTranslation.d.ts +3 -0
- package/build/esm/libs/i18next/hooks/useTranslation.d.ts.map +1 -0
- package/build/esm/libs/i18next/hooks/useTranslation.js +7 -0
- package/build/esm/libs/i18next/hooks/useTranslation.js.map +1 -0
- package/build/esm/libs/i18next/instance.d.ts +4 -0
- package/build/esm/libs/i18next/instance.d.ts.map +1 -0
- package/build/esm/libs/i18next/instance.js +19 -0
- package/build/esm/libs/i18next/instance.js.map +1 -0
- package/build/esm/libs/i18next/resources.d.ts +3 -0
- package/build/esm/libs/i18next/resources.d.ts.map +1 -0
- package/build/esm/libs/i18next/resources.js +16 -0
- package/build/esm/libs/i18next/resources.js.map +1 -0
- package/build/esm/libs/i18next/types.d.ts +4 -0
- package/build/esm/libs/i18next/types.d.ts.map +1 -0
- package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts.map +1 -1
- package/build/esm/providers/theme/AcinguiuxThemeProvider.js +15 -17
- package/build/esm/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
- package/build/esm/providers/theme/FabricsThemeProvider.d.ts.map +1 -1
- package/build/esm/providers/theme/FabricsThemeProvider.js +7 -9
- package/build/esm/providers/theme/FabricsThemeProvider.js.map +1 -1
- package/build/esm/providers/translations/I18nextProvider.d.ts +11 -0
- package/build/esm/providers/translations/I18nextProvider.d.ts.map +1 -0
- package/build/esm/providers/translations/I18nextProvider.js +9 -0
- package/build/esm/providers/translations/I18nextProvider.js.map +1 -0
- package/build/esm/react-base/src/components/Button/Button.styles.js +2 -2
- package/build/esm/react-base/src/components/Button/Button.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.utils.js +47 -47
- package/build/esm/react-base/src/components/Button/Button.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Card/Card.types.d.ts +9 -1
- package/build/esm/react-base/src/components/Card/Card.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.d.ts +1 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.js +1 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.consts.js.map +1 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.utils.js +4 -4
- package/build/esm/react-base/src/components/Checkbox/Checkbox.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Checkbox/index.d.ts +0 -1
- package/build/esm/react-base/src/components/Checkbox/index.d.ts.map +1 -1
- package/build/esm/react-base/src/components/DatePicker/DatePicker.types.d.ts +5 -0
- package/build/esm/react-base/src/components/DatePicker/DatePicker.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Divider/Divider.utils.d.ts +1 -1
- package/build/esm/react-base/src/components/Divider/Divider.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Divider/Divider.utils.js +17 -15
- package/build/esm/react-base/src/components/Divider/Divider.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Drawer/Drawer.types.d.ts +1 -0
- package/build/esm/react-base/src/components/Drawer/Drawer.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/FileUploader/FileUploader.types.d.ts +1 -0
- package/build/esm/react-base/src/components/FileUploader/FileUploader.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/FileUploader/FileUploader.types.js.map +1 -1
- package/build/esm/react-base/src/components/FormField/FormField.styles.js +5 -4
- package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
- package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +27 -26
- package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.consts.d.ts +6 -0
- package/build/esm/react-base/src/components/ListItem/ListItem.consts.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.consts.js +15 -6
- package/build/esm/react-base/src/components/ListItem/ListItem.consts.js.map +1 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.types.d.ts +11 -2
- package/build/esm/react-base/src/components/ListItem/ListItem.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.types.js +3 -2
- package/build/esm/react-base/src/components/ListItem/ListItem.types.js.map +1 -1
- package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.d.ts +15 -0
- package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.d.ts.map +1 -0
- package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.js +22 -0
- package/build/esm/react-base/src/components/ListItem/ListItemHeader.consts.js.map +1 -0
- package/build/esm/react-base/src/components/ListItem/index.d.ts +1 -2
- package/build/esm/react-base/src/components/ListItem/index.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Menu/Menu.types.d.ts +1 -0
- package/build/esm/react-base/src/components/Menu/Menu.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBar.consts.d.ts +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBar.consts.d.ts.map +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBar.consts.js +16 -4
- package/build/esm/react-base/src/components/NavBar/NavBar.consts.js.map +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBar.types.d.ts +2 -0
- package/build/esm/react-base/src/components/NavBar/NavBar.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.d.ts +11 -0
- package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.d.ts.map +1 -0
- package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js +27 -0
- package/build/esm/react-base/src/components/NavBar/NavBarVerticalStatic.consts.js.map +1 -0
- package/build/esm/react-base/src/components/NavBar/index.d.ts +1 -0
- package/build/esm/react-base/src/components/NavBar/index.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Pagination/Pagination.types.d.ts +1 -0
- package/build/esm/react-base/src/components/Pagination/Pagination.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +5 -4
- package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Pagination/locales/de.d.ts +4 -0
- package/build/esm/react-base/src/components/Pagination/locales/de.d.ts.map +1 -0
- package/build/esm/react-base/src/components/Pagination/locales/de.js +21 -0
- package/build/esm/react-base/src/components/Pagination/locales/de.js.map +1 -0
- package/build/esm/react-base/src/components/Pagination/locales/index.d.ts +1 -0
- package/build/esm/react-base/src/components/Pagination/locales/index.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Popconfirm/Popconfirm.utils.d.ts +1 -1
- package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +12 -11
- package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
- package/build/esm/react-base/src/components/RadioButton/index.d.ts +0 -1
- package/build/esm/react-base/src/components/RadioButton/index.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.consts.js +6 -143
- package/build/esm/react-base/src/components/Select/Select.consts.js.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.utils.js +4 -4
- package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Tag/Tag.utils.d.ts +1 -1
- package/build/esm/react-base/src/components/Tag/Tag.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Tag/Tag.utils.js +39 -39
- package/build/esm/react-base/src/components/Tag/Tag.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +14 -12
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +14 -12
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Label/Label.types.d.ts +1 -1
- package/build/esm/react-base/src/components/Text/components/Label/Label.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Label/Label.utils.d.ts +1 -1
- package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/layer.js +35 -35
- package/build/esm/react-base/src/theme/layer.js.map +1 -1
- package/build/esm/react-base/src/theme/modes.js +8 -8
- package/build/esm/react-base/src/theme/modes.js.map +1 -1
- package/build/esm/react-base/src/theme/types/typography.d.ts +1 -1
- package/build/esm/react-base/src/theme/types/typography.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/types/typography.js +1 -1
- package/build/esm/react-base/src/theme/types/typography.js.map +1 -1
- package/build/esm/react-base/src/theme/typography.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/typography.js +11 -125
- package/build/esm/react-base/src/theme/typography.js.map +1 -1
- package/build/esm/react-base/src/utils/stylesUtils.d.ts +1 -1
- package/build/esm/react-base/src/utils/stylesUtils.d.ts.map +1 -1
- package/build/esm/react-base/src/utils/stylesUtils.js +3 -3
- package/build/esm/react-base/src/utils/stylesUtils.js.map +1 -1
- package/build/esm/utils/storybookUtils.d.ts.map +1 -1
- package/package.json +18 -23
- package/README.md +0 -132
- package/build/cjs/components/DeprecatedSelect/Select.js +0 -2
- package/build/cjs/components/DeprecatedSelect/Select.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/Select.styles.js +0 -426
- package/build/cjs/components/DeprecatedSelect/Select.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js +0 -2
- package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +0 -2
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +0 -51
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/components/Option/Option.js +0 -2
- package/build/cjs/components/DeprecatedSelect/components/Option/Option.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +0 -2
- package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +0 -2
- package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +0 -1
- package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js +0 -26
- package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/Table.consts.js +0 -2
- package/build/cjs/components/DeprecatedTable/Table.consts.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/Table.js +0 -2
- package/build/cjs/components/DeprecatedTable/Table.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/Table.styles.js +0 -145
- package/build/cjs/components/DeprecatedTable/Table.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +0 -2
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +0 -6
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +0 -2
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +0 -4
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/hooks/useFilter.js +0 -2
- package/build/cjs/components/DeprecatedTable/hooks/useFilter.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/hooks/useSorter.js +0 -2
- package/build/cjs/components/DeprecatedTable/hooks/useSorter.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js +0 -2
- package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/utils/renderUtils.js +0 -19
- package/build/cjs/components/DeprecatedTable/utils/renderUtils.js.map +0 -1
- package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js +0 -2
- package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js.map +0 -1
- package/build/cjs/components/DeprecatedTree/Tree.js +0 -2
- package/build/cjs/components/DeprecatedTree/Tree.js.map +0 -1
- package/build/cjs/components/DeprecatedTree/Tree.styles.js +0 -111
- package/build/cjs/components/DeprecatedTree/Tree.styles.js.map +0 -1
- package/build/cjs/components/DeprecatedTree/Tree.types.js +0 -2
- package/build/cjs/components/DeprecatedTree/Tree.types.js.map +0 -1
- package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +0 -2
- package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +0 -1
- package/build/cjs/components/ListItem/SelectListItem.js +0 -2
- package/build/cjs/components/ListItem/SelectListItem.js.map +0 -1
- package/build/cjs/hooks/useForceUpdate.js +0 -2
- package/build/cjs/hooks/useForceUpdate.js.map +0 -1
- package/build/cjs/hooks/useSyncState.js +0 -2
- package/build/cjs/hooks/useSyncState.js.map +0 -1
- package/build/cjs/libs/i18next.js +0 -2
- package/build/cjs/libs/i18next.js.map +0 -1
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.styles.js +0 -16
- package/build/cjs/react-base/src/components/Checkbox/Checkbox.styles.js.map +0 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.styles.js +0 -6
- package/build/cjs/react-base/src/components/ListItem/ListItem.styles.js.map +0 -1
- package/build/cjs/react-base/src/components/ListItem/ListItem.utils.js +0 -18
- package/build/cjs/react-base/src/components/ListItem/ListItem.utils.js.map +0 -1
- package/build/cjs/react-base/src/components/RadioButton/RadioButton.styles.js +0 -11
- package/build/cjs/react-base/src/components/RadioButton/RadioButton.styles.js.map +0 -1
- package/build/cjs/utils/colorUtils.js +0 -2
- package/build/cjs/utils/colorUtils.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/Select.d.ts +0 -5
- package/build/esm/components/DeprecatedSelect/Select.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/Select.js +0 -115
- package/build/esm/components/DeprecatedSelect/Select.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/Select.styles.d.ts +0 -8
- package/build/esm/components/DeprecatedSelect/Select.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/Select.styles.js +0 -455
- package/build/esm/components/DeprecatedSelect/Select.styles.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/Select.types.d.ts +0 -22
- package/build/esm/components/DeprecatedSelect/Select.types.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts +0 -4
- package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts +0 -10
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js +0 -13
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts +0 -4
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +0 -45
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts +0 -8
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +0 -67
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts +0 -9
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts +0 -5
- package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/Option/Option.js +0 -6
- package/build/esm/components/DeprecatedSelect/components/Option/Option.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts +0 -5
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +0 -6
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts +0 -7
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +0 -16
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +0 -1
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts +0 -3
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.js +0 -31
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.js.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.consts.d.ts +0 -9
- package/build/esm/components/DeprecatedTable/Table.consts.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.consts.js +0 -19
- package/build/esm/components/DeprecatedTable/Table.consts.js.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.d.ts +0 -11
- package/build/esm/components/DeprecatedTable/Table.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.js +0 -39
- package/build/esm/components/DeprecatedTable/Table.js.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.styles.d.ts +0 -8
- package/build/esm/components/DeprecatedTable/Table.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.styles.js +0 -158
- package/build/esm/components/DeprecatedTable/Table.styles.js.map +0 -1
- package/build/esm/components/DeprecatedTable/Table.types.d.ts +0 -79
- package/build/esm/components/DeprecatedTable/Table.types.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts +0 -45
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts +0 -7
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts +0 -5
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts +0 -7
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts +0 -5
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts +0 -12
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts +0 -7
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts +0 -16
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts +0 -5
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts +0 -10
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts +0 -5
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts +0 -7
- package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts +0 -16
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +0 -149
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +0 -12
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts +0 -8
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +0 -16
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts +0 -3
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +0 -8
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +0 -1
- package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts +0 -8
- package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts +0 -14
- package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/hooks/useFilter.js +0 -66
- package/build/esm/components/DeprecatedTable/hooks/useFilter.js.map +0 -1
- package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts +0 -14
- package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/hooks/useSorter.js +0 -75
- package/build/esm/components/DeprecatedTable/hooks/useSorter.js.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts +0 -13
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.js +0 -25
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.js.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts +0 -15
- package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/renderUtils.js +0 -53
- package/build/esm/components/DeprecatedTable/utils/renderUtils.js.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts +0 -10
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.js +0 -26
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.js.map +0 -1
- package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts +0 -4
- package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.d.ts +0 -10
- package/build/esm/components/DeprecatedTree/Tree.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.js +0 -52
- package/build/esm/components/DeprecatedTree/Tree.js.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.styles.d.ts +0 -7
- package/build/esm/components/DeprecatedTree/Tree.styles.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.styles.js +0 -118
- package/build/esm/components/DeprecatedTree/Tree.styles.js.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.types.d.ts +0 -12
- package/build/esm/components/DeprecatedTree/Tree.types.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTree/Tree.types.js +0 -2
- package/build/esm/components/DeprecatedTree/Tree.types.js.map +0 -1
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts +0 -8
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts.map +0 -1
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +0 -55
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +0 -1
- package/build/esm/components/ListItem/SelectListItem.d.ts +0 -9
- package/build/esm/components/ListItem/SelectListItem.d.ts.map +0 -1
- package/build/esm/components/ListItem/SelectListItem.js +0 -83
- package/build/esm/components/ListItem/SelectListItem.js.map +0 -1
- package/build/esm/hooks/useForceUpdate.js +0 -9
- package/build/esm/hooks/useForceUpdate.js.map +0 -1
- package/build/esm/hooks/useSyncState.js +0 -15
- package/build/esm/hooks/useSyncState.js.map +0 -1
- package/build/esm/libs/i18next.d.ts +0 -3
- package/build/esm/libs/i18next.d.ts.map +0 -1
- package/build/esm/libs/i18next.js +0 -21
- package/build/esm/libs/i18next.js.map +0 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.d.ts +0 -4
- package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.d.ts.map +0 -1
- package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.js +0 -22
- package/build/esm/react-base/src/components/Checkbox/Checkbox.styles.js.map +0 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.styles.d.ts +0 -2
- package/build/esm/react-base/src/components/ListItem/ListItem.styles.d.ts.map +0 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.styles.js +0 -10
- package/build/esm/react-base/src/components/ListItem/ListItem.styles.js.map +0 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.utils.d.ts +0 -10
- package/build/esm/react-base/src/components/ListItem/ListItem.utils.d.ts.map +0 -1
- package/build/esm/react-base/src/components/ListItem/ListItem.utils.js +0 -45
- package/build/esm/react-base/src/components/ListItem/ListItem.utils.js.map +0 -1
- package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.d.ts +0 -3
- package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.d.ts.map +0 -1
- package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.js +0 -16
- package/build/esm/react-base/src/components/RadioButton/RadioButton.styles.js.map +0 -1
- package/build/esm/utils/colorUtils.js +0 -9
- 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
|