acinguiux-ds-react-framework 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/LICENSE +16 -0
- package/README.md +136 -0
- package/build/cjs/components/Alert/Alert.js +1 -1
- package/build/cjs/components/Alert/Alert.js.map +1 -1
- package/build/cjs/components/Alert/Alert.styles.js +101 -99
- package/build/cjs/components/Alert/Alert.styles.js.map +1 -1
- package/build/cjs/components/Avatar/components/SimpleAvatar.js +1 -1
- package/build/cjs/components/Avatar/components/SimpleAvatar.js.map +1 -1
- package/build/cjs/components/Badge/Badge.js +1 -1
- package/build/cjs/components/Badge/Badge.js.map +1 -1
- package/build/cjs/components/Button/Button.styles.js +18 -18
- package/build/cjs/components/Button/Button.styles.js.map +1 -1
- package/build/cjs/components/Card/Card.js +1 -1
- package/build/cjs/components/Card/Card.js.map +1 -1
- package/build/cjs/components/Card/Card.styles.js +13 -14
- 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/Card/components/CardBar/CardBar.styles.js +6 -6
- package/build/cjs/components/Card/components/CardBar/CardBar.styles.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/DeprecatedDatePicker/DatePicker.styles.js +677 -0
- package/build/cjs/components/DeprecatedDatePicker/DatePicker.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedDatePicker/components/Calendar/Calendar.js +2 -0
- package/build/cjs/components/DeprecatedDatePicker/components/Calendar/Calendar.js.map +1 -0
- package/build/cjs/components/DeprecatedDatePicker/components/Icons/Icons.js +2 -0
- package/build/cjs/components/DeprecatedDatePicker/components/Icons/Icons.js.map +1 -0
- package/build/cjs/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js +2 -0
- package/build/cjs/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -0
- package/build/cjs/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js +2 -0
- package/build/cjs/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/Select.js +2 -0
- package/build/cjs/components/DeprecatedSelect/Select.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/Select.styles.js +426 -0
- package/build/cjs/components/DeprecatedSelect/Select.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js +2 -0
- package/build/cjs/components/DeprecatedSelect/components/Icons/Icons.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +2 -0
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +51 -0
- package/build/cjs/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/components/Option/Option.js +2 -0
- package/build/cjs/components/DeprecatedSelect/components/Option/Option.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +2 -0
- package/build/cjs/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +2 -0
- package/build/cjs/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +1 -0
- package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js +26 -0
- package/build/cjs/components/DeprecatedSelect/utils/styleUtils.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/Table.consts.js +2 -0
- package/build/cjs/components/DeprecatedTable/Table.consts.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/Table.js +2 -0
- package/build/cjs/components/DeprecatedTable/Table.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/Table.styles.js +148 -0
- package/build/cjs/components/DeprecatedTable/Table.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +2 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +6 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +2 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +4 -0
- package/build/cjs/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/hooks/useFilter.js +2 -0
- package/build/cjs/components/DeprecatedTable/hooks/useFilter.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/hooks/useSorter.js +2 -0
- package/build/cjs/components/DeprecatedTable/hooks/useSorter.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js +2 -0
- package/build/cjs/components/DeprecatedTable/utils/filteringUtils.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/utils/renderUtils.js +19 -0
- package/build/cjs/components/DeprecatedTable/utils/renderUtils.js.map +1 -0
- package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js +2 -0
- package/build/cjs/components/DeprecatedTable/utils/sortingUtils.js.map +1 -0
- package/build/cjs/components/DeprecatedTree/Tree.js +2 -0
- package/build/cjs/components/DeprecatedTree/Tree.js.map +1 -0
- package/build/cjs/components/DeprecatedTree/Tree.styles.js +111 -0
- package/build/cjs/components/DeprecatedTree/Tree.styles.js.map +1 -0
- package/build/cjs/components/DeprecatedTree/Tree.types.js +2 -0
- package/build/cjs/components/DeprecatedTree/Tree.types.js.map +1 -0
- package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +2 -0
- package/build/cjs/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +1 -0
- package/build/cjs/components/Drawer/Drawer.styles.js +43 -37
- package/build/cjs/components/Drawer/Drawer.styles.js.map +1 -1
- package/build/cjs/components/FileUploader/components/FileUpload/FileUpload.styles.js +16 -16
- package/build/cjs/components/FileUploader/components/FileUpload/FileUpload.styles.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/Icon/components/AirplaneDiagonal.js +1 -1
- package/build/cjs/components/Icon/components/AirplaneDiagonal.js.map +1 -1
- package/build/cjs/components/Icon/components/AirportArrivalsLand.js +2 -0
- package/build/cjs/components/Icon/components/AirportArrivalsLand.js.map +1 -0
- package/build/cjs/components/Icon/components/{AirplaneCircle.js → AirportCircle.js} +2 -2
- package/build/cjs/components/Icon/components/AirportCircle.js.map +1 -0
- package/build/cjs/components/Icon/components/{AirplaneCircleSolid.js → AirportCircleSolid.js} +2 -2
- package/build/cjs/components/Icon/components/AirportCircleSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/AirportDeparturesSolid.js +2 -0
- package/build/cjs/components/Icon/components/AirportDeparturesSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/AirportSquareSolid.js +2 -0
- package/build/cjs/components/Icon/components/AirportSquareSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Apiiro.js +2 -0
- package/build/cjs/components/Icon/components/Apiiro.js.map +1 -0
- package/build/cjs/components/Icon/components/ArrowDoubleCcw.js +2 -0
- package/build/cjs/components/Icon/components/ArrowDoubleCcw.js.map +1 -0
- package/build/cjs/components/Icon/components/ArrowDoubleCw.js +2 -0
- package/build/cjs/components/Icon/components/ArrowDoubleCw.js.map +1 -0
- package/build/cjs/components/Icon/components/ArrowDownNarrow.js +1 -1
- package/build/cjs/components/Icon/components/ArrowDownNarrow.js.map +1 -1
- package/build/cjs/components/Icon/components/ArrowLeftNarrow.js +2 -0
- package/build/cjs/components/Icon/components/ArrowLeftNarrow.js.map +1 -0
- package/build/cjs/components/Icon/components/ArrowRightNarrow.js +2 -0
- package/build/cjs/components/Icon/components/ArrowRightNarrow.js.map +1 -0
- package/build/cjs/components/Icon/components/ArrowUpNarrow.js +1 -1
- package/build/cjs/components/Icon/components/ArrowUpNarrow.js.map +1 -1
- package/build/cjs/components/Icon/components/Assembly.js +2 -0
- package/build/cjs/components/Icon/components/Assembly.js.map +1 -0
- package/build/cjs/components/Icon/components/Badge.js +1 -1
- package/build/cjs/components/Icon/components/Badge.js.map +1 -1
- package/build/cjs/components/Icon/components/BellAlert.js +1 -1
- package/build/cjs/components/Icon/components/BellAlert.js.map +1 -1
- package/build/cjs/components/Icon/components/BellAlertSolid.js +1 -1
- package/build/cjs/components/Icon/components/BellAlertSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/Biofuel.js +2 -0
- package/build/cjs/components/Icon/components/Biofuel.js.map +1 -0
- package/build/cjs/components/Icon/components/BoxMargin.js +2 -0
- package/build/cjs/components/Icon/components/BoxMargin.js.map +1 -0
- package/build/cjs/components/Icon/components/BoxMarginSolid.js +2 -0
- package/build/cjs/components/Icon/components/BoxMarginSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/BoxPadding.js +2 -0
- package/build/cjs/components/Icon/components/BoxPadding.js.map +1 -0
- package/build/cjs/components/Icon/components/BoxPaddingSolid.js +2 -0
- package/build/cjs/components/Icon/components/BoxPaddingSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Car.js +2 -0
- package/build/cjs/components/Icon/components/Car.js.map +1 -0
- package/build/cjs/components/Icon/components/Carton.js +2 -0
- package/build/cjs/components/Icon/components/Carton.js.map +1 -0
- package/build/cjs/components/Icon/components/CartonSolid.js +2 -0
- package/build/cjs/components/Icon/components/CartonSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Catalyst.js +2 -0
- package/build/cjs/components/Icon/components/Catalyst.js.map +1 -0
- package/build/cjs/components/Icon/components/Catalysts.js +2 -0
- package/build/cjs/components/Icon/components/Catalysts.js.map +1 -0
- package/build/cjs/components/Icon/components/ChartArcs.js +2 -0
- package/build/cjs/components/Icon/components/ChartArcs.js.map +1 -0
- package/build/cjs/components/Icon/components/ChemicalAnalysis.js +2 -0
- package/build/cjs/components/Icon/components/ChemicalAnalysis.js.map +1 -0
- package/build/cjs/components/Icon/components/Choice.js +2 -0
- package/build/cjs/components/Icon/components/Choice.js.map +1 -0
- package/build/cjs/components/Icon/components/Coffee.js +1 -1
- package/build/cjs/components/Icon/components/Coffee.js.map +1 -1
- package/build/cjs/components/Icon/components/CoffeeBeans.js +2 -0
- package/build/cjs/components/Icon/components/CoffeeBeans.js.map +1 -0
- package/build/cjs/components/Icon/components/CoffeeGrinder.js +2 -0
- package/build/cjs/components/Icon/components/CoffeeGrinder.js.map +1 -0
- package/build/cjs/components/Icon/components/CoffeeSolid.js +1 -1
- package/build/cjs/components/Icon/components/CoffeeSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/Component.js +2 -0
- package/build/cjs/components/Icon/components/Component.js.map +1 -0
- package/build/cjs/components/Icon/components/ComponentInstance.js +2 -0
- package/build/cjs/components/Icon/components/ComponentInstance.js.map +1 -0
- package/build/cjs/components/Icon/components/ComponentInstanceSolid.js +2 -0
- package/build/cjs/components/Icon/components/ComponentInstanceSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/ComponentInstanceSwap.js +2 -0
- package/build/cjs/components/Icon/components/ComponentInstanceSwap.js.map +1 -0
- package/build/cjs/components/Icon/components/ComponentSolid.js +2 -0
- package/build/cjs/components/Icon/components/ComponentSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Compressor.js +2 -0
- package/build/cjs/components/Icon/components/Compressor.js.map +1 -0
- package/build/cjs/components/Icon/components/Costs.js +2 -0
- package/build/cjs/components/Icon/components/Costs.js.map +1 -0
- package/build/cjs/components/Icon/components/Cpu.js +2 -0
- package/build/cjs/components/Icon/components/Cpu.js.map +1 -0
- package/build/cjs/components/Icon/components/CursorPath.js +1 -1
- package/build/cjs/components/Icon/components/CursorPath.js.map +1 -1
- package/build/cjs/components/Icon/components/CursorPathSolid.js +1 -1
- package/build/cjs/components/Icon/components/CursorPathSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/DataIntellgence.js +2 -0
- package/build/cjs/components/Icon/components/DataIntellgence.js.map +1 -0
- package/build/cjs/components/Icon/components/DataIntellgenceSolid.js +2 -0
- package/build/cjs/components/Icon/components/DataIntellgenceSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Diamond.js +2 -0
- package/build/cjs/components/Icon/components/Diamond.js.map +1 -0
- package/build/cjs/components/Icon/components/Downstream.js +2 -0
- package/build/cjs/components/Icon/components/Downstream.js.map +1 -0
- package/build/cjs/components/Icon/components/Emissions.js +2 -0
- package/build/cjs/components/Icon/components/Emissions.js.map +1 -0
- package/build/cjs/components/Icon/components/Engine.js +2 -0
- package/build/cjs/components/Icon/components/Engine.js.map +1 -0
- package/build/cjs/components/Icon/components/EngineMileage.js +2 -0
- package/build/cjs/components/Icon/components/EngineMileage.js.map +1 -0
- package/build/cjs/components/Icon/components/Excavator.js +2 -0
- package/build/cjs/components/Icon/components/Excavator.js.map +1 -0
- 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/FaceVeryGood.js +1 -1
- package/build/cjs/components/Icon/components/FaceVeryGood.js.map +1 -1
- package/build/cjs/components/Icon/components/FaceVeryPoor.js +1 -1
- package/build/cjs/components/Icon/components/FaceVeryPoor.js.map +1 -1
- package/build/cjs/components/Icon/components/Factory.js +2 -0
- package/build/cjs/components/Icon/components/Factory.js.map +1 -0
- package/build/cjs/components/Icon/components/FactoryAlt.js +2 -0
- package/build/cjs/components/Icon/components/FactoryAlt.js.map +1 -0
- package/build/cjs/components/Icon/components/FactorySolid.js +2 -0
- package/build/cjs/components/Icon/components/FactorySolid.js.map +1 -0
- package/build/cjs/components/Icon/components/FanBelt.js +2 -0
- package/build/cjs/components/Icon/components/FanBelt.js.map +1 -0
- package/build/cjs/components/Icon/components/Figma.js +1 -1
- package/build/cjs/components/Icon/components/Figma.js.map +1 -1
- package/build/cjs/components/Icon/components/FinanceInvoice.js +2 -0
- package/build/cjs/components/Icon/components/FinanceInvoice.js.map +1 -0
- package/build/cjs/components/Icon/components/FreightTrain.js +2 -0
- package/build/cjs/components/Icon/components/FreightTrain.js.map +1 -0
- package/build/cjs/components/Icon/components/GasEngine.js +2 -0
- package/build/cjs/components/Icon/components/GasEngine.js.map +1 -0
- package/build/cjs/components/Icon/components/Gearbox.js +2 -0
- package/build/cjs/components/Icon/components/Gearbox.js.map +1 -0
- package/build/cjs/components/Icon/components/GlobalMobility.js +1 -1
- package/build/cjs/components/Icon/components/GlobalMobility.js.map +1 -1
- package/build/cjs/components/Icon/components/GlobeSolid.js +1 -1
- package/build/cjs/components/Icon/components/GlobeSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/Graduate.js +2 -0
- package/build/cjs/components/Icon/components/Graduate.js.map +1 -0
- package/build/cjs/components/Icon/components/Guage.js +2 -0
- package/build/cjs/components/Icon/components/Guage.js.map +1 -0
- package/build/cjs/components/Icon/components/HeartHollow.js +1 -1
- package/build/cjs/components/Icon/components/HeartHollow.js.map +1 -1
- package/build/cjs/components/Icon/components/Height.js +2 -0
- package/build/cjs/components/Icon/components/Height.js.map +1 -0
- package/build/cjs/components/Icon/components/HotDrink.js +2 -0
- package/build/cjs/components/Icon/components/HotDrink.js.map +1 -0
- package/build/cjs/components/Icon/components/HotDrinkSolid.js +2 -0
- package/build/cjs/components/Icon/components/HotDrinkSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Hourglass.js +2 -0
- package/build/cjs/components/Icon/components/Hourglass.js.map +1 -0
- package/build/cjs/components/Icon/components/HourglassBottom.js +2 -0
- package/build/cjs/components/Icon/components/HourglassBottom.js.map +1 -0
- package/build/cjs/components/Icon/components/HourglassFilling.js +2 -0
- package/build/cjs/components/Icon/components/HourglassFilling.js.map +1 -0
- package/build/cjs/components/Icon/components/HourglassTop.js +2 -0
- package/build/cjs/components/Icon/components/HourglassTop.js.map +1 -0
- package/build/cjs/components/Icon/components/Leaks.js +2 -0
- package/build/cjs/components/Icon/components/Leaks.js.map +1 -0
- package/build/cjs/components/Icon/components/LeaksSolid.js +2 -0
- package/build/cjs/components/Icon/components/LeaksSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/Lubricant.js +2 -0
- package/build/cjs/components/Icon/components/Lubricant.js.map +1 -0
- package/build/cjs/components/Icon/components/Maintenance.js +2 -0
- package/build/cjs/components/Icon/components/Maintenance.js.map +1 -0
- package/build/cjs/components/Icon/components/MaintenanceSolid.js +2 -0
- package/build/cjs/components/Icon/components/MaintenanceSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/MicrosoftExcel.js +2 -0
- package/build/cjs/components/Icon/components/MicrosoftExcel.js.map +1 -0
- package/build/cjs/components/Icon/components/MicrosoftOffice.js +2 -0
- package/build/cjs/components/Icon/components/MicrosoftOffice.js.map +1 -0
- package/build/cjs/components/Icon/components/MicrosoftPowerpoint.js +2 -0
- package/build/cjs/components/Icon/components/MicrosoftPowerpoint.js.map +1 -0
- package/build/cjs/components/Icon/components/{Sharepoint.js → MicrosoftSharepoint.js} +2 -2
- package/build/cjs/components/Icon/components/MicrosoftSharepoint.js.map +1 -0
- package/build/cjs/components/Icon/components/{Teams.js → MicrosoftTeams.js} +2 -2
- package/build/cjs/components/Icon/components/MicrosoftTeams.js.map +1 -0
- package/build/cjs/components/Icon/components/Mining.js +1 -1
- package/build/cjs/components/Icon/components/Mining.js.map +1 -1
- package/build/cjs/components/Icon/components/MiningSolid.js +1 -1
- package/build/cjs/components/Icon/components/MiningSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/MobileApp.js +2 -0
- package/build/cjs/components/Icon/components/MobileApp.js.map +1 -0
- package/build/cjs/components/Icon/components/Molecules.js +2 -0
- package/build/cjs/components/Icon/components/Molecules.js.map +1 -0
- package/build/cjs/components/Icon/components/Motion.js +2 -0
- package/build/cjs/components/Icon/components/Motion.js.map +1 -0
- package/build/cjs/components/Icon/components/Motorboat.js +2 -0
- package/build/cjs/components/Icon/components/Motorboat.js.map +1 -0
- package/build/cjs/components/Icon/components/Motorcycle.js +2 -0
- package/build/cjs/components/Icon/components/Motorcycle.js.map +1 -0
- package/build/cjs/components/Icon/components/Neurology.js +2 -0
- package/build/cjs/components/Icon/components/Neurology.js.map +1 -0
- package/build/cjs/components/Icon/components/NeurologySolid.js +2 -0
- package/build/cjs/components/Icon/components/NeurologySolid.js.map +1 -0
- package/build/cjs/components/Icon/components/News.js +2 -0
- package/build/cjs/components/Icon/components/News.js.map +1 -0
- 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/OilWell.js +1 -1
- package/build/cjs/components/Icon/components/OilWell.js.map +1 -1
- package/build/cjs/components/Icon/components/OilWellSolid.js +1 -1
- package/build/cjs/components/Icon/components/OilWellSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/Onfido.js +1 -1
- package/build/cjs/components/Icon/components/Onfido.js.map +1 -1
- package/build/cjs/components/Icon/components/OrderSearch.js +2 -0
- package/build/cjs/components/Icon/components/OrderSearch.js.map +1 -0
- package/build/cjs/components/Icon/components/OrderSolid.js +1 -1
- package/build/cjs/components/Icon/components/OrderSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/OrderTime.js +2 -0
- package/build/cjs/components/Icon/components/OrderTime.js.map +1 -0
- package/build/cjs/components/Icon/components/Package.js +2 -0
- package/build/cjs/components/Icon/components/Package.js.map +1 -0
- package/build/cjs/components/Icon/components/Paperclip.js +2 -0
- package/build/cjs/components/Icon/components/Paperclip.js.map +1 -0
- package/build/cjs/components/Icon/components/PassengerTrain.js +2 -0
- package/build/cjs/components/Icon/components/PassengerTrain.js.map +1 -0
- package/build/cjs/components/Icon/components/PenPath.js +1 -1
- package/build/cjs/components/Icon/components/PenPath.js.map +1 -1
- package/build/cjs/components/Icon/components/PenPathSolid.js +1 -1
- package/build/cjs/components/Icon/components/PenPathSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/Petrochemicals.js +2 -0
- package/build/cjs/components/Icon/components/Petrochemicals.js.map +1 -0
- package/build/cjs/components/Icon/components/Phone.js +2 -0
- package/build/cjs/components/Icon/components/Phone.js.map +1 -0
- package/build/cjs/components/Icon/components/Photo.js +2 -0
- package/build/cjs/components/Icon/components/Photo.js.map +1 -0
- package/build/cjs/components/Icon/components/PhotoPlus.js +2 -0
- package/build/cjs/components/Icon/components/PhotoPlus.js.map +1 -0
- package/build/cjs/components/Icon/components/PinRemoveSolid.js +2 -0
- package/build/cjs/components/Icon/components/PinRemoveSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/PinSolid.js +2 -0
- package/build/cjs/components/Icon/components/PinSolid.js.map +1 -0
- package/build/cjs/components/Icon/components/PipelineOffshore.js +2 -0
- package/build/cjs/components/Icon/components/PipelineOffshore.js.map +1 -0
- package/build/cjs/components/Icon/components/PipelineOnshore.js +2 -0
- package/build/cjs/components/Icon/components/PipelineOnshore.js.map +1 -0
- package/build/cjs/components/Icon/components/Piston.js +2 -0
- package/build/cjs/components/Icon/components/Piston.js.map +1 -0
- package/build/cjs/components/Icon/components/Processing.js +2 -0
- package/build/cjs/components/Icon/components/Processing.js.map +1 -0
- package/build/cjs/components/Icon/components/Purification.js +2 -0
- package/build/cjs/components/Icon/components/Purification.js.map +1 -0
- package/build/cjs/components/Icon/components/React.js +2 -0
- package/build/cjs/components/Icon/components/React.js.map +1 -0
- package/build/cjs/components/Icon/components/Reaction.js +2 -0
- package/build/cjs/components/Icon/components/Reaction.js.map +1 -0
- package/build/cjs/components/Icon/components/Refining.js +2 -0
- package/build/cjs/components/Icon/components/Refining.js.map +1 -0
- package/build/cjs/components/Icon/components/RefreshAlert.js +2 -0
- package/build/cjs/components/Icon/components/RefreshAlert.js.map +1 -0
- package/build/cjs/components/Icon/components/Repairs.js +2 -0
- package/build/cjs/components/Icon/components/Repairs.js.map +1 -0
- package/build/cjs/components/Icon/components/Shuffle.js +2 -0
- package/build/cjs/components/Icon/components/Shuffle.js.map +1 -0
- package/build/cjs/components/Icon/components/Signpost.js +2 -0
- package/build/cjs/components/Icon/components/Signpost.js.map +1 -0
- package/build/cjs/components/Icon/components/SpacingHorizontal.js +2 -0
- package/build/cjs/components/Icon/components/SpacingHorizontal.js.map +1 -0
- package/build/cjs/components/Icon/components/SpacingVertical.js +2 -0
- package/build/cjs/components/Icon/components/SpacingVertical.js.map +1 -0
- package/build/cjs/components/Icon/components/SportsCar.js +2 -0
- package/build/cjs/components/Icon/components/SportsCar.js.map +1 -0
- package/build/cjs/components/Icon/components/Steam.js +2 -0
- package/build/cjs/components/Icon/components/Steam.js.map +1 -0
- package/build/cjs/components/Icon/components/Storm.js +2 -0
- package/build/cjs/components/Icon/components/Storm.js.map +1 -0
- package/build/cjs/components/Icon/components/Storybook.js +1 -1
- package/build/cjs/components/Icon/components/Storybook.js.map +1 -1
- package/build/cjs/components/Icon/components/Sun.js +1 -1
- package/build/cjs/components/Icon/components/Sun.js.map +1 -1
- package/build/cjs/components/Icon/components/SunAlt.js +1 -1
- package/build/cjs/components/Icon/components/SunAlt.js.map +1 -1
- package/build/cjs/components/Icon/components/SunAltSolid.js +1 -1
- package/build/cjs/components/Icon/components/SunAltSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/SunMoon.js +1 -1
- package/build/cjs/components/Icon/components/SunMoon.js.map +1 -1
- package/build/cjs/components/Icon/components/SunMoonSolid.js +1 -1
- package/build/cjs/components/Icon/components/SunMoonSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/SunSolid.js +1 -1
- package/build/cjs/components/Icon/components/SunSolid.js.map +1 -1
- package/build/cjs/components/Icon/components/TankerTruck.js +2 -0
- package/build/cjs/components/Icon/components/TankerTruck.js.map +1 -0
- package/build/cjs/components/Icon/components/TermperatureChange.js +2 -0
- package/build/cjs/components/Icon/components/TermperatureChange.js.map +1 -0
- package/build/cjs/components/Icon/components/Thermometer.js +2 -0
- package/build/cjs/components/Icon/components/Thermometer.js.map +1 -0
- package/build/cjs/components/Icon/components/Tools.js +2 -0
- package/build/cjs/components/Icon/components/Tools.js.map +1 -0
- package/build/cjs/components/Icon/components/Tractor.js +2 -0
- package/build/cjs/components/Icon/components/Tractor.js.map +1 -0
- package/build/cjs/components/Icon/components/TrainCar.js +2 -0
- package/build/cjs/components/Icon/components/TrainCar.js.map +1 -0
- package/build/cjs/components/Icon/components/TrainContainer.js +2 -0
- package/build/cjs/components/Icon/components/TrainContainer.js.map +1 -0
- package/build/cjs/components/Icon/components/TrainTanker.js +2 -0
- package/build/cjs/components/Icon/components/TrainTanker.js.map +1 -0
- package/build/cjs/components/Icon/components/Turbine.js +2 -0
- package/build/cjs/components/Icon/components/Turbine.js.map +1 -0
- package/build/cjs/components/Icon/components/Van.js +2 -0
- package/build/cjs/components/Icon/components/Van.js.map +1 -0
- package/build/cjs/components/Icon/components/VariableCopy.js +1 -1
- package/build/cjs/components/Icon/components/VariableCopy.js.map +1 -1
- package/build/cjs/components/Icon/components/VariableModes.js +2 -0
- package/build/cjs/components/Icon/components/VariableModes.js.map +1 -0
- package/build/cjs/components/Icon/components/Wifi.js +1 -1
- package/build/cjs/components/Icon/components/Wifi.js.map +1 -1
- package/build/cjs/components/Icon/components/WifiDisabled.js +1 -1
- package/build/cjs/components/Icon/components/WifiDisabled.js.map +1 -1
- package/build/cjs/components/Icon/components/{Windturbine.js → WindTurbine.js} +2 -2
- package/build/cjs/components/Icon/components/WindTurbine.js.map +1 -0
- package/build/cjs/components/Icon/components/Windscreen.js +2 -0
- package/build/cjs/components/Icon/components/Windscreen.js.map +1 -0
- package/build/cjs/components/Icon/components/categories.js +1 -1
- package/build/cjs/components/Icon/components/categories.js.map +1 -1
- package/build/cjs/components/Icon/components/index.js +1 -1
- 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 +2 -2
- package/build/cjs/components/ListItem/ListItem.styles.js.map +1 -1
- package/build/cjs/components/ListItem/ListItemHeader.js +1 -1
- package/build/cjs/components/ListItem/ListItemHeader.js.map +1 -1
- package/build/cjs/components/ListItem/ListItemHeader.styles.js +4 -2
- package/build/cjs/components/ListItem/ListItemHeader.styles.js.map +1 -1
- package/build/cjs/components/Menu/Menu.utils.js +11 -11
- package/build/cjs/components/Menu/Menu.utils.js.map +1 -1
- package/build/cjs/components/Menu/components/MenuItem.js.map +1 -1
- package/build/cjs/components/Menu/components/MenuLabel.js.map +1 -1
- package/build/cjs/components/Menu/styles/indicator.styles.js +16 -20
- package/build/cjs/components/Menu/styles/indicator.styles.js.map +1 -1
- package/build/cjs/components/Menu/styles/menuItem.styles.js +21 -21
- package/build/cjs/components/Menu/styles/menuItem.styles.js.map +1 -1
- package/build/cjs/components/Menu/styles/subMenu.styles.js +50 -50
- package/build/cjs/components/Menu/styles/subMenu.styles.js.map +1 -1
- package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js +19 -19
- package/build/cjs/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -1
- package/build/cjs/components/Pecten/Pecten.styles.js +8 -12
- package/build/cjs/components/Pecten/Pecten.styles.js.map +1 -1
- package/build/cjs/components/Pecten/components/PectenIcon.js +1 -1
- package/build/cjs/components/Pecten/components/PectenIcon.js.map +1 -1
- package/build/cjs/components/Popconfirm/Popconfirm.js +1 -1
- package/build/cjs/components/Popconfirm/Popconfirm.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/Toggle/Toggle.js +1 -1
- package/build/cjs/components/Toggle/Toggle.js.map +1 -1
- package/build/cjs/components/Toggle/Toggle.styles.js +50 -44
- package/build/cjs/components/Toggle/Toggle.styles.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/_internalComponents/ActionBar/ActionBar.js +1 -1
- package/build/cjs/components/_internalComponents/ActionBar/ActionBar.js.map +1 -1
- package/build/cjs/hooks/useForceUpdate.js +2 -0
- package/build/cjs/hooks/useForceUpdate.js.map +1 -0
- package/build/cjs/hooks/useSyncState.js +2 -0
- package/build/cjs/hooks/useSyncState.js.map +1 -0
- package/build/cjs/index.js +1 -1
- package/build/cjs/libs/i18next/consts.js +1 -1
- package/build/cjs/libs/i18next/consts.js.map +1 -1
- package/build/cjs/libs/i18next/hooks/useTranslation.js +1 -1
- package/build/cjs/libs/i18next/hooks/useTranslation.js.map +1 -1
- package/build/cjs/libs/i18next/resources.js +1 -1
- package/build/cjs/libs/i18next/resources.js.map +1 -1
- 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.map +1 -1
- package/build/cjs/react-base/src/components/Accordion/Accordion.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Badge/Badge.styles.js +12 -7
- package/build/cjs/react-base/src/components/Badge/Badge.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/Badge/Badge.utils.js +1 -1
- package/build/cjs/react-base/src/components/Badge/Badge.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Button/Button.styles.js +13 -14
- 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/ButtonGroup/ButtonGroup.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/DatePicker/DatePicker.consts.js +1 -1
- package/build/cjs/react-base/src/components/DatePicker/DatePicker.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/Divider/Divider.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Drawer/Drawer.consts.js +1 -1
- package/build/cjs/react-base/src/components/Drawer/Drawer.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/FormField/FormField.styles.js +3 -3
- 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/Input/Input.styles.js.map +1 -1
- 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/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/Stepper/Stepper.consts.js +2 -2
- package/build/cjs/react-base/src/components/Stepper/Stepper.consts.js.map +1 -1
- package/build/cjs/react-base/src/components/Stepper/Stepper.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Text/components/Display/Display.styles.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.styles.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/components/ToggleButton/ToggleButton.utils.js.map +1 -1
- package/build/cjs/react-base/src/consts/index.js.map +1 -1
- package/build/cjs/react-base/src/providers/BaseProvider.js +1 -1
- package/build/cjs/react-base/src/providers/BaseProvider.js.map +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/theme.js.map +1 -1
- package/build/cjs/react-base/src/utils/sizesUtils.js +1 -1
- package/build/cjs/react-base/src/utils/sizesUtils.js.map +1 -1
- package/build/cjs/react-base/src/utils/stylesUtils.js.map +1 -1
- package/build/cjs/styles/GlobalStyles.js +1 -1
- package/build/cjs/styles/GlobalStyles.js.map +1 -1
- package/build/cjs/utils/colorUtils.js +2 -0
- package/build/cjs/utils/colorUtils.js.map +1 -0
- package/build/esm/components/Accordion/Accordion.types.d.ts.map +1 -1
- package/build/esm/components/Alert/Alert.d.ts.map +1 -1
- package/build/esm/components/Alert/Alert.js +46 -46
- package/build/esm/components/Alert/Alert.js.map +1 -1
- package/build/esm/components/Alert/Alert.styles.d.ts +2 -3
- package/build/esm/components/Alert/Alert.styles.d.ts.map +1 -1
- package/build/esm/components/Alert/Alert.styles.js +100 -102
- package/build/esm/components/Alert/Alert.styles.js.map +1 -1
- package/build/esm/components/Avatar/Avatar.styles.js +1 -1
- package/build/esm/components/Avatar/components/SimpleAvatar.js +12 -12
- package/build/esm/components/Avatar/components/SimpleAvatar.js.map +1 -1
- package/build/esm/components/Avatar/utils/useDetailedProps.js +3 -3
- package/build/esm/components/Avatar/utils/useDropdownProps.js +5 -5
- package/build/esm/components/Badge/Badge.js +6 -6
- package/build/esm/components/Badge/Badge.js.map +1 -1
- package/build/esm/components/Button/Button.styles.js +26 -25
- package/build/esm/components/Button/Button.styles.js.map +1 -1
- package/build/esm/components/Card/Card.d.ts.map +1 -1
- package/build/esm/components/Card/Card.js +32 -32
- package/build/esm/components/Card/Card.js.map +1 -1
- package/build/esm/components/Card/Card.styles.d.ts.map +1 -1
- package/build/esm/components/Card/Card.styles.js +11 -12
- 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 +33 -32
- package/build/esm/components/Card/InsetCard.js.map +1 -1
- package/build/esm/components/Card/components/CardBar/CardBar.styles.d.ts.map +1 -1
- package/build/esm/components/Card/components/CardBar/CardBar.styles.js +10 -8
- package/build/esm/components/Card/components/CardBar/CardBar.styles.js.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 +23 -27
- package/build/esm/components/Chart/Highcharts/HighchartsChart.js.map +1 -1
- package/build/esm/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +1 -1
- package/build/esm/components/DatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -1
- package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.d.ts +9 -0
- package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.js +704 -0
- package/build/esm/components/DeprecatedDatePicker/DatePicker.styles.js.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/DatePicker.types.d.ts +7 -0
- package/build/esm/components/DeprecatedDatePicker/DatePicker.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.d.ts +10 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.js +61 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.js.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.types.d.ts +21 -0
- package/build/esm/components/DeprecatedDatePicker/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.d.ts +9 -0
- package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.js +17 -0
- package/build/esm/components/DeprecatedDatePicker/components/Icons/Icons.js.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.d.ts +10 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js +112 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.js.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts +27 -0
- package/build/esm/components/DeprecatedDatePicker/components/RangeDatePicker/RangeDatePicker.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.d.ts +10 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.d.ts.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js +113 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.js.map +1 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts +24 -0
- package/build/esm/components/DeprecatedDatePicker/components/SingleDatePicker/SingleDatePicker.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/Select.d.ts +5 -0
- package/build/esm/components/DeprecatedSelect/Select.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/Select.js +114 -0
- package/build/esm/components/DeprecatedSelect/Select.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/Select.styles.d.ts +8 -0
- package/build/esm/components/DeprecatedSelect/Select.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/Select.styles.js +455 -0
- package/build/esm/components/DeprecatedSelect/Select.styles.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/Select.types.d.ts +22 -0
- package/build/esm/components/DeprecatedSelect/Select.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts +4 -0
- package/build/esm/components/DeprecatedSelect/components/ClearButton/ClearButton.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts +10 -0
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js +13 -0
- package/build/esm/components/DeprecatedSelect/components/Icons/Icons.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts +4 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js +45 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts +8 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js +67 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.styles.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts +9 -0
- package/build/esm/components/DeprecatedSelect/components/NativeSelect/NativeSelect.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts +5 -0
- package/build/esm/components/DeprecatedSelect/components/Option/Option.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/Option/Option.js +6 -0
- package/build/esm/components/DeprecatedSelect/components/Option/Option.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts +5 -0
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js +6 -0
- package/build/esm/components/DeprecatedSelect/components/OptionGroup/OptionGroup.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts +7 -0
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js +16 -0
- package/build/esm/components/DeprecatedSelect/utils/selectedOptionTagStyleUtils.js.map +1 -0
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts +3 -0
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.js +31 -0
- package/build/esm/components/DeprecatedSelect/utils/styleUtils.js.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.consts.d.ts +9 -0
- package/build/esm/components/DeprecatedTable/Table.consts.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.consts.js +19 -0
- package/build/esm/components/DeprecatedTable/Table.consts.js.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.d.ts +11 -0
- package/build/esm/components/DeprecatedTable/Table.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.js +39 -0
- package/build/esm/components/DeprecatedTable/Table.js.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.styles.d.ts +8 -0
- package/build/esm/components/DeprecatedTable/Table.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.styles.js +161 -0
- package/build/esm/components/DeprecatedTable/Table.styles.js.map +1 -0
- package/build/esm/components/DeprecatedTable/Table.types.d.ts +79 -0
- package/build/esm/components/DeprecatedTable/Table.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ColumnResize/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/EllipsisCustomTooltip/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts +45 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/ExpandableTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts +7 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterAndSortableTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts +5 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts +7 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FilterTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts +5 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/FixedColumns/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts +12 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/GroupingColumns/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts +7 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SortableTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts +16 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/SpanTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithLabels/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts +5 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/TableWithPagination/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts +10 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts +5 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/VirtualTable/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/WithScroll/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts +7 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/columns.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts +16 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js +147 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.js.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js +12 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdown/FilterDropdown.styles.js.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts +8 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js +16 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.js.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts +3 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js +8 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/components/FilterDropdownMenuWrapper/FilterDropdownMenuWrapper.styles.js.map +1 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts +8 -0
- package/build/esm/components/DeprecatedTable/_internalComponents/data.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts +14 -0
- package/build/esm/components/DeprecatedTable/hooks/useFilter.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/hooks/useFilter.js +66 -0
- package/build/esm/components/DeprecatedTable/hooks/useFilter.js.map +1 -0
- package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts +14 -0
- package/build/esm/components/DeprecatedTable/hooks/useSorter.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/hooks/useSorter.js +75 -0
- package/build/esm/components/DeprecatedTable/hooks/useSorter.js.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts +13 -0
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.js +25 -0
- package/build/esm/components/DeprecatedTable/utils/filteringUtils.js.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts +15 -0
- package/build/esm/components/DeprecatedTable/utils/renderUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/renderUtils.js +53 -0
- package/build/esm/components/DeprecatedTable/utils/renderUtils.js.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts +10 -0
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.js +26 -0
- package/build/esm/components/DeprecatedTable/utils/sortingUtils.js.map +1 -0
- package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts +4 -0
- package/build/esm/components/DeprecatedTable/utils/storiesWrapperUtils.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.d.ts +10 -0
- package/build/esm/components/DeprecatedTree/Tree.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.js +52 -0
- package/build/esm/components/DeprecatedTree/Tree.js.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.styles.d.ts +7 -0
- package/build/esm/components/DeprecatedTree/Tree.styles.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.styles.js +118 -0
- package/build/esm/components/DeprecatedTree/Tree.styles.js.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.types.d.ts +12 -0
- package/build/esm/components/DeprecatedTree/Tree.types.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTree/Tree.types.js +2 -0
- package/build/esm/components/DeprecatedTree/Tree.types.js.map +1 -0
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts +8 -0
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.d.ts.map +1 -0
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js +54 -0
- package/build/esm/components/DeprecatedTree/components/TreeCheckboxes/TreeCheckboxes.js.map +1 -0
- package/build/esm/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/build/esm/components/Drawer/Drawer.styles.js +37 -31
- package/build/esm/components/Drawer/Drawer.styles.js.map +1 -1
- package/build/esm/components/FileUploader/components/FileUpload/FileUpload.js +3 -3
- package/build/esm/components/FileUploader/components/FileUpload/FileUpload.styles.js +25 -25
- package/build/esm/components/FileUploader/components/FileUpload/FileUpload.styles.js.map +1 -1
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.d.ts.map +1 -1
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js +39 -40
- package/build/esm/components/FileUploader/hooks/useFileUploaderProps.js.map +1 -1
- package/build/esm/components/Icon/components/AirplaneDiagonal.js +4 -4
- package/build/esm/components/Icon/components/AirplaneDiagonal.js.map +1 -1
- package/build/esm/components/Icon/components/{AirplaneSquareSolid.d.ts → AirportArrivalsLand.d.ts} +3 -3
- package/build/esm/components/Icon/components/AirportArrivalsLand.d.ts.map +1 -0
- package/build/esm/components/Icon/components/AirportArrivalsLand.js +34 -0
- package/build/esm/components/Icon/components/AirportArrivalsLand.js.map +1 -0
- package/build/esm/components/Icon/components/{BargeOutlined.d.ts → AirportCircle.d.ts} +3 -3
- package/build/esm/components/Icon/components/AirportCircle.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneCircle.js → AirportCircle.js} +11 -11
- package/build/esm/components/Icon/components/AirportCircle.js.map +1 -0
- package/build/esm/components/Icon/components/{ToggleLeftOutlined.d.ts → AirportCircleSolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/AirportCircleSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneCircleSolid.js → AirportCircleSolid.js} +9 -9
- package/build/esm/components/Icon/components/AirportCircleSolid.js.map +1 -0
- package/build/esm/components/Icon/components/AirportDeparturesSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/AirportDeparturesSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/AirportDeparturesSolid.js +34 -0
- package/build/esm/components/Icon/components/AirportDeparturesSolid.js.map +1 -0
- package/build/esm/components/Icon/components/AirportSquareSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/AirportSquareSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneSquareSolid.js → AirportSquareSolid.js} +12 -12
- package/build/esm/components/Icon/components/AirportSquareSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Apiiro.d.ts +9 -0
- package/build/esm/components/Icon/components/Apiiro.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Apiiro.js +27 -0
- package/build/esm/components/Icon/components/Apiiro.js.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneCircle.d.ts → ArrowDoubleCcw.d.ts} +3 -3
- package/build/esm/components/Icon/components/ArrowDoubleCcw.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ArrowDoubleCcw.js +27 -0
- package/build/esm/components/Icon/components/ArrowDoubleCcw.js.map +1 -0
- package/build/esm/components/Icon/components/ArrowDoubleCw.d.ts +9 -0
- package/build/esm/components/Icon/components/ArrowDoubleCw.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ArrowDoubleCw.js +27 -0
- package/build/esm/components/Icon/components/ArrowDoubleCw.js.map +1 -0
- package/build/esm/components/Icon/components/ArrowDownNarrow.js +1 -1
- package/build/esm/components/Icon/components/ArrowDownNarrow.js.map +1 -1
- package/build/esm/components/Icon/components/{ComposeOutlined.d.ts → ArrowLeftNarrow.d.ts} +3 -3
- package/build/esm/components/Icon/components/ArrowLeftNarrow.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ArrowLeftNarrow.js +27 -0
- package/build/esm/components/Icon/components/ArrowLeftNarrow.js.map +1 -0
- package/build/esm/components/Icon/components/{ToggleAllOutline.d.ts → ArrowRightNarrow.d.ts} +3 -3
- package/build/esm/components/Icon/components/ArrowRightNarrow.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ArrowRightNarrow.js +27 -0
- package/build/esm/components/Icon/components/ArrowRightNarrow.js.map +1 -0
- package/build/esm/components/Icon/components/ArrowUpNarrow.js +1 -1
- package/build/esm/components/Icon/components/ArrowUpNarrow.js.map +1 -1
- package/build/esm/components/Icon/components/{AllSolid.d.ts → Assembly.d.ts} +3 -3
- package/build/esm/components/Icon/components/Assembly.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Assembly.js +27 -0
- package/build/esm/components/Icon/components/Assembly.js.map +1 -0
- package/build/esm/components/Icon/components/Badge.d.ts.map +1 -1
- package/build/esm/components/Icon/components/Badge.js +12 -19
- package/build/esm/components/Icon/components/Badge.js.map +1 -1
- package/build/esm/components/Icon/components/BellAlert.js +6 -6
- package/build/esm/components/Icon/components/BellAlert.js.map +1 -1
- package/build/esm/components/Icon/components/BellAlertSolid.js +1 -1
- package/build/esm/components/Icon/components/BellAlertSolid.js.map +1 -1
- package/build/esm/components/Icon/components/Biofuel.d.ts +9 -0
- package/build/esm/components/Icon/components/Biofuel.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Biofuel.js +27 -0
- package/build/esm/components/Icon/components/Biofuel.js.map +1 -0
- package/build/esm/components/Icon/components/BoxMargin.d.ts +9 -0
- package/build/esm/components/Icon/components/BoxMargin.d.ts.map +1 -0
- package/build/esm/components/Icon/components/BoxMargin.js +38 -0
- package/build/esm/components/Icon/components/BoxMargin.js.map +1 -0
- package/build/esm/components/Icon/components/{FileJpgOutline.d.ts → BoxMarginSolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/BoxMarginSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/BoxMarginSolid.js +38 -0
- package/build/esm/components/Icon/components/BoxMarginSolid.js.map +1 -0
- package/build/esm/components/Icon/components/{TagOutline.d.ts → BoxPadding.d.ts} +3 -3
- package/build/esm/components/Icon/components/BoxPadding.d.ts.map +1 -0
- package/build/esm/components/Icon/components/BoxPadding.js +37 -0
- package/build/esm/components/Icon/components/BoxPadding.js.map +1 -0
- package/build/esm/components/Icon/components/BoxPaddingSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/BoxPaddingSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/BoxPaddingSolid.js +34 -0
- package/build/esm/components/Icon/components/BoxPaddingSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Car.d.ts +9 -0
- package/build/esm/components/Icon/components/Car.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Car.js +34 -0
- package/build/esm/components/Icon/components/Car.js.map +1 -0
- package/build/esm/components/Icon/components/Carton.d.ts +9 -0
- package/build/esm/components/Icon/components/Carton.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Carton.js +27 -0
- package/build/esm/components/Icon/components/Carton.js.map +1 -0
- package/build/esm/components/Icon/components/{Windturbine.d.ts → CartonSolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/CartonSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/CartonSolid.js +34 -0
- package/build/esm/components/Icon/components/CartonSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Catalyst.d.ts +9 -0
- package/build/esm/components/Icon/components/Catalyst.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Catalyst.js +27 -0
- package/build/esm/components/Icon/components/Catalyst.js.map +1 -0
- package/build/esm/components/Icon/components/Catalysts.d.ts +9 -0
- package/build/esm/components/Icon/components/Catalysts.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Catalysts.js +27 -0
- package/build/esm/components/Icon/components/Catalysts.js.map +1 -0
- package/build/esm/components/Icon/components/ChartArcs.d.ts +9 -0
- package/build/esm/components/Icon/components/ChartArcs.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ChartArcs.js +27 -0
- package/build/esm/components/Icon/components/ChartArcs.js.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneOutlined.d.ts → ChemicalAnalysis.d.ts} +3 -3
- package/build/esm/components/Icon/components/ChemicalAnalysis.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ChemicalAnalysis.js +27 -0
- package/build/esm/components/Icon/components/ChemicalAnalysis.js.map +1 -0
- package/build/esm/components/Icon/components/Choice.d.ts +9 -0
- package/build/esm/components/Icon/components/Choice.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Choice.js +27 -0
- package/build/esm/components/Icon/components/Choice.js.map +1 -0
- package/build/esm/components/Icon/components/Coffee.js +1 -1
- package/build/esm/components/Icon/components/Coffee.js.map +1 -1
- package/build/esm/components/Icon/components/CoffeeBeans.d.ts +9 -0
- package/build/esm/components/Icon/components/CoffeeBeans.d.ts.map +1 -0
- package/build/esm/components/Icon/components/CoffeeBeans.js +27 -0
- package/build/esm/components/Icon/components/CoffeeBeans.js.map +1 -0
- package/build/esm/components/Icon/components/CoffeeGrinder.d.ts +9 -0
- package/build/esm/components/Icon/components/CoffeeGrinder.d.ts.map +1 -0
- package/build/esm/components/Icon/components/CoffeeGrinder.js +27 -0
- package/build/esm/components/Icon/components/CoffeeGrinder.js.map +1 -0
- package/build/esm/components/Icon/components/CoffeeSolid.js +1 -1
- package/build/esm/components/Icon/components/CoffeeSolid.js.map +1 -1
- package/build/esm/components/Icon/components/Component.d.ts +9 -0
- package/build/esm/components/Icon/components/Component.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Component.js +27 -0
- package/build/esm/components/Icon/components/Component.js.map +1 -0
- package/build/esm/components/Icon/components/{ToggleRightHollow.d.ts → ComponentInstance.d.ts} +3 -3
- package/build/esm/components/Icon/components/ComponentInstance.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ComponentInstance.js +27 -0
- package/build/esm/components/Icon/components/ComponentInstance.js.map +1 -0
- package/build/esm/components/Icon/components/ComponentInstanceSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/ComponentInstanceSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ComponentInstanceSolid.js +27 -0
- package/build/esm/components/Icon/components/ComponentInstanceSolid.js.map +1 -0
- package/build/esm/components/Icon/components/{ArtificialIntellgence.d.ts → ComponentInstanceSwap.d.ts} +3 -3
- package/build/esm/components/Icon/components/ComponentInstanceSwap.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ComponentInstanceSwap.js +27 -0
- package/build/esm/components/Icon/components/ComponentInstanceSwap.js.map +1 -0
- package/build/esm/components/Icon/components/{FilePdfOutline.d.ts → ComponentSolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/ComponentSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/ComponentSolid.js +27 -0
- package/build/esm/components/Icon/components/ComponentSolid.js.map +1 -0
- package/build/esm/components/Icon/components/{Sharepoint.d.ts → Compressor.d.ts} +3 -3
- package/build/esm/components/Icon/components/Compressor.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Compressor.js +37 -0
- package/build/esm/components/Icon/components/Compressor.js.map +1 -0
- package/build/esm/components/Icon/components/{Teams.d.ts → Costs.d.ts} +3 -3
- package/build/esm/components/Icon/components/Costs.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Costs.js +27 -0
- package/build/esm/components/Icon/components/Costs.js.map +1 -0
- package/build/esm/components/Icon/components/Cpu.d.ts +9 -0
- package/build/esm/components/Icon/components/Cpu.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Cpu.js +27 -0
- package/build/esm/components/Icon/components/Cpu.js.map +1 -0
- package/build/esm/components/Icon/components/CursorPath.js +8 -8
- package/build/esm/components/Icon/components/CursorPath.js.map +1 -1
- package/build/esm/components/Icon/components/CursorPathSolid.js +8 -8
- package/build/esm/components/Icon/components/CursorPathSolid.js.map +1 -1
- package/build/esm/components/Icon/components/DataIntellgence.d.ts +9 -0
- package/build/esm/components/Icon/components/DataIntellgence.d.ts.map +1 -0
- package/build/esm/components/Icon/components/DataIntellgence.js +27 -0
- package/build/esm/components/Icon/components/DataIntellgence.js.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneSideOutlined.d.ts → DataIntellgenceSolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/DataIntellgenceSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/DataIntellgenceSolid.js +27 -0
- package/build/esm/components/Icon/components/DataIntellgenceSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Diamond.d.ts +9 -0
- package/build/esm/components/Icon/components/Diamond.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Diamond.js +27 -0
- package/build/esm/components/Icon/components/Diamond.js.map +1 -0
- package/build/esm/components/Icon/components/Downstream.d.ts +9 -0
- package/build/esm/components/Icon/components/Downstream.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Downstream.js +27 -0
- package/build/esm/components/Icon/components/Downstream.js.map +1 -0
- package/build/esm/components/Icon/components/Emissions.d.ts +9 -0
- package/build/esm/components/Icon/components/Emissions.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Emissions.js +37 -0
- package/build/esm/components/Icon/components/Emissions.js.map +1 -0
- package/build/esm/components/Icon/components/Engine.d.ts +9 -0
- package/build/esm/components/Icon/components/Engine.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Engine.js +27 -0
- package/build/esm/components/Icon/components/Engine.js.map +1 -0
- package/build/esm/components/Icon/components/EngineMileage.d.ts +9 -0
- package/build/esm/components/Icon/components/EngineMileage.d.ts.map +1 -0
- package/build/esm/components/Icon/components/EngineMileage.js +38 -0
- package/build/esm/components/Icon/components/EngineMileage.js.map +1 -0
- package/build/esm/components/Icon/components/Excavator.d.ts +9 -0
- package/build/esm/components/Icon/components/Excavator.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Excavator.js +37 -0
- package/build/esm/components/Icon/components/Excavator.js.map +1 -0
- 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/FaceVeryGood.d.ts.map +1 -1
- package/build/esm/components/Icon/components/FaceVeryGood.js +23 -20
- package/build/esm/components/Icon/components/FaceVeryGood.js.map +1 -1
- package/build/esm/components/Icon/components/FaceVeryPoor.d.ts.map +1 -1
- package/build/esm/components/Icon/components/FaceVeryPoor.js +22 -19
- package/build/esm/components/Icon/components/FaceVeryPoor.js.map +1 -1
- package/build/esm/components/Icon/components/Factory.d.ts +9 -0
- package/build/esm/components/Icon/components/Factory.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Factory.js +27 -0
- package/build/esm/components/Icon/components/Factory.js.map +1 -0
- package/build/esm/components/Icon/components/FactoryAlt.d.ts +9 -0
- package/build/esm/components/Icon/components/FactoryAlt.d.ts.map +1 -0
- package/build/esm/components/Icon/components/FactoryAlt.js +27 -0
- package/build/esm/components/Icon/components/FactoryAlt.js.map +1 -0
- package/build/esm/components/Icon/components/{EditOutlined.d.ts → FactorySolid.d.ts} +3 -3
- package/build/esm/components/Icon/components/FactorySolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/FactorySolid.js +34 -0
- package/build/esm/components/Icon/components/FactorySolid.js.map +1 -0
- package/build/esm/components/Icon/components/FanBelt.d.ts +9 -0
- package/build/esm/components/Icon/components/FanBelt.d.ts.map +1 -0
- package/build/esm/components/Icon/components/FanBelt.js +27 -0
- package/build/esm/components/Icon/components/FanBelt.js.map +1 -0
- package/build/esm/components/Icon/components/Figma.js +1 -1
- package/build/esm/components/Icon/components/Figma.js.map +1 -1
- package/build/esm/components/Icon/components/{FilePngOutline.d.ts → FinanceInvoice.d.ts} +3 -3
- package/build/esm/components/Icon/components/FinanceInvoice.d.ts.map +1 -0
- package/build/esm/components/Icon/components/FinanceInvoice.js +27 -0
- package/build/esm/components/Icon/components/FinanceInvoice.js.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneLand.d.ts → FreightTrain.d.ts} +3 -3
- package/build/esm/components/Icon/components/FreightTrain.d.ts.map +1 -0
- package/build/esm/components/Icon/components/FreightTrain.js +37 -0
- package/build/esm/components/Icon/components/FreightTrain.js.map +1 -0
- package/build/esm/components/Icon/components/GasEngine.d.ts +9 -0
- package/build/esm/components/Icon/components/GasEngine.d.ts.map +1 -0
- package/build/esm/components/Icon/components/GasEngine.js +27 -0
- package/build/esm/components/Icon/components/GasEngine.js.map +1 -0
- package/build/esm/components/Icon/components/Gearbox.d.ts +9 -0
- package/build/esm/components/Icon/components/Gearbox.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Gearbox.js +34 -0
- package/build/esm/components/Icon/components/Gearbox.js.map +1 -0
- package/build/esm/components/Icon/components/GlobalMobility.js +2 -2
- package/build/esm/components/Icon/components/GlobalMobility.js.map +1 -1
- package/build/esm/components/Icon/components/GlobeSolid.js +11 -11
- package/build/esm/components/Icon/components/GlobeSolid.js.map +1 -1
- package/build/esm/components/Icon/components/Graduate.d.ts +9 -0
- package/build/esm/components/Icon/components/Graduate.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Graduate.js +27 -0
- package/build/esm/components/Icon/components/Graduate.js.map +1 -0
- package/build/esm/components/Icon/components/Guage.d.ts +9 -0
- package/build/esm/components/Icon/components/Guage.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Guage.js +30 -0
- package/build/esm/components/Icon/components/Guage.js.map +1 -0
- package/build/esm/components/Icon/components/HeartHollow.js +1 -1
- package/build/esm/components/Icon/components/HeartHollow.js.map +1 -1
- package/build/esm/components/Icon/components/Height.d.ts +9 -0
- package/build/esm/components/Icon/components/Height.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Height.js +27 -0
- package/build/esm/components/Icon/components/Height.js.map +1 -0
- package/build/esm/components/Icon/components/HotDrink.d.ts +9 -0
- package/build/esm/components/Icon/components/HotDrink.d.ts.map +1 -0
- package/build/esm/components/Icon/components/HotDrink.js +37 -0
- package/build/esm/components/Icon/components/HotDrink.js.map +1 -0
- package/build/esm/components/Icon/components/HotDrinkSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/HotDrinkSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/HotDrinkSolid.js +37 -0
- package/build/esm/components/Icon/components/HotDrinkSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Hourglass.d.ts +9 -0
- package/build/esm/components/Icon/components/Hourglass.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Hourglass.js +27 -0
- package/build/esm/components/Icon/components/Hourglass.js.map +1 -0
- package/build/esm/components/Icon/components/HourglassBottom.d.ts +9 -0
- package/build/esm/components/Icon/components/HourglassBottom.d.ts.map +1 -0
- package/build/esm/components/Icon/components/HourglassBottom.js +27 -0
- package/build/esm/components/Icon/components/HourglassBottom.js.map +1 -0
- package/build/esm/components/Icon/components/HourglassFilling.d.ts +9 -0
- package/build/esm/components/Icon/components/HourglassFilling.d.ts.map +1 -0
- package/build/esm/components/Icon/components/HourglassFilling.js +34 -0
- package/build/esm/components/Icon/components/HourglassFilling.js.map +1 -0
- package/build/esm/components/Icon/components/HourglassTop.d.ts +9 -0
- package/build/esm/components/Icon/components/HourglassTop.d.ts.map +1 -0
- package/build/esm/components/Icon/components/HourglassTop.js +34 -0
- package/build/esm/components/Icon/components/HourglassTop.js.map +1 -0
- package/build/esm/components/Icon/components/Leaks.d.ts +9 -0
- package/build/esm/components/Icon/components/Leaks.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Leaks.js +34 -0
- package/build/esm/components/Icon/components/Leaks.js.map +1 -0
- package/build/esm/components/Icon/components/LeaksSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/LeaksSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/LeaksSolid.js +27 -0
- package/build/esm/components/Icon/components/LeaksSolid.js.map +1 -0
- package/build/esm/components/Icon/components/Lubricant.d.ts +9 -0
- package/build/esm/components/Icon/components/Lubricant.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Lubricant.js +27 -0
- package/build/esm/components/Icon/components/Lubricant.js.map +1 -0
- package/build/esm/components/Icon/components/Maintenance.d.ts +9 -0
- package/build/esm/components/Icon/components/Maintenance.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Maintenance.js +27 -0
- package/build/esm/components/Icon/components/Maintenance.js.map +1 -0
- package/build/esm/components/Icon/components/MaintenanceSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/MaintenanceSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/MaintenanceSolid.js +27 -0
- package/build/esm/components/Icon/components/MaintenanceSolid.js.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftExcel.d.ts +9 -0
- package/build/esm/components/Icon/components/MicrosoftExcel.d.ts.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftExcel.js +30 -0
- package/build/esm/components/Icon/components/MicrosoftExcel.js.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftOffice.d.ts +9 -0
- package/build/esm/components/Icon/components/MicrosoftOffice.d.ts.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftOffice.js +27 -0
- package/build/esm/components/Icon/components/MicrosoftOffice.js.map +1 -0
- package/build/esm/components/Icon/components/{AirplaneCircleSolid.d.ts → MicrosoftPowerpoint.d.ts} +3 -3
- package/build/esm/components/Icon/components/MicrosoftPowerpoint.d.ts.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftPowerpoint.js +37 -0
- package/build/esm/components/Icon/components/MicrosoftPowerpoint.js.map +1 -0
- package/build/esm/components/Icon/components/{VesselMinusOutlined.d.ts → MicrosoftSharepoint.d.ts} +3 -3
- package/build/esm/components/Icon/components/MicrosoftSharepoint.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{Sharepoint.js → MicrosoftSharepoint.js} +10 -10
- package/build/esm/components/Icon/components/MicrosoftSharepoint.js.map +1 -0
- package/build/esm/components/Icon/components/MicrosoftTeams.d.ts +9 -0
- package/build/esm/components/Icon/components/MicrosoftTeams.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{Teams.js → MicrosoftTeams.js} +14 -14
- package/build/esm/components/Icon/components/MicrosoftTeams.js.map +1 -0
- package/build/esm/components/Icon/components/Mining.js +1 -1
- package/build/esm/components/Icon/components/Mining.js.map +1 -1
- package/build/esm/components/Icon/components/MiningSolid.js +1 -1
- package/build/esm/components/Icon/components/MiningSolid.js.map +1 -1
- package/build/esm/components/Icon/components/MobileApp.d.ts +9 -0
- package/build/esm/components/Icon/components/MobileApp.d.ts.map +1 -0
- package/build/esm/components/Icon/components/MobileApp.js +37 -0
- package/build/esm/components/Icon/components/MobileApp.js.map +1 -0
- package/build/esm/components/Icon/components/Molecules.d.ts +9 -0
- package/build/esm/components/Icon/components/Molecules.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Molecules.js +27 -0
- package/build/esm/components/Icon/components/Molecules.js.map +1 -0
- package/build/esm/components/Icon/components/Motion.d.ts +9 -0
- package/build/esm/components/Icon/components/Motion.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Motion.js +37 -0
- package/build/esm/components/Icon/components/Motion.js.map +1 -0
- package/build/esm/components/Icon/components/Motorboat.d.ts +9 -0
- package/build/esm/components/Icon/components/Motorboat.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Motorboat.js +27 -0
- package/build/esm/components/Icon/components/Motorboat.js.map +1 -0
- package/build/esm/components/Icon/components/Motorcycle.d.ts +9 -0
- package/build/esm/components/Icon/components/Motorcycle.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Motorcycle.js +27 -0
- package/build/esm/components/Icon/components/Motorcycle.js.map +1 -0
- package/build/esm/components/Icon/components/Neurology.d.ts +9 -0
- package/build/esm/components/Icon/components/Neurology.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Neurology.js +27 -0
- package/build/esm/components/Icon/components/Neurology.js.map +1 -0
- package/build/esm/components/Icon/components/NeurologySolid.d.ts +9 -0
- package/build/esm/components/Icon/components/NeurologySolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/NeurologySolid.js +27 -0
- package/build/esm/components/Icon/components/NeurologySolid.js.map +1 -0
- package/build/esm/components/Icon/components/News.d.ts +9 -0
- package/build/esm/components/Icon/components/News.d.ts.map +1 -0
- package/build/esm/components/Icon/components/News.js +27 -0
- package/build/esm/components/Icon/components/News.js.map +1 -0
- package/build/esm/components/Icon/components/Office.d.ts.map +1 -1
- package/build/esm/components/Icon/components/Office.js +22 -12
- package/build/esm/components/Icon/components/Office.js.map +1 -1
- package/build/esm/components/Icon/components/OilWell.js +1 -1
- package/build/esm/components/Icon/components/OilWell.js.map +1 -1
- package/build/esm/components/Icon/components/OilWellSolid.js +1 -1
- package/build/esm/components/Icon/components/OilWellSolid.js.map +1 -1
- package/build/esm/components/Icon/components/Onfido.js +6 -6
- package/build/esm/components/Icon/components/Onfido.js.map +1 -1
- package/build/esm/components/Icon/components/OrderSearch.d.ts +9 -0
- package/build/esm/components/Icon/components/OrderSearch.d.ts.map +1 -0
- package/build/esm/components/Icon/components/OrderSearch.js +27 -0
- package/build/esm/components/Icon/components/OrderSearch.js.map +1 -0
- package/build/esm/components/Icon/components/OrderSolid.js +1 -1
- package/build/esm/components/Icon/components/OrderSolid.js.map +1 -1
- package/build/esm/components/Icon/components/OrderTime.d.ts +9 -0
- package/build/esm/components/Icon/components/OrderTime.d.ts.map +1 -0
- package/build/esm/components/Icon/components/OrderTime.js +45 -0
- package/build/esm/components/Icon/components/OrderTime.js.map +1 -0
- package/build/esm/components/Icon/components/Package.d.ts +9 -0
- package/build/esm/components/Icon/components/Package.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Package.js +27 -0
- package/build/esm/components/Icon/components/Package.js.map +1 -0
- package/build/esm/components/Icon/components/Paperclip.d.ts +9 -0
- package/build/esm/components/Icon/components/Paperclip.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Paperclip.js +27 -0
- package/build/esm/components/Icon/components/Paperclip.js.map +1 -0
- package/build/esm/components/Icon/components/PassengerTrain.d.ts +9 -0
- package/build/esm/components/Icon/components/PassengerTrain.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PassengerTrain.js +27 -0
- package/build/esm/components/Icon/components/PassengerTrain.js.map +1 -0
- package/build/esm/components/Icon/components/PenPath.js +3 -3
- package/build/esm/components/Icon/components/PenPath.js.map +1 -1
- package/build/esm/components/Icon/components/PenPathSolid.js +8 -8
- package/build/esm/components/Icon/components/PenPathSolid.js.map +1 -1
- package/build/esm/components/Icon/components/Petrochemicals.d.ts +9 -0
- package/build/esm/components/Icon/components/Petrochemicals.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Petrochemicals.js +27 -0
- package/build/esm/components/Icon/components/Petrochemicals.js.map +1 -0
- package/build/esm/components/Icon/components/Phone.d.ts +9 -0
- package/build/esm/components/Icon/components/Phone.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Phone.js +27 -0
- package/build/esm/components/Icon/components/Phone.js.map +1 -0
- package/build/esm/components/Icon/components/Photo.d.ts +9 -0
- package/build/esm/components/Icon/components/Photo.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Photo.js +27 -0
- package/build/esm/components/Icon/components/Photo.js.map +1 -0
- package/build/esm/components/Icon/components/PhotoPlus.d.ts +9 -0
- package/build/esm/components/Icon/components/PhotoPlus.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PhotoPlus.js +37 -0
- package/build/esm/components/Icon/components/PhotoPlus.js.map +1 -0
- package/build/esm/components/Icon/components/PinRemoveSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/PinRemoveSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PinRemoveSolid.js +34 -0
- package/build/esm/components/Icon/components/PinRemoveSolid.js.map +1 -0
- package/build/esm/components/Icon/components/PinSolid.d.ts +9 -0
- package/build/esm/components/Icon/components/PinSolid.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PinSolid.js +30 -0
- package/build/esm/components/Icon/components/PinSolid.js.map +1 -0
- package/build/esm/components/Icon/components/PipelineOffshore.d.ts +9 -0
- package/build/esm/components/Icon/components/PipelineOffshore.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PipelineOffshore.js +27 -0
- package/build/esm/components/Icon/components/PipelineOffshore.js.map +1 -0
- package/build/esm/components/Icon/components/PipelineOnshore.d.ts +9 -0
- package/build/esm/components/Icon/components/PipelineOnshore.d.ts.map +1 -0
- package/build/esm/components/Icon/components/PipelineOnshore.js +27 -0
- package/build/esm/components/Icon/components/PipelineOnshore.js.map +1 -0
- package/build/esm/components/Icon/components/Piston.d.ts +9 -0
- package/build/esm/components/Icon/components/Piston.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Piston.js +27 -0
- package/build/esm/components/Icon/components/Piston.js.map +1 -0
- package/build/esm/components/Icon/components/Processing.d.ts +9 -0
- package/build/esm/components/Icon/components/Processing.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Processing.js +27 -0
- package/build/esm/components/Icon/components/Processing.js.map +1 -0
- package/build/esm/components/Icon/components/Purification.d.ts +9 -0
- package/build/esm/components/Icon/components/Purification.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Purification.js +27 -0
- package/build/esm/components/Icon/components/Purification.js.map +1 -0
- package/build/esm/components/Icon/components/React.d.ts +9 -0
- package/build/esm/components/Icon/components/React.d.ts.map +1 -0
- package/build/esm/components/Icon/components/React.js +37 -0
- package/build/esm/components/Icon/components/React.js.map +1 -0
- package/build/esm/components/Icon/components/Reaction.d.ts +9 -0
- package/build/esm/components/Icon/components/Reaction.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Reaction.js +27 -0
- package/build/esm/components/Icon/components/Reaction.js.map +1 -0
- package/build/esm/components/Icon/components/Refining.d.ts +9 -0
- package/build/esm/components/Icon/components/Refining.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Refining.js +27 -0
- package/build/esm/components/Icon/components/Refining.js.map +1 -0
- package/build/esm/components/Icon/components/RefreshAlert.d.ts +9 -0
- package/build/esm/components/Icon/components/RefreshAlert.d.ts.map +1 -0
- package/build/esm/components/Icon/components/RefreshAlert.js +27 -0
- package/build/esm/components/Icon/components/RefreshAlert.js.map +1 -0
- package/build/esm/components/Icon/components/Repairs.d.ts +9 -0
- package/build/esm/components/Icon/components/Repairs.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Repairs.js +27 -0
- package/build/esm/components/Icon/components/Repairs.js.map +1 -0
- package/build/esm/components/Icon/components/Shuffle.d.ts +9 -0
- package/build/esm/components/Icon/components/Shuffle.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Shuffle.js +27 -0
- package/build/esm/components/Icon/components/Shuffle.js.map +1 -0
- package/build/esm/components/Icon/components/Signpost.d.ts +9 -0
- package/build/esm/components/Icon/components/Signpost.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Signpost.js +34 -0
- package/build/esm/components/Icon/components/Signpost.js.map +1 -0
- package/build/esm/components/Icon/components/{VesselAddOutlined.d.ts → SpacingHorizontal.d.ts} +3 -3
- package/build/esm/components/Icon/components/SpacingHorizontal.d.ts.map +1 -0
- package/build/esm/components/Icon/components/SpacingHorizontal.js +27 -0
- package/build/esm/components/Icon/components/SpacingHorizontal.js.map +1 -0
- package/build/esm/components/Icon/components/SpacingVertical.d.ts +9 -0
- package/build/esm/components/Icon/components/SpacingVertical.d.ts.map +1 -0
- package/build/esm/components/Icon/components/SpacingVertical.js +27 -0
- package/build/esm/components/Icon/components/SpacingVertical.js.map +1 -0
- package/build/esm/components/Icon/components/SportsCar.d.ts +9 -0
- package/build/esm/components/Icon/components/SportsCar.d.ts.map +1 -0
- package/build/esm/components/Icon/components/SportsCar.js +27 -0
- package/build/esm/components/Icon/components/SportsCar.js.map +1 -0
- package/build/esm/components/Icon/components/Steam.d.ts +9 -0
- package/build/esm/components/Icon/components/Steam.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Steam.js +27 -0
- package/build/esm/components/Icon/components/Steam.js.map +1 -0
- package/build/esm/components/Icon/components/Storm.d.ts +9 -0
- package/build/esm/components/Icon/components/Storm.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Storm.js +27 -0
- package/build/esm/components/Icon/components/Storm.js.map +1 -0
- package/build/esm/components/Icon/components/Storybook.js +1 -1
- package/build/esm/components/Icon/components/Storybook.js.map +1 -1
- package/build/esm/components/Icon/components/Sun.js +1 -1
- package/build/esm/components/Icon/components/Sun.js.map +1 -1
- package/build/esm/components/Icon/components/SunAlt.js +1 -1
- package/build/esm/components/Icon/components/SunAlt.js.map +1 -1
- package/build/esm/components/Icon/components/SunAltSolid.js +1 -1
- package/build/esm/components/Icon/components/SunAltSolid.js.map +1 -1
- package/build/esm/components/Icon/components/SunMoon.js +1 -1
- package/build/esm/components/Icon/components/SunMoon.js.map +1 -1
- package/build/esm/components/Icon/components/SunMoonSolid.js +3 -3
- package/build/esm/components/Icon/components/SunMoonSolid.js.map +1 -1
- package/build/esm/components/Icon/components/SunSolid.js +1 -1
- package/build/esm/components/Icon/components/SunSolid.js.map +1 -1
- package/build/esm/components/Icon/components/TankerTruck.d.ts +9 -0
- package/build/esm/components/Icon/components/TankerTruck.d.ts.map +1 -0
- package/build/esm/components/Icon/components/TankerTruck.js +27 -0
- package/build/esm/components/Icon/components/TankerTruck.js.map +1 -0
- package/build/esm/components/Icon/components/TermperatureChange.d.ts +9 -0
- package/build/esm/components/Icon/components/TermperatureChange.d.ts.map +1 -0
- package/build/esm/components/Icon/components/TermperatureChange.js +27 -0
- package/build/esm/components/Icon/components/TermperatureChange.js.map +1 -0
- package/build/esm/components/Icon/components/Thermometer.d.ts +9 -0
- package/build/esm/components/Icon/components/Thermometer.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Thermometer.js +27 -0
- package/build/esm/components/Icon/components/Thermometer.js.map +1 -0
- package/build/esm/components/Icon/components/Tools.d.ts +9 -0
- package/build/esm/components/Icon/components/Tools.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Tools.js +38 -0
- package/build/esm/components/Icon/components/Tools.js.map +1 -0
- package/build/esm/components/Icon/components/Tractor.d.ts +9 -0
- package/build/esm/components/Icon/components/Tractor.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Tractor.js +27 -0
- package/build/esm/components/Icon/components/Tractor.js.map +1 -0
- package/build/esm/components/Icon/components/TrainCar.d.ts +9 -0
- package/build/esm/components/Icon/components/TrainCar.d.ts.map +1 -0
- package/build/esm/components/Icon/components/TrainCar.js +27 -0
- package/build/esm/components/Icon/components/TrainCar.js.map +1 -0
- package/build/esm/components/Icon/components/TrainContainer.d.ts +9 -0
- package/build/esm/components/Icon/components/TrainContainer.d.ts.map +1 -0
- package/build/esm/components/Icon/components/TrainContainer.js +37 -0
- package/build/esm/components/Icon/components/TrainContainer.js.map +1 -0
- package/build/esm/components/Icon/components/TrainTanker.d.ts +9 -0
- package/build/esm/components/Icon/components/TrainTanker.d.ts.map +1 -0
- package/build/esm/components/Icon/components/TrainTanker.js +37 -0
- package/build/esm/components/Icon/components/TrainTanker.js.map +1 -0
- package/build/esm/components/Icon/components/Turbine.d.ts +9 -0
- package/build/esm/components/Icon/components/Turbine.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Turbine.js +36 -0
- package/build/esm/components/Icon/components/Turbine.js.map +1 -0
- package/build/esm/components/Icon/components/Van.d.ts +9 -0
- package/build/esm/components/Icon/components/Van.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Van.js +34 -0
- package/build/esm/components/Icon/components/Van.js.map +1 -0
- package/build/esm/components/Icon/components/VariableCopy.js +1 -1
- package/build/esm/components/Icon/components/VariableCopy.js.map +1 -1
- package/build/esm/components/Icon/components/VariableModes.d.ts +9 -0
- package/build/esm/components/Icon/components/VariableModes.d.ts.map +1 -0
- package/build/esm/components/Icon/components/VariableModes.js +38 -0
- package/build/esm/components/Icon/components/VariableModes.js.map +1 -0
- package/build/esm/components/Icon/components/Wifi.d.ts.map +1 -1
- package/build/esm/components/Icon/components/Wifi.js +9 -13
- package/build/esm/components/Icon/components/Wifi.js.map +1 -1
- package/build/esm/components/Icon/components/WifiDisabled.d.ts.map +1 -1
- package/build/esm/components/Icon/components/WifiDisabled.js +12 -19
- package/build/esm/components/Icon/components/WifiDisabled.js.map +1 -1
- package/build/esm/components/Icon/components/WindTurbine.d.ts +9 -0
- package/build/esm/components/Icon/components/WindTurbine.d.ts.map +1 -0
- package/build/esm/components/Icon/components/{Windturbine.js → WindTurbine.js} +5 -5
- package/build/esm/components/Icon/components/WindTurbine.js.map +1 -0
- package/build/esm/components/Icon/components/Windscreen.d.ts +9 -0
- package/build/esm/components/Icon/components/Windscreen.d.ts.map +1 -0
- package/build/esm/components/Icon/components/Windscreen.js +34 -0
- package/build/esm/components/Icon/components/Windscreen.js.map +1 -0
- package/build/esm/components/Icon/components/categories.d.ts +212 -96
- package/build/esm/components/Icon/components/categories.d.ts.map +1 -1
- package/build/esm/components/Icon/components/categories.js +2069 -1845
- package/build/esm/components/Icon/components/categories.js.map +1 -1
- package/build/esm/components/Icon/components/index.d.ts +119 -11
- package/build/esm/components/Icon/components/index.d.ts.map +1 -1
- package/build/esm/components/Icon/components/index.js +2044 -1828
- package/build/esm/components/Icon/components/index.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItem.js +11 -11
- package/build/esm/components/ListItem/ListItem.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.styles.js +3 -4
- package/build/esm/components/ListItem/ListItem.styles.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.types.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItemHeader.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItemHeader.js +1 -1
- package/build/esm/components/ListItem/ListItemHeader.js.map +1 -1
- package/build/esm/components/ListItem/ListItemHeader.styles.d.ts.map +1 -1
- package/build/esm/components/ListItem/ListItemHeader.styles.js +4 -2
- package/build/esm/components/ListItem/ListItemHeader.styles.js.map +1 -1
- package/build/esm/components/Menu/Menu.types.d.ts.map +1 -1
- package/build/esm/components/Menu/Menu.utils.d.ts +3 -3
- package/build/esm/components/Menu/Menu.utils.d.ts.map +1 -1
- package/build/esm/components/Menu/Menu.utils.js +38 -41
- package/build/esm/components/Menu/Menu.utils.js.map +1 -1
- package/build/esm/components/Menu/components/MenuItem.d.ts +0 -2
- package/build/esm/components/Menu/components/MenuItem.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuItem.js.map +1 -1
- package/build/esm/components/Menu/components/MenuLabel.d.ts.map +1 -1
- package/build/esm/components/Menu/components/MenuLabel.js.map +1 -1
- package/build/esm/components/Menu/styles/indicator.styles.d.ts +1 -2
- package/build/esm/components/Menu/styles/indicator.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/styles/indicator.styles.js +48 -55
- package/build/esm/components/Menu/styles/indicator.styles.js.map +1 -1
- package/build/esm/components/Menu/styles/menuItem.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/styles/menuItem.styles.js +47 -49
- package/build/esm/components/Menu/styles/menuItem.styles.js.map +1 -1
- package/build/esm/components/Menu/styles/subMenu.styles.d.ts.map +1 -1
- package/build/esm/components/Menu/styles/subMenu.styles.js +122 -125
- package/build/esm/components/Menu/styles/subMenu.styles.js.map +1 -1
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.d.ts.map +1 -1
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js +36 -34
- package/build/esm/components/NavBar/NavBarVerticalStatic.styles.js.map +1 -1
- package/build/esm/components/NavBar/components/FirstArea/FirstArea.styles.js +1 -1
- package/build/esm/components/Pagination/Pagination.types.d.ts.map +1 -1
- package/build/esm/components/Pecten/Pecten.styles.d.ts.map +1 -1
- package/build/esm/components/Pecten/Pecten.styles.js +16 -20
- package/build/esm/components/Pecten/Pecten.styles.js.map +1 -1
- package/build/esm/components/Pecten/components/PectenIcon.d.ts.map +1 -1
- package/build/esm/components/Pecten/components/PectenIcon.js +12 -25
- package/build/esm/components/Pecten/components/PectenIcon.js.map +1 -1
- package/build/esm/components/Popconfirm/Popconfirm.d.ts.map +1 -1
- package/build/esm/components/Popconfirm/Popconfirm.js +34 -32
- package/build/esm/components/Popconfirm/Popconfirm.js.map +1 -1
- package/build/esm/components/Popconfirm/Popconfirm.styles.js +1 -1
- package/build/esm/components/Select/Select.d.ts.map +1 -1
- package/build/esm/components/Select/Select.js +69 -68
- package/build/esm/components/Select/Select.js.map +1 -1
- package/build/esm/components/Table/components/TableElements/TableElements.js +5 -5
- package/build/esm/components/Table/features/sized.js +3 -3
- package/build/esm/components/Table/hooks/useTable.js +3 -3
- package/build/esm/components/Tabs/Tabs.types.d.ts.map +1 -1
- package/build/esm/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/build/esm/components/TextInput/TextInput.types.d.ts.map +1 -1
- package/build/esm/components/Toggle/Toggle.d.ts.map +1 -1
- package/build/esm/components/Toggle/Toggle.js +40 -35
- package/build/esm/components/Toggle/Toggle.js.map +1 -1
- package/build/esm/components/Toggle/Toggle.styles.d.ts +1 -1
- package/build/esm/components/Toggle/Toggle.styles.d.ts.map +1 -1
- package/build/esm/components/Toggle/Toggle.styles.js +48 -42
- package/build/esm/components/Toggle/Toggle.styles.js.map +1 -1
- package/build/esm/components/ToggleButton/ToggleButton.js +29 -29
- package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.d.ts.map +1 -1
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.js +18 -13
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.js.map +1 -1
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts +2 -2
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts.map +1 -1
- package/build/esm/hooks/useForceUpdate.js +9 -0
- package/build/esm/hooks/useForceUpdate.js.map +1 -0
- package/build/esm/hooks/useSyncState.js +15 -0
- package/build/esm/hooks/useSyncState.js.map +1 -0
- package/build/esm/index.d.ts +25 -0
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +318 -288
- package/build/esm/index.js.map +1 -1
- package/build/esm/libs/i18next/consts.d.ts +1 -1
- package/build/esm/libs/i18next/consts.d.ts.map +1 -1
- package/build/esm/libs/i18next/consts.js +2 -2
- package/build/esm/libs/i18next/consts.js.map +1 -1
- package/build/esm/libs/i18next/hooks/useTranslation.d.ts +1 -1
- package/build/esm/libs/i18next/hooks/useTranslation.d.ts.map +1 -1
- package/build/esm/libs/i18next/hooks/useTranslation.js +1 -1
- package/build/esm/libs/i18next/hooks/useTranslation.js.map +1 -1
- package/build/esm/libs/i18next/resources.js +1 -1
- package/build/esm/libs/i18next/resources.js.map +1 -1
- package/build/esm/libs/i18next/types.d.ts +2 -2
- package/build/esm/libs/i18next/types.d.ts.map +1 -1
- package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts.map +1 -1
- package/build/esm/providers/theme/AcinguiuxThemeProvider.js +14 -14
- package/build/esm/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
- package/build/esm/providers/theme/FabricsThemeProvider.js.map +1 -1
- package/build/esm/react-base/src/components/Accordion/Accordion.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Accordion/Accordion.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Badge/Badge.styles.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Badge/Badge.styles.js +24 -18
- package/build/esm/react-base/src/components/Badge/Badge.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Badge/Badge.utils.d.ts +1 -1
- package/build/esm/react-base/src/components/Badge/Badge.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Badge/Badge.utils.js +27 -32
- package/build/esm/react-base/src/components/Badge/Badge.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.styles.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.styles.js +19 -20
- package/build/esm/react-base/src/components/Button/Button.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Button/Button.utils.js +59 -58
- package/build/esm/react-base/src/components/Button/Button.utils.js.map +1 -1
- package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ButtonGroup/ButtonGroup.utils.js.map +1 -1
- package/build/esm/react-base/src/components/DatePicker/DatePicker.consts.js +23 -6
- package/build/esm/react-base/src/components/DatePicker/DatePicker.consts.js.map +1 -1
- 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.map +1 -1
- package/build/esm/react-base/src/components/Divider/Divider.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Drawer/Drawer.consts.d.ts +3 -3
- package/build/esm/react-base/src/components/Drawer/Drawer.consts.js +7 -7
- package/build/esm/react-base/src/components/Drawer/Drawer.consts.js.map +1 -1
- package/build/esm/react-base/src/components/FormField/FormField.styles.js +10 -8
- 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/Input/Input.styles.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Input/Input.styles.js +4 -4
- package/build/esm/react-base/src/components/Input/Input.styles.js.map +1 -1
- package/build/esm/react-base/src/components/NavBar/NavBar.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/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/Select/Select.consts.js +143 -6
- package/build/esm/react-base/src/components/Select/Select.consts.js.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.types.d.ts +5 -0
- package/build/esm/react-base/src/components/Select/Select.types.d.ts.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 +6 -6
- package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Stepper/Stepper.consts.js +2 -8
- package/build/esm/react-base/src/components/Stepper/Stepper.consts.js.map +1 -1
- package/build/esm/react-base/src/components/Stepper/Stepper.utils.d.ts +1 -1
- package/build/esm/react-base/src/components/Stepper/Stepper.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Stepper/Stepper.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.styles.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +23 -20
- 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.styles.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +17 -14
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Toggle/Toggle.types.d.ts +1 -0
- package/build/esm/react-base/src/components/Toggle/Toggle.types.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.js +1 -0
- package/build/esm/react-base/src/components/ToggleButton/ToggleButton.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Tooltip/Tooltip.types.d.ts +2 -1
- package/build/esm/react-base/src/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/build/esm/react-base/src/consts/index.d.ts.map +1 -1
- package/build/esm/react-base/src/consts/index.js.map +1 -1
- package/build/esm/react-base/src/providers/BaseProvider.d.ts +1 -2
- package/build/esm/react-base/src/providers/BaseProvider.d.ts.map +1 -1
- package/build/esm/react-base/src/providers/BaseProvider.js +1 -1
- package/build/esm/react-base/src/providers/BaseProvider.js.map +1 -1
- package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/layer.js.map +1 -1
- package/build/esm/react-base/src/theme/modes.js +1 -1
- package/build/esm/react-base/src/theme/modes.js.map +1 -1
- package/build/esm/react-base/src/theme/theme.js.map +1 -1
- package/build/esm/react-base/src/types/index.d.ts.map +1 -1
- package/build/esm/react-base/src/utils/sizesUtils.d.ts +1 -1
- package/build/esm/react-base/src/utils/sizesUtils.d.ts.map +1 -1
- package/build/esm/react-base/src/utils/sizesUtils.js +9 -8
- package/build/esm/react-base/src/utils/sizesUtils.js.map +1 -1
- package/build/esm/react-base/src/utils/stylesUtils.d.ts.map +1 -1
- package/build/esm/react-base/src/utils/stylesUtils.js.map +1 -1
- package/build/esm/styles/GlobalStyles.js +4 -4
- package/build/esm/styles/GlobalStyles.js.map +1 -1
- package/build/esm/utils/colorUtils.js +9 -0
- package/build/esm/utils/colorUtils.js.map +1 -0
- package/build/esm/utils/storybookUtils.d.ts.map +1 -1
- package/build/esm/utils/viTestUtils.d.ts +17 -0
- package/build/esm/utils/viTestUtils.d.ts.map +1 -1
- package/package.json +53 -52
- package/build/cjs/components/Icon/components/AirplaneCircle.js.map +0 -1
- package/build/cjs/components/Icon/components/AirplaneCircleSolid.js.map +0 -1
- package/build/cjs/components/Icon/components/AirplaneLand.js +0 -2
- package/build/cjs/components/Icon/components/AirplaneLand.js.map +0 -1
- package/build/cjs/components/Icon/components/AirplaneSquareSolid.js +0 -2
- package/build/cjs/components/Icon/components/AirplaneSquareSolid.js.map +0 -1
- package/build/cjs/components/Icon/components/AirplaneTakeOffSolid.js +0 -2
- package/build/cjs/components/Icon/components/AirplaneTakeOffSolid.js.map +0 -1
- package/build/cjs/components/Icon/components/ArtificialIntellgence.js +0 -2
- package/build/cjs/components/Icon/components/ArtificialIntellgence.js.map +0 -1
- package/build/cjs/components/Icon/components/ArtificialIntellgenceSolid.js +0 -2
- package/build/cjs/components/Icon/components/ArtificialIntellgenceSolid.js.map +0 -1
- package/build/cjs/components/Icon/components/FileJpgOutline.js +0 -2
- package/build/cjs/components/Icon/components/FileJpgOutline.js.map +0 -1
- package/build/cjs/components/Icon/components/FilePdfOutline.js +0 -2
- package/build/cjs/components/Icon/components/FilePdfOutline.js.map +0 -1
- package/build/cjs/components/Icon/components/FilePngOutline.js +0 -2
- package/build/cjs/components/Icon/components/FilePngOutline.js.map +0 -1
- package/build/cjs/components/Icon/components/FileSvgOutline.js +0 -2
- package/build/cjs/components/Icon/components/FileSvgOutline.js.map +0 -1
- package/build/cjs/components/Icon/components/FileXlsOutline.js +0 -2
- package/build/cjs/components/Icon/components/FileXlsOutline.js.map +0 -1
- package/build/cjs/components/Icon/components/Sharepoint.js.map +0 -1
- package/build/cjs/components/Icon/components/Teams.js.map +0 -1
- package/build/cjs/components/Icon/components/Windturbine.js.map +0 -1
- package/build/esm/components/Icon/components/AirplaneCircle.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneCircle.js.map +0 -1
- package/build/esm/components/Icon/components/AirplaneCircleSolid.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneCircleSolid.js.map +0 -1
- package/build/esm/components/Icon/components/AirplaneDiagonalOutlined.d.ts +0 -9
- package/build/esm/components/Icon/components/AirplaneDiagonalOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneLand.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneLand.js +0 -34
- package/build/esm/components/Icon/components/AirplaneLand.js.map +0 -1
- package/build/esm/components/Icon/components/AirplaneOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneSideOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneSquareSolid.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneSquareSolid.js.map +0 -1
- package/build/esm/components/Icon/components/AirplaneTakeOffSolid.d.ts +0 -9
- package/build/esm/components/Icon/components/AirplaneTakeOffSolid.d.ts.map +0 -1
- package/build/esm/components/Icon/components/AirplaneTakeOffSolid.js +0 -34
- package/build/esm/components/Icon/components/AirplaneTakeOffSolid.js.map +0 -1
- package/build/esm/components/Icon/components/AllSolid.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ArtificialIntellgence.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ArtificialIntellgence.js +0 -37
- package/build/esm/components/Icon/components/ArtificialIntellgence.js.map +0 -1
- package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.d.ts +0 -9
- package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.js +0 -35
- package/build/esm/components/Icon/components/ArtificialIntellgenceSolid.js.map +0 -1
- package/build/esm/components/Icon/components/BargeOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ComposeOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/EditOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FileJpgOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FileJpgOutline.js +0 -34
- package/build/esm/components/Icon/components/FileJpgOutline.js.map +0 -1
- package/build/esm/components/Icon/components/FilePdfOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FilePdfOutline.js +0 -34
- package/build/esm/components/Icon/components/FilePdfOutline.js.map +0 -1
- package/build/esm/components/Icon/components/FilePngOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FilePngOutline.js +0 -34
- package/build/esm/components/Icon/components/FilePngOutline.js.map +0 -1
- package/build/esm/components/Icon/components/FileSvgOutline.d.ts +0 -9
- package/build/esm/components/Icon/components/FileSvgOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FileSvgOutline.js +0 -34
- package/build/esm/components/Icon/components/FileSvgOutline.js.map +0 -1
- package/build/esm/components/Icon/components/FileXlsOutline.d.ts +0 -9
- package/build/esm/components/Icon/components/FileXlsOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/FileXlsOutline.js +0 -34
- package/build/esm/components/Icon/components/FileXlsOutline.js.map +0 -1
- package/build/esm/components/Icon/components/PeopleOutlined.d.ts +0 -9
- package/build/esm/components/Icon/components/PeopleOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/PeopleSquareOutlined.d.ts +0 -9
- package/build/esm/components/Icon/components/PeopleSquareOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/PersonOutlined.d.ts +0 -9
- package/build/esm/components/Icon/components/PersonOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/PersonSquareOutlined.d.ts +0 -9
- package/build/esm/components/Icon/components/PersonSquareOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Sharepoint.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Sharepoint.js.map +0 -1
- package/build/esm/components/Icon/components/TagOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Teams.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Teams.js.map +0 -1
- package/build/esm/components/Icon/components/ToggleAllOutline.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ToggleLeftOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/ToggleRightHollow.d.ts.map +0 -1
- package/build/esm/components/Icon/components/VesselAddOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/VesselMinusOutlined.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Windturbine.d.ts.map +0 -1
- package/build/esm/components/Icon/components/Windturbine.js.map +0 -1
|
@@ -114,6 +114,48 @@ export declare const Categories: {
|
|
|
114
114
|
VerticalCharging90: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
115
115
|
VerticalCharging90Solid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
116
116
|
};
|
|
117
|
+
Brand: {
|
|
118
|
+
Adobe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
119
|
+
Apiiro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
120
|
+
DevkitPortal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
121
|
+
DevkitPortalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
122
|
+
Facebook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
123
|
+
Figma: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
124
|
+
Flickr: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
125
|
+
Github: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
126
|
+
Instagram: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
127
|
+
LinkedIn: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
128
|
+
MicrosoftExcel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
129
|
+
MicrosoftOffice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
130
|
+
MicrosoftPowerpoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
131
|
+
MicrosoftSharepoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
132
|
+
MicrosoftTeams: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
133
|
+
Onfido: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
134
|
+
Pecten: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
135
|
+
PectenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
136
|
+
React: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
137
|
+
RenRen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
138
|
+
Storybook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
139
|
+
Twitter: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
140
|
+
VivaEngage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
141
|
+
Vk: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
142
|
+
WeChat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
143
|
+
Weibo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
144
|
+
Whatsapp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
145
|
+
YouKouAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
146
|
+
YouKouLogo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
147
|
+
YouTube: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
148
|
+
};
|
|
149
|
+
Buildings: {
|
|
150
|
+
Factory: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
151
|
+
FactoryAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
152
|
+
FactorySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
153
|
+
Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
154
|
+
OfficeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
155
|
+
RetailShop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
156
|
+
Shop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
157
|
+
ShopSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
158
|
+
};
|
|
117
159
|
Business: {
|
|
118
160
|
AppEnabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
119
161
|
AppEnabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -123,8 +165,11 @@ export declare const Categories: {
|
|
|
123
165
|
BarrelDefault: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
124
166
|
BarrelDrop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
125
167
|
Barrels: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
168
|
+
Biofuel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
126
169
|
CarbonDioxide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
127
170
|
CarbonDioxideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
171
|
+
Catalyst: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
172
|
+
Catalysts: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
128
173
|
ChargePointAc: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
129
174
|
ChargePointAcSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
130
175
|
CoinEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -135,12 +180,15 @@ export declare const Categories: {
|
|
|
135
180
|
CoinUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
136
181
|
CoinYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
137
182
|
CoinYenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
183
|
+
Costs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
138
184
|
CreditCard: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
139
185
|
CreditCardSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
140
186
|
CreditCards: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
141
187
|
CreditCardsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
142
188
|
Depot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
143
189
|
DepotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
190
|
+
Downstream: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
191
|
+
Emissions: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
144
192
|
EvCharge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
145
193
|
EvChargePort: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
146
194
|
EvChargePortSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -156,6 +204,7 @@ export declare const Categories: {
|
|
|
156
204
|
Gift: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
157
205
|
GiftSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
158
206
|
GlobalMobility: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
207
|
+
Graduate: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
159
208
|
Hammer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
160
209
|
HammerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
161
210
|
HandDistribution: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -168,8 +217,6 @@ export declare const Categories: {
|
|
|
168
217
|
KeySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
169
218
|
Mining: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
170
219
|
MiningSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
171
|
-
Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
172
|
-
OfficeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
173
220
|
OilBarrel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
174
221
|
OilCan: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
175
222
|
OilCanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -179,17 +226,22 @@ export declare const Categories: {
|
|
|
179
226
|
OilWellSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
180
227
|
Order: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
181
228
|
OrderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
229
|
+
Paperclip: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
182
230
|
PartlyRingfenced: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
183
|
-
|
|
184
|
-
PectenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
231
|
+
Petrochemicals: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
185
232
|
Pickaxe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
186
233
|
PickaxeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
234
|
+
PipelineOffshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
235
|
+
PipelineOnshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
187
236
|
Plug: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
188
237
|
PlugDisconnected: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
189
238
|
PlugDisconnectedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
190
239
|
PlugSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
240
|
+
Processing: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
241
|
+
Purification: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
191
242
|
Refinery: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
192
243
|
RefinerySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
244
|
+
Refining: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
193
245
|
ReimbursementEuro: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
194
246
|
ReimbursementEuroSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
195
247
|
ReimbursementKrone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -198,7 +250,7 @@ export declare const Categories: {
|
|
|
198
250
|
ReimbursementUsdSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
199
251
|
ReimbursementYen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
200
252
|
ReimbursementYenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
201
|
-
|
|
253
|
+
Repairs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
202
254
|
RigLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
203
255
|
RigLandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
204
256
|
RigOffshore: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -223,21 +275,22 @@ export declare const Categories: {
|
|
|
223
275
|
SupportSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
224
276
|
WallConnectorEuropean: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
225
277
|
WallConnectorEuropeanSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
278
|
+
WindTurbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
226
279
|
WindfarmSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
227
|
-
Windturbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
228
280
|
WindturbineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
229
281
|
};
|
|
230
282
|
Data: {
|
|
231
|
-
ArtificialIntellgence: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
232
|
-
ArtificialIntellgenceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
233
283
|
BarChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
234
284
|
BarChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
235
285
|
BarChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
236
286
|
BarChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
287
|
+
ChartArcs: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
237
288
|
Columns: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
238
289
|
ColumnsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
239
290
|
Content: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
240
291
|
ContentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
292
|
+
DataIntellgence: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
293
|
+
DataIntellgenceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
241
294
|
DataSchema: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
242
295
|
Database: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
243
296
|
DatabaseAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -257,12 +310,15 @@ export declare const Categories: {
|
|
|
257
310
|
LineChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
258
311
|
List: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
259
312
|
ListSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
313
|
+
Photo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
314
|
+
PhotoPlus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
260
315
|
PieChart: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
261
316
|
PieChartSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
262
317
|
PieChartSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
263
318
|
PieChartSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
264
319
|
Placeholder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
265
320
|
PlaceholderSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
321
|
+
RefreshAlert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
266
322
|
Rows: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
267
323
|
RowsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
268
324
|
SearchDatabase: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -275,9 +331,40 @@ export declare const Categories: {
|
|
|
275
331
|
TargetCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
276
332
|
TargetSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
277
333
|
};
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
334
|
+
Design: {
|
|
335
|
+
BoxMargin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
336
|
+
BoxMarginSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
337
|
+
BoxPadding: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
338
|
+
BoxPaddingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
339
|
+
Component: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
340
|
+
ComponentInstance: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
341
|
+
ComponentInstanceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
342
|
+
ComponentInstanceSwap: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
343
|
+
ComponentSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
344
|
+
CursorPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
345
|
+
CursorPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
346
|
+
Motion: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
347
|
+
PenPath: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
348
|
+
PenPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
349
|
+
SpacingHorizontal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
350
|
+
SpacingVertical: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
351
|
+
Typography: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
352
|
+
TypographySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
353
|
+
Variable: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
354
|
+
VariableCopy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
355
|
+
VariableModes: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
356
|
+
VariableReference: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
357
|
+
VariableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
358
|
+
};
|
|
359
|
+
Food: {
|
|
360
|
+
Carton: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
361
|
+
CartonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
362
|
+
Coffee: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
363
|
+
CoffeeBeans: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
364
|
+
CoffeeGrinder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
365
|
+
CoffeeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
366
|
+
HotDrink: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
367
|
+
HotDrinkSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
281
368
|
};
|
|
282
369
|
Media: {
|
|
283
370
|
AudioLoud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -318,6 +405,8 @@ export declare const Categories: {
|
|
|
318
405
|
ArrowCwCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
319
406
|
ArrowCwSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
320
407
|
ArrowDirection: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
408
|
+
ArrowDoubleCcw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
409
|
+
ArrowDoubleCw: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
321
410
|
ArrowDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
322
411
|
ArrowDownCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
323
412
|
ArrowDownCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -336,11 +425,13 @@ export declare const Categories: {
|
|
|
336
425
|
ArrowLeftCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
337
426
|
ArrowLeftCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
338
427
|
ArrowLeftEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
428
|
+
ArrowLeftNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
339
429
|
ArrowLeftSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
340
430
|
ArrowRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
341
431
|
ArrowRightCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
342
432
|
ArrowRightCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
343
433
|
ArrowRightEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
434
|
+
ArrowRightNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
344
435
|
ArrowRightSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
345
436
|
ArrowTopRight: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
346
437
|
ArrowUp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -349,7 +440,6 @@ export declare const Categories: {
|
|
|
349
440
|
ArrowUpEdge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
350
441
|
ArrowUpNarrow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
351
442
|
ArrowUpSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
352
|
-
BiomethaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
353
443
|
BottomNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
354
444
|
BottomNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
355
445
|
CaretDown: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -434,6 +524,7 @@ export declare const Categories: {
|
|
|
434
524
|
EllipsisVerticalCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
435
525
|
EllipsisVerticalSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
436
526
|
Escape: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
527
|
+
Height: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
437
528
|
Home: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
438
529
|
HomeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
439
530
|
IconMenuSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -447,7 +538,6 @@ export declare const Categories: {
|
|
|
447
538
|
MinusCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
448
539
|
MinusCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
449
540
|
MinusSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
450
|
-
OffsetsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
451
541
|
Open: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
452
542
|
Options: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
453
543
|
OptionsCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -457,6 +547,7 @@ export declare const Categories: {
|
|
|
457
547
|
PowerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
458
548
|
RightNavigation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
459
549
|
RightNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
550
|
+
Shuffle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
460
551
|
SortAscend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
461
552
|
SortAscendBaseline: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
462
553
|
SortDescend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -477,12 +568,14 @@ export declare const Categories: {
|
|
|
477
568
|
TopNavigationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
478
569
|
};
|
|
479
570
|
Operations: {
|
|
571
|
+
Badge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
480
572
|
Book: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
481
573
|
BookSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
482
574
|
Chat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
483
575
|
ChatAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
484
576
|
ChatAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
485
577
|
ChatSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
578
|
+
Choice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
486
579
|
Comment: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
487
580
|
CommentAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
488
581
|
CommentAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -542,6 +635,7 @@ export declare const Categories: {
|
|
|
542
635
|
FilterHideCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
543
636
|
FilterHideSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
544
637
|
FilterSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
638
|
+
FinanceInvoice: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
545
639
|
Folder: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
546
640
|
FolderOpen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
547
641
|
FolderOpenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -560,12 +654,18 @@ export declare const Categories: {
|
|
|
560
654
|
Link: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
561
655
|
MagicWand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
562
656
|
MagicWandSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
657
|
+
News: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
658
|
+
OrderSearch: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
659
|
+
OrderTime: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
660
|
+
Package: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
563
661
|
Paste: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
564
662
|
PasteAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
565
663
|
PasteAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
566
664
|
PasteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
567
665
|
Pin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
568
666
|
PinRemove: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
667
|
+
PinRemoveSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
668
|
+
PinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
569
669
|
Search: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
570
670
|
SearchCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
571
671
|
SearchCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -621,84 +721,43 @@ export declare const Categories: {
|
|
|
621
721
|
PersonStarSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
622
722
|
};
|
|
623
723
|
Science: {
|
|
724
|
+
Assembly: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
624
725
|
Biomethane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
726
|
+
BiomethaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
625
727
|
CarbonTrend: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
626
728
|
CarbonTrendSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
627
|
-
|
|
628
|
-
CloudBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
629
|
-
CloudBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
729
|
+
ChemicalAnalysis: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
630
730
|
CloudCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
631
731
|
CloudCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
632
|
-
CloudFog: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
633
|
-
CloudFogSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
634
|
-
CloudRain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
635
|
-
CloudRainSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
636
|
-
CloudSnow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
637
|
-
CloudSnowSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
638
|
-
CloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
639
732
|
CloudSquare: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
640
|
-
|
|
641
|
-
DropletAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
642
|
-
DropletAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
643
|
-
DropletAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
644
|
-
DropletMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
645
|
-
DropletMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
646
|
-
DropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
647
|
-
DropletSolidAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
733
|
+
Diamond: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
648
734
|
FlaskEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
649
735
|
FlaskSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
650
736
|
FlaskSolid16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
651
|
-
LightningBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
652
|
-
LightningBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
653
|
-
LightningBoltThin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
654
|
-
LightningBoltThinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
655
737
|
LiquidNaturalGas: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
656
738
|
LiquidNaturalGasSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
657
|
-
|
|
658
|
-
|
|
739
|
+
Molecules: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
740
|
+
Neurology: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
741
|
+
NeurologySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
659
742
|
Offsets: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
743
|
+
OffsetsSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
660
744
|
PlantPot: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
661
745
|
PlantPotSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
662
746
|
PlantSeedling: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
663
747
|
PlantSeedlingSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
748
|
+
Reaction: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
664
749
|
Sensor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
SunAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
668
|
-
SunMoon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
669
|
-
SunMoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
670
|
-
SunSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
750
|
+
Steam: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
751
|
+
TermperatureChange: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
671
752
|
TestTubeEmpty: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
672
753
|
TestTubeEmpty16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
673
754
|
TestTubeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
674
755
|
TestTubeSolid16: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
756
|
+
Thermometer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
757
|
+
Tools: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
675
758
|
Virus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
676
759
|
VirusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
677
760
|
};
|
|
678
|
-
Social: {
|
|
679
|
-
Adobe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
680
|
-
Facebook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
681
|
-
Figma: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
682
|
-
Flickr: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
683
|
-
Github: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
684
|
-
Instagram: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
685
|
-
LinkedIn: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
686
|
-
Office: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
687
|
-
Onfido: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
688
|
-
RenRen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
689
|
-
Sharepoint: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
690
|
-
Storybook: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
691
|
-
Teams: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
692
|
-
Twitter: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
693
|
-
VivaEngage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
694
|
-
Vk: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
695
|
-
WeChat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
696
|
-
Weibo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
697
|
-
Whatsapp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
698
|
-
YouKouAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
699
|
-
YouKouLogo: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
700
|
-
YouTube: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
701
|
-
};
|
|
702
761
|
Status: {
|
|
703
762
|
Alert: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
704
763
|
AlertCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -763,8 +822,7 @@ export declare const Categories: {
|
|
|
763
822
|
Computer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
764
823
|
ComputerSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
765
824
|
ConnectedArrows: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
766
|
-
|
|
767
|
-
CursorPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
825
|
+
Cpu: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
768
826
|
DesignSystem: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
769
827
|
DesignSystemSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
770
828
|
DownloadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -802,10 +860,10 @@ export declare const Categories: {
|
|
|
802
860
|
Mobile: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
803
861
|
MobileAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
804
862
|
MobileAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
863
|
+
MobileApp: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
805
864
|
MobileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
806
865
|
Monitor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
807
|
-
|
|
808
|
-
PenPathSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
866
|
+
Phone: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
809
867
|
Print: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
810
868
|
PrintSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
811
869
|
Product: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -822,14 +880,8 @@ export declare const Categories: {
|
|
|
822
880
|
Tv: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
823
881
|
TvAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
824
882
|
TvSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
825
|
-
Typography: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
826
|
-
TypographySolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
827
883
|
UploadCloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
828
884
|
UploadCloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
829
|
-
Variable: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
830
|
-
VariableCopy: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
831
|
-
VariableReference: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
832
|
-
VariableSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
833
885
|
Video: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
834
886
|
VideoDisabled: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
835
887
|
VideoDisabledSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -856,6 +908,10 @@ export declare const Categories: {
|
|
|
856
908
|
ChargeTimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
857
909
|
ChargingSpeed: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
858
910
|
ChargingSpeedSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
911
|
+
Hourglass: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
912
|
+
HourglassBottom: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
913
|
+
HourglassFilling: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
914
|
+
HourglassTop: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
859
915
|
Time: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
860
916
|
TimeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
861
917
|
Version: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -909,23 +965,13 @@ export declare const Categories: {
|
|
|
909
965
|
UnlockSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
910
966
|
};
|
|
911
967
|
Travel: {
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
AirplaneLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
918
|
-
AirplaneSide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
919
|
-
AirplaneSideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
920
|
-
AirplaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
921
|
-
AirplaneSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
922
|
-
AirplaneTakeOffSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
968
|
+
AirportArrivalsLand: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
969
|
+
AirportCircle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
970
|
+
AirportCircleSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
971
|
+
AirportDeparturesSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
972
|
+
AirportSquareSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
923
973
|
AnchorMarineSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
924
974
|
AutomobileSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
925
|
-
Barge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
926
|
-
BargeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
927
|
-
Coffee: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
928
|
-
CoffeeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
929
975
|
CurrentLocation: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
930
976
|
CurrentLocationSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
931
977
|
Globe: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -955,22 +1001,92 @@ export declare const Categories: {
|
|
|
955
1001
|
RoadBitumen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
956
1002
|
RoadBitumenSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
957
1003
|
RoadSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
958
|
-
Rocket: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
959
|
-
RocketSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
960
1004
|
Route: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
961
1005
|
RouteSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
962
|
-
|
|
963
|
-
ShopSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1006
|
+
Signpost: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
964
1007
|
Toilet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
965
1008
|
ToiletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1009
|
+
};
|
|
1010
|
+
Vehicles: {
|
|
1011
|
+
Airplane: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1012
|
+
AirplaneDiagonal: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1013
|
+
AirplaneDiagonalSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1014
|
+
AirplaneSide: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1015
|
+
AirplaneSideSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1016
|
+
AirplaneSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1017
|
+
Barge: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1018
|
+
BargeSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1019
|
+
Car: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1020
|
+
Compressor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1021
|
+
Engine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1022
|
+
EngineMileage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1023
|
+
Excavator: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1024
|
+
FanBelt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1025
|
+
FreightTrain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1026
|
+
GasEngine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1027
|
+
Gearbox: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1028
|
+
Guage: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1029
|
+
Leaks: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1030
|
+
LeaksSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1031
|
+
Lubricant: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1032
|
+
Maintenance: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1033
|
+
MaintenanceSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1034
|
+
Motorboat: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1035
|
+
Motorcycle: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1036
|
+
PassengerTrain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1037
|
+
Piston: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1038
|
+
Rocket: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1039
|
+
RocketSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1040
|
+
SportsCar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1041
|
+
TankerTruck: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1042
|
+
Tractor: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1043
|
+
TrainCar: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1044
|
+
TrainContainer: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1045
|
+
TrainTanker: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
966
1046
|
Truck: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
967
1047
|
TruckSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1048
|
+
Turbine: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1049
|
+
Van: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
968
1050
|
Vessel: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
969
1051
|
VesselAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
970
1052
|
VesselAddSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
971
1053
|
VesselMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
972
1054
|
VesselMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
973
1055
|
VesselSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1056
|
+
Windscreen: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1057
|
+
};
|
|
1058
|
+
Weather: {
|
|
1059
|
+
Cloud: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1060
|
+
CloudBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1061
|
+
CloudBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1062
|
+
CloudFog: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1063
|
+
CloudFogSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1064
|
+
CloudRain: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1065
|
+
CloudRainSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1066
|
+
CloudSnow: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1067
|
+
CloudSnowSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1068
|
+
CloudSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1069
|
+
Droplet: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1070
|
+
DropletAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1071
|
+
DropletAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1072
|
+
DropletAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1073
|
+
DropletMinus: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1074
|
+
DropletMinusSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1075
|
+
DropletSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1076
|
+
DropletSolidAdd: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1077
|
+
LightningBolt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1078
|
+
LightningBoltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1079
|
+
LightningBoltThin: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1080
|
+
LightningBoltThinSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1081
|
+
Moon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1082
|
+
MoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1083
|
+
Storm: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1084
|
+
Sun: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1085
|
+
SunAlt: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1086
|
+
SunAltSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1087
|
+
SunMoon: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1088
|
+
SunMoonSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1089
|
+
SunSolid: import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
974
1090
|
};
|
|
975
1091
|
};
|
|
976
1092
|
//# sourceMappingURL=categories.d.ts.map
|