@webpros/mui-theme 0.3.11 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +2 -2
- package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
- package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
- package/dist/src/components/data-display/Table/Table.theme.js +1 -1
- package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
- package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
- package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
- package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
- package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
- package/dist/src/components/inputs/Filter/Filter.js +3 -2
- package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
- package/dist/src/components/inputs/Select/Select.theme.js +2 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
- package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButton/index.js +2 -2
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
- package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
- package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
- package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
- package/dist/src/components/utils/inputIcons.d.ts +9 -0
- package/dist/src/components/utils/inputIcons.js +19 -0
- package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
- package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
- package/dist/src/icons/AmazonIcon.d.ts +2 -0
- package/dist/src/icons/AmazonIcon.js +12 -0
- package/dist/src/icons/AndroidIcon.d.ts +2 -0
- package/dist/src/icons/AndroidIcon.js +12 -0
- package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
- package/dist/src/icons/ApparetmentIcon.js +12 -0
- package/dist/src/icons/ArchiveIcon.d.ts +2 -0
- package/dist/src/icons/ArchiveIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
- package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
- package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownIcon.js +12 -0
- package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
- package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftIcon.js +12 -0
- package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
- package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineDownIcon.js +12 -0
- package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineUpIcon.js +12 -0
- package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightIcon.js +12 -0
- package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
- package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareInIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
- package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpIcon.js +12 -0
- package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
- package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcleftIcon.js +12 -0
- package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcrightIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
- package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
- package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcircleupIcon.js +12 -0
- package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowdownrightIcon.js +12 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
- package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
- package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
- package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
- package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
- package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
- package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsdownupIcon.js +12 -0
- package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
- package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsmergeIcon.js +12 -0
- package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsoutIcon.js +12 -0
- package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
- package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowurightupIcon.js +12 -0
- package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowuupleftIcon.js +12 -0
- package/dist/src/icons/ArticleIcon.d.ts +2 -0
- package/dist/src/icons/ArticleIcon.js +12 -0
- package/dist/src/icons/AtIcon.d.ts +2 -0
- package/dist/src/icons/AtIcon.js +12 -0
- package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderIcon.js +12 -0
- package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
- package/dist/src/icons/BarChartIcon.d.ts +2 -0
- package/dist/src/icons/BarChartIcon.js +12 -0
- package/dist/src/icons/BarricadeIcon.d.ts +2 -0
- package/dist/src/icons/BarricadeIcon.js +12 -0
- package/dist/src/icons/BellIcon.d.ts +2 -0
- package/dist/src/icons/BellIcon.js +12 -0
- package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
- package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
- package/dist/src/icons/BluetoothIcon.d.ts +2 -0
- package/dist/src/icons/BluetoothIcon.js +12 -0
- package/dist/src/icons/BookOpenIcon.d.ts +2 -0
- package/dist/src/icons/BookOpenIcon.js +12 -0
- package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
- package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
- package/dist/src/icons/BookmarksIcon.d.ts +2 -0
- package/dist/src/icons/BookmarksIcon.js +12 -0
- package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
- package/dist/src/icons/BoundingBoxIcon.js +12 -0
- package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowDownIcon.js +12 -0
- package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowUpIcon.js +12 -0
- package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
- package/dist/src/icons/BriefcaseIcon.js +12 -0
- package/dist/src/icons/BrowserIcon.d.ts +2 -0
- package/dist/src/icons/BrowserIcon.js +12 -0
- package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
- package/dist/src/icons/BugBeetleIcon.js +12 -0
- package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
- package/dist/src/icons/BuildingApartmentIcon.js +12 -0
- package/dist/src/icons/BuildingIcon.d.ts +2 -0
- package/dist/src/icons/BuildingIcon.js +12 -0
- package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
- package/dist/src/icons/BuildingOfficeIcon.js +12 -0
- package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
- package/dist/src/icons/CalendarBlankIcon.js +12 -0
- package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
- package/dist/src/icons/CalendarCheckIcon.js +12 -0
- package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
- package/dist/src/icons/CalendarPlusIcon.js +12 -0
- package/dist/src/icons/CarIcon.d.ts +2 -0
- package/dist/src/icons/CarIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownIcon.js +12 -0
- package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftIcon.js +12 -0
- package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightIcon.js +12 -0
- package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightTinyIcon.js +12 -0
- package/dist/src/icons/CaretUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpIcon.js +12 -0
- package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
- package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
- package/dist/src/icons/CellTowerIcon.d.ts +2 -0
- package/dist/src/icons/CellTowerIcon.js +12 -0
- package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineDownIcon.js +12 -0
- package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineUpIcon.js +12 -0
- package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
- package/dist/src/icons/ChartPieSliceIcon.js +12 -0
- package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
- package/dist/src/icons/ChartPolarIcon.js +12 -0
- package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
- package/dist/src/icons/ChartScatterIcon.js +12 -0
- package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
- package/dist/src/icons/ChatCenteredIcon.js +12 -0
- package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
- package/dist/src/icons/ChatCircleIcon.js +12 -0
- package/dist/src/icons/CheckAllIcon.d.ts +2 -0
- package/dist/src/icons/CheckAllIcon.js +12 -0
- package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleFillIcon.js +12 -0
- package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleIcon.js +12 -0
- package/dist/src/icons/CheckIcon.d.ts +2 -0
- package/dist/src/icons/CheckIcon.js +12 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
- package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckSmallIcon.js +12 -0
- package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareFillIcon.js +12 -0
- package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareIcon.js +12 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
- package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOff20Icon.js +12 -0
- package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
- package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOn20Icon.js +12 -0
- package/dist/src/icons/CircleIcon.d.ts +2 -0
- package/dist/src/icons/CircleIcon.js +12 -0
- package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
- package/dist/src/icons/CirclesFourIcon.js +12 -0
- package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
- package/dist/src/icons/CirclesThreeIcon.js +12 -0
- package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/ClockDuotoneIcon.js +12 -0
- package/dist/src/icons/ClockIcon.d.ts +2 -0
- package/dist/src/icons/ClockIcon.js +12 -0
- package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
- package/dist/src/icons/ClockSmallIcon.js +12 -0
- package/dist/src/icons/CloneIcon.d.ts +2 -0
- package/dist/src/icons/CloneIcon.js +12 -0
- package/dist/src/icons/CloseBigIcon.d.ts +2 -0
- package/dist/src/icons/CloseBigIcon.js +12 -0
- package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleFillIcon.js +12 -0
- package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleIcon.js +12 -0
- package/dist/src/icons/CloseIcon.d.ts +2 -0
- package/dist/src/icons/CloseIcon.js +12 -0
- package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
- package/dist/src/icons/CloseSmallIcon.js +12 -0
- package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
- package/dist/src/icons/CloudCheckIcon.js +12 -0
- package/dist/src/icons/CloudIcon.d.ts +2 -0
- package/dist/src/icons/CloudIcon.js +12 -0
- package/dist/src/icons/CodepenIcon.d.ts +2 -0
- package/dist/src/icons/CodepenIcon.js +12 -0
- package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
- package/dist/src/icons/CodesandboxIcon.js +12 -0
- package/dist/src/icons/CommandIcon.d.ts +2 -0
- package/dist/src/icons/CommandIcon.js +12 -0
- package/dist/src/icons/CompassIcon.d.ts +2 -0
- package/dist/src/icons/CompassIcon.js +12 -0
- package/dist/src/icons/CompassToolIcon.d.ts +2 -0
- package/dist/src/icons/CompassToolIcon.js +12 -0
- package/dist/src/icons/CopyIcon.d.ts +2 -0
- package/dist/src/icons/CopyIcon.js +12 -0
- package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
- package/dist/src/icons/CopySimpleIcon.js +12 -0
- package/dist/src/icons/CornersOutIcon.d.ts +2 -0
- package/dist/src/icons/CornersOutIcon.js +12 -0
- package/dist/src/icons/CpuIcon.d.ts +2 -0
- package/dist/src/icons/CpuIcon.js +12 -0
- package/dist/src/icons/CreditCardIcon.d.ts +2 -0
- package/dist/src/icons/CreditCardIcon.js +12 -0
- package/dist/src/icons/CrownIcon.d.ts +2 -0
- package/dist/src/icons/CrownIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
- package/dist/src/icons/DatabaseIcon.d.ts +2 -0
- package/dist/src/icons/DatabaseIcon.js +12 -0
- package/dist/src/icons/DesktopIcon.d.ts +2 -0
- package/dist/src/icons/DesktopIcon.js +12 -0
- package/dist/src/icons/DetectiveIcon.d.ts +2 -0
- package/dist/src/icons/DetectiveIcon.js +12 -0
- package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
- package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
- package/dist/src/icons/DisableIcon.d.ts +2 -0
- package/dist/src/icons/DisableIcon.js +12 -0
- package/dist/src/icons/DominoIcon.d.ts +2 -0
- package/dist/src/icons/DominoIcon.js +12 -0
- package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
- package/dist/src/icons/DominoPlusIcon.js +12 -0
- package/dist/src/icons/DonutChartIcon.d.ts +2 -0
- package/dist/src/icons/DonutChartIcon.js +12 -0
- package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
- package/dist/src/icons/DotsNineBoldIcon.js +12 -0
- package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
- package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
- package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeIcon.js +12 -0
- package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
- package/dist/src/icons/DraftIcon.d.ts +2 -0
- package/dist/src/icons/DraftIcon.js +12 -0
- package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
- package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeIcon.js +12 -0
- package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
- package/dist/src/icons/EqualizerIcon.d.ts +2 -0
- package/dist/src/icons/EqualizerIcon.js +12 -0
- package/dist/src/icons/EqualsIcon.d.ts +2 -0
- package/dist/src/icons/EqualsIcon.js +12 -0
- package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
- package/dist/src/icons/ErrorFilledIcon.js +12 -0
- package/dist/src/icons/ErrorIcon.d.ts +2 -0
- package/dist/src/icons/ErrorIcon.js +12 -0
- package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
- package/dist/src/icons/ErrorMarkerIcon.js +12 -0
- package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
- package/dist/src/icons/ExclamationMarkIcon.js +12 -0
- package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
- package/dist/src/icons/EyeClosedIcon.js +12 -0
- package/dist/src/icons/EyeIcon.d.ts +2 -0
- package/dist/src/icons/EyeIcon.js +12 -0
- package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
- package/dist/src/icons/EyeSlashIcon.js +12 -0
- package/dist/src/icons/FadersIcon.d.ts +2 -0
- package/dist/src/icons/FadersIcon.js +12 -0
- package/dist/src/icons/FallIcon.d.ts +2 -0
- package/dist/src/icons/FallIcon.js +12 -0
- package/dist/src/icons/FigmaIcon.d.ts +2 -0
- package/dist/src/icons/FigmaIcon.js +12 -0
- package/dist/src/icons/FilePdfIcon.d.ts +2 -0
- package/dist/src/icons/FilePdfIcon.js +12 -0
- package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
- package/dist/src/icons/FilledCircleIcon.js +12 -0
- package/dist/src/icons/FireIcon.d.ts +2 -0
- package/dist/src/icons/FireIcon.js +12 -0
- package/dist/src/icons/FlagIcon.d.ts +2 -0
- package/dist/src/icons/FlagIcon.js +12 -0
- package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
- package/dist/src/icons/FlagPennantIcon.js +12 -0
- package/dist/src/icons/FolderIcon.d.ts +2 -0
- package/dist/src/icons/FolderIcon.js +12 -0
- package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
- package/dist/src/icons/FolderOpenIcon.js +12 -0
- package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
- package/dist/src/icons/FolderPlusIcon.js +12 -0
- package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FolderSimpleIcon.js +12 -0
- package/dist/src/icons/FoldersIcon.d.ts +2 -0
- package/dist/src/icons/FoldersIcon.js +12 -0
- package/dist/src/icons/FontInterIcon.d.ts +2 -0
- package/dist/src/icons/FontInterIcon.js +12 -0
- package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
- package/dist/src/icons/FontMerriweatherIcon.js +12 -0
- package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
- package/dist/src/icons/FontMonserratIcon.js +12 -0
- package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
- package/dist/src/icons/FontOpensansIcon.js +12 -0
- package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
- package/dist/src/icons/FontPlayfairIcon.js +12 -0
- package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
- package/dist/src/icons/FontPoppinsIcon.js +12 -0
- package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
- package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
- package/dist/src/icons/FontRubikIcon.d.ts +2 -0
- package/dist/src/icons/FontRubikIcon.js +12 -0
- package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
- package/dist/src/icons/FontVallkornIcon.js +12 -0
- package/dist/src/icons/ForwarderIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderIcon.js +12 -0
- package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderPlusIcon.js +12 -0
- package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
- package/dist/src/icons/FrameCornersIcon.js +12 -0
- package/dist/src/icons/FramerIcon.d.ts +2 -0
- package/dist/src/icons/FramerIcon.js +12 -0
- package/dist/src/icons/FtpIcon.d.ts +2 -0
- package/dist/src/icons/FtpIcon.js +12 -0
- package/dist/src/icons/FunnelIcon.d.ts +2 -0
- package/dist/src/icons/FunnelIcon.js +12 -0
- package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FunnelSimpleIcon.js +12 -0
- package/dist/src/icons/GearIcon.d.ts +2 -0
- package/dist/src/icons/GearIcon.js +12 -0
- package/dist/src/icons/GearSixIcon.d.ts +2 -0
- package/dist/src/icons/GearSixIcon.js +12 -0
- package/dist/src/icons/GearsIcon.d.ts +2 -0
- package/dist/src/icons/GearsIcon.js +12 -0
- package/dist/src/icons/GithubIcon.d.ts +2 -0
- package/dist/src/icons/GithubIcon.js +12 -0
- package/dist/src/icons/GlobeIcon.d.ts +2 -0
- package/dist/src/icons/GlobeIcon.js +12 -0
- package/dist/src/icons/GoToIcon.d.ts +2 -0
- package/dist/src/icons/GoToIcon.js +12 -0
- package/dist/src/icons/GoogleIcon.d.ts +2 -0
- package/dist/src/icons/GoogleIcon.js +12 -0
- package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
- package/dist/src/icons/GooglePhotosIcon.js +12 -0
- package/dist/src/icons/GridFourIcon.d.ts +2 -0
- package/dist/src/icons/GridFourIcon.js +12 -0
- package/dist/src/icons/GridNineIcon.d.ts +2 -0
- package/dist/src/icons/GridNineIcon.js +12 -0
- package/dist/src/icons/HalfStarIcon.d.ts +2 -0
- package/dist/src/icons/HalfStarIcon.js +12 -0
- package/dist/src/icons/HandPalmIcon.d.ts +2 -0
- package/dist/src/icons/HandPalmIcon.js +12 -0
- package/dist/src/icons/HardDriveIcon.d.ts +2 -0
- package/dist/src/icons/HardDriveIcon.js +12 -0
- package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
- package/dist/src/icons/HardDrivesIcon.js +12 -0
- package/dist/src/icons/HashIcon.d.ts +2 -0
- package/dist/src/icons/HashIcon.js +12 -0
- package/dist/src/icons/HeartIcon.d.ts +2 -0
- package/dist/src/icons/HeartIcon.js +12 -0
- package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
- package/dist/src/icons/HeartbeatIcon.js +12 -0
- package/dist/src/icons/HomeIcon.d.ts +2 -0
- package/dist/src/icons/HomeIcon.js +12 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
- package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighIcon.js +12 -0
- package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
- package/dist/src/icons/IdentificationCardIcon.js +12 -0
- package/dist/src/icons/ImageIcon.d.ts +2 -0
- package/dist/src/icons/ImageIcon.js +12 -0
- package/dist/src/icons/InfoFillIcon.d.ts +2 -0
- package/dist/src/icons/InfoFillIcon.js +12 -0
- package/dist/src/icons/InfoIIcon.d.ts +2 -0
- package/dist/src/icons/InfoIIcon.js +12 -0
- package/dist/src/icons/InfoIcon.d.ts +2 -0
- package/dist/src/icons/InfoIcon.js +12 -0
- package/dist/src/icons/KeyIcon.d.ts +2 -0
- package/dist/src/icons/KeyIcon.js +12 -0
- package/dist/src/icons/KeyholeIcon.d.ts +2 -0
- package/dist/src/icons/KeyholeIcon.js +12 -0
- package/dist/src/icons/LaravelIcon.d.ts +2 -0
- package/dist/src/icons/LaravelIcon.js +12 -0
- package/dist/src/icons/LayoutIcon.d.ts +2 -0
- package/dist/src/icons/LayoutIcon.js +12 -0
- package/dist/src/icons/LightningFillIcon.d.ts +2 -0
- package/dist/src/icons/LightningFillIcon.js +12 -0
- package/dist/src/icons/LightningIcon.d.ts +2 -0
- package/dist/src/icons/LightningIcon.js +12 -0
- package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
- package/dist/src/icons/LineChartIcon.d.ts +2 -0
- package/dist/src/icons/LineChartIcon.js +12 -0
- package/dist/src/icons/LinkIcon.d.ts +2 -0
- package/dist/src/icons/LinkIcon.js +12 -0
- package/dist/src/icons/LinuxIcon.d.ts +2 -0
- package/dist/src/icons/LinuxIcon.js +12 -0
- package/dist/src/icons/ListDashesIcon.d.ts +2 -0
- package/dist/src/icons/ListDashesIcon.js +12 -0
- package/dist/src/icons/ListIcon.d.ts +2 -0
- package/dist/src/icons/ListIcon.js +12 -0
- package/dist/src/icons/LockIcon.d.ts +2 -0
- package/dist/src/icons/LockIcon.js +12 -0
- package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
- package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
- package/dist/src/icons/MapPinIcon.d.ts +2 -0
- package/dist/src/icons/MapPinIcon.js +12 -0
- package/dist/src/icons/MastodonIcon.d.ts +2 -0
- package/dist/src/icons/MastodonIcon.js +12 -0
- package/dist/src/icons/MedalIcon.d.ts +2 -0
- package/dist/src/icons/MedalIcon.js +12 -0
- package/dist/src/icons/MemoryIcon.d.ts +2 -0
- package/dist/src/icons/MemoryIcon.js +12 -0
- package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
- package/dist/src/icons/MessengerLogoIcon.js +12 -0
- package/dist/src/icons/MicIcon.d.ts +2 -0
- package/dist/src/icons/MicIcon.js +12 -0
- package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
- package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftWordIcon.js +12 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleFillIcon.js +12 -0
- package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleIcon.js +12 -0
- package/dist/src/icons/MinusIcon.d.ts +2 -0
- package/dist/src/icons/MinusIcon.js +12 -0
- package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareFillIcon.js +12 -0
- package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareIcon.js +12 -0
- package/dist/src/icons/MoonIcon.d.ts +2 -0
- package/dist/src/icons/MoonIcon.js +12 -0
- package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
- package/dist/src/icons/NotEqualsIcon.js +12 -0
- package/dist/src/icons/NotchesIcon.d.ts +2 -0
- package/dist/src/icons/NotchesIcon.js +12 -0
- package/dist/src/icons/NotePencilIcon.d.ts +2 -0
- package/dist/src/icons/NotePencilIcon.js +12 -0
- package/dist/src/icons/NotepadIcon.d.ts +2 -0
- package/dist/src/icons/NotepadIcon.js +12 -0
- package/dist/src/icons/NovaIcon.d.ts +2 -0
- package/dist/src/icons/NovaIcon.js +12 -0
- package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleFourIcon.js +12 -0
- package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleOneIcon.js +12 -0
- package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
- package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
- package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
- package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
- package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
- package/dist/src/icons/PaintBucketFillIcon.js +12 -0
- package/dist/src/icons/PalmIcon.d.ts +2 -0
- package/dist/src/icons/PalmIcon.js +12 -0
- package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
- package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
- package/dist/src/icons/PaperclipIcon.d.ts +2 -0
- package/dist/src/icons/PaperclipIcon.js +12 -0
- package/dist/src/icons/PasswordIcon.d.ts +2 -0
- package/dist/src/icons/PasswordIcon.js +12 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleIcon.js +12 -0
- package/dist/src/icons/PauseFillIcon.d.ts +2 -0
- package/dist/src/icons/PauseFillIcon.js +12 -0
- package/dist/src/icons/PauseIcon.d.ts +2 -0
- package/dist/src/icons/PauseIcon.js +12 -0
- package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
- package/dist/src/icons/PencilSimpleIcon.js +12 -0
- package/dist/src/icons/PercentIcon.d.ts +2 -0
- package/dist/src/icons/PercentIcon.js +12 -0
- package/dist/src/icons/PhoneIcon.d.ts +2 -0
- package/dist/src/icons/PhoneIcon.js +12 -0
- package/dist/src/icons/PieChartIcon.d.ts +2 -0
- package/dist/src/icons/PieChartIcon.js +12 -0
- package/dist/src/icons/PinterestIcon.d.ts +2 -0
- package/dist/src/icons/PinterestIcon.js +12 -0
- package/dist/src/icons/PlayIcon.d.ts +2 -0
- package/dist/src/icons/PlayIcon.js +12 -0
- package/dist/src/icons/PleskIcon.d.ts +2 -0
- package/dist/src/icons/PleskIcon.js +12 -0
- package/dist/src/icons/PluginIcon.d.ts +2 -0
- package/dist/src/icons/PluginIcon.js +12 -0
- package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
- package/dist/src/icons/PlugsConnectedIcon.js +12 -0
- package/dist/src/icons/PlugsIcon.d.ts +2 -0
- package/dist/src/icons/PlugsIcon.js +12 -0
- package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleFillIcon.js +12 -0
- package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleIcon.js +12 -0
- package/dist/src/icons/PlusIcon.d.ts +2 -0
- package/dist/src/icons/PlusIcon.js +12 -0
- package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
- package/dist/src/icons/PlusSmallIcon.js +12 -0
- package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
- package/dist/src/icons/PlusSquareIcon.js +12 -0
- package/dist/src/icons/PowerIcon.d.ts +2 -0
- package/dist/src/icons/PowerIcon.js +12 -0
- package/dist/src/icons/ProhibitIcon.d.ts +2 -0
- package/dist/src/icons/ProhibitIcon.js +12 -0
- package/dist/src/icons/PulseIcon.d.ts +2 -0
- package/dist/src/icons/PulseIcon.js +12 -0
- package/dist/src/icons/PushPinIcon.d.ts +2 -0
- package/dist/src/icons/PushPinIcon.js +12 -0
- package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
- package/dist/src/icons/PuzzlePieceIcon.js +12 -0
- package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
- package/dist/src/icons/QuestionFillIcon.js +12 -0
- package/dist/src/icons/QuestionIcon.d.ts +2 -0
- package/dist/src/icons/QuestionIcon.js +12 -0
- package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
- package/dist/src/icons/QuestionSimpleIcon.js +12 -0
- package/dist/src/icons/QueueIcon.d.ts +2 -0
- package/dist/src/icons/QueueIcon.js +12 -0
- package/dist/src/icons/RadioOffIcon.d.ts +2 -0
- package/dist/src/icons/RadioOffIcon.js +12 -0
- package/dist/src/icons/RadioOnIcon.d.ts +2 -0
- package/dist/src/icons/RadioOnIcon.js +12 -0
- package/dist/src/icons/RealcvIcon.d.ts +2 -0
- package/dist/src/icons/RealcvIcon.js +12 -0
- package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
- package/dist/src/icons/RectangleCircleIcon.js +12 -0
- package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
- package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveForwarderIcon.js +12 -0
- package/dist/src/icons/RemoveIcon.d.ts +2 -0
- package/dist/src/icons/RemoveIcon.js +12 -0
- package/dist/src/icons/RepeatIcon.d.ts +2 -0
- package/dist/src/icons/RepeatIcon.js +12 -0
- package/dist/src/icons/RiseIcon.d.ts +2 -0
- package/dist/src/icons/RiseIcon.js +12 -0
- package/dist/src/icons/RobotIcon.d.ts +2 -0
- package/dist/src/icons/RobotIcon.js +12 -0
- package/dist/src/icons/SealWarningIcon.d.ts +2 -0
- package/dist/src/icons/SealWarningIcon.js +12 -0
- package/dist/src/icons/SettingsIcon.d.ts +2 -0
- package/dist/src/icons/SettingsIcon.js +12 -0
- package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
- package/dist/src/icons/ShareNetworkIcon.js +12 -0
- package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckIcon.js +12 -0
- package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckedIcon.js +12 -0
- package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCrossIcon.js +12 -0
- package/dist/src/icons/ShieldIcon.d.ts +2 -0
- package/dist/src/icons/ShieldIcon.js +12 -0
- package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
- package/dist/src/icons/SidebarCollapseIcon.js +12 -0
- package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
- package/dist/src/icons/SidebarExpandIcon.js +12 -0
- package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/SidebarSimpleIcon.js +12 -0
- package/dist/src/icons/SignInIcon.d.ts +2 -0
- package/dist/src/icons/SignInIcon.js +12 -0
- package/dist/src/icons/SignOutIcon.d.ts +2 -0
- package/dist/src/icons/SignOutIcon.js +12 -0
- package/dist/src/icons/SirenIcon.d.ts +2 -0
- package/dist/src/icons/SirenIcon.js +12 -0
- package/dist/src/icons/SkipBackIcon.d.ts +2 -0
- package/dist/src/icons/SkipBackIcon.js +12 -0
- package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
- package/dist/src/icons/SkipForwardIcon.js +12 -0
- package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
- package/dist/src/icons/SkypeLogoIcon.js +12 -0
- package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
- package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
- package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
- package/dist/src/icons/SmartphoneIcon.js +12 -0
- package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
- package/dist/src/icons/SnapchatLogoIcon.js +12 -0
- package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
- package/dist/src/icons/SortAscendingIcon.js +12 -0
- package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
- package/dist/src/icons/SortDescendingIcon.js +12 -0
- package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
- package/dist/src/icons/SoundcloudIcon.js +12 -0
- package/dist/src/icons/SparkleIcon.d.ts +2 -0
- package/dist/src/icons/SparkleIcon.js +12 -0
- package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
- package/dist/src/icons/SparklesStarsIcon.js +12 -0
- package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
- package/dist/src/icons/SpeakerXIcon.js +12 -0
- package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
- package/dist/src/icons/SpeedometerIcon.js +12 -0
- package/dist/src/icons/SpotifyIcon.d.ts +2 -0
- package/dist/src/icons/SpotifyIcon.js +12 -0
- package/dist/src/icons/SquareFillIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillIcon.js +12 -0
- package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
- package/dist/src/icons/SquareIcon.d.ts +2 -0
- package/dist/src/icons/SquareIcon.js +12 -0
- package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourFillIcon.js +12 -0
- package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourIcon.js +12 -0
- package/dist/src/icons/StagingIcon.d.ts +2 -0
- package/dist/src/icons/StagingIcon.js +12 -0
- package/dist/src/icons/StairsIcon.d.ts +2 -0
- package/dist/src/icons/StairsIcon.js +12 -0
- package/dist/src/icons/StarFilledIcon.d.ts +2 -0
- package/dist/src/icons/StarFilledIcon.js +12 -0
- package/dist/src/icons/StarFourIcon.d.ts +2 -0
- package/dist/src/icons/StarFourIcon.js +12 -0
- package/dist/src/icons/StarIcon.d.ts +2 -0
- package/dist/src/icons/StarIcon.js +12 -0
- package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
- package/dist/src/icons/StethoscopeIcon.js +12 -0
- package/dist/src/icons/StopCircleIcon.d.ts +2 -0
- package/dist/src/icons/StopCircleIcon.js +12 -0
- package/dist/src/icons/StopFillIcon.d.ts +2 -0
- package/dist/src/icons/StopFillIcon.js +12 -0
- package/dist/src/icons/SunIcon.d.ts +2 -0
- package/dist/src/icons/SunIcon.js +12 -0
- package/dist/src/icons/TabletIcon.d.ts +2 -0
- package/dist/src/icons/TabletIcon.js +12 -0
- package/dist/src/icons/TabsIcon.d.ts +2 -0
- package/dist/src/icons/TabsIcon.js +12 -0
- package/dist/src/icons/TagFilledIcon.d.ts +2 -0
- package/dist/src/icons/TagFilledIcon.js +12 -0
- package/dist/src/icons/TagIcon.d.ts +2 -0
- package/dist/src/icons/TagIcon.js +12 -0
- package/dist/src/icons/TagSmallIcon.d.ts +2 -0
- package/dist/src/icons/TagSmallIcon.js +12 -0
- package/dist/src/icons/TaskpadIcon.d.ts +2 -0
- package/dist/src/icons/TaskpadIcon.js +12 -0
- package/dist/src/icons/TerminalIcon.d.ts +2 -0
- package/dist/src/icons/TerminalIcon.js +12 -0
- package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
- package/dist/src/icons/TerminalWindowIcon.js +12 -0
- package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignCenterIcon.js +12 -0
- package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
- package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignLeftIcon.js +12 -0
- package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignRightIcon.js +12 -0
- package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
- package/dist/src/icons/TextBBoldIcon.js +12 -0
- package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
- package/dist/src/icons/TextHTwoIcon.js +12 -0
- package/dist/src/icons/TextItalicIcon.d.ts +2 -0
- package/dist/src/icons/TextItalicIcon.js +12 -0
- package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
- package/dist/src/icons/TextStrikethroughIcon.js +12 -0
- package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
- package/dist/src/icons/TextUnderlineIcon.js +12 -0
- package/dist/src/icons/TextboxIcon.d.ts +2 -0
- package/dist/src/icons/TextboxIcon.js +12 -0
- package/dist/src/icons/ThemeIcon.d.ts +2 -0
- package/dist/src/icons/ThemeIcon.js +12 -0
- package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
- package/dist/src/icons/TicketIcon.d.ts +2 -0
- package/dist/src/icons/TicketIcon.js +12 -0
- package/dist/src/icons/TidalIcon.d.ts +2 -0
- package/dist/src/icons/TidalIcon.js +12 -0
- package/dist/src/icons/TiktokIcon.d.ts +2 -0
- package/dist/src/icons/TiktokIcon.js +12 -0
- package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
- package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftIcon.js +12 -0
- package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightFillIcon.js +12 -0
- package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightIcon.js +12 -0
- package/dist/src/icons/TranslateIcon.d.ts +2 -0
- package/dist/src/icons/TranslateIcon.js +12 -0
- package/dist/src/icons/TrashIcon.d.ts +2 -0
- package/dist/src/icons/TrashIcon.js +12 -0
- package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
- package/dist/src/icons/TrayArrowInIcon.js +12 -0
- package/dist/src/icons/TrayIcon.d.ts +2 -0
- package/dist/src/icons/TrayIcon.js +12 -0
- package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
- package/dist/src/icons/TrayPlusIcon.js +12 -0
- package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
- package/dist/src/icons/TreeStructureIcon.js +12 -0
- package/dist/src/icons/UploadIcon.d.ts +2 -0
- package/dist/src/icons/UploadIcon.js +12 -0
- package/dist/src/icons/UserIcon.d.ts +2 -0
- package/dist/src/icons/UserIcon.js +12 -0
- package/dist/src/icons/UserPlusIcon.d.ts +2 -0
- package/dist/src/icons/UserPlusIcon.js +12 -0
- package/dist/src/icons/UserSquareIcon.d.ts +2 -0
- package/dist/src/icons/UserSquareIcon.js +12 -0
- package/dist/src/icons/UsersIcon.d.ts +2 -0
- package/dist/src/icons/UsersIcon.js +12 -0
- package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
- package/dist/src/icons/VectorTwoIcon.js +12 -0
- package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
- package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
- package/dist/src/icons/WandMagicIcon.d.ts +2 -0
- package/dist/src/icons/WandMagicIcon.js +12 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/WarningFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningFillIcon.js +12 -0
- package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
- package/dist/src/icons/WarningFilledIcon.js +12 -0
- package/dist/src/icons/WarningIcon.d.ts +2 -0
- package/dist/src/icons/WarningIcon.js +12 -0
- package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
- package/dist/src/icons/WarningMarkerIcon.js +12 -0
- package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
- package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonIcon.js +12 -0
- package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
- package/dist/src/icons/WarningTriangleIcon.js +12 -0
- package/dist/src/icons/WaveSineIcon.d.ts +2 -0
- package/dist/src/icons/WaveSineIcon.js +12 -0
- package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
- package/dist/src/icons/WebhooksLogoIcon.js +12 -0
- package/dist/src/icons/WebsiteIcon.d.ts +2 -0
- package/dist/src/icons/WebsiteIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoIcon.js +12 -0
- package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
- package/dist/src/icons/WheelchairMotionIcon.js +12 -0
- package/dist/src/icons/WifiIcon.d.ts +2 -0
- package/dist/src/icons/WifiIcon.js +12 -0
- package/dist/src/icons/WordpressIcon.d.ts +2 -0
- package/dist/src/icons/WordpressIcon.js +12 -0
- package/dist/src/icons/WorkIcon.d.ts +2 -0
- package/dist/src/icons/WorkIcon.js +12 -0
- package/dist/src/icons/WrenchIcon.d.ts +2 -0
- package/dist/src/icons/WrenchIcon.js +12 -0
- package/dist/src/icons/XIcon.d.ts +2 -0
- package/dist/src/icons/XIcon.js +12 -0
- package/dist/src/icons/YoutubeIcon.d.ts +2 -0
- package/dist/src/icons/YoutubeIcon.js +12 -0
- package/dist/src/icons/index.d.ts +411 -4
- package/dist/src/icons/index.js +412 -10
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +3 -0
- package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
- package/dist/src/tokens/ThemeColorTokens.js +16 -1
- package/dist/src/tokens/ThemeMode.d.ts +1 -1
- package/dist/src/tokens/ThemeScheme.d.ts +2 -0
- package/dist/src/tokens/ThemeScheme.js +2 -1
- package/dist/src/tokens/colors/Wptk.d.ts +24 -0
- package/dist/src/tokens/colors/Wptk.js +1496 -0
- package/dist/src/tokens/colors/index.d.ts +1 -0
- package/dist/src/tokens/colors/index.js +1 -0
- package/dist/src/utils/createIcon.d.ts +16 -5
- package/dist/src/utils/createIcon.js +3 -65
- package/dist/src/utils/getMUIComponents.js +2 -2
- package/package.json +3 -3
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TidalIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M23.7812 8.46935L20.0312 4.71935C19.9616 4.64962 19.8788 4.5943 19.7878 4.55656C19.6967 4.51882 19.5992 4.49939 19.5006 4.49939C19.402 4.49939 19.3044 4.51882 19.2134 4.55656C19.1223 4.5943 19.0396 4.64962 18.97 4.71935L15.7506 7.93967L12.5312 4.71935C12.4616 4.64962 12.3788 4.5943 12.2878 4.55656C12.1967 4.51882 12.0992 4.49939 12.0006 4.49939C11.902 4.49939 11.8044 4.51882 11.7134 4.55656C11.6223 4.5943 11.5396 4.64962 11.47 4.71935L8.25059 7.93967L5.03122 4.71935C4.96156 4.64962 4.87884 4.5943 4.7878 4.55656C4.69675 4.51882 4.59915 4.49939 4.50059 4.49939C4.40203 4.49939 4.30443 4.51882 4.21338 4.55656C4.12234 4.5943 4.03962 4.64962 3.96996 4.71935L0.219965 8.46935C0.150233 8.53901 0.0949134 8.62173 0.0571702 8.71277C0.019427 8.80382 0 8.90142 0 8.99998C0 9.09854 0.019427 9.19614 0.0571702 9.28718C0.0949134 9.37823 0.150233 9.46095 0.219965 9.53061L3.96996 13.2806C4.03962 13.3503 4.12234 13.4057 4.21338 13.4434C4.30443 13.4811 4.40203 13.5006 4.50059 13.5006C4.59915 13.5006 4.69675 13.4811 4.7878 13.4434C4.87884 13.4057 4.96156 13.3503 5.03122 13.2806L8.25059 10.0603L10.9403 12.75L7.71996 15.9694C7.65023 16.039 7.59491 16.1217 7.55717 16.2128C7.51943 16.3038 7.5 16.4014 7.5 16.5C7.5 16.5985 7.51943 16.6961 7.55717 16.7872C7.59491 16.8782 7.65023 16.9609 7.71996 17.0306L11.47 20.7806C11.5396 20.8503 11.6223 20.9057 11.7134 20.9434C11.8044 20.9811 11.902 21.0006 12.0006 21.0006C12.0992 21.0006 12.1967 20.9811 12.2878 20.9434C12.3788 20.9057 12.4616 20.8503 12.5312 20.7806L16.2812 17.0306C16.3509 16.9609 16.4063 16.8782 16.444 16.7872C16.4818 16.6961 16.5012 16.5985 16.5012 16.5C16.5012 16.4014 16.4818 16.3038 16.444 16.2128C16.4063 16.1217 16.3509 16.039 16.2812 15.9694L13.0609 12.75L15.7506 10.0603L18.97 13.2806C19.0396 13.3503 19.1223 13.4057 19.2134 13.4434C19.3044 13.4811 19.402 13.5006 19.5006 13.5006C19.5992 13.5006 19.6967 13.4811 19.7878 13.4434C19.8788 13.4057 19.9616 13.3503 20.0312 13.2806L23.7812 9.53061C23.8509 9.46095 23.9063 9.37823 23.944 9.28718C23.9818 9.19614 24.0012 9.09854 24.0012 8.99998C24.0012 8.90142 23.9818 8.80382 23.944 8.71277C23.9063 8.62173 23.8509 8.53901 23.7812 8.46935ZM4.50059 11.6897L1.8109 8.99998L4.50059 6.31029L7.19028 8.99998L4.50059 11.6897ZM12.0006 19.1897L9.3109 16.5L12.0006 13.8103L14.6903 16.5L12.0006 19.1897ZM12.0006 11.6897L9.3109 8.99998L12.0006 6.31029L14.6903 8.99998L12.0006 11.6897ZM19.5006 11.6897L16.8109 8.99998L19.5006 6.31029L22.1903 8.99998L19.5006 11.6897Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TidalIcon.displayName = 'TidalIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TiktokIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 6.75C19.8069 6.74876 18.663 6.27425 17.8194 5.43061C16.9757 4.58697 16.5012 3.44309 16.5 2.25C16.5 2.05109 16.421 1.86032 16.2803 1.71967C16.1397 1.57902 15.9489 1.5 15.75 1.5H12C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V14.625C11.2498 14.9605 11.1597 15.2898 10.9889 15.5786C10.8181 15.8674 10.5729 16.1051 10.279 16.2668C9.98501 16.4286 9.65304 16.5085 9.31768 16.4983C8.98232 16.488 8.65586 16.388 8.37234 16.2085C8.08883 16.0291 7.85865 15.7769 7.70582 15.4782C7.55299 15.1795 7.4831 14.8453 7.50345 14.5104C7.5238 14.1755 7.63364 13.8522 7.82151 13.5742C8.00939 13.2962 8.26841 13.0738 8.57156 12.93C8.6998 12.8691 8.80813 12.7731 8.88397 12.6532C8.95981 12.5332 9.00005 12.3941 9 12.2522V8.25C9.00005 8.14037 8.97606 8.03206 8.92972 7.9327C8.88339 7.83334 8.81584 7.74535 8.73182 7.67492C8.6478 7.60449 8.54937 7.55333 8.44345 7.52505C8.33752 7.49678 8.22669 7.49206 8.11875 7.51125C4.77281 8.1075 2.25 11.1656 2.25 14.625C2.25 16.5147 3.00067 18.3269 4.33686 19.6631C5.67306 20.9993 7.48533 21.75 9.375 21.75C11.2647 21.75 13.0769 20.9993 14.4131 19.6631C15.7493 18.3269 16.5 16.5147 16.5 14.625V10.9022C17.889 11.6269 19.4333 12.0036 21 12C21.1989 12 21.3897 11.921 21.5303 11.7803C21.671 11.6397 21.75 11.4489 21.75 11.25V7.5C21.75 7.30109 21.671 7.11032 21.5303 6.96967C21.3897 6.82902 21.1989 6.75 21 6.75ZM20.25 10.4662C18.7843 10.3364 17.3809 9.81329 16.1878 8.95219C16.0757 8.87156 15.9434 8.82347 15.8057 8.81321C15.668 8.80295 15.5301 8.83092 15.4072 8.89404C15.2844 8.95716 15.1814 9.05298 15.1095 9.17093C15.0376 9.28888 14.9997 9.42438 15 9.5625V14.625C15 16.1168 14.4074 17.5476 13.3525 18.6025C12.2976 19.6574 10.8668 20.25 9.375 20.25C7.88316 20.25 6.45242 19.6574 5.39752 18.6025C4.34263 17.5476 3.75 16.1168 3.75 14.625C3.75 12.1969 5.31 10.0191 7.5 9.225V11.8191C7.01517 12.143 6.62254 12.587 6.36037 13.1079C6.09821 13.6287 5.97545 14.2086 6.00407 14.7909C6.03268 15.3733 6.2117 15.9384 6.52366 16.431C6.83562 16.9236 7.26989 17.327 7.78414 17.6018C8.29839 17.8767 8.87508 18.0136 9.458 17.9993C10.0409 17.9849 10.6102 17.8198 11.1103 17.52C11.6104 17.2202 12.0243 16.796 12.3117 16.2886C12.599 15.7812 12.7501 15.2081 12.75 14.625V3H15.0469C15.2155 4.32101 15.818 5.54866 16.7597 6.49034C17.7013 7.43203 18.929 8.03446 20.25 8.20312V10.4662Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TiktokIcon.displayName = 'TiktokIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const ToggleLeftFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM7.5 15.75C6.75832 15.75 6.0333 15.5301 5.41661 15.118C4.79993 14.706 4.31928 14.1203 4.03545 13.4351C3.75162 12.7498 3.67736 11.9958 3.82206 11.2684C3.96675 10.541 4.3239 9.8728 4.84835 9.34835C5.3728 8.8239 6.04098 8.46675 6.76841 8.32205C7.49584 8.17736 8.24984 8.25162 8.93506 8.53545C9.62029 8.81928 10.206 9.29993 10.618 9.91661C11.0301 10.5333 11.25 11.2583 11.25 12C11.25 12.9946 10.8549 13.9484 10.1517 14.6517C9.44839 15.3549 8.49456 15.75 7.5 15.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ToggleLeftFillIcon.displayName = 'ToggleLeftFillIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const ToggleLeftIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM16.5 17.25H7.5C6.10761 17.25 4.77226 16.6969 3.78769 15.7123C2.80312 14.7277 2.25 13.3924 2.25 12C2.25 10.6076 2.80312 9.27226 3.78769 8.28769C4.77226 7.30312 6.10761 6.75 7.5 6.75H16.5C17.8924 6.75 19.2277 7.30312 20.2123 8.28769C21.1969 9.27226 21.75 10.6076 21.75 12C21.75 13.3924 21.1969 14.7277 20.2123 15.7123C19.2277 16.6969 17.8924 17.25 16.5 17.25ZM7.5 8.25C6.75832 8.25 6.0333 8.46993 5.41661 8.88199C4.79993 9.29404 4.31928 9.87971 4.03545 10.5649C3.75162 11.2502 3.67736 12.0042 3.82206 12.7316C3.96675 13.459 4.3239 14.1272 4.84835 14.6517C5.3728 15.1761 6.04098 15.5333 6.76841 15.6779C7.49584 15.8226 8.24984 15.7484 8.93506 15.4645C9.62029 15.1807 10.206 14.7001 10.618 14.0834C11.0301 13.4667 11.25 12.7417 11.25 12C11.25 11.0054 10.8549 10.0516 10.1517 9.34835C9.44839 8.64509 8.49456 8.25 7.5 8.25ZM7.5 14.25C7.05499 14.25 6.61998 14.118 6.24997 13.8708C5.87996 13.6236 5.59157 13.2722 5.42127 12.861C5.25097 12.4499 5.20642 11.9975 5.29323 11.561C5.38005 11.1246 5.59434 10.7237 5.90901 10.409C6.22368 10.0943 6.62459 9.88005 7.06105 9.79323C7.4975 9.70642 7.9499 9.75097 8.36104 9.92127C8.77217 10.0916 9.12357 10.38 9.37081 10.75C9.61804 11.12 9.75 11.555 9.75 12C9.75 12.5967 9.51295 13.169 9.09099 13.591C8.66903 14.0129 8.09674 14.25 7.5 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ToggleLeftIcon.displayName = 'ToggleLeftIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const ToggleRightFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM16.5 15.75C15.7583 15.75 15.0333 15.5301 14.4166 15.118C13.7999 14.706 13.3193 14.1203 13.0355 13.4351C12.7516 12.7498 12.6774 11.9958 12.8221 11.2684C12.9667 10.541 13.3239 9.8728 13.8483 9.34835C14.3728 8.8239 15.041 8.46675 15.7684 8.32205C16.4958 8.17736 17.2498 8.25162 17.9351 8.53545C18.6203 8.81928 19.206 9.29993 19.618 9.91661C20.0301 10.5333 20.25 11.2583 20.25 12C20.25 12.9946 19.8549 13.9484 19.1516 14.6517C18.4484 15.3549 17.4946 15.75 16.5 15.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ToggleRightFillIcon.displayName = 'ToggleRightFillIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const ToggleRightIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM16.5 17.25H7.5C6.10761 17.25 4.77226 16.6969 3.78769 15.7123C2.80312 14.7277 2.25 13.3924 2.25 12C2.25 10.6076 2.80312 9.27226 3.78769 8.28769C4.77226 7.30312 6.10761 6.75 7.5 6.75H16.5C17.8924 6.75 19.2277 7.30312 20.2123 8.28769C21.1969 9.27226 21.75 10.6076 21.75 12C21.75 13.3924 21.1969 14.7277 20.2123 15.7123C19.2277 16.6969 17.8924 17.25 16.5 17.25ZM16.5 8.25C15.7583 8.25 15.0333 8.46993 14.4166 8.88199C13.7999 9.29404 13.3193 9.87971 13.0355 10.5649C12.7516 11.2502 12.6774 12.0042 12.8221 12.7316C12.9667 13.459 13.3239 14.1272 13.8483 14.6517C14.3728 15.1761 15.041 15.5333 15.7684 15.6779C16.4958 15.8226 17.2498 15.7484 17.9351 15.4645C18.6203 15.1807 19.206 14.7001 19.618 14.0834C20.0301 13.4667 20.25 12.7417 20.25 12C20.25 11.0054 19.8549 10.0516 19.1516 9.34835C18.4484 8.64509 17.4946 8.25 16.5 8.25ZM16.5 14.25C16.055 14.25 15.62 14.118 15.25 13.8708C14.88 13.6236 14.5916 13.2722 14.4213 12.861C14.251 12.4499 14.2064 11.9975 14.2932 11.561C14.38 11.1246 14.5943 10.7237 14.909 10.409C15.2237 10.0943 15.6246 9.88005 16.061 9.79323C16.4975 9.70642 16.9499 9.75097 17.361 9.92127C17.7722 10.0916 18.1236 10.38 18.3708 10.75C18.618 11.12 18.75 11.555 18.75 12C18.75 12.5967 18.5129 13.169 18.091 13.591C17.669 14.0129 17.0967 14.25 16.5 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ToggleRightIcon.displayName = 'ToggleRightIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TranslateIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M23.1703 19.9144L17.9203 9.41437C17.858 9.28982 17.7623 9.18506 17.6438 9.11185C17.5253 9.03864 17.3888 8.99986 17.2495 8.99986C17.1103 8.99986 16.9737 9.03864 16.8553 9.11185C16.7368 9.18506 16.641 9.28982 16.5787 9.41437L14.5434 13.4859C12.9481 13.3962 11.4131 12.8452 10.125 11.8997C11.6363 10.2857 12.552 8.20463 12.7209 6H15C15.1989 6 15.3897 5.92098 15.5303 5.78033C15.671 5.63968 15.75 5.44891 15.75 5.25C15.75 5.05109 15.671 4.86032 15.5303 4.71967C15.3897 4.57902 15.1989 4.5 15 4.5H9.75V3C9.75 2.80109 9.67098 2.61032 9.53033 2.46967C9.38968 2.32902 9.19891 2.25 9 2.25C8.80109 2.25 8.61032 2.32902 8.46967 2.46967C8.32902 2.61032 8.25 2.80109 8.25 3V4.5H3C2.80109 4.5 2.61032 4.57902 2.46967 4.71967C2.32902 4.86032 2.25 5.05109 2.25 5.25C2.25 5.44891 2.32902 5.63968 2.46967 5.78033C2.61032 5.92098 2.80109 6 3 6H11.2153C11.0483 7.83811 10.268 9.56667 9 10.9078C8.20984 10.0741 7.60306 9.08406 7.21875 8.00156C7.18715 7.90712 7.13705 7.81991 7.07139 7.74503C7.00572 7.67015 6.9258 7.6091 6.83629 7.56544C6.74678 7.52178 6.64946 7.49639 6.55003 7.49074C6.4506 7.48509 6.35104 7.49931 6.25715 7.53255C6.16327 7.5658 6.07695 7.61741 6.00323 7.68437C5.92951 7.75133 5.86987 7.83231 5.82778 7.92257C5.78569 8.01283 5.76199 8.11057 5.75808 8.21009C5.75417 8.3096 5.77012 8.4089 5.805 8.50219C6.25244 9.76769 6.95726 10.9267 7.875 11.9062C6.46197 12.9446 4.75353 13.5031 3 13.5C2.80109 13.5 2.61032 13.579 2.46967 13.7197C2.32902 13.8603 2.25 14.0511 2.25 14.25C2.25 14.4489 2.32902 14.6397 2.46967 14.7803C2.61032 14.921 2.80109 15 3 15C5.17555 15.0024 7.28875 14.2734 9 12.93C10.3965 14.0211 12.0635 14.7117 13.8225 14.9278L11.3287 19.9144C11.2847 20.0025 11.2584 20.0984 11.2514 20.1966C11.2444 20.2949 11.2568 20.3935 11.2879 20.487C11.3507 20.6757 11.486 20.8318 11.6639 20.9208C11.8418 21.0098 12.0478 21.0245 12.2365 20.9616C12.4253 20.8988 12.5813 20.7635 12.6703 20.5856L13.9631 18H20.5359L21.8288 20.5856C21.8911 20.7102 21.9869 20.815 22.1055 20.8882C22.2241 20.9614 22.3607 21.0001 22.5 21C22.6278 20.9999 22.7535 20.9672 22.8651 20.9049C22.9768 20.8426 23.0706 20.7528 23.1378 20.644C23.2049 20.5353 23.2432 20.4111 23.2489 20.2834C23.2546 20.1557 23.2275 20.0287 23.1703 19.9144ZM14.7131 16.5L17.25 11.4272L19.7859 16.5H14.7131Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TranslateIcon.displayName = 'TranslateIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TrashIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5H16.5V3.75C16.5 3.15326 16.2629 2.58097 15.841 2.15901C15.419 1.73705 14.8467 1.5 14.25 1.5H9.75C9.15326 1.5 8.58097 1.73705 8.15901 2.15901C7.73705 2.58097 7.5 3.15326 7.5 3.75V4.5H3.75C3.55109 4.5 3.36032 4.57902 3.21967 4.71967C3.07902 4.86032 3 5.05109 3 5.25C3 5.44891 3.07902 5.63968 3.21967 5.78033C3.36032 5.92098 3.55109 6 3.75 6H4.5V19.5C4.5 19.8978 4.65804 20.2794 4.93934 20.5607C5.22064 20.842 5.60218 21 6 21H18C18.3978 21 18.7794 20.842 19.0607 20.5607C19.342 20.2794 19.5 19.8978 19.5 19.5V6H20.25C20.4489 6 20.6397 5.92098 20.7803 5.78033C20.921 5.63968 21 5.44891 21 5.25C21 5.05109 20.921 4.86032 20.7803 4.71967C20.6397 4.57902 20.4489 4.5 20.25 4.5ZM9 3.75C9 3.55109 9.07902 3.36032 9.21967 3.21967C9.36032 3.07902 9.55109 3 9.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V4.5H9V3.75ZM18 19.5H6V6H18V19.5ZM10.5 9.75V15.75C10.5 15.9489 10.421 16.1397 10.2803 16.2803C10.1397 16.421 9.94891 16.5 9.75 16.5C9.55109 16.5 9.36032 16.421 9.21967 16.2803C9.07902 16.1397 9 15.9489 9 15.75V9.75C9 9.55109 9.07902 9.36032 9.21967 9.21967C9.36032 9.07902 9.55109 9 9.75 9C9.94891 9 10.1397 9.07902 10.2803 9.21967C10.421 9.36032 10.5 9.55109 10.5 9.75ZM15 9.75V15.75C15 15.9489 14.921 16.1397 14.7803 16.2803C14.6397 16.421 14.4489 16.5 14.25 16.5C14.0511 16.5 13.8603 16.421 13.7197 16.2803C13.579 16.1397 13.5 15.9489 13.5 15.75V9.75C13.5 9.55109 13.579 9.36032 13.7197 9.21967C13.8603 9.07902 14.0511 9 14.25 9C14.4489 9 14.6397 9.07902 14.7803 9.21967C14.921 9.36032 15 9.55109 15 9.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TrashIcon.displayName = 'TrashIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TrayArrowInIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3C19.8978 3 20.2792 3.15815 20.5605 3.43945C20.8419 3.72076 21 4.10218 21 4.5V19.5C21 19.8978 20.8419 20.2792 20.5605 20.5605C20.2792 20.8419 19.8978 21 19.5 21H4.5C4.10218 21 3.72076 20.8419 3.43945 20.5605C3.15815 20.2792 3 19.8978 3 19.5V14.249H4.5V14.25H7.18945C7.3864 14.2494 7.58173 14.2879 7.76367 14.3633C7.94565 14.4387 8.11124 14.5496 8.25 14.6895L10.0605 16.5H13.9395L15.75 14.6895C15.8886 14.5498 16.0536 14.4387 16.2354 14.3633C16.4172 14.2878 16.6127 14.2495 16.8096 14.25H19.5V4.5H4.5V7H3V4.5C3 4.10218 3.15815 3.72076 3.43945 3.43945C3.72076 3.15815 4.10218 3 4.5 3H19.5ZM4.5 19.5H19.5V15.75H16.8105L15 17.5605C14.8612 17.7004 14.6956 17.8113 14.5137 17.8867C14.3317 17.9621 14.1364 18.0006 13.9395 18H10.0605C9.8636 18.0006 9.66827 17.9621 9.48633 17.8867C9.30435 17.8113 9.13876 17.7004 9 17.5605L7.18945 15.75H4.5V19.5ZM11.0303 6.2207C11.1287 6.2207 11.2265 6.23973 11.3174 6.27734C11.4084 6.31509 11.4919 6.3707 11.5615 6.44043L15.0781 9.95703C15.1477 10.0266 15.2025 10.1093 15.2402 10.2002C15.2779 10.2912 15.2978 10.3888 15.2979 10.4873C15.2979 10.5858 15.2779 10.6834 15.2402 10.7744C15.2025 10.8655 15.1479 10.9489 15.0781 11.0186L11.5615 14.5352C11.4208 14.6758 11.2293 14.7549 11.0303 14.7549C10.8315 14.7548 10.6406 14.6757 10.5 14.5352C10.3593 14.3944 10.2803 14.2029 10.2803 14.0039C10.2803 13.805 10.3594 13.6143 10.5 13.4736L12.7373 11.2373H2.04688C1.84807 11.2372 1.65718 11.1582 1.5166 11.0176C1.37613 10.877 1.29688 10.6861 1.29688 10.4873C1.29694 10.2885 1.37602 10.0976 1.5166 9.95703C1.65718 9.81645 1.84807 9.73739 2.04688 9.7373H12.7373L10.5 7.50195C10.4303 7.4323 10.3747 7.34886 10.3369 7.25781C10.2993 7.16689 10.2803 7.0691 10.2803 6.9707C10.2803 6.87225 10.2992 6.77455 10.3369 6.68359C10.3747 6.59259 10.4303 6.51006 10.5 6.44043C10.5696 6.37073 10.6522 6.31509 10.7432 6.27734C10.8341 6.23965 10.9318 6.22075 11.0303 6.2207Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TrayArrowInIcon.displayName = 'TrayArrowInIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TrayIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 4.5V14.25H16.8094C16.6125 14.2495 16.4174 14.2881 16.2356 14.3636C16.0537 14.4391 15.8887 14.5499 15.75 14.6897L13.9397 16.5H10.0603L8.25 14.6897C8.11122 14.5498 7.94601 14.4389 7.76398 14.3634C7.58196 14.2879 7.38674 14.2494 7.18969 14.25H4.5V4.5H19.5ZM19.5 19.5H4.5V15.75H7.18969L9 17.5603C9.13878 17.7002 9.30399 17.8111 9.48602 17.8866C9.66804 17.9621 9.86326 18.0006 10.0603 18H13.9397C14.1367 18.0006 14.332 17.9621 14.514 17.8866C14.696 17.8111 14.8612 17.7002 15 17.5603L16.8103 15.75H19.5V19.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TrayIcon.displayName = 'TrayIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TrayPlusIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3C19.8978 3 20.2792 3.15815 20.5605 3.43945C20.8419 3.72076 21 4.10218 21 4.5V19.5C21 19.8978 20.8419 20.2792 20.5605 20.5605C20.2792 20.8419 19.8978 21 19.5 21H4.5C4.10218 21 3.72076 20.8419 3.43945 20.5605C3.15815 20.2792 3 19.8978 3 19.5V14.249H4.5V14.25H7.18945C7.3864 14.2494 7.58173 14.2879 7.76367 14.3633C7.94565 14.4387 8.11124 14.5496 8.25 14.6895L10.0605 16.5H13.9395L15.75 14.6895C15.8886 14.5498 16.0536 14.4387 16.2354 14.3633C16.4172 14.2878 16.6127 14.2495 16.8096 14.25H19.5V4.5H10.084V3H19.5ZM4.5 19.5H19.5V15.75H16.8105L15 17.5605C14.8612 17.7004 14.6956 17.8113 14.5137 17.8867C14.3317 17.9621 14.1364 18.0006 13.9395 18H10.0605C9.8636 18.0006 9.66827 17.9621 9.48633 17.8867C9.30435 17.8113 9.13876 17.7004 9 17.5605L7.18945 15.75H4.5V19.5ZM5.50488 2.51172C5.70362 2.51185 5.89462 2.59091 6.03516 2.73145C6.17569 2.872 6.25477 3.06297 6.25488 3.26172V6.76172H9.75488C9.95362 6.76185 10.1446 6.84091 10.2852 6.98145C10.4257 7.122 10.5048 7.31297 10.5049 7.51172C10.5049 7.71042 10.4255 7.90138 10.2852 8.04199C10.1446 8.18253 9.95362 8.26159 9.75488 8.26172H6.25488V11.7617C6.25488 11.9604 6.17553 12.1514 6.03516 12.292C5.89462 12.4325 5.70362 12.5116 5.50488 12.5117C5.30597 12.5117 5.11428 12.4326 4.97363 12.292C4.83326 12.1514 4.75488 11.9604 4.75488 11.7617V8.26172H1.25488C1.05597 8.26172 0.864285 8.18264 0.723633 8.04199C0.583263 7.90138 0.503906 7.71042 0.503906 7.51172C0.504016 7.31297 0.583101 7.122 0.723633 6.98145C0.864285 6.84079 1.05597 6.76172 1.25488 6.76172H4.75488V3.26172C4.75499 3.06297 4.8331 2.872 4.97363 2.73145C5.11428 2.59079 5.30597 2.51172 5.50488 2.51172Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TrayPlusIcon.displayName = 'TrayPlusIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const TreeStructureIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15 10.5H19.5C19.8978 10.5 20.2794 10.342 20.5607 10.0607C20.842 9.77936 21 9.39782 21 9V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3H15C14.6022 3 14.2206 3.15804 13.9393 3.43934C13.658 3.72064 13.5 4.10218 13.5 4.5V6H12C11.4033 6 10.831 6.23705 10.409 6.65901C9.98705 7.08097 9.75 7.65326 9.75 8.25V11.25H6.75V10.5C6.75 10.1022 6.59196 9.72064 6.31066 9.43934C6.02936 9.15804 5.64782 9 5.25 9H2.25C1.85218 9 1.47064 9.15804 1.18934 9.43934C0.908035 9.72064 0.75 10.1022 0.75 10.5V13.5C0.75 13.8978 0.908035 14.2794 1.18934 14.5607C1.47064 14.842 1.85218 15 2.25 15H5.25C5.64782 15 6.02936 14.842 6.31066 14.5607C6.59196 14.2794 6.75 13.8978 6.75 13.5V12.75H9.75V15.75C9.75 16.3467 9.98705 16.919 10.409 17.341C10.831 17.7629 11.4033 18 12 18H13.5V19.5C13.5 19.8978 13.658 20.2794 13.9393 20.5607C14.2206 20.842 14.6022 21 15 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V15C21 14.6022 20.842 14.2206 20.5607 13.9393C20.2794 13.658 19.8978 13.5 19.5 13.5H15C14.6022 13.5 14.2206 13.658 13.9393 13.9393C13.658 14.2206 13.5 14.6022 13.5 15V16.5H12C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5H13.5V9C13.5 9.39782 13.658 9.77936 13.9393 10.0607C14.2206 10.342 14.6022 10.5 15 10.5ZM5.25 13.5H2.25V10.5H5.25V13.5ZM15 15H19.5V19.5H15V15ZM15 4.5H19.5V9H15V4.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TreeStructureIcon.displayName = 'TreeStructureIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const UploadIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 13.5V19.5C21 19.6989 20.921 19.8897 20.7803 20.0303C20.6397 20.171 20.4489 20.25 20.25 20.25H3.75C3.55109 20.25 3.36032 20.171 3.21967 20.0303C3.07902 19.8897 3 19.6989 3 19.5V13.5C3 13.3011 3.07902 13.1103 3.21967 12.9696C3.36032 12.829 3.55109 12.75 3.75 12.75C3.94891 12.75 4.13968 12.829 4.28033 12.9696C4.42098 13.1103 4.5 13.3011 4.5 13.5V18.75H19.5V13.5C19.5 13.3011 19.579 13.1103 19.7197 12.9696C19.8603 12.829 20.0511 12.75 20.25 12.75C20.4489 12.75 20.6397 12.829 20.7803 12.9696C20.921 13.1103 21 13.3011 21 13.5ZM8.78063 7.28061L11.25 4.81029V13.5C11.25 13.6989 11.329 13.8897 11.4697 14.0303C11.6103 14.171 11.8011 14.25 12 14.25C12.1989 14.25 12.3897 14.171 12.5303 14.0303C12.671 13.8897 12.75 13.6989 12.75 13.5V4.81029L15.2194 7.28061C15.3601 7.42134 15.551 7.5004 15.75 7.5004C15.949 7.5004 16.1399 7.42134 16.2806 7.28061C16.4214 7.13987 16.5004 6.949 16.5004 6.74998C16.5004 6.55096 16.4214 6.36009 16.2806 6.21935L12.5306 2.46935C12.461 2.39962 12.3783 2.3443 12.2872 2.30656C12.1962 2.26882 12.0986 2.24939 12 2.24939C11.9014 2.24939 11.8038 2.26882 11.7128 2.30656C11.6217 2.3443 11.539 2.39962 11.4694 2.46935L7.71937 6.21935C7.57864 6.36009 7.49958 6.55096 7.49958 6.74998C7.49958 6.949 7.57864 7.13987 7.71937 7.28061C7.86011 7.42134 8.05098 7.5004 8.25 7.5004C8.44902 7.5004 8.63989 7.42134 8.78063 7.28061Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
UploadIcon.displayName = 'UploadIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const UserIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.6488 19.875C20.2209 17.4065 18.0206 15.6365 15.4528 14.7975C16.723 14.0414 17.7098 12.8892 18.2618 11.5179C18.8137 10.1467 18.9003 8.63211 18.5082 7.20688C18.1161 5.78165 17.267 4.52454 16.0912 3.6286C14.9155 2.73266 13.4782 2.24744 12 2.24744C10.5218 2.24744 9.08451 2.73266 7.90878 3.6286C6.73306 4.52454 5.88394 5.78165 5.49183 7.20688C5.09971 8.63211 5.18629 10.1467 5.73825 11.5179C6.29021 12.8892 7.27704 14.0414 8.5472 14.7975C5.97938 15.6356 3.77907 17.4056 2.35126 19.875C2.2989 19.9604 2.26417 20.0554 2.24912 20.1544C2.23407 20.2534 2.239 20.3544 2.26363 20.4515C2.28825 20.5486 2.33207 20.6397 2.3925 20.7196C2.45293 20.7995 2.52874 20.8664 2.61547 20.9165C2.7022 20.9666 2.79808 20.9988 2.89745 21.0113C2.99683 21.0237 3.0977 21.0161 3.19409 20.989C3.29049 20.9618 3.38047 20.9156 3.45872 20.8531C3.53697 20.7906 3.6019 20.713 3.6497 20.625C5.41595 17.5725 8.53782 15.75 12 15.75C15.4622 15.75 18.5841 17.5725 20.3503 20.625C20.3981 20.713 20.4631 20.7906 20.5413 20.8531C20.6196 20.9156 20.7095 20.9618 20.8059 20.989C20.9023 21.0161 21.0032 21.0237 21.1026 21.0113C21.2019 20.9988 21.2978 20.9666 21.3845 20.9165C21.4713 20.8664 21.5471 20.7995 21.6075 20.7196C21.6679 20.6397 21.7118 20.5486 21.7364 20.4515C21.761 20.3544 21.766 20.2534 21.7509 20.1544C21.7358 20.0554 21.7011 19.9604 21.6488 19.875ZM6.75001 8.99999C6.75001 7.96164 7.05792 6.9466 7.63479 6.08324C8.21167 5.21989 9.03161 4.54698 9.99092 4.14962C10.9502 3.75226 12.0058 3.64829 13.0242 3.85086C14.0426 4.05344 14.9781 4.55345 15.7123 5.28768C16.4465 6.0219 16.9466 6.95736 17.1491 7.97576C17.3517 8.99416 17.2477 10.0498 16.8504 11.0091C16.453 11.9684 15.7801 12.7883 14.9168 13.3652C14.0534 13.9421 13.0384 14.25 12 14.25C10.6081 14.2485 9.27359 13.6949 8.28934 12.7107C7.3051 11.7264 6.7515 10.3919 6.75001 8.99999Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
UserIcon.displayName = 'UserIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const UserPlusIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M24 12.75C24 12.9489 23.921 13.1396 23.7803 13.2803C23.6397 13.4209 23.4489 13.5 23.25 13.5H21.75V15C21.75 15.1989 21.671 15.3896 21.5303 15.5303C21.3897 15.6709 21.1989 15.75 21 15.75C20.8011 15.75 20.6103 15.6709 20.4697 15.5303C20.329 15.3896 20.25 15.1989 20.25 15V13.5H18.75C18.5511 13.5 18.3603 13.4209 18.2197 13.2803C18.079 13.1396 18 12.9489 18 12.75C18 12.5511 18.079 12.3603 18.2197 12.2196C18.3603 12.079 18.5511 12 18.75 12H20.25V10.5C20.25 10.3011 20.329 10.1103 20.4697 9.96964C20.6103 9.82898 20.8011 9.74997 21 9.74997C21.1989 9.74997 21.3897 9.82898 21.5303 9.96964C21.671 10.1103 21.75 10.3011 21.75 10.5V12H23.25C23.4489 12 23.6397 12.079 23.7803 12.2196C23.921 12.3603 24 12.5511 24 12.75ZM18.5747 18.2672C18.7027 18.4196 18.765 18.6166 18.7478 18.8149C18.7305 19.0133 18.6352 19.1966 18.4828 19.3247C18.3304 19.4527 18.1334 19.515 17.935 19.4977C17.7367 19.4805 17.5534 19.3852 17.4253 19.2328C15.5391 16.9865 12.9459 15.75 10.125 15.75C7.30406 15.75 4.71094 16.9865 2.82469 19.2328C2.69664 19.3851 2.51334 19.4803 2.3151 19.4974C2.11687 19.5145 1.91995 19.4522 1.76766 19.3242C1.61536 19.1961 1.52018 19.0128 1.50304 18.8146C1.48589 18.6164 1.5482 18.4194 1.67625 18.2672C3.07688 16.6003 4.81875 15.4162 6.75469 14.7825C5.57897 14.0502 4.67374 12.9549 4.17594 11.6623C3.67814 10.3698 3.61486 8.95025 3.99567 7.61852C4.37649 6.28678 5.18067 5.11531 6.28657 4.28132C7.39246 3.44733 8.73989 2.99622 10.125 2.99622C11.5101 2.99622 12.8575 3.44733 13.9634 4.28132C15.0693 5.11531 15.8735 6.28678 16.2543 7.61852C16.6351 8.95025 16.5719 10.3698 16.0741 11.6623C15.5763 12.9549 14.671 14.0502 13.4953 14.7825C15.4312 15.4162 17.1731 16.6003 18.5747 18.2672ZM10.125 14.25C11.0892 14.25 12.0317 13.9641 12.8334 13.4284C13.6351 12.8927 14.2599 12.1313 14.6289 11.2405C14.9979 10.3498 15.0944 9.36956 14.9063 8.4239C14.7182 7.47824 14.2539 6.6096 13.5721 5.92782C12.8904 5.24604 12.0217 4.78174 11.0761 4.59364C10.1304 4.40553 9.15021 4.50207 8.25942 4.87105C7.36863 5.24003 6.60726 5.86487 6.07159 6.66656C5.53591 7.46825 5.25 8.41078 5.25 9.37497C5.25149 10.6674 5.76558 11.9065 6.6795 12.8205C7.59342 13.7344 8.83253 14.2485 10.125 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
UserPlusIcon.displayName = 'UserPlusIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const UserSquareIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM9 11.25C9 10.6567 9.17595 10.0766 9.50559 9.58329C9.83524 9.08994 10.3038 8.70542 10.8519 8.47836C11.4001 8.2513 12.0033 8.19189 12.5853 8.30764C13.1672 8.4234 13.7018 8.70912 14.1213 9.12868C14.5409 9.54824 14.8266 10.0828 14.9424 10.6647C15.0581 11.2467 14.9987 11.8499 14.7716 12.3981C14.5446 12.9462 14.1601 13.4148 13.6667 13.7444C13.1734 14.0741 12.5933 14.25 12 14.25C11.2044 14.25 10.4413 13.9339 9.87868 13.3713C9.31607 12.8087 9 12.0456 9 11.25ZM6.43781 19.5C6.82161 18.5551 7.43863 17.723 8.23125 17.0812C9.29842 16.2198 10.6285 15.7499 12 15.7499C13.3715 15.7499 14.7016 16.2198 15.7687 17.0812C16.5614 17.723 17.1784 18.5551 17.5622 19.5H6.43781ZM19.5 19.5H19.1559C18.8225 18.4384 18.2567 17.4645 17.4997 16.649C16.7427 15.8334 15.8135 15.1968 14.7797 14.7853C15.5157 14.2072 16.0531 13.414 16.3172 12.5161C16.5812 11.6183 16.5588 10.6604 16.2529 9.77589C15.9471 8.89138 15.3731 8.12424 14.6108 7.58126C13.8485 7.03828 12.9359 6.74648 12 6.74648C11.0641 6.74648 10.1515 7.03828 9.38922 7.58126C8.62694 8.12424 8.05292 8.89138 7.74707 9.77589C7.44123 10.6604 7.41877 11.6183 7.68283 12.5161C7.94689 13.414 8.48432 14.2072 9.22031 14.7853C8.18648 15.1968 7.25731 15.8334 6.50032 16.649C5.74333 17.4645 5.17754 18.4384 4.84406 19.5H4.5V4.5H19.5V19.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
UserSquareIcon.displayName = 'UserSquareIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const UsersIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M10.9922 14.805C11.9974 14.1358 12.7605 13.1609 13.1688 12.0244C13.577 10.8879 13.6087 9.65024 13.2592 8.49437C12.9096 7.3385 12.1973 6.32581 11.2277 5.60605C10.2581 4.88629 9.08256 4.49768 7.87499 4.49768C6.66741 4.49768 5.4919 4.88629 4.52227 5.60605C3.55264 6.32581 2.84039 7.3385 2.49082 8.49437C2.14126 9.65024 2.17295 10.8879 2.5812 12.0244C2.98946 13.1609 3.75261 14.1358 4.7578 14.805C2.93951 15.4751 1.38665 16.7152 0.330923 18.3403C0.275438 18.4227 0.236898 18.5154 0.217543 18.6129C0.198188 18.7104 0.198405 18.8108 0.21818 18.9082C0.237956 19.0056 0.276896 19.0981 0.332737 19.1803C0.388577 19.2625 0.460205 19.3328 0.543457 19.3871C0.626708 19.4414 0.719922 19.4787 0.817681 19.4966C0.915439 19.5146 1.01579 19.5129 1.11291 19.4917C1.21002 19.4706 1.30196 19.4303 1.38338 19.3733C1.4648 19.3163 1.53407 19.2437 1.58717 19.1597C2.26816 18.1123 3.20001 17.2516 4.29808 16.6558C5.39616 16.0599 6.62568 15.7479 7.87499 15.7479C9.12429 15.7479 10.3538 16.0599 11.4519 16.6558C12.55 17.2516 13.4818 18.1123 14.1628 19.1597C14.2728 19.3231 14.4427 19.4368 14.6358 19.476C14.829 19.5152 15.0297 19.4768 15.1948 19.3692C15.3598 19.2615 15.4759 19.0932 15.5179 18.9007C15.5598 18.7082 15.5243 18.5068 15.419 18.3403C14.3633 16.7152 12.8105 15.4751 10.9922 14.805ZM3.74999 10.125C3.74999 9.30911 3.99191 8.51159 4.44517 7.83324C4.89843 7.15488 5.54267 6.62617 6.29642 6.31396C7.05016 6.00175 7.87956 5.92006 8.67973 6.07922C9.47991 6.23839 10.2149 6.63126 10.7918 7.20815C11.3687 7.78504 11.7616 8.52004 11.9207 9.32022C12.0799 10.1204 11.9982 10.9498 11.686 11.7035C11.3738 12.4573 10.8451 13.1015 10.1667 13.5548C9.48836 14.008 8.69083 14.25 7.87499 14.25C6.78135 14.2487 5.73286 13.8137 4.95954 13.0404C4.18622 12.2671 3.75123 11.2186 3.74999 10.125ZM23.4506 19.3781C23.284 19.4867 23.0811 19.5247 22.8865 19.4838C22.6919 19.4428 22.5215 19.3262 22.4128 19.1597C21.7326 18.1116 20.8009 17.2506 19.7026 16.655C18.6043 16.0594 17.3744 15.7483 16.125 15.75C15.9261 15.75 15.7353 15.6709 15.5947 15.5303C15.454 15.3896 15.375 15.1989 15.375 15C15.375 14.8011 15.454 14.6103 15.5947 14.4696C15.7353 14.329 15.9261 14.25 16.125 14.25C16.7325 14.2494 17.3323 14.1147 17.8817 13.8554C18.431 13.5961 18.9163 13.2187 19.3029 12.7501C19.6895 12.2815 19.9679 11.7334 20.1181 11.1448C20.2682 10.5561 20.2866 9.94162 20.1717 9.3451C20.0569 8.74859 19.8117 8.1848 19.4537 7.69402C19.0957 7.20325 18.6337 6.7976 18.1008 6.50606C17.5678 6.21452 16.9771 6.04429 16.3707 6.00752C15.7644 5.97076 15.1574 6.06838 14.5931 6.2934C14.5011 6.33317 14.4021 6.3541 14.3018 6.35495C14.2016 6.35579 14.1022 6.33654 14.0096 6.29833C13.9169 6.26012 13.8329 6.20373 13.7624 6.13248C13.6919 6.06123 13.6364 5.97658 13.5992 5.88352C13.5619 5.79046 13.5437 5.69088 13.5456 5.59067C13.5476 5.49046 13.5695 5.39165 13.6103 5.30007C13.651 5.2085 13.7097 5.12602 13.7829 5.05752C13.856 4.98901 13.9422 4.93586 14.0362 4.90121C15.3276 4.3862 16.764 4.36767 18.0682 4.84919C19.3724 5.33071 20.4521 6.27817 21.099 7.50879C21.7459 8.73941 21.9141 10.166 21.5712 11.5133C21.2283 12.8607 20.3986 14.0333 19.2422 14.805C21.0605 15.4751 22.6133 16.7152 23.669 18.3403C23.7777 18.5069 23.8157 18.7098 23.7747 18.9044C23.7338 19.099 23.6172 19.2694 23.4506 19.3781Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
UsersIcon.displayName = 'UsersIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const VectorTwoIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.5306 18.5306L18.5306 21.5306C18.3899 21.6713 18.199 21.7504 18 21.7504C17.801 21.7504 17.6101 21.6713 17.4694 21.5306C17.3286 21.3899 17.2496 21.199 17.2496 21C17.2496 20.801 17.3286 20.6101 17.4694 20.4694L19.1897 18.75H7.49999C7.30108 18.75 7.11031 18.671 6.96966 18.5303C6.82901 18.3897 6.74999 18.1989 6.74999 18V5.56029L5.03061 7.28061C4.88988 7.42134 4.69901 7.5004 4.49999 7.5004C4.30097 7.5004 4.1101 7.42133 3.96936 7.2806C3.82863 7.13987 3.74957 6.949 3.74957 6.74998C3.74957 6.55096 3.82863 6.36009 3.96936 6.21935L6.96936 3.21935C7.03902 3.14962 7.12174 3.0943 7.21278 3.05656C7.30383 3.01882 7.40143 2.99939 7.49999 2.99939C7.59855 2.99939 7.69615 3.01882 7.7872 3.05656C7.87824 3.0943 7.96096 3.14962 8.03061 3.21935L11.0306 6.21935C11.1713 6.36009 11.2504 6.55096 11.2504 6.74998C11.2504 6.949 11.1713 7.13987 11.0306 7.28061C10.8899 7.42134 10.699 7.5004 10.5 7.5004C10.301 7.5004 10.1101 7.42134 9.96936 7.28061L8.24999 5.56029V17.25H19.1897L17.4694 15.5306C17.3286 15.3899 17.2496 15.199 17.2496 15C17.2496 14.801 17.3286 14.6101 17.4694 14.4694C17.6101 14.3286 17.801 14.2496 18 14.2496C18.199 14.2496 18.3899 14.3286 18.5306 14.4694L21.5306 17.4694C21.6003 17.539 21.6557 17.6217 21.6934 17.7128C21.7312 17.8038 21.7506 17.9014 21.7506 18C21.7506 18.0985 21.7312 18.1961 21.6934 18.2872C21.6557 18.3782 21.6003 18.4609 21.5306 18.5306Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
VectorTwoIcon.displayName = 'VectorTwoIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const ViewstreamfilledIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3 17V15C3 13.9 3.9 13 5 13H19C20.1 13 21 13.9 21 15V17C21 18.1 20.1 19 19 19H5C3.9 19 3 18.1 3 17ZM3 7V9C3 10.1 3.9 11 5 11H19C20.1 11 21 10.1 21 9V7C21 5.9 20.1 5 19 5H5C3.9 5 3 5.9 3 7Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ViewstreamfilledIcon.displayName = 'ViewstreamfilledIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WandMagicIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M10.9282 11.8934C11.2536 11.568 11.7811 11.568 12.1066 11.8934C12.432 12.2189 12.432 12.7464 12.1066 13.0718L3.42247 21.7559C3.09703 22.0814 2.56952 22.0814 2.24408 21.7559C1.91864 21.4305 1.91864 20.903 2.24408 20.5775L10.9282 11.8934ZM13.5788 16.3425V11.9121C13.5788 11.452 13.952 11.0789 14.4121 11.0788C14.8723 11.0788 15.2453 11.452 15.2454 11.9121V16.3425C15.2452 16.8026 14.8722 17.1758 14.4121 17.1758C13.952 17.1757 13.5789 16.8025 13.5788 16.3425ZM16.5247 11.7006C16.8502 11.3751 17.3777 11.3751 17.7031 11.7006L18.8612 12.8578C19.1866 13.1832 19.1866 13.7115 18.8612 14.037C18.5358 14.3622 18.0082 14.3622 17.6828 14.037L16.5247 12.8789C16.1993 12.5536 16.1995 12.026 16.5247 11.7006ZM12.0879 8.75458C12.548 8.75467 12.9212 9.12773 12.9212 9.58791C12.9211 10.048 12.548 10.4212 12.0879 10.4213H7.65751C7.19748 10.4211 6.82426 10.048 6.82417 9.58791C6.82417 9.12779 7.19743 8.75476 7.65751 8.75458H12.0879ZM21.1667 8.75458C21.6269 8.75458 22 9.12768 22 9.58791C21.9999 10.0481 21.6268 10.4213 21.1667 10.4213H16.7371C16.2769 10.4213 15.9039 10.0481 15.9038 9.58791C15.9038 9.12768 16.2769 8.75458 16.7371 8.75458H21.1667ZM13.5788 7.26288V2.83334C13.5788 2.37315 13.9519 2.00009 14.4121 2C14.8723 2 15.2454 2.3731 15.2454 2.83334V7.26288C15.2454 7.72311 14.8723 8.09621 14.4121 8.09621C13.9519 8.09612 13.5788 7.72306 13.5788 7.26288ZM9.96302 5.13884C10.2885 4.81341 10.8168 4.81341 11.1422 5.13884L12.2994 6.29689C12.6249 6.62233 12.6249 7.14984 12.2994 7.47528C11.974 7.80054 11.4464 7.80066 11.1211 7.47528L9.96302 6.31723C9.63785 5.99184 9.63782 5.46423 9.96302 5.13884ZM17.6828 5.13884C18.0082 4.81345 18.5357 4.81342 18.8612 5.13884C19.1866 5.46427 19.1866 5.99179 18.8612 6.31723L17.7031 7.47528C17.3777 7.80061 16.8501 7.80068 16.5247 7.47528C16.1993 7.14987 16.1994 6.62233 16.5247 6.29689L17.6828 5.13884Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WandMagicIcon.displayName = 'WandMagicIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningCircleDuotoneIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("g", { clipPath: "url(#clip0_18038_709)", children: _jsx("path", { d: "M9.17133 2.09998C10.7334 0.538048 13.2665 0.538104 14.8286 2.09998L21.8998 9.17126C23.4619 10.7333 23.4618 13.2664 21.8998 14.8285L14.8286 21.8998C13.2665 23.4618 10.7334 23.4618 9.17133 21.8998L2.10101 14.8285C0.538916 13.2664 0.538916 10.7334 2.10101 9.17126L9.17133 2.09998ZM11.9995 15.0004C11.7771 15.0005 11.5593 15.0663 11.3745 15.1898C11.1896 15.3134 11.0455 15.4893 10.9604 15.6947C10.8754 15.9001 10.8536 16.1261 10.8969 16.3441C10.9403 16.5623 11.0472 16.763 11.2045 16.9203C11.3619 17.0776 11.5625 17.1845 11.7807 17.2279C11.9988 17.2712 12.2247 17.2495 12.4301 17.1644C12.6355 17.0793 12.8114 16.9352 12.935 16.7504C13.0585 16.5655 13.1244 16.3477 13.1245 16.1254C13.1245 15.827 13.0063 15.5404 12.7953 15.3295C12.5844 15.1185 12.2978 15.0004 11.9995 15.0004ZM11.9995 6.75037C11.8007 6.75048 11.6097 6.82954 11.4692 6.97009C11.3288 7.1107 11.2495 7.30165 11.2495 7.50037V12.7504C11.2496 12.9491 11.3286 13.1401 11.4692 13.2806C11.6097 13.4212 11.8007 13.5003 11.9995 13.5004C12.1984 13.5004 12.39 13.4213 12.5307 13.2806C12.6712 13.1401 12.7493 12.9491 12.7495 12.7504V7.50037C12.7495 7.30168 12.6711 7.1107 12.5307 6.97009C12.39 6.82944 12.1984 6.75037 11.9995 6.75037Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18038_709", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningCircleDuotoneIcon.displayName = 'WarningCircleDuotoneIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.2 17.6334L14.0016 3.39556C13.7967 3.04674 13.5042 2.75752 13.1532 2.55656C12.8021 2.3556 12.4046 2.24988 12 2.24988C11.5955 2.24988 11.198 2.3556 10.8469 2.55656C10.4958 2.75752 10.2033 3.04674 9.99847 3.39556L1.80003 17.6334C1.60291 17.9708 1.49902 18.3545 1.49902 18.7453C1.49902 19.136 1.60291 19.5197 1.80003 19.8571C2.00228 20.2081 2.29425 20.4989 2.64599 20.6997C2.99773 20.9005 3.39658 21.0041 3.80159 20.9999H20.1985C20.6032 21.0038 21.0016 20.9 21.353 20.6992C21.7044 20.4984 21.9961 20.2078 22.1982 19.8571C22.3956 19.5199 22.4998 19.1363 22.5001 18.7455C22.5004 18.3548 22.3969 17.9709 22.2 17.6334ZM11.25 9.74994C11.25 9.55103 11.329 9.36026 11.4697 9.21961C11.6104 9.07896 11.8011 8.99994 12 8.99994C12.1989 8.99994 12.3897 9.07896 12.5304 9.21961C12.671 9.36026 12.75 9.55103 12.75 9.74994V13.4999C12.75 13.6989 12.671 13.8896 12.5304 14.0303C12.3897 14.1709 12.1989 14.2499 12 14.2499C11.8011 14.2499 11.6104 14.1709 11.4697 14.0303C11.329 13.8896 11.25 13.6989 11.25 13.4999V9.74994ZM12 17.9999C11.7775 17.9999 11.56 17.934 11.375 17.8103C11.19 17.6867 11.0458 17.511 10.9607 17.3055C10.8755 17.0999 10.8532 16.8737 10.8966 16.6555C10.9401 16.4372 11.0472 16.2368 11.2045 16.0794C11.3619 15.9221 11.5623 15.815 11.7806 15.7716C11.9988 15.7281 12.225 15.7504 12.4305 15.8356C12.6361 15.9207 12.8118 16.0649 12.9354 16.2499C13.059 16.4349 13.125 16.6524 13.125 16.8749C13.125 17.1733 13.0065 17.4595 12.7955 17.6704C12.5845 17.8814 12.2984 17.9999 12 17.9999Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningFillIcon.displayName = 'WarningFillIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningFilledIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("g", { clipPath: "url(#clip0_20473_31536)", children: _jsx("path", { d: "M9.17175 2.10059C10.7338 0.538659 13.2669 0.538715 14.829 2.10059L21.9003 9.17188C23.4131 10.6851 23.4603 13.1096 22.0419 14.6797L21.9003 14.8291L14.829 21.9004L14.6796 22.042C13.1602 23.4146 10.8407 23.4144 9.32117 22.042L9.17175 21.9004L2.10144 14.8291C0.539347 13.267 0.539355 10.734 2.10144 9.17188L9.17175 2.10059ZM12.0009 15.001C11.7784 15.001 11.5608 15.0669 11.3759 15.1904C11.1908 15.314 11.046 15.4897 10.9608 15.6953C10.8759 15.9006 10.854 16.1268 10.8973 16.3447C10.9408 16.5627 11.0478 16.7637 11.205 16.9209C11.3622 17.078 11.5631 17.1851 11.7811 17.2285C11.9991 17.2718 12.2252 17.25 12.4305 17.165C12.6358 17.08 12.8119 16.9356 12.9354 16.751C13.0589 16.5662 13.1257 16.3482 13.1259 16.126C13.1259 15.8278 13.0065 15.541 12.7958 15.3301C12.585 15.1193 12.2989 15.0012 12.0009 15.001ZM12.0009 6.75098C11.8019 6.75098 11.6112 6.83005 11.4706 6.9707C11.33 7.11135 11.2509 7.30208 11.2509 7.50098V12.751C11.2511 12.9496 11.3301 13.1408 11.4706 13.2812C11.6112 13.4214 11.8023 13.501 12.0009 13.501C12.1995 13.5008 12.3907 13.4217 12.5311 13.2812C12.6716 13.1408 12.7506 12.9496 12.7509 12.751V7.50098C12.7509 7.30246 12.6713 7.11128 12.5311 6.9707C12.3907 6.83024 12.1995 6.75119 12.0009 6.75098Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_20473_31536", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningFilledIcon.displayName = 'WarningFilledIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsxs("g", { clipPath: "url(#clip0_18038_658)", children: [_jsx("path", { d: "M12.0004 15.0004C12.2986 15.0005 12.5845 15.1187 12.7954 15.3295C13.0063 15.5405 13.1254 15.827 13.1254 16.1254C13.1253 16.3478 13.0585 16.5655 12.935 16.7504C12.8114 16.9352 12.6355 17.0794 12.4301 17.1645C12.2247 17.2495 11.9988 17.2713 11.7807 17.2279C11.5625 17.1845 11.3619 17.0777 11.2045 16.9203C11.0472 16.763 10.9403 16.5624 10.8969 16.3442C10.8536 16.1261 10.8754 15.9001 10.9604 15.6947C11.0455 15.4892 11.1904 15.3135 11.3754 15.1899C11.5604 15.0663 11.778 15.0004 12.0004 15.0004Z", fill: "#53566F" }), _jsx("path", { d: "M12.0004 6.7504C12.1992 6.75052 12.3902 6.82958 12.5307 6.97013C12.6711 7.11074 12.7504 7.30169 12.7504 7.5004V12.7504C12.7503 12.9492 12.6713 13.1401 12.5307 13.2807C12.3902 13.4212 12.1992 13.5003 12.0004 13.5004C11.8017 13.5004 11.6108 13.4211 11.4702 13.2807C11.3296 13.1401 11.2505 12.9492 11.2504 12.7504V7.5004C11.2504 7.30149 11.3295 7.11078 11.4702 6.97013C11.6108 6.82948 11.8015 6.7504 12.0004 6.7504Z", fill: "#53566F" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.17133 2.10001C10.7334 0.538086 13.2665 0.538142 14.8286 2.10001L21.8998 9.1713C23.413 10.6845 23.46 13.1089 22.0414 14.6791L21.8998 14.8285L14.8286 21.8998L14.6791 22.0414C13.1596 23.4142 10.8403 23.4142 9.32074 22.0414L9.17133 21.8998L2.10102 14.8285C0.538919 13.2664 0.538919 10.7334 2.10102 9.1713L9.17133 2.10001ZM13.768 3.16154C12.7917 2.18523 11.2082 2.18523 10.2319 3.16154L3.16156 10.2318C2.18525 11.2082 2.18525 12.7917 3.16156 13.768L10.2319 20.8393C11.2082 21.8155 12.7917 21.8155 13.768 20.8393L20.8393 13.768C21.8155 12.7917 21.8155 11.2081 20.8393 10.2318L13.768 3.16154Z", fill: "#53566F" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18038_658", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningIcon.displayName = 'WarningIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningMarkerIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("g", { clipPath: "url(#clip0_19028_496317)", children: _jsx("path", { d: "M13.1517 0.483023L23.517 10.8483C23.8225 11.1538 23.9941 11.568 23.9941 12C23.9941 12.432 23.8225 12.8462 23.517 13.1517L13.1517 23.517C12.8463 23.8224 12.432 23.994 12 23.994C11.5681 23.994 11.1538 23.8224 10.8483 23.517L0.483058 13.1517C0.177608 12.8462 0.00600867 12.432 0.00600867 12C0.00600867 11.568 0.177608 11.1538 0.483058 10.8483L10.8483 0.483023C11.1538 0.177573 11.5681 0.0059749 12 0.00597405C12.432 0.00597456 12.8463 0.177574 13.1517 0.483023Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_19028_496317", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningMarkerIcon.displayName = 'WarningMarkerIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningOctagonFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.3103 7.52156L16.4784 2.68969C16.1963 2.40924 15.815 2.25126 15.4172 2.25H8.58281C8.185 2.25126 7.80371 2.40924 7.52156 2.68969L2.68969 7.52156C2.40924 7.80371 2.25126 8.185 2.25 8.58281V15.4172C2.25126 15.815 2.40924 16.1963 2.68969 16.4784L7.52156 21.3103C7.80371 21.5908 8.185 21.7487 8.58281 21.75H15.4172C15.815 21.7487 16.1963 21.5908 16.4784 21.3103L21.3103 16.4784C21.5908 16.1963 21.7487 15.815 21.75 15.4172V8.58281C21.7487 8.185 21.5908 7.80371 21.3103 7.52156ZM11.25 7.5C11.25 7.30109 11.329 7.11032 11.4697 6.96967C11.6103 6.82902 11.8011 6.75 12 6.75C12.1989 6.75 12.3897 6.82902 12.5303 6.96967C12.671 7.11032 12.75 7.30109 12.75 7.5V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75V7.5ZM12 17.25C11.7775 17.25 11.56 17.184 11.375 17.0604C11.19 16.9368 11.0458 16.7611 10.9606 16.5555C10.8755 16.35 10.8532 16.1238 10.8966 15.9055C10.94 15.6873 11.0472 15.4868 11.2045 15.3295C11.3618 15.1722 11.5623 15.065 11.7805 15.0216C11.9988 14.9782 12.225 15.0005 12.4305 15.0856C12.6361 15.1708 12.8118 15.315 12.9354 15.5C13.059 15.685 13.125 15.9025 13.125 16.125C13.125 16.4234 13.0065 16.7095 12.7955 16.9205C12.5845 17.1315 12.2984 17.25 12 17.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningOctagonFillIcon.displayName = 'WarningOctagonFillIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WarningOctagonIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M11.25 12.75V7.50001C11.25 7.3011 11.329 7.11033 11.4697 6.96968C11.6103 6.82903 11.8011 6.75001 12 6.75001C12.1989 6.75001 12.3897 6.82903 12.5303 6.96968C12.671 7.11033 12.75 7.3011 12.75 7.50001V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75ZM21.75 8.58282V15.4172C21.7506 15.6142 21.7121 15.8095 21.6366 15.9915C21.5611 16.1735 21.4502 16.3387 21.3103 16.4775L16.4775 21.3103C16.3387 21.4502 16.1735 21.5611 15.9915 21.6366C15.8095 21.7121 15.6142 21.7506 15.4172 21.75H8.58282C8.38577 21.7506 8.19055 21.7121 8.00852 21.6366C7.8265 21.5611 7.66129 21.4502 7.52251 21.3103L2.6897 16.4775C2.5498 16.3387 2.43889 16.1735 2.36341 15.9915C2.28792 15.8095 2.24938 15.6142 2.25001 15.4172V8.58282C2.24938 8.38577 2.28792 8.19055 2.36341 8.00852C2.43889 7.8265 2.5498 7.66129 2.6897 7.52251L7.52251 2.6897C7.66129 2.5498 7.8265 2.43889 8.00852 2.36341C8.19055 2.28792 8.38577 2.24938 8.58282 2.25001H15.4172C15.6142 2.24938 15.8095 2.28792 15.9915 2.36341C16.1735 2.43889 16.3387 2.5498 16.4775 2.6897L21.3103 7.52251C21.4502 7.66129 21.5611 7.8265 21.6366 8.00852C21.7121 8.19055 21.7506 8.38577 21.75 8.58282ZM20.25 8.58282L15.4172 3.75001H8.58282L3.75001 8.58282V15.4172L8.58282 20.25H15.4172L20.25 15.4172V8.58282ZM12 15C11.7775 15 11.56 15.066 11.375 15.1896C11.19 15.3132 11.0458 15.4889 10.9606 15.6945C10.8755 15.9001 10.8532 16.1263 10.8966 16.3445C10.94 16.5627 11.0472 16.7632 11.2045 16.9205C11.3618 17.0778 11.5623 17.185 11.7805 17.2284C11.9988 17.2718 12.225 17.2495 12.4305 17.1644C12.6361 17.0792 12.8118 16.935 12.9354 16.75C13.059 16.565 13.125 16.3475 13.125 16.125C13.125 15.8266 13.0065 15.5405 12.7955 15.3295C12.5845 15.1185 12.2984 15 12 15Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningOctagonIcon.displayName = 'WarningOctagonIcon';
|