@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, 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 SidebarExpandIcon = 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: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M13.2344 8.71875C13.3328 8.71875 13.4305 8.73872 13.5215 8.77637C13.6125 8.81408 13.6959 8.86977 13.7656 8.93945L16.2959 11.4697C16.3655 11.5393 16.4203 11.622 16.458 11.7129C16.4957 11.8039 16.5156 11.9015 16.5156 12C16.5156 12.0985 16.4957 12.1961 16.458 12.2871C16.4203 12.3782 16.3656 12.4616 16.2959 12.5312L13.7656 15.0615C13.6249 15.2023 13.4334 15.2812 13.2344 15.2812C13.0355 15.2812 12.8448 15.2021 12.7041 15.0615C12.5634 14.9208 12.4844 14.7293 12.4844 14.5303C12.4845 14.3314 12.5634 14.1407 12.7041 14L14.7051 12L12.7041 10C12.6344 9.93033 12.5787 9.84786 12.541 9.75684C12.5033 9.66584 12.4844 9.56821 12.4844 9.46973C12.4844 9.37127 12.5034 9.27359 12.541 9.18262C12.5787 9.09165 12.6345 9.0091 12.7041 8.93945C12.7737 8.86981 12.8563 8.81408 12.9473 8.77637C13.0382 8.73868 13.1359 8.71878 13.2344 8.71875Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.25 3.75C20.6478 3.75 21.0292 3.90815 21.3105 4.18945C21.5919 4.47076 21.75 4.85218 21.75 5.25V18.75C21.75 19.1478 21.5919 19.5292 21.3105 19.8105C21.0292 20.0919 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97076 20.0919 2.68945 19.8105C2.40815 19.5292 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40815 4.47076 2.68945 4.18945C2.97076 3.90815 3.35218 3.75 3.75 3.75H20.25ZM3.75 5.25V18.75H7.5V5.25H3.75ZM9 5.25V18.75H20.25V5.25H9Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
SidebarExpandIcon.displayName = 'SidebarExpandIcon';
|
|
@@ -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 SidebarSimpleIcon = 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 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM3.75 5.25H7.5V18.75H3.75V5.25ZM20.25 18.75H9V5.25H20.25V18.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SidebarSimpleIcon.displayName = 'SidebarSimpleIcon';
|
|
@@ -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 SignInIcon = 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: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M19.75 3C19.9489 3 20.1396 3.07907 20.2803 3.21973C20.4209 3.36038 20.5 3.55109 20.5 3.75V20.25C20.5 20.4489 20.4209 20.6396 20.2803 20.7803C20.1396 20.9209 19.9489 21 19.75 21H13.75C13.5511 21 13.3604 20.9209 13.2197 20.7803C13.0791 20.6396 13 20.4489 13 20.25C13 20.0511 13.0791 19.8604 13.2197 19.7197C13.3604 19.5791 13.5511 19.5 13.75 19.5H19V4.5H13.75C13.5511 4.5 13.3604 4.42093 13.2197 4.28027C13.0791 4.13962 13 3.94891 13 3.75C13 3.55109 13.0791 3.36038 13.2197 3.21973C13.3604 3.07907 13.5511 3 13.75 3H19.75Z", fill: "currentColor" }), _jsx("path", { d: "M11.25 7.5C11.449 7.5 11.6395 7.57901 11.7803 7.71973L15.5303 11.4697C15.6 11.5394 15.6556 11.6218 15.6934 11.7129C15.7311 11.8039 15.751 11.9015 15.751 12C15.751 12.0985 15.7311 12.1961 15.6934 12.2871C15.6556 12.3781 15.6 12.4606 15.5303 12.5303L11.7803 16.2803C11.6395 16.421 11.449 16.5 11.25 16.5C11.051 16.5 10.8605 16.421 10.7197 16.2803C10.579 16.1395 10.5 15.949 10.5 15.75C10.5 15.551 10.579 15.3604 10.7197 15.2197L13.1895 12.75H4.5C4.30109 12.75 4.11038 12.6709 3.96973 12.5303C3.82909 12.3896 3.75 12.1989 3.75 12C3.75001 11.8011 3.82909 11.6104 3.96973 11.4697C4.11038 11.3291 4.3011 11.25 4.5 11.25H13.1895L10.7197 8.78027C10.579 8.63955 10.5 8.44901 10.5 8.25C10.5 8.051 10.579 7.86045 10.7197 7.71973C10.8605 7.57901 11.051 7.5 11.25 7.5Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
SignInIcon.displayName = 'SignInIcon';
|
|
@@ -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 SignOutIcon = 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 20.25C11.25 20.4489 11.171 20.6397 11.0303 20.7803C10.8897 20.921 10.6989 21 10.5 21H4.5C4.30109 21 4.11032 20.921 3.96967 20.7803C3.82902 20.6397 3.75 20.4489 3.75 20.25V3.75C3.75 3.55109 3.82902 3.36032 3.96967 3.21967C4.11032 3.07902 4.30109 3 4.5 3H10.5C10.6989 3 10.8897 3.07902 11.0303 3.21967C11.171 3.36032 11.25 3.55109 11.25 3.75C11.25 3.94891 11.171 4.13968 11.0303 4.28033C10.8897 4.42098 10.6989 4.5 10.5 4.5H5.25V19.5H10.5C10.6989 19.5 10.8897 19.579 11.0303 19.7197C11.171 19.8603 11.25 20.0511 11.25 20.25ZM21.5306 11.4694L17.7806 7.71937C17.6399 7.57864 17.449 7.49958 17.25 7.49958C17.051 7.49958 16.8601 7.57864 16.7194 7.71937C16.5786 7.86011 16.4996 8.05098 16.4996 8.25C16.4996 8.44902 16.5786 8.63989 16.7194 8.78063L19.1897 11.25H10.5C10.3011 11.25 10.1103 11.329 9.96967 11.4697C9.82902 11.6103 9.75 11.8011 9.75 12C9.75 12.1989 9.82902 12.3897 9.96967 12.5303C10.1103 12.671 10.3011 12.75 10.5 12.75H19.1897L16.7194 15.2194C16.5786 15.3601 16.4996 15.551 16.4996 15.75C16.4996 15.949 16.5786 16.1399 16.7194 16.2806C16.8601 16.4214 17.051 16.5004 17.25 16.5004C17.449 16.5004 17.6399 16.4214 17.7806 16.2806L21.5306 12.5306C21.6004 12.461 21.6557 12.3783 21.6934 12.2872C21.7312 12.1962 21.7506 12.0986 21.7506 12C21.7506 11.9014 21.7312 11.8038 21.6934 11.7128C21.6557 11.6217 21.6004 11.539 21.5306 11.4694Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SignOutIcon.displayName = 'SignOutIcon';
|
|
@@ -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 SirenIcon = 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 1.5V0.75C11.25 0.551088 11.329 0.360322 11.4697 0.21967C11.6103 0.0790176 11.8011 0 12 0C12.1989 0 12.3897 0.0790176 12.5303 0.21967C12.671 0.360322 12.75 0.551088 12.75 0.75V1.5C12.75 1.69891 12.671 1.88968 12.5303 2.03033C12.3897 2.17098 12.1989 2.25 12 2.25C11.8011 2.25 11.6103 2.17098 11.4697 2.03033C11.329 1.88968 11.25 1.69891 11.25 1.5ZM18.75 4.5C18.8485 4.50008 18.9461 4.48074 19.0371 4.4431C19.1282 4.40546 19.2109 4.35025 19.2806 4.28062L20.0306 3.53062C20.1714 3.38989 20.2504 3.19902 20.2504 3C20.2504 2.80098 20.1714 2.61011 20.0306 2.46938C19.8899 2.32864 19.699 2.24958 19.5 2.24958C19.301 2.24958 19.1101 2.32864 18.9694 2.46938L18.2194 3.21938C18.1144 3.32427 18.0428 3.45796 18.0139 3.60352C17.9849 3.74908 17.9997 3.89998 18.0565 4.03709C18.1133 4.17421 18.2096 4.29139 18.333 4.37379C18.4565 4.45619 18.6016 4.50012 18.75 4.5ZM4.71938 4.28062C4.78906 4.35031 4.87178 4.40558 4.96283 4.4433C5.05387 4.48101 5.15145 4.50042 5.25 4.50042C5.34855 4.50042 5.44613 4.48101 5.53717 4.4433C5.62822 4.40558 5.71094 4.35031 5.78062 4.28062C5.85031 4.21094 5.90558 4.12822 5.9433 4.03717C5.98101 3.94613 6.00042 3.84855 6.00042 3.75C6.00042 3.65145 5.98101 3.55387 5.9433 3.46283C5.90558 3.37178 5.85031 3.28906 5.78062 3.21938L5.03062 2.46938C4.88989 2.32864 4.69902 2.24958 4.5 2.24958C4.30098 2.24958 4.11011 2.32864 3.96938 2.46938C3.82864 2.61011 3.74958 2.80098 3.74958 3C3.74958 3.19902 3.82864 3.38989 3.96938 3.53062L4.71938 4.28062ZM12.8756 6.76031C12.7781 6.74306 12.678 6.74531 12.5814 6.76693C12.4847 6.78855 12.3932 6.82911 12.3123 6.88627C12.2314 6.94343 12.1626 7.01606 12.1099 7.09997C12.0572 7.18387 12.0216 7.27738 12.0053 7.3751C11.989 7.47282 11.9921 7.57281 12.0146 7.66929C12.0372 7.76577 12.0786 7.85684 12.1365 7.93723C12.1944 8.01762 12.2676 8.08574 12.352 8.13765C12.4364 8.18957 12.5303 8.22425 12.6281 8.23969C14.4066 8.53875 15.75 10.155 15.75 12C15.75 12.1989 15.829 12.3897 15.9697 12.5303C16.1103 12.671 16.3011 12.75 16.5 12.75C16.6989 12.75 16.8897 12.671 17.0303 12.5303C17.171 12.3897 17.25 12.1989 17.25 12C17.25 9.43125 15.3684 7.17844 12.8738 6.76031H12.8756ZM21.75 16.5V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V16.5C2.25 16.1022 2.40804 15.7206 2.68934 15.4393C2.97064 15.158 3.35218 15 3.75 15V12C3.74997 10.9113 3.96542 9.83334 4.38395 8.82829C4.80247 7.82323 5.41579 6.91096 6.18853 6.14405C6.96128 5.37714 7.87818 4.77076 8.88638 4.35987C9.89458 3.94898 10.9741 3.74171 12.0628 3.75C16.5769 3.78375 20.25 7.52719 20.25 12.0938V15C20.6478 15 21.0294 15.158 21.3107 15.4393C21.592 15.7206 21.75 16.1022 21.75 16.5ZM5.25 15H18.75V12.0938C18.75 8.34375 15.7453 5.27719 12.0516 5.25H12C10.2098 5.25 8.4929 5.96116 7.22703 7.22703C5.96116 8.4929 5.25 10.2098 5.25 12V15ZM20.25 18.75V16.5H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SirenIcon.displayName = 'SirenIcon';
|
|
@@ -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 SkipBackIcon = 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: "M18.7322 3.18749C18.4979 3.05767 18.2332 2.99295 17.9654 3.00004C17.6977 3.00713 17.4368 3.08577 17.2097 3.2278L6 10.2403V3.74999C6 3.55108 5.92098 3.36031 5.78033 3.21966C5.63968 3.07901 5.44891 2.99999 5.25 2.99999C5.05109 2.99999 4.86032 3.07901 4.71967 3.21966C4.57902 3.36031 4.5 3.55108 4.5 3.74999V20.25C4.5 20.4489 4.57902 20.6397 4.71967 20.7803C4.86032 20.921 5.05109 21 5.25 21C5.44891 21 5.63968 20.921 5.78033 20.7803C5.92098 20.6397 6 20.4489 6 20.25V13.7597L17.2097 20.7703C17.4354 20.912 17.695 20.9908 17.9614 20.9985C18.2278 21.0063 18.4915 20.9426 18.7251 20.8142C18.9586 20.6858 19.1536 20.4973 19.2899 20.2682C19.4261 20.0391 19.4987 19.7778 19.5 19.5112V4.48874C19.5 4.22302 19.4287 3.96217 19.2937 3.73332C19.1587 3.50447 18.9648 3.31599 18.7322 3.18749ZM18 19.5L6.015 12L18 4.50655V19.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SkipBackIcon.displayName = 'SkipBackIcon';
|
|
@@ -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 SkipForwardIcon = 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: "M18.75 3C18.5511 3 18.3603 3.07902 18.2197 3.21967C18.079 3.36032 18 3.55109 18 3.75V10.2403L6.79031 3.22969C6.56456 3.08797 6.30504 3.00918 6.0386 3.00146C5.77217 2.99374 5.50852 3.05737 5.27494 3.18578C5.04137 3.31418 4.84636 3.50269 4.71011 3.73178C4.57386 3.96086 4.50132 4.22221 4.5 4.48875V19.5112C4.5028 19.7772 4.57626 20.0376 4.71285 20.2658C4.84944 20.494 5.04424 20.6818 5.27731 20.8099C5.51037 20.938 5.77331 21.0019 6.03917 20.9949C6.30504 20.988 6.56427 20.9105 6.79031 20.7703L18 13.7597V20.25C18 20.4489 18.079 20.6397 18.2197 20.7803C18.3603 20.921 18.5511 21 18.75 21C18.9489 21 19.1397 20.921 19.2803 20.7803C19.421 20.6397 19.5 20.4489 19.5 20.25V3.75C19.5 3.55109 19.421 3.36032 19.2803 3.21967C19.1397 3.07902 18.9489 3 18.75 3ZM6 19.4934V4.50469L17.985 12.0047L6 19.4934Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SkipForwardIcon.displayName = 'SkipForwardIcon';
|
|
@@ -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 SkypeLogoIcon = 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.75 14.25C15.75 15.9038 14.0681 17.25 12 17.25C9.93185 17.25 8.24997 15.9038 8.24997 14.25C8.24997 14.0511 8.32899 13.8604 8.46964 13.7197C8.61029 13.5791 8.80106 13.5 8.99997 13.5C9.19888 13.5 9.38965 13.5791 9.5303 13.7197C9.67095 13.8604 9.74997 14.0511 9.74997 14.25C9.74997 15.0628 10.7812 15.75 12 15.75C13.2187 15.75 14.25 15.0628 14.25 14.25C14.25 13.3613 13.4428 13.0313 11.73 12.5382C10.2534 12.1125 8.41685 11.5828 8.41685 9.75003C8.41685 8.04003 9.95716 6.75003 12 6.75003C13.4737 6.75003 14.7356 7.43441 15.2925 8.53128C15.3405 8.61946 15.3704 8.71639 15.3803 8.81632C15.3901 8.91625 15.3799 9.01715 15.35 9.11303C15.3202 9.20892 15.2714 9.29783 15.2065 9.3745C15.1417 9.45117 15.0621 9.51404 14.9725 9.55937C14.8829 9.60471 14.7851 9.63159 14.6849 9.63842C14.5847 9.64525 14.4842 9.63189 14.3893 9.59914C14.2943 9.56638 14.207 9.51489 14.1323 9.44773C14.0576 9.38057 13.9972 9.2991 13.9547 9.20816C13.6537 8.61941 12.9047 8.25003 12 8.25003C10.8122 8.25003 9.91685 8.89503 9.91685 9.75003C9.91685 10.4063 10.7606 10.6969 12.1453 11.0963C13.6668 11.5313 15.75 12.136 15.75 14.25ZM21.75 16.5C21.7485 17.892 21.1949 19.2265 20.2106 20.2107C19.2264 21.1949 17.8919 21.7485 16.5 21.75C15.4589 21.7538 14.4408 21.4444 13.5778 20.8622C12.1509 21.1147 10.6841 21.0191 9.30202 20.5838C7.9199 20.1484 6.66319 19.3861 5.63855 18.3615C4.61391 17.3368 3.85157 16.0801 3.41622 14.698C2.98086 13.3159 2.88535 11.8491 3.13778 10.4222C2.55557 9.5592 2.24625 8.54108 2.24997 7.50003C2.25146 6.1081 2.80506 4.77361 3.78931 3.78937C4.77355 2.80512 6.10804 2.25152 7.49997 2.25003C8.54102 2.24631 9.55914 2.55563 10.4222 3.13785C11.8491 2.88541 13.3158 2.98093 14.6979 3.41628C16.08 3.85163 17.3368 4.61397 18.3614 5.63861C19.386 6.66326 20.1484 7.91996 20.5837 9.30208C21.0191 10.6842 21.1146 12.1509 20.8622 13.5778C21.4444 14.4409 21.7537 15.459 21.75 16.5ZM20.25 16.5C20.2528 15.6712 19.9782 14.8653 19.47 14.2107C19.4032 14.1242 19.356 14.0242 19.3319 13.9177C19.3078 13.8111 19.3072 13.7006 19.3303 13.5938C19.5958 12.3665 19.5492 11.0922 19.1947 9.88759C18.8403 8.68297 18.1893 7.58652 17.3014 6.69862C16.4135 5.81072 15.317 5.15974 14.1124 4.80528C12.9078 4.45082 11.6335 4.40421 10.4062 4.66972C10.2994 4.69277 10.1889 4.69221 10.0823 4.66809C9.97579 4.64396 9.87579 4.59684 9.78935 4.53003C9.13468 4.02177 8.32877 3.7472 7.49997 3.75003C6.50541 3.75003 5.55158 4.14512 4.84832 4.84838C4.14506 5.55164 3.74997 6.50547 3.74997 7.50003C3.74714 8.32883 4.02171 9.13474 4.52997 9.78941C4.59678 9.87585 4.6439 9.97585 4.66802 10.0824C4.69215 10.189 4.69271 10.2995 4.66966 10.4063C4.40415 11.6336 4.45076 12.9079 4.80522 14.1125C5.15968 15.3171 5.81066 16.4135 6.69856 17.3014C7.58646 18.1894 8.68291 18.8403 9.88753 19.1948C11.0921 19.5492 12.3664 19.5959 13.5937 19.3303C13.7005 19.3073 13.8111 19.3079 13.9176 19.332C14.0242 19.3561 14.1242 19.4032 14.2106 19.47C14.8653 19.9783 15.6712 20.2529 16.5 20.25C17.4945 20.25 18.4484 19.8549 19.1516 19.1517C19.8549 18.4484 20.25 17.4946 20.25 16.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SkypeLogoIcon.displayName = 'SkypeLogoIcon';
|
|
@@ -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 SlidersHorizontalIcon = 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.75 8.25002H6.84375C7.00898 8.89533 7.38428 9.4673 7.91048 9.87575C8.43669 10.2842 9.08387 10.5059 9.75 10.5059C10.4161 10.5059 11.0633 10.2842 11.5895 9.87575C12.1157 9.4673 12.491 8.89533 12.6562 8.25002H20.25C20.4489 8.25002 20.6397 8.17101 20.7803 8.03035C20.921 7.8897 21 7.69894 21 7.50002C21 7.30111 20.921 7.11035 20.7803 6.96969C20.6397 6.82904 20.4489 6.75002 20.25 6.75002H12.6562C12.491 6.10471 12.1157 5.53274 11.5895 5.12429C11.0633 4.71584 10.4161 4.49414 9.75 4.49414C9.08387 4.49414 8.43669 4.71584 7.91048 5.12429C7.38428 5.53274 7.00898 6.10471 6.84375 6.75002H3.75C3.55109 6.75002 3.36032 6.82904 3.21967 6.96969C3.07902 7.11035 3 7.30111 3 7.50002C3 7.69894 3.07902 7.8897 3.21967 8.03035C3.36032 8.17101 3.55109 8.25002 3.75 8.25002ZM9.75 6.00002C10.0467 6.00002 10.3367 6.088 10.5834 6.25282C10.83 6.41764 11.0223 6.65191 11.1358 6.926C11.2494 7.20009 11.2791 7.50169 11.2212 7.79266C11.1633 8.08363 11.0204 8.3509 10.8107 8.56068C10.6009 8.77046 10.3336 8.91332 10.0426 8.9712C9.75166 9.02908 9.45006 8.99937 9.17597 8.88584C8.90189 8.77231 8.66762 8.58005 8.5028 8.33338C8.33797 8.0867 8.25 7.7967 8.25 7.50002C8.25 7.1022 8.40804 6.72067 8.68934 6.43936C8.97064 6.15806 9.35218 6.00002 9.75 6.00002ZM20.25 15.75H18.6562C18.491 15.1047 18.1157 14.5327 17.5895 14.1243C17.0633 13.7158 16.4161 13.4941 15.75 13.4941C15.0839 13.4941 14.4367 13.7158 13.9105 14.1243C13.3843 14.5327 13.009 15.1047 12.8438 15.75H3.75C3.55109 15.75 3.36032 15.829 3.21967 15.9697C3.07902 16.1103 3 16.3011 3 16.5C3 16.6989 3.07902 16.8897 3.21967 17.0304C3.36032 17.171 3.55109 17.25 3.75 17.25H12.8438C13.009 17.8953 13.3843 18.4673 13.9105 18.8758C14.4367 19.2842 15.0839 19.5059 15.75 19.5059C16.4161 19.5059 17.0633 19.2842 17.5895 18.8758C18.1157 18.4673 18.491 17.8953 18.6562 17.25H20.25C20.4489 17.25 20.6397 17.171 20.7803 17.0304C20.921 16.8897 21 16.6989 21 16.5C21 16.3011 20.921 16.1103 20.7803 15.9697C20.6397 15.829 20.4489 15.75 20.25 15.75ZM15.75 18C15.4533 18 15.1633 17.912 14.9166 17.7472C14.67 17.5824 14.4777 17.3481 14.3642 17.074C14.2506 16.8 14.2209 16.4984 14.2788 16.2074C14.3367 15.9164 14.4796 15.6491 14.6893 15.4394C14.8991 15.2296 15.1664 15.0867 15.4574 15.0288C15.7483 14.971 16.0499 15.0007 16.324 15.1142C16.5981 15.2277 16.8324 15.42 16.9972 15.6667C17.162 15.9133 17.25 16.2034 17.25 16.5C17.25 16.8978 17.092 17.2794 16.8107 17.5607C16.5294 17.842 16.1478 18 15.75 18Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SlidersHorizontalIcon.displayName = 'SlidersHorizontalIcon';
|
|
@@ -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 SmartphoneIcon = 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 1.5H7.5C6.90326 1.5 6.33097 1.73705 5.90901 2.15901C5.48705 2.58097 5.25 3.15326 5.25 3.75V20.25C5.25 20.8467 5.48705 21.419 5.90901 21.841C6.33097 22.2629 6.90326 22.5 7.5 22.5H16.5C17.0967 22.5 17.669 22.2629 18.091 21.841C18.5129 21.419 18.75 20.8467 18.75 20.25V3.75C18.75 3.15326 18.5129 2.58097 18.091 2.15901C17.669 1.73705 17.0967 1.5 16.5 1.5ZM17.25 20.25C17.25 20.4489 17.171 20.6397 17.0303 20.7803C16.8897 20.921 16.6989 21 16.5 21H7.5C7.30109 21 7.11032 20.921 6.96967 20.7803C6.82902 20.6397 6.75 20.4489 6.75 20.25V3.75C6.75 3.55109 6.82902 3.36032 6.96967 3.21967C7.11032 3.07902 7.30109 3 7.5 3H16.5C16.6989 3 16.8897 3.07902 17.0303 3.21967C17.171 3.36032 17.25 3.55109 17.25 3.75V20.25ZM13.125 5.625C13.125 5.8475 13.059 6.06501 12.9354 6.25002C12.8118 6.43502 12.6361 6.57922 12.4305 6.66436C12.225 6.74951 11.9988 6.77179 11.7805 6.72838C11.5623 6.68498 11.3618 6.57783 11.2045 6.4205C11.0472 6.26316 10.94 6.06271 10.8966 5.84448C10.8532 5.62625 10.8755 5.40005 10.9606 5.19448C11.0458 4.98891 11.19 4.81321 11.375 4.6896C11.56 4.56598 11.7775 4.5 12 4.5C12.2984 4.5 12.5845 4.61853 12.7955 4.8295C13.0065 5.04048 13.125 5.32663 13.125 5.625Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SmartphoneIcon.displayName = 'SmartphoneIcon';
|
|
@@ -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 SnapchatLogoIcon = 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.2341 17.0887C23.2079 16.9631 23.15 16.8463 23.0658 16.7494C22.9816 16.6526 22.8739 16.579 22.7531 16.5356C22.7166 16.5225 20.0391 15.5156 18.7219 11.9203L20.5313 11.1966C20.716 11.122 20.8635 10.977 20.9414 10.7937C21.0193 10.6103 21.0212 10.4035 20.9466 10.2187C20.872 10.034 20.7271 9.88647 20.5437 9.80858C20.3603 9.7307 20.1535 9.72884 19.9688 9.80344L18.2981 10.4719C18.0928 9.49475 17.9929 8.49843 18 7.5C18 5.9087 17.3679 4.38258 16.2427 3.25736C15.1174 2.13214 13.5913 1.5 12 1.5C10.4087 1.5 8.88259 2.13214 7.75737 3.25736C6.63215 4.38258 6.00001 5.9087 6.00001 7.5C6.00588 8.49992 5.90594 9.49766 5.70189 10.4766L4.03126 9.80344C3.93979 9.7665 3.84194 9.74795 3.74329 9.74883C3.64465 9.74971 3.54714 9.77002 3.45634 9.80858C3.36554 9.84715 3.28323 9.90322 3.2141 9.9736C3.14497 10.044 3.09038 10.1273 3.05345 10.2187C3.01652 10.3102 2.99796 10.4081 2.99884 10.5067C2.99973 10.6054 3.02003 10.7029 3.0586 10.7937C3.09716 10.8845 3.15323 10.9668 3.22361 11.0359C3.29399 11.105 3.37729 11.1596 3.46876 11.1966L5.2847 11.9231C4.9126 12.9627 4.34843 13.9232 3.62158 14.7544C2.44783 16.08 1.25251 16.5356 1.24408 16.5356C1.12329 16.579 1.01567 16.6527 0.931513 16.7497C0.847356 16.8466 0.789479 16.9635 0.763421 17.0891C0.737363 17.2148 0.743996 17.3451 0.782685 17.4675C0.821373 17.5899 0.890823 17.7003 0.984388 17.7881C1.65001 18.4134 2.64095 18.5109 3.59814 18.6056C4.1897 18.6637 4.80095 18.7247 5.1347 18.9084C5.45064 19.0828 5.77689 19.5291 6.09189 19.9603C6.59814 20.655 7.17283 21.4416 8.08314 21.6741C8.93345 21.8925 9.80345 21.5962 10.5713 21.3347C11.0916 21.1575 11.5838 20.9897 11.9972 20.9897C12.4106 20.9897 12.9028 21.1575 13.4231 21.3347C14.0044 21.5325 14.6419 21.75 15.2888 21.75C15.4986 21.7512 15.7078 21.7257 15.9113 21.6741C16.8206 21.4416 17.3953 20.655 17.9016 19.9603C18.2166 19.5291 18.5428 19.0828 18.8588 18.9084C19.1925 18.7209 19.8038 18.6637 20.3953 18.6056C21.3525 18.5119 22.3435 18.4134 23.0091 17.7881C23.1034 17.7006 23.1737 17.5904 23.2131 17.4679C23.2525 17.3454 23.2597 17.2148 23.2341 17.0887ZM20.2509 17.1131C19.5094 17.1862 18.7435 17.2622 18.1388 17.5941C17.5341 17.9259 17.1075 18.5119 16.6941 19.0762C16.3191 19.59 15.93 20.1225 15.5428 20.2209C15.1247 20.3287 14.5341 20.1272 13.9097 19.9144C13.2853 19.7016 12.6619 19.4897 12 19.4897C11.3381 19.4897 10.7035 19.7053 10.0903 19.9144C9.4772 20.1234 8.87158 20.3287 8.4572 20.2209C8.07001 20.1225 7.68189 19.59 7.30595 19.0762C6.89439 18.5137 6.46876 17.9287 5.86126 17.5941C5.25376 17.2594 4.49064 17.1862 3.75001 17.1131C3.6047 17.0991 3.4547 17.0841 3.30564 17.0672C3.80588 16.6998 4.26733 16.2823 4.68283 15.8212C5.46751 14.9522 6.34408 13.6434 6.90845 11.7778L6.91408 11.7656C6.93331 11.7168 6.94775 11.6663 6.9572 11.6147C7.32977 10.2753 7.51249 8.8902 7.50001 7.5C7.50001 6.30653 7.97412 5.16193 8.81803 4.31802C9.66195 3.47411 10.8065 3 12 3C13.1935 3 14.3381 3.47411 15.182 4.31802C16.0259 5.16193 16.5 6.30653 16.5 7.5C16.4875 8.89119 16.6706 10.2772 17.0438 11.6175C17.0532 11.6691 17.0677 11.7196 17.0869 11.7684L17.0925 11.7806C17.655 13.6462 18.5335 14.955 19.3181 15.8241C19.7336 16.2851 20.1951 16.7026 20.6953 17.07C20.5463 17.0841 20.3972 17.0991 20.25 17.1131H20.2509Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SnapchatLogoIcon.displayName = 'SnapchatLogoIcon';
|
|
@@ -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 SortAscendingIcon = 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.75 12C3.75 11.8011 3.82902 11.6103 3.96967 11.4697C4.11032 11.329 4.30109 11.25 4.5 11.25H14.25C14.4489 11.25 14.6397 11.329 14.7803 11.4697C14.921 11.6103 15 11.8011 15 12C15 12.1989 14.921 12.3897 14.7803 12.5303C14.6397 12.671 14.4489 12.75 14.25 12.75H4.5C4.30109 12.75 4.11032 12.671 3.96967 12.5303C3.82902 12.3897 3.75 12.1989 3.75 12ZM4.5 8.75H9.75C9.94891 8.75 10.1397 8.67098 10.2803 8.53033C10.421 8.38968 10.5 8.19891 10.5 8C10.5 7.80109 10.421 7.61032 10.2803 7.46967C10.1397 7.32902 9.94891 7.25 9.75 7.25H4.5C4.30109 7.25 4.11032 7.32902 3.96967 7.46967C3.82902 7.61032 3.75 7.80109 3.75 8C3.75 8.19891 3.82902 8.38968 3.96967 8.53033C4.11032 8.67098 4.30109 8.75 4.5 8.75ZM19.5 15.25H4.5C4.30109 15.25 4.11032 15.329 3.96967 15.4697C3.82902 15.6103 3.75 15.8011 3.75 16C3.75 16.1989 3.82902 16.3897 3.96967 16.5303C4.11032 16.671 4.30109 16.75 4.5 16.75H19.5C19.6989 16.75 19.8897 16.671 20.0303 16.5303C20.171 16.3897 20.25 16.1989 20.25 16C20.25 15.8011 20.171 15.6103 20.0303 15.4697C19.8897 15.329 19.6989 15.25 19.5 15.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SortAscendingIcon.displayName = 'SortAscendingIcon';
|
|
@@ -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 SortDescendingIcon = 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.25 11.9999C15.25 12.1988 15.171 12.3896 15.0303 12.5302C14.8897 12.6709 14.6989 12.7499 14.5 12.7499L4.5 12.75C4.30109 12.75 4.11032 12.671 3.96967 12.5303C3.82902 12.3896 3.75 12.1989 3.75 12C3.75 11.8011 3.82902 11.6103 3.96967 11.4696C4.11032 11.329 4.30109 11.25 4.5 11.25L14.5 11.2499C14.6989 11.2499 14.8897 11.3289 15.0303 11.4695C15.171 11.6102 15.25 11.801 15.25 11.9999ZM4.5 8.74997L19.5 8.74988C19.6989 8.74988 19.8897 8.67086 20.0303 8.53021C20.171 8.38956 20.25 8.19879 20.25 7.99988C20.25 7.80097 20.171 7.6102 20.0303 7.46955C19.8897 7.3289 19.6989 7.24988 19.5 7.24988L4.5 7.24997C4.30109 7.24997 4.11032 7.32899 3.96967 7.46964C3.82902 7.61029 3.75 7.80106 3.75 7.99997C3.75 8.19888 3.82902 8.38965 3.96967 8.5303C4.11032 8.67095 4.30109 8.74997 4.5 8.74997ZM10 15.2499L4.5 15.25C4.30109 15.25 4.11032 15.329 3.96967 15.4696C3.82902 15.6103 3.75 15.8011 3.75 16C3.75 16.1989 3.82902 16.3896 3.96967 16.5303C4.11032 16.671 4.30109 16.75 4.5 16.75L10 16.7499C10.1989 16.7499 10.3897 16.6709 10.5303 16.5302C10.671 16.3896 10.75 16.1988 10.75 15.9999C10.75 15.801 10.671 15.6102 10.5303 15.4695C10.3897 15.3289 10.1989 15.2499 10 15.2499Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SortDescendingIcon.displayName = 'SortDescendingIcon';
|
|
@@ -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 SoundcloudIcon = 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: "M2.25 11.25V15.75C2.25 15.9489 2.17098 16.1397 2.03033 16.2803C1.88968 16.421 1.69891 16.5 1.5 16.5C1.30109 16.5 1.11032 16.421 0.96967 16.2803C0.829018 16.1397 0.75 15.9489 0.75 15.75V11.25C0.75 11.0511 0.829018 10.8603 0.96967 10.7197C1.11032 10.579 1.30109 10.5 1.5 10.5C1.69891 10.5 1.88968 10.579 2.03033 10.7197C2.17098 10.8603 2.25 11.0511 2.25 11.25ZM4.5 8.25C4.30109 8.25 4.11032 8.32902 3.96967 8.46967C3.82902 8.61032 3.75 8.80109 3.75 9V18C3.75 18.1989 3.82902 18.3897 3.96967 18.5303C4.11032 18.671 4.30109 18.75 4.5 18.75C4.69891 18.75 4.88968 18.671 5.03033 18.5303C5.17098 18.3897 5.25 18.1989 5.25 18V9C5.25 8.80109 5.17098 8.61032 5.03033 8.46967C4.88968 8.32902 4.69891 8.25 4.5 8.25ZM7.5 7.5C7.30109 7.5 7.11032 7.57902 6.96967 7.71967C6.82902 7.86032 6.75 8.05109 6.75 8.25V18C6.75 18.1989 6.82902 18.3897 6.96967 18.5303C7.11032 18.671 7.30109 18.75 7.5 18.75C7.69891 18.75 7.88968 18.671 8.03033 18.5303C8.17098 18.3897 8.25 18.1989 8.25 18V8.25C8.25 8.05109 8.17098 7.86032 8.03033 7.71967C7.88968 7.57902 7.69891 7.5 7.5 7.5ZM10.5 4.5C10.3011 4.5 10.1103 4.57902 9.96967 4.71967C9.82902 4.86032 9.75 5.05109 9.75 5.25V18C9.75 18.1989 9.82902 18.3897 9.96967 18.5303C10.1103 18.671 10.3011 18.75 10.5 18.75C10.6989 18.75 10.8897 18.671 11.0303 18.5303C11.171 18.3897 11.25 18.1989 11.25 18V5.25C11.25 5.05109 11.171 4.86032 11.0303 4.71967C10.8897 4.57902 10.6989 4.5 10.5 4.5ZM20.8913 9.96937C20.5895 8.22803 19.6825 6.64918 18.3302 5.51132C16.9779 4.37345 15.2673 3.74967 13.5 3.75C13.3011 3.75 13.1103 3.82902 12.9697 3.96967C12.829 4.11032 12.75 4.30109 12.75 4.5C12.75 4.69891 12.829 4.88968 12.9697 5.03033C13.1103 5.17098 13.3011 5.25 13.5 5.25C14.9879 5.24475 16.4242 5.79457 17.5282 6.79198C18.6323 7.78939 19.3246 9.1627 19.47 10.6434C19.4872 10.803 19.5551 10.9529 19.6638 11.071C19.7724 11.1892 19.9161 11.2693 20.0737 11.2997C20.8125 11.4356 21.4733 11.8437 21.9257 12.4433C22.3781 13.0429 22.5891 13.7904 22.517 14.5381C22.4449 15.2858 22.095 15.9792 21.5364 16.4813C20.9777 16.9834 20.2511 17.2577 19.5 17.25H13.5C13.3011 17.25 13.1103 17.329 12.9697 17.4697C12.829 17.6103 12.75 17.8011 12.75 18C12.75 18.1989 12.829 18.3897 12.9697 18.5303C13.1103 18.671 13.3011 18.75 13.5 18.75H19.5C20.572 18.7508 21.6091 18.3689 22.4245 17.673C23.2399 16.9771 23.7802 16.013 23.9479 14.9542C24.1157 13.8954 23.8999 12.8115 23.3396 11.8977C22.7792 10.9838 21.911 10.3 20.8913 9.96937Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SoundcloudIcon.displayName = 'SoundcloudIcon';
|
|
@@ -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 SparkleIcon = 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: "M18.5232 12.0994L13.6875 10.3125L11.9063 5.47312C11.8008 5.18656 11.6099 4.93924 11.3595 4.76455C11.109 4.58985 10.811 4.49619 10.5057 4.49619C10.2003 4.49619 9.90227 4.58985 9.65182 4.76455C9.40136 4.93924 9.21051 5.18656 9.10503 5.47312L7.31253 10.3125L2.47315 12.0938C2.18659 12.1992 1.93927 12.3901 1.76458 12.6405C1.58988 12.891 1.49622 13.189 1.49622 13.4944C1.49622 13.7997 1.58988 14.0978 1.76458 14.3482C1.93927 14.5987 2.18659 14.7895 2.47315 14.895L7.31253 16.6875L9.09378 21.5269C9.19926 21.8134 9.39011 22.0608 9.64056 22.2355C9.89102 22.4101 10.189 22.5038 10.4944 22.5038C10.7998 22.5038 11.0978 22.4101 11.3482 22.2355C11.5987 22.0608 11.7895 21.8134 11.895 21.5269L13.6875 16.6875L18.5269 14.9062C18.8135 14.8008 19.0608 14.6099 19.2355 14.3595C19.4102 14.109 19.5038 13.811 19.5038 13.5056C19.5038 13.2003 19.4102 12.9022 19.2355 12.6518C19.0608 12.4013 18.8135 12.2105 18.5269 12.105L18.5232 12.0994ZM12.8438 15.3956C12.742 15.4331 12.6495 15.4923 12.5728 15.569C12.4961 15.6457 12.4369 15.7382 12.3994 15.84L10.5 20.9859L8.6044 15.8438C8.56694 15.7409 8.50741 15.6474 8.43 15.57C8.35258 15.4926 8.25915 15.4331 8.15628 15.3956L3.01409 13.5L8.15628 11.6044C8.25915 11.5669 8.35258 11.5074 8.43 11.43C8.50741 11.3526 8.56694 11.2591 8.6044 11.1562L10.5 6.01406L12.3957 11.1562C12.4332 11.2581 12.4923 11.3505 12.5691 11.4272C12.6458 11.5039 12.7382 11.5631 12.84 11.6006L17.986 13.5L12.8438 15.3956ZM13.5 3.75C13.5 3.55109 13.579 3.36032 13.7197 3.21967C13.8603 3.07902 14.0511 3 14.25 3H15.75V1.5C15.75 1.30109 15.829 1.11032 15.9697 0.96967C16.1103 0.829018 16.3011 0.75 16.5 0.75C16.6989 0.75 16.8897 0.829018 17.0304 0.96967C17.171 1.11032 17.25 1.30109 17.25 1.5V3H18.75C18.9489 3 19.1397 3.07902 19.2804 3.21967C19.421 3.36032 19.5 3.55109 19.5 3.75C19.5 3.94891 19.421 4.13968 19.2804 4.28033C19.1397 4.42098 18.9489 4.5 18.75 4.5H17.25V6C17.25 6.19891 17.171 6.38968 17.0304 6.53033C16.8897 6.67098 16.6989 6.75 16.5 6.75C16.3011 6.75 16.1103 6.67098 15.9697 6.53033C15.829 6.38968 15.75 6.19891 15.75 6V4.5H14.25C14.0511 4.5 13.8603 4.42098 13.7197 4.28033C13.579 4.13968 13.5 3.94891 13.5 3.75ZM23.25 8.25C23.25 8.44891 23.171 8.63968 23.0304 8.78033C22.8897 8.92098 22.6989 9 22.5 9H21.75V9.75C21.75 9.94891 21.671 10.1397 21.5304 10.2803C21.3897 10.421 21.1989 10.5 21 10.5C20.8011 10.5 20.6103 10.421 20.4697 10.2803C20.329 10.1397 20.25 9.94891 20.25 9.75V9H19.5C19.3011 9 19.1103 8.92098 18.9697 8.78033C18.829 8.63968 18.75 8.44891 18.75 8.25C18.75 8.05109 18.829 7.86032 18.9697 7.71967C19.1103 7.57902 19.3011 7.5 19.5 7.5H20.25V6.75C20.25 6.55109 20.329 6.36032 20.4697 6.21967C20.6103 6.07902 20.8011 6 21 6C21.1989 6 21.3897 6.07902 21.5304 6.21967C21.671 6.36032 21.75 6.55109 21.75 6.75V7.5H22.5C22.6989 7.5 22.8897 7.57902 23.0304 7.71967C23.171 7.86032 23.25 8.05109 23.25 8.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SparkleIcon.displayName = 'SparkleIcon';
|
|
@@ -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 SparklesStarsIcon = 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: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M13.5789 9.64473C13.8092 9.51315 13.9737 9.24999 13.9737 8.98684C13.9737 8.72368 13.8421 8.46052 13.5789 8.32894L10.3881 6.58552L8.64473 3.39474C8.51315 3.16447 8.24999 3 7.98684 3C7.72368 3 7.46052 3.13158 7.32894 3.39474L5.58552 6.58552L2.39474 8.32894C2.16447 8.46052 2 8.72368 2 8.98684C2 9.24999 2.13158 9.51315 2.39474 9.64473L5.58552 11.3881L7.32894 14.5789C7.46052 14.8092 7.72368 14.9737 7.98684 14.9737C8.24999 14.9737 8.51315 14.8421 8.64473 14.5789L10.3881 11.3881L13.5789 9.64473ZM9.20394 10.4671L8.01973 12.6381L6.83552 10.4671C6.76973 10.3355 6.67105 10.2368 6.53947 10.171L4.36842 8.98684L6.53947 7.80263C6.67105 7.73684 6.76973 7.63815 6.83552 7.50657L8.01973 5.33552L9.20394 7.50657C9.26973 7.63815 9.36841 7.73684 9.49999 7.80263L11.671 8.98684L9.49999 10.171C9.40131 10.2368 9.30262 10.3684 9.20394 10.4671Z", fill: "currentColor" }), _jsx("path", { d: "M15.9802 17.2435L14.5 16.4211L13.6776 14.9409C13.546 14.7106 13.2828 14.5461 13.0197 14.5461C12.7565 14.5461 12.4934 14.6777 12.3618 14.9409L11.5723 16.4211L10.0592 17.2435C9.8289 17.3751 9.66443 17.6382 9.66443 17.9014C9.66443 18.1646 9.79601 18.4277 10.0592 18.5593L11.5394 19.3817L12.3618 20.8619C12.4934 21.0922 12.7565 21.2567 13.0197 21.2567C13.2828 21.2567 13.546 21.1251 13.6776 20.8619L14.5 19.3817L15.9802 18.5593C16.2105 18.4277 16.3749 18.1646 16.3749 17.9014C16.3749 17.6382 16.2434 17.3751 15.9802 17.2435ZM13.6118 18.1646C13.4802 18.2303 13.3815 18.329 13.3157 18.4606L13.0197 18.954L12.7565 18.4606C12.6907 18.329 12.5921 18.2303 12.4605 18.1646L11.9671 17.9014L12.4605 17.6382C12.5921 17.5725 12.6907 17.4738 12.7565 17.3422L13.0197 16.8488L13.2828 17.3422C13.3486 17.4738 13.4473 17.5725 13.5789 17.6382L14.0723 17.9014L13.6118 18.1646Z", fill: "currentColor" }), _jsx("path", { d: "M21.6052 5.73032L20.1249 4.90796L19.3026 3.4277C19.171 3.19743 18.9078 3.03296 18.6447 3.03296C18.3815 3.03296 18.1184 3.16454 17.9868 3.4277L17.1644 4.90796L15.6842 5.73032C15.4539 5.8619 15.2894 6.12506 15.2894 6.38822C15.2894 6.65138 15.421 6.91453 15.6842 7.04611L17.1644 7.86848L17.9868 9.34874C18.1184 9.57901 18.3815 9.74348 18.6447 9.74348C18.9078 9.74348 19.171 9.6119 19.3026 9.34874L20.1249 7.86848L21.6052 7.04611C21.8355 6.91453 21.9999 6.65138 21.9999 6.38822C21.9999 6.12506 21.8355 5.8619 21.6052 5.73032ZM19.2039 6.65138C19.0723 6.71717 18.9736 6.81585 18.9078 6.94743L18.6447 7.44085L18.3815 6.94743C18.3157 6.81585 18.2171 6.71717 18.0855 6.65138L17.5921 6.38822L18.0855 6.12506C18.2171 6.05927 18.3157 5.96059 18.3815 5.82901L18.6447 5.33559L18.9078 5.82901C18.9736 5.96059 19.0723 6.05927 19.2039 6.12506L19.6973 6.38822L19.2039 6.65138Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
SparklesStarsIcon.displayName = 'SparklesStarsIcon';
|
|
@@ -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 SpeakerXIcon = 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: "M14.5791 2.32591C14.4529 2.26445 14.3121 2.2396 14.1726 2.25419C14.033 2.26877 13.9004 2.3222 13.7897 2.40841L7.24219 7.49997H3C2.60218 7.49997 2.22064 7.65801 1.93934 7.93931C1.65804 8.22061 1.5 8.60215 1.5 8.99997V15C1.5 15.3978 1.65804 15.7793 1.93934 16.0606C2.22064 16.3419 2.60218 16.5 3 16.5H7.24219L13.7897 21.5915C13.9005 21.6777 14.0332 21.731 14.1728 21.7454C14.3124 21.7599 14.4533 21.7349 14.5793 21.6732C14.7054 21.6116 14.8117 21.5158 14.8861 21.3968C14.9604 21.2778 14.9999 21.1403 15 21V2.99997C15 2.85947 14.9606 2.72178 14.8861 2.6026C14.8117 2.48343 14.7053 2.38755 14.5791 2.32591ZM3 8.99997H6.75V15H3V8.99997ZM13.5 19.4662L8.25 15.3834V8.61653L13.5 4.53372V19.4662ZM23.0306 13.7193C23.1714 13.8601 23.2504 14.0509 23.2504 14.25C23.2504 14.449 23.1714 14.6399 23.0306 14.7806C22.8899 14.9213 22.699 15.0004 22.5 15.0004C22.301 15.0004 22.1101 14.9213 21.9694 14.7806L20.25 13.0603L18.5306 14.7806C18.3899 14.9213 18.199 15.0004 18 15.0004C17.801 15.0004 17.6101 14.9213 17.4694 14.7806C17.3286 14.6399 17.2496 14.449 17.2496 14.25C17.2496 14.0509 17.3286 13.8601 17.4694 13.7193L19.1897 12L17.4694 10.2806C17.3286 10.1399 17.2496 9.94899 17.2496 9.74997C17.2496 9.55095 17.3286 9.36008 17.4694 9.21935C17.6101 9.07861 17.801 8.99955 18 8.99955C18.199 8.99955 18.3899 9.07861 18.5306 9.21935L20.25 10.9397L21.9694 9.21935C22.1101 9.07861 22.301 8.99955 22.5 8.99955C22.699 8.99955 22.8899 9.07862 23.0306 9.21935C23.1714 9.36008 23.2504 9.55095 23.2504 9.74997C23.2504 9.94899 23.1714 10.1399 23.0306 10.2806L21.3103 12L23.0306 13.7193Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SpeakerXIcon.displayName = 'SpeakerXIcon';
|
|
@@ -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 SpeedometerIcon = 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.7194 14.4694L19.7194 5.46939C19.7891 5.39971 19.8718 5.34444 19.9629 5.30672C20.0539 5.26901 20.1515 5.2496 20.2501 5.2496C20.3486 5.2496 20.4462 5.26901 20.5372 5.30672C20.6283 5.34444 20.711 5.39971 20.7807 5.46939C20.8504 5.53908 20.9056 5.6218 20.9433 5.71285C20.9811 5.80389 21.0005 5.90147 21.0005 6.00002C21.0005 6.09856 20.9811 6.19615 20.9433 6.28719C20.9056 6.37824 20.8504 6.46096 20.7807 6.53064L11.7807 15.5306C11.711 15.6003 11.6283 15.6556 11.5372 15.6933C11.4462 15.731 11.3486 15.7504 11.2501 15.7504C11.1515 15.7504 11.0539 15.731 10.9629 15.6933C10.8718 15.6556 10.7891 15.6003 10.7194 15.5306C10.6497 15.461 10.5945 15.3782 10.5568 15.2872C10.519 15.1961 10.4996 15.0986 10.4996 15C10.4996 14.9015 10.519 14.8039 10.5568 14.7128C10.5945 14.6218 10.6497 14.5391 10.7194 14.4694ZM12.0001 8.25002C12.6515 8.24919 13.2988 8.35464 13.9163 8.56221C14.0101 8.59545 14.1095 8.6097 14.2088 8.60415C14.3081 8.59859 14.4054 8.57333 14.4948 8.52984C14.5843 8.48635 14.6642 8.42549 14.7299 8.35082C14.7957 8.27615 14.8459 8.18914 14.8776 8.09488C14.9094 8.00061 14.9221 7.90097 14.915 7.80175C14.9079 7.70253 14.8811 7.60571 14.8362 7.51693C14.7914 7.42816 14.7293 7.3492 14.6536 7.28465C14.5779 7.2201 14.4901 7.17126 14.3954 7.14096C13.2002 6.73802 11.9227 6.64302 10.681 6.86474C9.43936 7.08646 8.27368 7.61774 7.2918 8.40943C6.30993 9.20111 5.54357 10.2276 5.06362 11.394C4.58367 12.5605 4.40564 13.8291 4.54599 15.0825C4.56628 15.2658 4.65341 15.4353 4.79073 15.5584C4.92805 15.6815 5.10592 15.7498 5.29037 15.75C5.31755 15.75 5.34568 15.75 5.3738 15.7453C5.57146 15.7234 5.75232 15.6239 5.87661 15.4687C6.00091 15.3134 6.05846 15.1152 6.03662 14.9175C6.01221 14.6959 6 14.473 6.00005 14.25C6.00179 12.6593 6.63449 11.1341 7.75933 10.0093C8.88417 8.88445 10.4093 8.25176 12.0001 8.25002ZM21.3507 9.46877C21.3057 9.38111 21.244 9.30316 21.1689 9.23937C21.0939 9.17559 21.007 9.12721 20.9132 9.097C20.8195 9.06679 20.7207 9.05535 20.6225 9.06332C20.5243 9.07129 20.4286 9.09852 20.341 9.14346C20.2533 9.18839 20.1754 9.25015 20.1116 9.32522C20.0478 9.40028 19.9994 9.48717 19.9692 9.58093C19.939 9.67468 19.9276 9.77347 19.9355 9.87165C19.9435 9.96984 19.9707 10.0655 20.0157 10.1531C20.5706 11.2428 20.8982 12.4338 20.9788 13.6539C21.0594 14.874 20.8912 16.0978 20.4844 17.251L3.5063 17.2444C3.03261 15.8865 2.89035 14.4351 3.0914 13.0112C3.29244 11.5872 3.83096 10.2319 4.66206 9.05825C5.49316 7.88462 6.59276 6.92665 7.86921 6.26421C9.14565 5.60177 10.562 5.25404 12.0001 5.25002H12.0826C13.4794 5.2588 14.8545 5.59601 16.0969 6.23439C16.1848 6.28277 16.2815 6.31302 16.3813 6.32335C16.4811 6.33368 16.582 6.32388 16.6779 6.29453C16.7739 6.26518 16.8629 6.21689 16.9399 6.1525C17.0168 6.08811 17.0801 6.00893 17.1259 5.91966C17.1717 5.8304 17.1991 5.73285 17.2065 5.63279C17.2139 5.53274 17.2012 5.43221 17.1691 5.33716C17.1369 5.24212 17.0861 5.15448 17.0195 5.07945C16.9528 5.00441 16.8719 4.94351 16.7813 4.90033C14.911 3.94232 12.7962 3.56757 10.7105 3.82454C8.62486 4.08151 6.6643 4.95839 5.08242 6.34174C3.50055 7.7251 2.37016 9.55128 1.83746 11.5841C1.30477 13.6169 1.39428 15.7627 2.09443 17.7441C2.19785 18.0376 2.38966 18.292 2.64348 18.4721C2.8973 18.6522 3.20069 18.7493 3.51193 18.75H20.4872C20.7983 18.7502 21.1018 18.6537 21.3556 18.4738C21.6094 18.2939 21.801 18.0395 21.9038 17.746C22.3768 16.4006 22.5717 14.9731 22.4766 13.5501C22.3816 12.1272 21.9985 10.7383 21.3507 9.46783V9.46877Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SpeedometerIcon.displayName = 'SpeedometerIcon';
|
|
@@ -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 SpotifyIcon = 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: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM14.9128 15.9131C14.8198 16.0889 14.6608 16.2205 14.4707 16.279C14.2807 16.3376 14.0752 16.3183 13.8994 16.2253C13.3155 15.9114 12.6629 15.7472 12 15.7472C11.3371 15.7472 10.6845 15.9114 10.1006 16.2253C9.92532 16.3135 9.72245 16.3294 9.53553 16.2697C9.34862 16.21 9.19254 16.0794 9.10079 15.9059C9.00904 15.7325 8.98891 15.53 9.04473 15.3419C9.10055 15.1538 9.22787 14.995 9.39938 14.8997C10.2007 14.4758 11.0935 14.2543 12 14.2543C12.9065 14.2543 13.7993 14.4758 14.6006 14.8997C14.7764 14.9927 14.908 15.1517 14.9665 15.3418C15.0251 15.5318 15.0058 15.7373 14.9128 15.9131ZM17.9128 10.6631C17.8664 10.7501 17.8034 10.827 17.7272 10.8896C17.6511 10.9522 17.5634 10.9991 17.4691 11.0278C17.3748 11.0564 17.2758 11.0662 17.1777 11.0565C17.0796 11.0469 16.9844 11.018 16.8975 10.9716C15.3914 10.1649 13.7094 9.74279 12.0009 9.74279C10.2925 9.74279 8.61043 10.1649 7.10438 10.9716C6.92884 11.0653 6.72325 11.0855 6.53284 11.0276C6.34244 10.9698 6.1828 10.8387 6.08907 10.6631C5.99533 10.4876 5.97516 10.282 6.03301 10.0916C6.09085 9.90118 6.22196 9.74155 6.3975 9.64781C8.12118 8.72533 10.0459 8.24267 12.0009 8.24267C13.9559 8.24267 15.8807 8.72533 17.6044 9.64781C17.6915 9.69427 17.7686 9.75747 17.8312 9.83379C17.8938 9.91011 17.9408 9.99805 17.9694 10.0926C17.9979 10.1871 18.0076 10.2863 17.9977 10.3845C17.9878 10.4827 17.9587 10.5781 17.9119 10.665L17.9128 10.6631ZM16.4128 13.2881C16.3193 13.4636 16.1599 13.5948 15.9697 13.6529C15.7795 13.7109 15.574 13.691 15.3984 13.5975C14.3528 13.0398 13.186 12.748 12.0009 12.748C10.8159 12.748 9.64904 13.0398 8.60344 13.5975C8.42828 13.687 8.22499 13.704 8.03735 13.6451C7.84972 13.5861 7.69277 13.4557 7.60032 13.2821C7.50786 13.1085 7.4873 12.9056 7.54306 12.7169C7.59883 12.5283 7.72645 12.3692 7.89844 12.2738C9.16107 11.6004 10.57 11.2483 12.0009 11.2483C13.4319 11.2483 14.8408 11.6004 16.1034 12.2738C16.1905 12.3201 16.2676 12.3832 16.3302 12.4594C16.3929 12.5357 16.4399 12.6235 16.4685 12.7179C16.4972 12.8123 16.5069 12.9114 16.4972 13.0096C16.4875 13.1078 16.4585 13.203 16.4119 13.29L16.4128 13.2881Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SpotifyIcon.displayName = 'SpotifyIcon';
|
|
@@ -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 SquareFillIcon = 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 4.5V19.5C21 19.8978 20.842 20.2794 20.5607 20.5607C20.2794 20.842 19.8978 21 19.5 21H4.5C4.10218 21 3.72064 20.842 3.43934 20.5607C3.15804 20.2794 3 19.8978 3 19.5V4.5C3 4.10218 3.15804 3.72064 3.43934 3.43934C3.72064 3.15804 4.10218 3 4.5 3H19.5C19.8978 3 20.2794 3.15804 20.5607 3.43934C20.842 3.72064 21 4.10218 21 4.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SquareFillIcon.displayName = 'SquareFillIcon';
|
|
@@ -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 SquareFillRoundedIcon = 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.2228 2.33167C18.7826 2.33167 21.6683 5.21744 21.6683 8.77722V15.2228C21.6683 18.7826 18.7826 21.6683 15.2228 21.6683H8.77722C5.21744 21.6683 2.33167 18.7826 2.33167 15.2228V8.77722C2.33167 5.21744 5.21744 2.33167 8.77722 2.33167H15.2228Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SquareFillRoundedIcon.displayName = 'SquareFillRoundedIcon';
|
|
@@ -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 SquareIcon = 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 19.5H4.5V4.5H19.5V19.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SquareIcon.displayName = 'SquareIcon';
|
|
@@ -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 SquaresFourFillIcon = 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 5.25V9.75C11.25 10.1478 11.092 10.5294 10.8107 10.8107C10.5294 11.092 10.1478 11.25 9.75 11.25H5.25C4.85218 11.25 4.47064 11.092 4.18934 10.8107C3.90804 10.5294 3.75 10.1478 3.75 9.75V5.25C3.75 4.85218 3.90804 4.47064 4.18934 4.18934C4.47064 3.90804 4.85218 3.75 5.25 3.75H9.75C10.1478 3.75 10.5294 3.90804 10.8107 4.18934C11.092 4.47064 11.25 4.85218 11.25 5.25ZM18.75 3.75H14.25C13.8522 3.75 13.4706 3.90804 13.1893 4.18934C12.908 4.47064 12.75 4.85218 12.75 5.25V9.75C12.75 10.1478 12.908 10.5294 13.1893 10.8107C13.4706 11.092 13.8522 11.25 14.25 11.25H18.75C19.1478 11.25 19.5294 11.092 19.8107 10.8107C20.092 10.5294 20.25 10.1478 20.25 9.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75ZM9.75 12.75H5.25C4.85218 12.75 4.47064 12.908 4.18934 13.1893C3.90804 13.4706 3.75 13.8522 3.75 14.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H9.75C10.1478 20.25 10.5294 20.092 10.8107 19.8107C11.092 19.5294 11.25 19.1478 11.25 18.75V14.25C11.25 13.8522 11.092 13.4706 10.8107 13.1893C10.5294 12.908 10.1478 12.75 9.75 12.75ZM18.75 12.75H14.25C13.8522 12.75 13.4706 12.908 13.1893 13.1893C12.908 13.4706 12.75 13.8522 12.75 14.25V18.75C12.75 19.1478 12.908 19.5294 13.1893 19.8107C13.4706 20.092 13.8522 20.25 14.25 20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V14.25C20.25 13.8522 20.092 13.4706 19.8107 13.1893C19.5294 12.908 19.1478 12.75 18.75 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SquaresFourFillIcon.displayName = 'SquaresFourFillIcon';
|
|
@@ -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 SquaresFourIcon = 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: "M9.75 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25V9.75C3.75 10.1478 3.90804 10.5294 4.18934 10.8107C4.47064 11.092 4.85218 11.25 5.25 11.25H9.75C10.1478 11.25 10.5294 11.092 10.8107 10.8107C11.092 10.5294 11.25 10.1478 11.25 9.75V5.25C11.25 4.85218 11.092 4.47064 10.8107 4.18934C10.5294 3.90804 10.1478 3.75 9.75 3.75ZM9.75 9.75H5.25V5.25H9.75V9.75ZM18.75 3.75H14.25C13.8522 3.75 13.4706 3.90804 13.1893 4.18934C12.908 4.47064 12.75 4.85218 12.75 5.25V9.75C12.75 10.1478 12.908 10.5294 13.1893 10.8107C13.4706 11.092 13.8522 11.25 14.25 11.25H18.75C19.1478 11.25 19.5294 11.092 19.8107 10.8107C20.092 10.5294 20.25 10.1478 20.25 9.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75ZM18.75 9.75H14.25V5.25H18.75V9.75ZM9.75 12.75H5.25C4.85218 12.75 4.47064 12.908 4.18934 13.1893C3.90804 13.4706 3.75 13.8522 3.75 14.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H9.75C10.1478 20.25 10.5294 20.092 10.8107 19.8107C11.092 19.5294 11.25 19.1478 11.25 18.75V14.25C11.25 13.8522 11.092 13.4706 10.8107 13.1893C10.5294 12.908 10.1478 12.75 9.75 12.75ZM9.75 18.75H5.25V14.25H9.75V18.75ZM18.75 12.75H14.25C13.8522 12.75 13.4706 12.908 13.1893 13.1893C12.908 13.4706 12.75 13.8522 12.75 14.25V18.75C12.75 19.1478 12.908 19.5294 13.1893 19.8107C13.4706 20.092 13.8522 20.25 14.25 20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V14.25C20.25 13.8522 20.092 13.4706 19.8107 13.1893C19.5294 12.908 19.1478 12.75 18.75 12.75ZM18.75 18.75H14.25V14.25H18.75V18.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
SquaresFourIcon.displayName = 'SquaresFourIcon';
|
|
@@ -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 StagingIcon = 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.9999 21H10.9999V19.542H21.9999V21ZM6.15125 3.2627C6.35116 3.26269 6.5434 3.33869 6.6864 3.47559C6.82941 3.61253 6.91228 3.79923 6.91687 3.99512C6.92144 4.19098 6.84725 4.3812 6.71082 4.52441C5.31032 5.92258 4.52744 7.80457 4.5321 9.76367V9.80566C4.53857 11.7814 5.34528 13.6745 6.77429 15.0684L8.17371 16.4395V13.75C8.17371 13.5511 8.25477 13.3604 8.39832 13.2197C8.54184 13.0792 8.73643 13 8.93933 13C9.14224 13.0001 9.33686 13.0791 9.48035 13.2197C9.62386 13.3604 9.70496 13.5511 9.70496 13.75V18.25C9.70496 18.4489 9.62386 18.6396 9.48035 18.7803C9.33686 18.9209 9.14224 18.9999 8.93933 19H4.34656C4.14362 19 3.94905 18.9209 3.80554 18.7803C3.662 18.6396 3.58093 18.4489 3.58093 18.25C3.58093 18.0511 3.662 17.8604 3.80554 17.7197C3.94905 17.5791 4.14362 17.5 4.34656 17.5H7.09167L5.69226 16.1318C3.98194 14.4568 3.01404 12.1888 2.99988 9.81934C2.98573 7.44988 3.92588 5.17015 5.61609 3.47559C5.75907 3.33868 5.95133 3.26271 6.15125 3.2627ZM19.9999 12C20.5522 12 20.9999 12.4477 20.9999 13V17L20.995 17.1025C20.9471 17.573 20.5728 17.9472 20.1024 17.9951L19.9999 18H12.9999L12.8973 17.9951C12.427 17.9472 12.0527 17.5729 12.0048 17.1025L11.9999 17V13C11.9999 12.4478 12.4477 12.0001 12.9999 12H19.9999ZM13.4003 16.5996H19.5995V13.4004H13.4003V16.5996ZM19.6552 3C19.858 3.0001 20.0527 3.07916 20.1962 3.21973C20.3396 3.36037 20.4198 3.55114 20.4198 3.75C20.4198 3.94886 20.3396 4.13963 20.1962 4.28027C20.0527 4.42084 19.858 4.4999 19.6552 4.5H16.91L18.3094 5.87109C19.4867 7.0189 20.3115 8.44938 20.7157 10H19.121C18.7553 8.85259 18.1105 7.79697 17.2274 6.93164L15.828 5.56055V8.25C15.828 8.44891 15.7469 8.63962 15.6034 8.78027C15.4599 8.92087 15.2653 8.99999 15.0624 9C14.8594 9 14.6649 8.92086 14.5214 8.78027C14.3778 8.63962 14.2968 8.44891 14.2968 8.25V3.75C14.2968 3.55109 14.3778 3.36038 14.5214 3.21973C14.6649 3.07914 14.8594 3 15.0624 3H19.6552Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StagingIcon.displayName = 'StagingIcon';
|
|
@@ -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 StairsIcon = 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: "M18.75 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V3.75C20.25 3.35218 20.092 2.97064 19.8107 2.68934C19.5294 2.40804 19.1478 2.25 18.75 2.25ZM14.25 13.5H18.75V15.75H10.5V13.5H14.25ZM15 12V9.75H18.75V12H15ZM18.75 3.75V8.25H14.25C14.0511 8.25 13.8603 8.32902 13.7197 8.46967C13.579 8.61032 13.5 8.80109 13.5 9V12H9.75C9.55109 12 9.36032 12.079 9.21967 12.2197C9.07902 12.3603 9 12.5511 9 12.75V15.75H5.25V3.75H18.75ZM18.75 20.25H5.25V17.25H18.75V20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StairsIcon.displayName = 'StairsIcon';
|
|
@@ -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 StarFilledIcon = 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.1626 9.31712C22.0712 9.04024 21.8986 8.79622 21.6667 8.61579C21.4347 8.43535 21.1537 8.32658 20.8592 8.30318L15.4662 7.87456L13.3839 2.91385C13.2713 2.64355 13.0797 2.41233 12.8333 2.24961C12.587 2.08689 12.2971 2 12.0005 2C11.7039 2 11.414 2.08689 11.1677 2.24961C10.9213 2.41233 10.7297 2.64355 10.6171 2.91385L8.53666 7.87366L3.14094 8.30318C2.84586 8.32777 2.5647 8.43759 2.3327 8.61889C2.1007 8.8002 1.92816 9.04491 1.83672 9.32239C1.74527 9.59986 1.73898 9.89775 1.81862 10.1787C1.89827 10.4597 2.06032 10.7113 2.28446 10.9019L6.39775 14.3985L5.14457 19.6266C5.07448 19.9107 5.09164 20.2088 5.19387 20.4832C5.2961 20.7576 5.47879 20.9959 5.71874 21.1678C5.9587 21.3398 6.2451 21.4376 6.5416 21.4489C6.83809 21.4602 7.13131 21.3844 7.38402 21.2313L12 18.4326L16.6188 21.2313C16.8716 21.3826 17.1642 21.4569 17.4598 21.4448C17.7554 21.4326 18.0407 21.3346 18.2798 21.1631C18.519 20.9915 18.7013 20.7541 18.8037 20.4807C18.9061 20.2073 18.9242 19.9101 18.8555 19.6266L17.5978 14.3976L21.7111 10.901C21.937 10.7107 22.1005 10.4586 22.1809 10.1766C22.2613 9.89464 22.2549 9.59551 22.1626 9.31712Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StarFilledIcon.displayName = 'StarFilledIcon';
|