@webpros/mui-theme 0.3.11 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +2 -2
- package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
- package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
- package/dist/src/components/data-display/Table/Table.theme.js +1 -1
- package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
- package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
- package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
- package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
- package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
- package/dist/src/components/inputs/Filter/Filter.js +3 -2
- package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
- package/dist/src/components/inputs/Select/Select.theme.js +2 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
- package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButton/index.js +2 -2
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
- package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
- package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
- package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
- package/dist/src/components/utils/inputIcons.d.ts +9 -0
- package/dist/src/components/utils/inputIcons.js +19 -0
- package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
- package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
- package/dist/src/icons/AmazonIcon.d.ts +2 -0
- package/dist/src/icons/AmazonIcon.js +12 -0
- package/dist/src/icons/AndroidIcon.d.ts +2 -0
- package/dist/src/icons/AndroidIcon.js +12 -0
- package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
- package/dist/src/icons/ApparetmentIcon.js +12 -0
- package/dist/src/icons/ArchiveIcon.d.ts +2 -0
- package/dist/src/icons/ArchiveIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
- package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
- package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownIcon.js +12 -0
- package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
- package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftIcon.js +12 -0
- package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
- package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineDownIcon.js +12 -0
- package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineUpIcon.js +12 -0
- package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightIcon.js +12 -0
- package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
- package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareInIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
- package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpIcon.js +12 -0
- package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
- package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcleftIcon.js +12 -0
- package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcrightIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
- package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
- package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcircleupIcon.js +12 -0
- package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowdownrightIcon.js +12 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
- package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
- package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
- package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
- package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
- package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
- package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsdownupIcon.js +12 -0
- package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
- package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsmergeIcon.js +12 -0
- package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsoutIcon.js +12 -0
- package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
- package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowurightupIcon.js +12 -0
- package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowuupleftIcon.js +12 -0
- package/dist/src/icons/ArticleIcon.d.ts +2 -0
- package/dist/src/icons/ArticleIcon.js +12 -0
- package/dist/src/icons/AtIcon.d.ts +2 -0
- package/dist/src/icons/AtIcon.js +12 -0
- package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderIcon.js +12 -0
- package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
- package/dist/src/icons/BarChartIcon.d.ts +2 -0
- package/dist/src/icons/BarChartIcon.js +12 -0
- package/dist/src/icons/BarricadeIcon.d.ts +2 -0
- package/dist/src/icons/BarricadeIcon.js +12 -0
- package/dist/src/icons/BellIcon.d.ts +2 -0
- package/dist/src/icons/BellIcon.js +12 -0
- package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
- package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
- package/dist/src/icons/BluetoothIcon.d.ts +2 -0
- package/dist/src/icons/BluetoothIcon.js +12 -0
- package/dist/src/icons/BookOpenIcon.d.ts +2 -0
- package/dist/src/icons/BookOpenIcon.js +12 -0
- package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
- package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
- package/dist/src/icons/BookmarksIcon.d.ts +2 -0
- package/dist/src/icons/BookmarksIcon.js +12 -0
- package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
- package/dist/src/icons/BoundingBoxIcon.js +12 -0
- package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowDownIcon.js +12 -0
- package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowUpIcon.js +12 -0
- package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
- package/dist/src/icons/BriefcaseIcon.js +12 -0
- package/dist/src/icons/BrowserIcon.d.ts +2 -0
- package/dist/src/icons/BrowserIcon.js +12 -0
- package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
- package/dist/src/icons/BugBeetleIcon.js +12 -0
- package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
- package/dist/src/icons/BuildingApartmentIcon.js +12 -0
- package/dist/src/icons/BuildingIcon.d.ts +2 -0
- package/dist/src/icons/BuildingIcon.js +12 -0
- package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
- package/dist/src/icons/BuildingOfficeIcon.js +12 -0
- package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
- package/dist/src/icons/CalendarBlankIcon.js +12 -0
- package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
- package/dist/src/icons/CalendarCheckIcon.js +12 -0
- package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
- package/dist/src/icons/CalendarPlusIcon.js +12 -0
- package/dist/src/icons/CarIcon.d.ts +2 -0
- package/dist/src/icons/CarIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownIcon.js +12 -0
- package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftIcon.js +12 -0
- package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightIcon.js +12 -0
- package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightTinyIcon.js +12 -0
- package/dist/src/icons/CaretUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpIcon.js +12 -0
- package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
- package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
- package/dist/src/icons/CellTowerIcon.d.ts +2 -0
- package/dist/src/icons/CellTowerIcon.js +12 -0
- package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineDownIcon.js +12 -0
- package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineUpIcon.js +12 -0
- package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
- package/dist/src/icons/ChartPieSliceIcon.js +12 -0
- package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
- package/dist/src/icons/ChartPolarIcon.js +12 -0
- package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
- package/dist/src/icons/ChartScatterIcon.js +12 -0
- package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
- package/dist/src/icons/ChatCenteredIcon.js +12 -0
- package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
- package/dist/src/icons/ChatCircleIcon.js +12 -0
- package/dist/src/icons/CheckAllIcon.d.ts +2 -0
- package/dist/src/icons/CheckAllIcon.js +12 -0
- package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleFillIcon.js +12 -0
- package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleIcon.js +12 -0
- package/dist/src/icons/CheckIcon.d.ts +2 -0
- package/dist/src/icons/CheckIcon.js +12 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
- package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckSmallIcon.js +12 -0
- package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareFillIcon.js +12 -0
- package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareIcon.js +12 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
- package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOff20Icon.js +12 -0
- package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
- package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOn20Icon.js +12 -0
- package/dist/src/icons/CircleIcon.d.ts +2 -0
- package/dist/src/icons/CircleIcon.js +12 -0
- package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
- package/dist/src/icons/CirclesFourIcon.js +12 -0
- package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
- package/dist/src/icons/CirclesThreeIcon.js +12 -0
- package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/ClockDuotoneIcon.js +12 -0
- package/dist/src/icons/ClockIcon.d.ts +2 -0
- package/dist/src/icons/ClockIcon.js +12 -0
- package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
- package/dist/src/icons/ClockSmallIcon.js +12 -0
- package/dist/src/icons/CloneIcon.d.ts +2 -0
- package/dist/src/icons/CloneIcon.js +12 -0
- package/dist/src/icons/CloseBigIcon.d.ts +2 -0
- package/dist/src/icons/CloseBigIcon.js +12 -0
- package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleFillIcon.js +12 -0
- package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleIcon.js +12 -0
- package/dist/src/icons/CloseIcon.d.ts +2 -0
- package/dist/src/icons/CloseIcon.js +12 -0
- package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
- package/dist/src/icons/CloseSmallIcon.js +12 -0
- package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
- package/dist/src/icons/CloudCheckIcon.js +12 -0
- package/dist/src/icons/CloudIcon.d.ts +2 -0
- package/dist/src/icons/CloudIcon.js +12 -0
- package/dist/src/icons/CodepenIcon.d.ts +2 -0
- package/dist/src/icons/CodepenIcon.js +12 -0
- package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
- package/dist/src/icons/CodesandboxIcon.js +12 -0
- package/dist/src/icons/CommandIcon.d.ts +2 -0
- package/dist/src/icons/CommandIcon.js +12 -0
- package/dist/src/icons/CompassIcon.d.ts +2 -0
- package/dist/src/icons/CompassIcon.js +12 -0
- package/dist/src/icons/CompassToolIcon.d.ts +2 -0
- package/dist/src/icons/CompassToolIcon.js +12 -0
- package/dist/src/icons/CopyIcon.d.ts +2 -0
- package/dist/src/icons/CopyIcon.js +12 -0
- package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
- package/dist/src/icons/CopySimpleIcon.js +12 -0
- package/dist/src/icons/CornersOutIcon.d.ts +2 -0
- package/dist/src/icons/CornersOutIcon.js +12 -0
- package/dist/src/icons/CpuIcon.d.ts +2 -0
- package/dist/src/icons/CpuIcon.js +12 -0
- package/dist/src/icons/CreditCardIcon.d.ts +2 -0
- package/dist/src/icons/CreditCardIcon.js +12 -0
- package/dist/src/icons/CrownIcon.d.ts +2 -0
- package/dist/src/icons/CrownIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
- package/dist/src/icons/DatabaseIcon.d.ts +2 -0
- package/dist/src/icons/DatabaseIcon.js +12 -0
- package/dist/src/icons/DesktopIcon.d.ts +2 -0
- package/dist/src/icons/DesktopIcon.js +12 -0
- package/dist/src/icons/DetectiveIcon.d.ts +2 -0
- package/dist/src/icons/DetectiveIcon.js +12 -0
- package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
- package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
- package/dist/src/icons/DisableIcon.d.ts +2 -0
- package/dist/src/icons/DisableIcon.js +12 -0
- package/dist/src/icons/DominoIcon.d.ts +2 -0
- package/dist/src/icons/DominoIcon.js +12 -0
- package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
- package/dist/src/icons/DominoPlusIcon.js +12 -0
- package/dist/src/icons/DonutChartIcon.d.ts +2 -0
- package/dist/src/icons/DonutChartIcon.js +12 -0
- package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
- package/dist/src/icons/DotsNineBoldIcon.js +12 -0
- package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
- package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
- package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeIcon.js +12 -0
- package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
- package/dist/src/icons/DraftIcon.d.ts +2 -0
- package/dist/src/icons/DraftIcon.js +12 -0
- package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
- package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeIcon.js +12 -0
- package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
- package/dist/src/icons/EqualizerIcon.d.ts +2 -0
- package/dist/src/icons/EqualizerIcon.js +12 -0
- package/dist/src/icons/EqualsIcon.d.ts +2 -0
- package/dist/src/icons/EqualsIcon.js +12 -0
- package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
- package/dist/src/icons/ErrorFilledIcon.js +12 -0
- package/dist/src/icons/ErrorIcon.d.ts +2 -0
- package/dist/src/icons/ErrorIcon.js +12 -0
- package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
- package/dist/src/icons/ErrorMarkerIcon.js +12 -0
- package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
- package/dist/src/icons/ExclamationMarkIcon.js +12 -0
- package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
- package/dist/src/icons/EyeClosedIcon.js +12 -0
- package/dist/src/icons/EyeIcon.d.ts +2 -0
- package/dist/src/icons/EyeIcon.js +12 -0
- package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
- package/dist/src/icons/EyeSlashIcon.js +12 -0
- package/dist/src/icons/FadersIcon.d.ts +2 -0
- package/dist/src/icons/FadersIcon.js +12 -0
- package/dist/src/icons/FallIcon.d.ts +2 -0
- package/dist/src/icons/FallIcon.js +12 -0
- package/dist/src/icons/FigmaIcon.d.ts +2 -0
- package/dist/src/icons/FigmaIcon.js +12 -0
- package/dist/src/icons/FilePdfIcon.d.ts +2 -0
- package/dist/src/icons/FilePdfIcon.js +12 -0
- package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
- package/dist/src/icons/FilledCircleIcon.js +12 -0
- package/dist/src/icons/FireIcon.d.ts +2 -0
- package/dist/src/icons/FireIcon.js +12 -0
- package/dist/src/icons/FlagIcon.d.ts +2 -0
- package/dist/src/icons/FlagIcon.js +12 -0
- package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
- package/dist/src/icons/FlagPennantIcon.js +12 -0
- package/dist/src/icons/FolderIcon.d.ts +2 -0
- package/dist/src/icons/FolderIcon.js +12 -0
- package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
- package/dist/src/icons/FolderOpenIcon.js +12 -0
- package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
- package/dist/src/icons/FolderPlusIcon.js +12 -0
- package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FolderSimpleIcon.js +12 -0
- package/dist/src/icons/FoldersIcon.d.ts +2 -0
- package/dist/src/icons/FoldersIcon.js +12 -0
- package/dist/src/icons/FontInterIcon.d.ts +2 -0
- package/dist/src/icons/FontInterIcon.js +12 -0
- package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
- package/dist/src/icons/FontMerriweatherIcon.js +12 -0
- package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
- package/dist/src/icons/FontMonserratIcon.js +12 -0
- package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
- package/dist/src/icons/FontOpensansIcon.js +12 -0
- package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
- package/dist/src/icons/FontPlayfairIcon.js +12 -0
- package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
- package/dist/src/icons/FontPoppinsIcon.js +12 -0
- package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
- package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
- package/dist/src/icons/FontRubikIcon.d.ts +2 -0
- package/dist/src/icons/FontRubikIcon.js +12 -0
- package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
- package/dist/src/icons/FontVallkornIcon.js +12 -0
- package/dist/src/icons/ForwarderIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderIcon.js +12 -0
- package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderPlusIcon.js +12 -0
- package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
- package/dist/src/icons/FrameCornersIcon.js +12 -0
- package/dist/src/icons/FramerIcon.d.ts +2 -0
- package/dist/src/icons/FramerIcon.js +12 -0
- package/dist/src/icons/FtpIcon.d.ts +2 -0
- package/dist/src/icons/FtpIcon.js +12 -0
- package/dist/src/icons/FunnelIcon.d.ts +2 -0
- package/dist/src/icons/FunnelIcon.js +12 -0
- package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FunnelSimpleIcon.js +12 -0
- package/dist/src/icons/GearIcon.d.ts +2 -0
- package/dist/src/icons/GearIcon.js +12 -0
- package/dist/src/icons/GearSixIcon.d.ts +2 -0
- package/dist/src/icons/GearSixIcon.js +12 -0
- package/dist/src/icons/GearsIcon.d.ts +2 -0
- package/dist/src/icons/GearsIcon.js +12 -0
- package/dist/src/icons/GithubIcon.d.ts +2 -0
- package/dist/src/icons/GithubIcon.js +12 -0
- package/dist/src/icons/GlobeIcon.d.ts +2 -0
- package/dist/src/icons/GlobeIcon.js +12 -0
- package/dist/src/icons/GoToIcon.d.ts +2 -0
- package/dist/src/icons/GoToIcon.js +12 -0
- package/dist/src/icons/GoogleIcon.d.ts +2 -0
- package/dist/src/icons/GoogleIcon.js +12 -0
- package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
- package/dist/src/icons/GooglePhotosIcon.js +12 -0
- package/dist/src/icons/GridFourIcon.d.ts +2 -0
- package/dist/src/icons/GridFourIcon.js +12 -0
- package/dist/src/icons/GridNineIcon.d.ts +2 -0
- package/dist/src/icons/GridNineIcon.js +12 -0
- package/dist/src/icons/HalfStarIcon.d.ts +2 -0
- package/dist/src/icons/HalfStarIcon.js +12 -0
- package/dist/src/icons/HandPalmIcon.d.ts +2 -0
- package/dist/src/icons/HandPalmIcon.js +12 -0
- package/dist/src/icons/HardDriveIcon.d.ts +2 -0
- package/dist/src/icons/HardDriveIcon.js +12 -0
- package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
- package/dist/src/icons/HardDrivesIcon.js +12 -0
- package/dist/src/icons/HashIcon.d.ts +2 -0
- package/dist/src/icons/HashIcon.js +12 -0
- package/dist/src/icons/HeartIcon.d.ts +2 -0
- package/dist/src/icons/HeartIcon.js +12 -0
- package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
- package/dist/src/icons/HeartbeatIcon.js +12 -0
- package/dist/src/icons/HomeIcon.d.ts +2 -0
- package/dist/src/icons/HomeIcon.js +12 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
- package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighIcon.js +12 -0
- package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
- package/dist/src/icons/IdentificationCardIcon.js +12 -0
- package/dist/src/icons/ImageIcon.d.ts +2 -0
- package/dist/src/icons/ImageIcon.js +12 -0
- package/dist/src/icons/InfoFillIcon.d.ts +2 -0
- package/dist/src/icons/InfoFillIcon.js +12 -0
- package/dist/src/icons/InfoIIcon.d.ts +2 -0
- package/dist/src/icons/InfoIIcon.js +12 -0
- package/dist/src/icons/InfoIcon.d.ts +2 -0
- package/dist/src/icons/InfoIcon.js +12 -0
- package/dist/src/icons/KeyIcon.d.ts +2 -0
- package/dist/src/icons/KeyIcon.js +12 -0
- package/dist/src/icons/KeyholeIcon.d.ts +2 -0
- package/dist/src/icons/KeyholeIcon.js +12 -0
- package/dist/src/icons/LaravelIcon.d.ts +2 -0
- package/dist/src/icons/LaravelIcon.js +12 -0
- package/dist/src/icons/LayoutIcon.d.ts +2 -0
- package/dist/src/icons/LayoutIcon.js +12 -0
- package/dist/src/icons/LightningFillIcon.d.ts +2 -0
- package/dist/src/icons/LightningFillIcon.js +12 -0
- package/dist/src/icons/LightningIcon.d.ts +2 -0
- package/dist/src/icons/LightningIcon.js +12 -0
- package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
- package/dist/src/icons/LineChartIcon.d.ts +2 -0
- package/dist/src/icons/LineChartIcon.js +12 -0
- package/dist/src/icons/LinkIcon.d.ts +2 -0
- package/dist/src/icons/LinkIcon.js +12 -0
- package/dist/src/icons/LinuxIcon.d.ts +2 -0
- package/dist/src/icons/LinuxIcon.js +12 -0
- package/dist/src/icons/ListDashesIcon.d.ts +2 -0
- package/dist/src/icons/ListDashesIcon.js +12 -0
- package/dist/src/icons/ListIcon.d.ts +2 -0
- package/dist/src/icons/ListIcon.js +12 -0
- package/dist/src/icons/LockIcon.d.ts +2 -0
- package/dist/src/icons/LockIcon.js +12 -0
- package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
- package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
- package/dist/src/icons/MapPinIcon.d.ts +2 -0
- package/dist/src/icons/MapPinIcon.js +12 -0
- package/dist/src/icons/MastodonIcon.d.ts +2 -0
- package/dist/src/icons/MastodonIcon.js +12 -0
- package/dist/src/icons/MedalIcon.d.ts +2 -0
- package/dist/src/icons/MedalIcon.js +12 -0
- package/dist/src/icons/MemoryIcon.d.ts +2 -0
- package/dist/src/icons/MemoryIcon.js +12 -0
- package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
- package/dist/src/icons/MessengerLogoIcon.js +12 -0
- package/dist/src/icons/MicIcon.d.ts +2 -0
- package/dist/src/icons/MicIcon.js +12 -0
- package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
- package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftWordIcon.js +12 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleFillIcon.js +12 -0
- package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleIcon.js +12 -0
- package/dist/src/icons/MinusIcon.d.ts +2 -0
- package/dist/src/icons/MinusIcon.js +12 -0
- package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareFillIcon.js +12 -0
- package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareIcon.js +12 -0
- package/dist/src/icons/MoonIcon.d.ts +2 -0
- package/dist/src/icons/MoonIcon.js +12 -0
- package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
- package/dist/src/icons/NotEqualsIcon.js +12 -0
- package/dist/src/icons/NotchesIcon.d.ts +2 -0
- package/dist/src/icons/NotchesIcon.js +12 -0
- package/dist/src/icons/NotePencilIcon.d.ts +2 -0
- package/dist/src/icons/NotePencilIcon.js +12 -0
- package/dist/src/icons/NotepadIcon.d.ts +2 -0
- package/dist/src/icons/NotepadIcon.js +12 -0
- package/dist/src/icons/NovaIcon.d.ts +2 -0
- package/dist/src/icons/NovaIcon.js +12 -0
- package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleFourIcon.js +12 -0
- package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleOneIcon.js +12 -0
- package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
- package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
- package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
- package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
- package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
- package/dist/src/icons/PaintBucketFillIcon.js +12 -0
- package/dist/src/icons/PalmIcon.d.ts +2 -0
- package/dist/src/icons/PalmIcon.js +12 -0
- package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
- package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
- package/dist/src/icons/PaperclipIcon.d.ts +2 -0
- package/dist/src/icons/PaperclipIcon.js +12 -0
- package/dist/src/icons/PasswordIcon.d.ts +2 -0
- package/dist/src/icons/PasswordIcon.js +12 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleIcon.js +12 -0
- package/dist/src/icons/PauseFillIcon.d.ts +2 -0
- package/dist/src/icons/PauseFillIcon.js +12 -0
- package/dist/src/icons/PauseIcon.d.ts +2 -0
- package/dist/src/icons/PauseIcon.js +12 -0
- package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
- package/dist/src/icons/PencilSimpleIcon.js +12 -0
- package/dist/src/icons/PercentIcon.d.ts +2 -0
- package/dist/src/icons/PercentIcon.js +12 -0
- package/dist/src/icons/PhoneIcon.d.ts +2 -0
- package/dist/src/icons/PhoneIcon.js +12 -0
- package/dist/src/icons/PieChartIcon.d.ts +2 -0
- package/dist/src/icons/PieChartIcon.js +12 -0
- package/dist/src/icons/PinterestIcon.d.ts +2 -0
- package/dist/src/icons/PinterestIcon.js +12 -0
- package/dist/src/icons/PlayIcon.d.ts +2 -0
- package/dist/src/icons/PlayIcon.js +12 -0
- package/dist/src/icons/PleskIcon.d.ts +2 -0
- package/dist/src/icons/PleskIcon.js +12 -0
- package/dist/src/icons/PluginIcon.d.ts +2 -0
- package/dist/src/icons/PluginIcon.js +12 -0
- package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
- package/dist/src/icons/PlugsConnectedIcon.js +12 -0
- package/dist/src/icons/PlugsIcon.d.ts +2 -0
- package/dist/src/icons/PlugsIcon.js +12 -0
- package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleFillIcon.js +12 -0
- package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleIcon.js +12 -0
- package/dist/src/icons/PlusIcon.d.ts +2 -0
- package/dist/src/icons/PlusIcon.js +12 -0
- package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
- package/dist/src/icons/PlusSmallIcon.js +12 -0
- package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
- package/dist/src/icons/PlusSquareIcon.js +12 -0
- package/dist/src/icons/PowerIcon.d.ts +2 -0
- package/dist/src/icons/PowerIcon.js +12 -0
- package/dist/src/icons/ProhibitIcon.d.ts +2 -0
- package/dist/src/icons/ProhibitIcon.js +12 -0
- package/dist/src/icons/PulseIcon.d.ts +2 -0
- package/dist/src/icons/PulseIcon.js +12 -0
- package/dist/src/icons/PushPinIcon.d.ts +2 -0
- package/dist/src/icons/PushPinIcon.js +12 -0
- package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
- package/dist/src/icons/PuzzlePieceIcon.js +12 -0
- package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
- package/dist/src/icons/QuestionFillIcon.js +12 -0
- package/dist/src/icons/QuestionIcon.d.ts +2 -0
- package/dist/src/icons/QuestionIcon.js +12 -0
- package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
- package/dist/src/icons/QuestionSimpleIcon.js +12 -0
- package/dist/src/icons/QueueIcon.d.ts +2 -0
- package/dist/src/icons/QueueIcon.js +12 -0
- package/dist/src/icons/RadioOffIcon.d.ts +2 -0
- package/dist/src/icons/RadioOffIcon.js +12 -0
- package/dist/src/icons/RadioOnIcon.d.ts +2 -0
- package/dist/src/icons/RadioOnIcon.js +12 -0
- package/dist/src/icons/RealcvIcon.d.ts +2 -0
- package/dist/src/icons/RealcvIcon.js +12 -0
- package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
- package/dist/src/icons/RectangleCircleIcon.js +12 -0
- package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
- package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveForwarderIcon.js +12 -0
- package/dist/src/icons/RemoveIcon.d.ts +2 -0
- package/dist/src/icons/RemoveIcon.js +12 -0
- package/dist/src/icons/RepeatIcon.d.ts +2 -0
- package/dist/src/icons/RepeatIcon.js +12 -0
- package/dist/src/icons/RiseIcon.d.ts +2 -0
- package/dist/src/icons/RiseIcon.js +12 -0
- package/dist/src/icons/RobotIcon.d.ts +2 -0
- package/dist/src/icons/RobotIcon.js +12 -0
- package/dist/src/icons/SealWarningIcon.d.ts +2 -0
- package/dist/src/icons/SealWarningIcon.js +12 -0
- package/dist/src/icons/SettingsIcon.d.ts +2 -0
- package/dist/src/icons/SettingsIcon.js +12 -0
- package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
- package/dist/src/icons/ShareNetworkIcon.js +12 -0
- package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckIcon.js +12 -0
- package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckedIcon.js +12 -0
- package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCrossIcon.js +12 -0
- package/dist/src/icons/ShieldIcon.d.ts +2 -0
- package/dist/src/icons/ShieldIcon.js +12 -0
- package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
- package/dist/src/icons/SidebarCollapseIcon.js +12 -0
- package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
- package/dist/src/icons/SidebarExpandIcon.js +12 -0
- package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/SidebarSimpleIcon.js +12 -0
- package/dist/src/icons/SignInIcon.d.ts +2 -0
- package/dist/src/icons/SignInIcon.js +12 -0
- package/dist/src/icons/SignOutIcon.d.ts +2 -0
- package/dist/src/icons/SignOutIcon.js +12 -0
- package/dist/src/icons/SirenIcon.d.ts +2 -0
- package/dist/src/icons/SirenIcon.js +12 -0
- package/dist/src/icons/SkipBackIcon.d.ts +2 -0
- package/dist/src/icons/SkipBackIcon.js +12 -0
- package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
- package/dist/src/icons/SkipForwardIcon.js +12 -0
- package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
- package/dist/src/icons/SkypeLogoIcon.js +12 -0
- package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
- package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
- package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
- package/dist/src/icons/SmartphoneIcon.js +12 -0
- package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
- package/dist/src/icons/SnapchatLogoIcon.js +12 -0
- package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
- package/dist/src/icons/SortAscendingIcon.js +12 -0
- package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
- package/dist/src/icons/SortDescendingIcon.js +12 -0
- package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
- package/dist/src/icons/SoundcloudIcon.js +12 -0
- package/dist/src/icons/SparkleIcon.d.ts +2 -0
- package/dist/src/icons/SparkleIcon.js +12 -0
- package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
- package/dist/src/icons/SparklesStarsIcon.js +12 -0
- package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
- package/dist/src/icons/SpeakerXIcon.js +12 -0
- package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
- package/dist/src/icons/SpeedometerIcon.js +12 -0
- package/dist/src/icons/SpotifyIcon.d.ts +2 -0
- package/dist/src/icons/SpotifyIcon.js +12 -0
- package/dist/src/icons/SquareFillIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillIcon.js +12 -0
- package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
- package/dist/src/icons/SquareIcon.d.ts +2 -0
- package/dist/src/icons/SquareIcon.js +12 -0
- package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourFillIcon.js +12 -0
- package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourIcon.js +12 -0
- package/dist/src/icons/StagingIcon.d.ts +2 -0
- package/dist/src/icons/StagingIcon.js +12 -0
- package/dist/src/icons/StairsIcon.d.ts +2 -0
- package/dist/src/icons/StairsIcon.js +12 -0
- package/dist/src/icons/StarFilledIcon.d.ts +2 -0
- package/dist/src/icons/StarFilledIcon.js +12 -0
- package/dist/src/icons/StarFourIcon.d.ts +2 -0
- package/dist/src/icons/StarFourIcon.js +12 -0
- package/dist/src/icons/StarIcon.d.ts +2 -0
- package/dist/src/icons/StarIcon.js +12 -0
- package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
- package/dist/src/icons/StethoscopeIcon.js +12 -0
- package/dist/src/icons/StopCircleIcon.d.ts +2 -0
- package/dist/src/icons/StopCircleIcon.js +12 -0
- package/dist/src/icons/StopFillIcon.d.ts +2 -0
- package/dist/src/icons/StopFillIcon.js +12 -0
- package/dist/src/icons/SunIcon.d.ts +2 -0
- package/dist/src/icons/SunIcon.js +12 -0
- package/dist/src/icons/TabletIcon.d.ts +2 -0
- package/dist/src/icons/TabletIcon.js +12 -0
- package/dist/src/icons/TabsIcon.d.ts +2 -0
- package/dist/src/icons/TabsIcon.js +12 -0
- package/dist/src/icons/TagFilledIcon.d.ts +2 -0
- package/dist/src/icons/TagFilledIcon.js +12 -0
- package/dist/src/icons/TagIcon.d.ts +2 -0
- package/dist/src/icons/TagIcon.js +12 -0
- package/dist/src/icons/TagSmallIcon.d.ts +2 -0
- package/dist/src/icons/TagSmallIcon.js +12 -0
- package/dist/src/icons/TaskpadIcon.d.ts +2 -0
- package/dist/src/icons/TaskpadIcon.js +12 -0
- package/dist/src/icons/TerminalIcon.d.ts +2 -0
- package/dist/src/icons/TerminalIcon.js +12 -0
- package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
- package/dist/src/icons/TerminalWindowIcon.js +12 -0
- package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignCenterIcon.js +12 -0
- package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
- package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignLeftIcon.js +12 -0
- package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignRightIcon.js +12 -0
- package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
- package/dist/src/icons/TextBBoldIcon.js +12 -0
- package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
- package/dist/src/icons/TextHTwoIcon.js +12 -0
- package/dist/src/icons/TextItalicIcon.d.ts +2 -0
- package/dist/src/icons/TextItalicIcon.js +12 -0
- package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
- package/dist/src/icons/TextStrikethroughIcon.js +12 -0
- package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
- package/dist/src/icons/TextUnderlineIcon.js +12 -0
- package/dist/src/icons/TextboxIcon.d.ts +2 -0
- package/dist/src/icons/TextboxIcon.js +12 -0
- package/dist/src/icons/ThemeIcon.d.ts +2 -0
- package/dist/src/icons/ThemeIcon.js +12 -0
- package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
- package/dist/src/icons/TicketIcon.d.ts +2 -0
- package/dist/src/icons/TicketIcon.js +12 -0
- package/dist/src/icons/TidalIcon.d.ts +2 -0
- package/dist/src/icons/TidalIcon.js +12 -0
- package/dist/src/icons/TiktokIcon.d.ts +2 -0
- package/dist/src/icons/TiktokIcon.js +12 -0
- package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
- package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftIcon.js +12 -0
- package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightFillIcon.js +12 -0
- package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightIcon.js +12 -0
- package/dist/src/icons/TranslateIcon.d.ts +2 -0
- package/dist/src/icons/TranslateIcon.js +12 -0
- package/dist/src/icons/TrashIcon.d.ts +2 -0
- package/dist/src/icons/TrashIcon.js +12 -0
- package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
- package/dist/src/icons/TrayArrowInIcon.js +12 -0
- package/dist/src/icons/TrayIcon.d.ts +2 -0
- package/dist/src/icons/TrayIcon.js +12 -0
- package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
- package/dist/src/icons/TrayPlusIcon.js +12 -0
- package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
- package/dist/src/icons/TreeStructureIcon.js +12 -0
- package/dist/src/icons/UploadIcon.d.ts +2 -0
- package/dist/src/icons/UploadIcon.js +12 -0
- package/dist/src/icons/UserIcon.d.ts +2 -0
- package/dist/src/icons/UserIcon.js +12 -0
- package/dist/src/icons/UserPlusIcon.d.ts +2 -0
- package/dist/src/icons/UserPlusIcon.js +12 -0
- package/dist/src/icons/UserSquareIcon.d.ts +2 -0
- package/dist/src/icons/UserSquareIcon.js +12 -0
- package/dist/src/icons/UsersIcon.d.ts +2 -0
- package/dist/src/icons/UsersIcon.js +12 -0
- package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
- package/dist/src/icons/VectorTwoIcon.js +12 -0
- package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
- package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
- package/dist/src/icons/WandMagicIcon.d.ts +2 -0
- package/dist/src/icons/WandMagicIcon.js +12 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/WarningFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningFillIcon.js +12 -0
- package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
- package/dist/src/icons/WarningFilledIcon.js +12 -0
- package/dist/src/icons/WarningIcon.d.ts +2 -0
- package/dist/src/icons/WarningIcon.js +12 -0
- package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
- package/dist/src/icons/WarningMarkerIcon.js +12 -0
- package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
- package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonIcon.js +12 -0
- package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
- package/dist/src/icons/WarningTriangleIcon.js +12 -0
- package/dist/src/icons/WaveSineIcon.d.ts +2 -0
- package/dist/src/icons/WaveSineIcon.js +12 -0
- package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
- package/dist/src/icons/WebhooksLogoIcon.js +12 -0
- package/dist/src/icons/WebsiteIcon.d.ts +2 -0
- package/dist/src/icons/WebsiteIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoIcon.js +12 -0
- package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
- package/dist/src/icons/WheelchairMotionIcon.js +12 -0
- package/dist/src/icons/WifiIcon.d.ts +2 -0
- package/dist/src/icons/WifiIcon.js +12 -0
- package/dist/src/icons/WordpressIcon.d.ts +2 -0
- package/dist/src/icons/WordpressIcon.js +12 -0
- package/dist/src/icons/WorkIcon.d.ts +2 -0
- package/dist/src/icons/WorkIcon.js +12 -0
- package/dist/src/icons/WrenchIcon.d.ts +2 -0
- package/dist/src/icons/WrenchIcon.js +12 -0
- package/dist/src/icons/XIcon.d.ts +2 -0
- package/dist/src/icons/XIcon.js +12 -0
- package/dist/src/icons/YoutubeIcon.d.ts +2 -0
- package/dist/src/icons/YoutubeIcon.js +12 -0
- package/dist/src/icons/index.d.ts +411 -4
- package/dist/src/icons/index.js +412 -10
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +3 -0
- package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
- package/dist/src/tokens/ThemeColorTokens.js +16 -1
- package/dist/src/tokens/ThemeMode.d.ts +1 -1
- package/dist/src/tokens/ThemeScheme.d.ts +2 -0
- package/dist/src/tokens/ThemeScheme.js +2 -1
- package/dist/src/tokens/colors/Wptk.d.ts +24 -0
- package/dist/src/tokens/colors/Wptk.js +1496 -0
- package/dist/src/tokens/colors/index.d.ts +1 -0
- package/dist/src/tokens/colors/index.js +1 -0
- package/dist/src/utils/createIcon.d.ts +16 -5
- package/dist/src/utils/createIcon.js +3 -65
- package/dist/src/utils/getMUIComponents.js +2 -2
- package/package.json +3 -3
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const NumberCircleThreeIcon = 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.25ZM15 14.25C14.9998 14.9203 14.8001 15.5754 14.4261 16.1318C14.0522 16.6881 13.5211 17.1205 12.9005 17.3738C12.2799 17.6272 11.5979 17.69 10.9415 17.5542C10.285 17.4184 9.6839 17.0903 9.21469 16.6116C9.14141 16.5422 9.08286 16.4588 9.04256 16.3663C9.00226 16.2739 8.98103 16.1742 8.98015 16.0733C8.97926 15.9724 8.99874 15.8724 9.03741 15.7792C9.07608 15.6861 9.13315 15.6016 9.20521 15.531C9.27727 15.4604 9.36283 15.4051 9.45677 15.3683C9.55072 15.3316 9.65111 15.3141 9.75195 15.3171C9.85279 15.32 9.95201 15.3432 10.0437 15.3854C10.1353 15.4276 10.2175 15.4878 10.2853 15.5625C10.5017 15.7832 10.7693 15.9471 11.0643 16.0394C11.3593 16.1317 11.6725 16.1497 11.9762 16.0917C12.2798 16.0337 12.5644 15.9015 12.8045 15.707C13.0447 15.5124 13.2331 15.2615 13.3529 14.9765C13.4726 14.6915 13.5201 14.3814 13.491 14.0736C13.4619 13.7659 13.3572 13.4701 13.1862 13.2126C13.0152 12.9551 12.7832 12.7439 12.5108 12.5978C12.2384 12.4516 11.9341 12.3751 11.625 12.375C11.4878 12.375 11.3532 12.3373 11.236 12.2661C11.1187 12.1949 11.0232 12.0929 10.9599 11.9711C10.8965 11.8494 10.8678 11.7127 10.8768 11.5758C10.8858 11.4389 10.9322 11.3071 11.0109 11.1947L12.8091 8.625H9.75C9.55109 8.625 9.36033 8.54598 9.21967 8.40533C9.07902 8.26468 9 8.07391 9 7.875C9 7.67609 9.07902 7.48532 9.21967 7.34467C9.36033 7.20402 9.55109 7.125 9.75 7.125H14.25C14.3872 7.12504 14.5218 7.16271 14.639 7.23392C14.7563 7.30513 14.8518 7.40714 14.9151 7.52885C14.9785 7.65057 15.0072 7.78732 14.9982 7.92422C14.9892 8.06113 14.9428 8.19294 14.8641 8.30531L12.8953 11.1178C13.5177 11.3716 14.0503 11.8051 14.4252 12.363C14.8001 12.9209 15.0002 13.5779 15 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NumberCircleThreeIcon.displayName = 'NumberCircleThreeIcon';
|
|
@@ -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 NumberCircleTwoIcon = 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.3963 11.5556L11.25 15.75H14.25C14.4489 15.75 14.6397 15.829 14.7803 15.9697C14.921 16.1103 15 16.3011 15 16.5C15 16.6989 14.921 16.8897 14.7803 17.0303C14.6397 17.171 14.4489 17.25 14.25 17.25H9.75C9.61072 17.25 9.47419 17.2112 9.35571 17.138C9.23722 17.0648 9.14147 16.96 9.07918 16.8354C9.01689 16.7108 8.99053 16.5714 9.00303 16.4326C9.01554 16.2939 9.06643 16.1614 9.15 16.05L13.1972 10.6537C13.3268 10.4811 13.4176 10.2824 13.4633 10.0714C13.5091 9.8604 13.5088 9.642 13.4624 9.43113C13.416 9.22026 13.3246 9.02189 13.1945 8.84958C13.0644 8.67727 12.8986 8.53508 12.7085 8.43272C12.5184 8.33037 12.3084 8.27026 12.093 8.25651C11.8775 8.24275 11.6616 8.27568 11.46 8.35304C11.2584 8.43039 11.0759 8.55036 10.925 8.70473C10.774 8.8591 10.6581 9.04424 10.5853 9.2475C10.5189 9.4351 10.3807 9.58864 10.2011 9.67435C10.0215 9.76006 9.81526 9.77092 9.62766 9.70453C9.44006 9.63814 9.28652 9.49995 9.20081 9.32036C9.1151 9.14076 9.10424 8.93447 9.17063 8.74688C9.31531 8.33957 9.54629 7.96834 9.84777 7.6586C10.1492 7.34886 10.5141 7.10793 10.9173 6.95229C11.3206 6.79665 11.7527 6.72998 12.1841 6.75685C12.6155 6.78373 13.036 6.9035 13.4168 7.10798C13.7976 7.31246 14.1297 7.59681 14.3904 7.94157C14.6511 8.28633 14.8343 8.68335 14.9273 9.10546C15.0203 9.52757 15.021 9.96479 14.9294 10.3872C14.8377 10.8096 14.6558 11.2072 14.3963 11.5528V11.5556Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NumberCircleTwoIcon.displayName = 'NumberCircleTwoIcon';
|
|
@@ -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 PaintBrushBroadIcon = 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 2.25H6.75C5.75544 2.25 4.80161 2.64509 4.09835 3.34835C3.39509 4.05161 3 5.00544 3 6V12.75C3 13.3467 3.23705 13.919 3.65901 14.341C4.08097 14.7629 4.65326 15 5.25 15H9.75L9.01031 19.3753C9.00358 19.4165 9.00013 19.4582 9 19.5C9 20.2956 9.31607 21.0587 9.87868 21.6213C10.4413 22.1839 11.2044 22.5 12 22.5C12.7956 22.5 13.5587 22.1839 14.1213 21.6213C14.6839 21.0587 15 20.2956 15 19.5C14.9999 19.4582 14.9964 19.4165 14.9897 19.3753L14.25 15H18.75C19.3467 15 19.919 14.7629 20.341 14.341C20.7629 13.919 21 13.3467 21 12.75V3C21 2.80109 20.921 2.61032 20.7803 2.46967C20.6397 2.32902 20.4489 2.25 20.25 2.25ZM6.75 3.75H16.5V7.5C16.5 7.69891 16.579 7.88968 16.7197 8.03033C16.8603 8.17098 17.0511 8.25 17.25 8.25C17.4489 8.25 17.6397 8.17098 17.7803 8.03033C17.921 7.88968 18 7.69891 18 7.5V3.75H19.5V9.75H4.5V6C4.5 5.40326 4.73705 4.83097 5.15901 4.40901C5.58097 3.98705 6.15326 3.75 6.75 3.75ZM18.75 13.5H14.25C14.0351 13.5 13.8227 13.5462 13.6272 13.6354C13.4317 13.7246 13.2577 13.8548 13.1169 14.0171C12.9761 14.1794 12.8718 14.3701 12.8111 14.5762C12.7504 14.7824 12.7346 14.9991 12.765 15.2119V15.2306L13.5 19.5563C13.5 19.9541 13.342 20.3356 13.0607 20.6169C12.7794 20.8982 12.3978 21.0563 12 21.0563C11.6022 21.0563 11.2206 20.8982 10.9393 20.6169C10.658 20.3356 10.5 19.9541 10.5 19.5563L11.2313 15.2306V15.2119C11.2616 14.9995 11.2459 14.783 11.1855 14.5771C11.125 14.3713 11.021 14.1808 10.8806 14.0185C10.7402 13.8562 10.5666 13.726 10.3716 13.6365C10.1765 13.5471 9.96457 13.5005 9.75 13.5H5.25C5.05109 13.5 4.86032 13.421 4.71967 13.2803C4.57902 13.1397 4.5 12.9489 4.5 12.75V11.25H19.5V12.75C19.5 12.9489 19.421 13.1397 19.2803 13.2803C19.1397 13.421 18.9489 13.5 18.75 13.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PaintBrushBroadIcon.displayName = 'PaintBrushBroadIcon';
|
|
@@ -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 PaintBucketFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("g", { clipPath: "url(#clip0_18038_764)", children: _jsx("path", { d: "M24 19.5C24 20.0967 23.763 20.669 23.341 21.091C22.9191 21.5129 22.3468 21.75 21.75 21.75C21.1533 21.75 20.581 21.5129 20.159 21.091C19.7371 20.669 19.5 20.0967 19.5 19.5C19.5 17.8209 20.9597 15.5841 21.1256 15.3337C21.1941 15.2309 21.2869 15.1465 21.3959 15.0882C21.5048 15.0298 21.6264 14.9993 21.75 14.9993C21.8736 14.9993 21.9953 15.0298 22.1042 15.0882C22.2131 15.1465 22.3059 15.2309 22.3744 15.3337C22.5403 15.5841 24 17.8209 24 19.5ZM12.421 11.6709C12.6323 11.4596 12.751 11.1729 12.751 10.8741C12.751 10.5752 12.6323 10.2885 12.421 10.0772C12.2096 9.86584 11.923 9.74711 11.6241 9.74711C11.3252 9.74711 11.0386 9.86584 10.8272 10.0772C10.6194 10.2891 10.5037 10.5746 10.5054 10.8714C10.5071 11.1682 10.6261 11.4523 10.8363 11.6618C11.0466 11.8713 11.3311 11.9893 11.6279 11.9899C11.9247 11.9906 12.2098 11.8739 12.421 11.6653V11.6709ZM3.52971 1.71937C3.38898 1.57877 3.19816 1.49983 2.99922 1.49991C2.80029 1.5 2.60953 1.57911 2.46893 1.71984C2.32832 1.86057 2.24938 2.0514 2.24947 2.25033C2.24955 2.44927 2.32867 2.64002 2.4694 2.78062L5.52565 5.83687L6.58596 4.78125L3.52971 1.71937ZM21.9872 13.0378C22.1084 12.9974 22.2172 12.9266 22.3034 12.8323C22.3896 12.738 22.4503 12.6233 22.4797 12.4989C22.5091 12.3746 22.5062 12.2448 22.4714 12.1219C22.4366 11.999 22.3709 11.887 22.2806 11.7966L11.4535 0.969374C11.3128 0.828828 11.1221 0.749878 10.9233 0.749878C10.7245 0.749878 10.5338 0.828828 10.3931 0.969374L6.58596 4.78125L10.3763 8.57062C10.9308 8.27052 11.5748 8.18004 12.1906 8.31573C12.8063 8.45142 13.3527 8.80421 13.7297 9.30959C14.1067 9.81498 14.2892 10.4392 14.2439 11.0681C14.1985 11.697 13.9283 12.2885 13.4826 12.7346C13.037 13.1806 12.4457 13.4513 11.8168 13.4973C11.188 13.5432 10.5636 13.3612 10.0579 12.9846C9.55218 12.608 9.1989 12.062 9.06267 11.4464C8.92644 10.8308 9.01635 10.1867 9.31596 9.63187L5.52565 5.83687L1.40627 9.95344C0.984347 10.3754 0.747314 10.9477 0.747314 11.5444C0.747314 12.1411 0.984347 12.7134 1.40627 13.1353L9.36471 21.0938C9.78666 21.5157 10.3589 21.7527 10.9556 21.7527C11.5524 21.7527 12.1246 21.5157 12.5466 21.0938L19.905 13.7353L21.9872 13.0378Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18038_764", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
PaintBucketFillIcon.displayName = 'PaintBucketFillIcon';
|
|
@@ -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 PalmIcon = 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.2928 4.99031C21.7064 4.3622 20.997 3.86139 20.2089 3.51898C19.4207 3.17657 18.5706 2.99988 17.7112 2.99988C16.8519 2.99988 16.0018 3.17657 15.2136 3.51898C14.4255 3.86139 13.7161 4.3622 13.1297 4.99031C12.6781 5.46415 12.2975 6.00098 12 6.58406C11.7039 6.00128 11.325 5.46446 10.875 4.99031C10.2886 4.3622 9.57922 3.86139 8.79106 3.51898C8.0029 3.17657 7.15276 2.99988 6.29344 2.99988C5.43411 2.99988 4.58397 3.17657 3.79581 3.51898C3.00765 3.86139 2.29832 4.3622 1.71187 4.99031C1.62871 5.07768 1.56785 5.18383 1.53445 5.29973C1.50105 5.41564 1.4961 5.5379 1.52002 5.65613C1.54395 5.77436 1.59603 5.88507 1.67186 5.97888C1.74769 6.07269 1.84503 6.14683 1.95562 6.195L7.21875 8.48906C5.50477 8.94732 4.04274 10.0671 3.15375 11.6025C2.70773 12.3636 2.41827 13.2061 2.30236 14.0806C2.18644 14.9551 2.24641 15.844 2.47875 16.695C2.51086 16.8136 2.57161 16.9225 2.65566 17.0121C2.7397 17.1017 2.84447 17.1692 2.96076 17.2089C3.07704 17.2485 3.20128 17.2589 3.32255 17.2393C3.44382 17.2197 3.55841 17.1705 3.65625 17.0962L11.25 11.3137V21C11.25 21.1989 11.329 21.3897 11.4697 21.5303C11.6103 21.671 11.8011 21.75 12 21.75C12.1989 21.75 12.3897 21.671 12.5303 21.5303C12.671 21.3897 12.75 21.1989 12.75 21V11.3137L20.3437 17.0962C20.4416 17.1708 20.5563 17.2201 20.6777 17.2398C20.799 17.2596 20.9234 17.2492 21.0398 17.2095C21.1563 17.1699 21.2612 17.1022 21.3453 17.0125C21.4294 16.9228 21.4901 16.8137 21.5222 16.695C21.7545 15.844 21.8145 14.9551 21.6986 14.0806C21.5827 13.2061 21.2932 12.3636 20.8472 11.6025C19.958 10.0669 18.4956 8.9471 16.7812 8.48906L22.0519 6.195C22.1625 6.14683 22.2598 6.07269 22.3356 5.97888C22.4115 5.88507 22.4636 5.77436 22.4875 5.65613C22.5114 5.5379 22.5064 5.41564 22.473 5.29973C22.4396 5.18383 22.3788 5.07768 22.2956 4.99031H22.2928ZM6.28875 4.5C6.9446 4.50147 7.59318 4.63751 8.19434 4.89972C8.79551 5.16192 9.33646 5.5447 9.78375 6.02437C10.4521 6.7277 10.9145 7.60099 11.1206 8.54906L3.65625 5.29968C4.43524 4.77841 5.35143 4.50009 6.28875 4.5ZM3.75 15.1406C3.71419 14.1648 3.9571 13.199 4.45031 12.3562C4.79506 11.7613 5.25423 11.2405 5.80132 10.8239C6.3484 10.4073 6.97257 10.1032 7.63781 9.92906C8.08521 9.8097 8.54633 9.7495 9.00937 9.75C9.52492 9.74995 10.0376 9.82608 10.5309 9.97593L3.75 15.1406ZM19.5469 12.3562C20.0411 13.1987 20.285 14.1645 20.25 15.1406L13.4719 9.975C14.6052 9.63277 15.8207 9.68151 16.923 10.1134C18.0253 10.5453 18.9505 11.3352 19.5497 12.3562H19.5469ZM12.8794 8.54906C13.0855 7.60099 13.5479 6.7277 14.2162 6.02437C14.6635 5.5447 15.2045 5.16192 15.8057 4.89972C16.4068 4.63751 17.0554 4.50147 17.7112 4.5C18.6486 4.50009 19.5648 4.77841 20.3437 5.29968L12.8794 8.54906Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PalmIcon.displayName = 'PalmIcon';
|
|
@@ -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 PaperPlaneTiltIcon = 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.3113 2.68876C21.1227 2.50025 20.8872 2.36544 20.6292 2.29821C20.3711 2.23098 20.0998 2.23376 19.8432 2.30626H19.8291L1.83473 7.76625C1.5426 7.85045 1.28295 8.02142 1.09019 8.25651C0.897424 8.49161 0.780647 8.77973 0.755332 9.08269C0.730017 9.38565 0.79736 9.68916 0.948436 9.95298C1.09951 10.2168 1.32719 10.4285 1.6013 10.56L9.56255 14.4375L13.4344 22.3941C13.5548 22.6511 13.7463 22.8682 13.9862 23.0199C14.2261 23.1716 14.5044 23.2514 14.7882 23.25C14.8313 23.25 14.8744 23.2481 14.9175 23.2444C15.2203 23.2199 15.5082 23.1034 15.7429 22.9105C15.9775 22.7176 16.1475 22.4576 16.23 22.1653L21.6863 4.17094C21.6863 4.16626 21.6863 4.16157 21.6863 4.15688C21.7597 3.90091 21.7637 3.63 21.6978 3.37199C21.6319 3.11397 21.4985 2.87815 21.3113 2.68876ZM14.7966 21.7359L14.7919 21.7491V21.7425L11.0363 14.0269L15.5363 9.52688C15.671 9.38508 15.745 9.19627 15.7425 9.0007C15.74 8.80513 15.6612 8.61827 15.5229 8.47997C15.3846 8.34167 15.1977 8.26287 15.0022 8.26036C14.8066 8.25786 14.6178 8.33185 14.476 8.46657L9.97598 12.9666L2.25755 9.21094H2.25098H2.26411L20.25 3.75001L14.7966 21.7359Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PaperPlaneTiltIcon.displayName = 'PaperPlaneTiltIcon';
|
|
@@ -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 PaperclipIcon = 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.0483 22C11.9822 22 11.9491 22 11.883 22C10.3627 22 8.71017 21.372 7.68559 20.4136C6.59491 19.389 6 18.0009 6 16.5797V6.33392C6 4.91274 6.69407 3.62376 7.91695 2.79749C9.10677 1.97122 10.5941 1.77292 11.9822 2.26868L12.0483 2.30173C12.2135 2.36783 12.4119 2.40088 12.6102 2.53308C14.1305 3.3263 15.0559 4.74749 15.0559 6.36698V15.1254C15.0559 16.0178 14.7585 16.8441 14.1966 17.5051C14.0974 17.6373 14.0313 17.7034 13.9652 17.7364C13.3373 18.2983 12.6102 18.5958 11.7839 18.5958C10.8585 18.5958 9.9661 18.1661 9.37118 17.472C8.80932 16.811 8.47881 15.9517 8.47881 15.0593V7.75511C8.47881 7.3585 8.80932 6.99494 9.23898 6.99494C9.66864 6.99494 9.99915 7.32545 9.99915 7.75511V15.0924C9.99915 15.6212 10.1975 16.15 10.528 16.5466C10.8254 16.9102 11.3212 17.1415 11.7839 17.1415C12.2135 17.1415 12.5771 16.9763 12.9076 16.6788C12.9407 16.6458 12.9737 16.6127 13.0398 16.5466C13.3703 16.15 13.5686 15.6542 13.5686 15.1254V6.33392C13.5686 5.2763 12.9737 4.35088 11.9161 3.82206L11.883 3.78901C11.8169 3.75596 11.7508 3.72291 11.6186 3.68986L11.5195 3.65681C10.561 3.3263 9.56949 3.45851 8.74322 4.02037C7.91695 4.54918 7.48729 5.37545 7.48729 6.30087V16.5466C7.48729 17.5381 7.95 18.5627 8.71017 19.2898C9.47033 19.9839 10.7593 20.4797 11.9161 20.4797C13.0398 20.5127 14.0974 20.0831 14.9237 19.3229C15.7169 18.5627 16.1466 17.5712 16.1135 16.5466V8.58138C16.1135 8.18477 16.4441 7.82121 16.8737 7.82121C17.3034 7.82121 17.6339 8.15172 17.6339 8.58138V16.5466C17.6669 17.9678 17.072 19.3559 15.9813 20.4136C14.8907 21.4051 13.4695 22 12.0483 22Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PaperclipIcon.displayName = 'PaperclipIcon';
|
|
@@ -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 PasswordIcon = 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: "M4.5 5.25V18.75C4.5 18.9489 4.42098 19.1397 4.28033 19.2803C4.13968 19.421 3.94891 19.5 3.75 19.5C3.55109 19.5 3.36032 19.421 3.21967 19.2803C3.07902 19.1397 3 18.9489 3 18.75V5.25C3 5.05109 3.07902 4.86032 3.21967 4.71967C3.36032 4.57902 3.55109 4.5 3.75 4.5C3.94891 4.5 4.13968 4.57902 4.28033 4.71967C4.42098 4.86032 4.5 5.05109 4.5 5.25ZM13.125 10.3594L11.25 10.9688V9C11.25 8.80109 11.171 8.61032 11.0303 8.46967C10.8897 8.32902 10.6989 8.25 10.5 8.25C10.3011 8.25 10.1103 8.32902 9.96967 8.46967C9.82902 8.61032 9.75 8.80109 9.75 9V10.9688L7.875 10.3594C7.68578 10.2972 7.47963 10.3128 7.30188 10.4026C7.12413 10.4924 6.98935 10.6492 6.92719 10.8384C6.86503 11.0277 6.88058 11.2338 6.97042 11.4116C7.06026 11.5893 7.21703 11.7241 7.40625 11.7863L9.28125 12.3947L8.12438 13.9884C8.06324 14.0679 8.01864 14.1588 7.99323 14.2557C7.96782 14.3527 7.9621 14.4538 7.97642 14.553C7.99073 14.6522 8.02479 14.7475 8.07658 14.8334C8.12837 14.9192 8.19683 14.9938 8.27793 15.0527C8.35903 15.1116 8.45112 15.1536 8.54875 15.1764C8.64638 15.1991 8.74758 15.202 8.84636 15.1849C8.94514 15.1679 9.03949 15.1312 9.12385 15.077C9.20821 15.0229 9.28086 14.9524 9.3375 14.8697L10.4944 13.2759L11.6512 14.8697C11.7079 14.9524 11.7805 15.0229 11.8649 15.077C11.9493 15.1312 12.0436 15.1679 12.1424 15.1849C12.2412 15.202 12.3424 15.1991 12.44 15.1764C12.5376 15.1536 12.6297 15.1116 12.7108 15.0527C12.7919 14.9938 12.8604 14.9192 12.9122 14.8334C12.964 14.7475 12.998 14.6522 13.0123 14.553C13.0266 14.4538 13.0209 14.3527 12.9955 14.2557C12.9701 14.1588 12.9255 14.0679 12.8644 13.9884L11.7075 12.3947L13.5825 11.7863C13.7634 11.719 13.9113 11.5846 13.9956 11.411C14.08 11.2375 14.0941 11.0381 14.0352 10.8543C13.9763 10.6706 13.8488 10.5166 13.6793 10.4244C13.5098 10.3322 13.3113 10.3089 13.125 10.3594ZM23.0625 10.8412C23.001 10.6538 22.8682 10.498 22.6927 10.4078C22.5172 10.3176 22.3132 10.3002 22.125 10.3594L20.25 10.9688V9C20.25 8.80109 20.171 8.61032 20.0303 8.46967C19.8897 8.32902 19.6989 8.25 19.5 8.25C19.3011 8.25 19.1103 8.32902 18.9697 8.46967C18.829 8.61032 18.75 8.80109 18.75 9V10.9688L16.875 10.3603C16.6858 10.2988 16.4799 10.3149 16.3026 10.4052C16.1253 10.4955 15.9911 10.6525 15.9295 10.8417C15.868 11.0309 15.8841 11.2368 15.9744 11.4142C16.0647 11.5915 16.2217 11.7256 16.4109 11.7872L18.2859 12.3956L17.1291 13.9894C17.0679 14.0688 17.0233 14.1597 16.9979 14.2567C16.9725 14.3536 16.9668 14.4547 16.9811 14.5539C16.9954 14.6531 17.0295 14.7485 17.0813 14.8343C17.1331 14.9201 17.2015 14.9947 17.2826 15.0536C17.3637 15.1125 17.4558 15.1546 17.5534 15.1773C17.6511 15.2 17.7523 15.2029 17.851 15.1859C17.9498 15.1688 18.0442 15.1321 18.1285 15.078C18.2129 15.0238 18.2855 14.9533 18.3422 14.8706L19.4991 13.2769L20.6559 14.8706C20.7126 14.9533 20.7852 15.0238 20.8696 15.078C20.9539 15.1321 21.0483 15.1688 21.1471 15.1859C21.2459 15.2029 21.3471 15.2 21.4447 15.1773C21.5423 15.1546 21.6344 15.1125 21.7155 15.0536C21.7966 14.9947 21.8651 14.9201 21.9169 14.8343C21.9686 14.7485 22.0027 14.6531 22.017 14.5539C22.0313 14.4547 22.0256 14.3536 22.0002 14.2567C21.9748 14.1597 21.9302 14.0688 21.8691 13.9894L20.7122 12.3956L22.5872 11.7872C22.7754 11.7245 22.9311 11.5897 23.0202 11.4124C23.1093 11.2351 23.1245 11.0297 23.0625 10.8412Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PasswordIcon.displayName = 'PasswordIcon';
|
|
@@ -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 PauseCircleDuotoneIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 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.46927 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.25Z", fill: "#EEEEEE" }), _jsx("path", { d: "M10.5 9V15C10.5 15.1989 10.421 15.3897 10.2803 15.5303C10.1397 15.671 9.94891 15.75 9.75 15.75C9.55109 15.75 9.36032 15.671 9.21967 15.5303C9.07902 15.3897 9 15.1989 9 15V9C9 8.80109 9.07902 8.61032 9.21967 8.46967C9.36032 8.32902 9.55109 8.25 9.75 8.25C9.94891 8.25 10.1397 8.32902 10.2803 8.46967C10.421 8.61032 10.5 8.80109 10.5 9ZM15 9V15C15 15.1989 14.921 15.3897 14.7803 15.5303C14.6397 15.671 14.4489 15.75 14.25 15.75C14.0511 15.75 13.8603 15.671 13.7197 15.5303C13.579 15.3897 13.5 15.1989 13.5 15V9C13.5 8.80109 13.579 8.61032 13.7197 8.46967C13.8603 8.32902 14.0511 8.25 14.25 8.25C14.4489 8.25 14.6397 8.32902 14.7803 8.46967C14.921 8.61032 15 8.80109 15 9Z", fill: "#53566F" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
PauseCircleDuotoneIcon.displayName = 'PauseCircleDuotoneIcon';
|
|
@@ -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 PauseCircleIcon = 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.25ZM10.5 9V15C10.5 15.1989 10.421 15.3897 10.2803 15.5303C10.1397 15.671 9.94892 15.75 9.75 15.75C9.55109 15.75 9.36033 15.671 9.21967 15.5303C9.07902 15.3897 9 15.1989 9 15V9C9 8.80109 9.07902 8.61032 9.21967 8.46967C9.36033 8.32902 9.55109 8.25 9.75 8.25C9.94892 8.25 10.1397 8.32902 10.2803 8.46967C10.421 8.61032 10.5 8.80109 10.5 9ZM15 9V15C15 15.1989 14.921 15.3897 14.7803 15.5303C14.6397 15.671 14.4489 15.75 14.25 15.75C14.0511 15.75 13.8603 15.671 13.7197 15.5303C13.579 15.3897 13.5 15.1989 13.5 15V9C13.5 8.80109 13.579 8.61032 13.7197 8.46967C13.8603 8.32902 14.0511 8.25 14.25 8.25C14.4489 8.25 14.6397 8.32902 14.7803 8.46967C14.921 8.61032 15 8.80109 15 9Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PauseCircleIcon.displayName = 'PauseCircleIcon';
|
|
@@ -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 PauseFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V19.5C20.25 19.8978 20.092 20.2794 19.8107 20.5607C19.5294 20.842 19.1478 21 18.75 21H15C14.6022 21 14.2206 20.842 13.9393 20.5607C13.658 20.2794 13.5 19.8978 13.5 19.5V4.5C13.5 4.10218 13.658 3.72064 13.9393 3.43934C14.2206 3.15804 14.6022 3 15 3H18.75C19.1478 3 19.5294 3.15804 19.8107 3.43934C20.092 3.72064 20.25 4.10218 20.25 4.5ZM9 3H5.25C4.85218 3 4.47064 3.15804 4.18934 3.43934C3.90804 3.72064 3.75 4.10218 3.75 4.5V19.5C3.75 19.8978 3.90804 20.2794 4.18934 20.5607C4.47064 20.842 4.85218 21 5.25 21H9C9.39782 21 9.77936 20.842 10.0607 20.5607C10.342 20.2794 10.5 19.8978 10.5 19.5V4.5C10.5 4.10218 10.342 3.72064 10.0607 3.43934C9.77936 3.15804 9.39782 3 9 3Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PauseFillIcon.displayName = 'PauseFillIcon';
|
|
@@ -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 PauseIcon = 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 3H15C14.6022 3 14.2206 3.15804 13.9393 3.43934C13.658 3.72064 13.5 4.10218 13.5 4.5V19.5C13.5 19.8978 13.658 20.2794 13.9393 20.5607C14.2206 20.842 14.6022 21 15 21H18.75C19.1478 21 19.5294 20.842 19.8107 20.5607C20.092 20.2794 20.25 19.8978 20.25 19.5V4.5C20.25 4.10218 20.092 3.72064 19.8107 3.43934C19.5294 3.15804 19.1478 3 18.75 3ZM18.75 19.5H15V4.5H18.75V19.5ZM9 3H5.25C4.85218 3 4.47064 3.15804 4.18934 3.43934C3.90804 3.72064 3.75 4.10218 3.75 4.5V19.5C3.75 19.8978 3.90804 20.2794 4.18934 20.5607C4.47064 20.842 4.85218 21 5.25 21H9C9.39782 21 9.77936 20.842 10.0607 20.5607C10.342 20.2794 10.5 19.8978 10.5 19.5V4.5C10.5 4.10218 10.342 3.72064 10.0607 3.43934C9.77936 3.15804 9.39782 3 9 3ZM9 19.5H5.25V4.5H9V19.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PauseIcon.displayName = 'PauseIcon';
|
|
@@ -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 PencilSimpleIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.3103 6.87842L17.1216 2.68873C16.9823 2.5494 16.8169 2.43888 16.6349 2.36348C16.4529 2.28808 16.2578 2.24927 16.0608 2.24927C15.8638 2.24927 15.6687 2.28808 15.4867 2.36348C15.3047 2.43888 15.1393 2.5494 15 2.68873L3.43969 14.25C3.2998 14.3888 3.18889 14.554 3.11341 14.736C3.03792 14.918 2.99938 15.1132 3.00001 15.3103V19.5C3.00001 19.8978 3.15804 20.2793 3.43935 20.5606C3.72065 20.8419 4.10218 21 4.50001 21H8.6897C8.88675 21.0006 9.08197 20.9621 9.26399 20.8866C9.44602 20.8111 9.61122 20.7002 9.75001 20.5603L21.3103 8.99998C21.4496 8.86069 21.5602 8.69531 21.6356 8.5133C21.711 8.33129 21.7498 8.13621 21.7498 7.9392C21.7498 7.74219 21.711 7.5471 21.6356 7.36509C21.5602 7.18308 21.4496 7.01771 21.3103 6.87842ZM8.6897 19.5H4.50001V15.3103L12.75 7.06029L16.9397 11.25L8.6897 19.5ZM18 10.1887L13.8103 5.99998L16.0603 3.74998L20.25 7.93873L18 10.1887Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PencilSimpleIcon.displayName = 'PencilSimpleIcon';
|
|
@@ -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 PercentIcon = 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.2806 5.77879L5.7806 19.2788C5.63987 19.4195 5.449 19.4986 5.24998 19.4986C5.05095 19.4986 4.86008 19.4195 4.71935 19.2788C4.57862 19.1381 4.49956 18.9472 4.49956 18.7482C4.49956 18.5491 4.57862 18.3583 4.71935 18.2175L18.2194 4.71754C18.36 4.57681 18.5507 4.4977 18.7496 4.49761C18.9486 4.49752 19.1394 4.57646 19.2801 4.71707C19.4209 4.85768 19.5 5.04843 19.5001 5.24736C19.5001 5.4463 19.4212 5.63712 19.2806 5.77785V5.77879ZM4.7381 9.51004C4.10519 8.877 3.74967 8.01847 3.74976 7.1233C3.74984 6.22814 4.10553 5.36967 4.73857 4.73676C5.37161 4.10384 6.23014 3.74833 7.12531 3.74841C8.02047 3.7485 8.87894 4.10419 9.51185 4.73723C10.1448 5.37026 10.5003 6.2288 10.5002 7.12396C10.5001 8.01913 10.1444 8.87759 9.51138 9.51051C8.87834 10.1434 8.01981 10.4989 7.12464 10.4989C6.22948 10.4988 5.37101 10.1431 4.7381 9.51004ZM5.24998 7.12504C5.25022 7.43333 5.32648 7.73681 5.472 8.0086C5.61752 8.28039 5.82781 8.5121 6.08426 8.68322C6.34071 8.85434 6.63539 8.95959 6.94222 8.98964C7.24904 9.01969 7.55855 8.97361 7.84332 8.8555C8.12809 8.73739 8.37934 8.55088 8.57483 8.31249C8.77032 8.0741 8.90401 7.79118 8.96406 7.48879C9.02411 7.1864 9.00867 6.87387 8.91911 6.57887C8.82955 6.28387 8.66863 6.0155 8.4506 5.79754C8.18827 5.53528 7.85404 5.35673 7.4902 5.28448C7.12636 5.21222 6.74927 5.24951 6.40663 5.39163C6.06399 5.53374 5.77121 5.77429 5.56532 6.08285C5.35943 6.3914 5.24968 6.7541 5.24998 7.12504ZM20.25 16.875C20.2498 17.6559 19.9789 18.4124 19.4834 19.0159C18.9879 19.6194 18.2985 20.0324 17.5327 20.1846C16.7669 20.3367 15.9719 20.2186 15.2834 19.8504C14.5949 19.4822 14.0553 18.8866 13.7566 18.1652C13.458 17.4438 13.4187 16.6411 13.6455 15.8939C13.8723 15.1468 14.3511 14.5014 15.0004 14.0677C15.6497 13.634 16.4293 13.4389 17.2064 13.5156C17.9834 13.5922 18.7098 13.936 19.2619 14.4882C19.5762 14.8009 19.8254 15.1729 19.9951 15.5826C20.1647 15.9923 20.2513 16.4316 20.25 16.875ZM18.75 16.875C18.7501 16.4412 18.5997 16.0208 18.3246 15.6854C18.0495 15.3501 17.6666 15.1205 17.2411 15.0357C16.8157 14.951 16.374 15.0165 15.9914 15.2209C15.6088 15.4253 15.3089 15.756 15.1428 16.1568C14.9768 16.5575 14.9548 17.0035 15.0806 17.4186C15.2065 17.8337 15.4724 18.1924 15.833 18.4335C16.1937 18.6745 16.6267 18.7831 17.0585 18.7406C17.4902 18.6982 17.8938 18.5074 18.2006 18.2007C18.3753 18.027 18.5138 17.8204 18.6081 17.5929C18.7024 17.3653 18.7506 17.1213 18.75 16.875Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PercentIcon.displayName = 'PercentIcon';
|
|
@@ -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 PhoneIcon = 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.8472 14.8557L16.4306 12.8766L16.4184 12.871C16.1892 12.7729 15.939 12.7336 15.6907 12.7565C15.4424 12.7794 15.2037 12.8639 14.9963 13.0022C14.9718 13.0184 14.9484 13.0359 14.9259 13.0547L12.6441 15.0001C11.1984 14.2979 9.70595 12.8166 9.00376 11.3897L10.9519 9.07318C10.9706 9.04974 10.9884 9.0263 11.0053 9.00099C11.1407 8.79409 11.2229 8.55692 11.2445 8.31059C11.2661 8.06427 11.2264 7.81642 11.1291 7.58912V7.57787L9.14438 3.1538C9.0157 2.85687 8.79444 2.60951 8.51362 2.44865C8.2328 2.2878 7.9075 2.22208 7.58626 2.2613C6.31592 2.42847 5.14986 3.05234 4.30588 4.01639C3.4619 4.98045 2.99771 6.21876 3.00001 7.50005C3.00001 14.9438 9.05626 21.0001 16.5 21.0001C17.7813 21.0023 19.0196 20.5382 19.9837 19.6942C20.9477 18.8502 21.5716 17.6841 21.7388 16.4138C21.7781 16.0927 21.7125 15.7674 21.5518 15.4866C21.3911 15.2058 21.144 14.9845 20.8472 14.8557ZM16.5 19.5001C13.3185 19.4966 10.2682 18.2312 8.01856 15.9815C5.76888 13.7318 4.50348 10.6816 4.50001 7.50005C4.49648 6.58458 4.82631 5.69911 5.42789 5.00903C6.02947 4.31895 6.86167 3.87143 7.76907 3.75005C7.7687 3.7538 7.7687 3.75756 7.76907 3.7613L9.73782 8.16755L7.80001 10.4869C7.78034 10.5096 7.76247 10.5337 7.74657 10.5591C7.60549 10.7756 7.52273 11.0249 7.5063 11.2827C7.48988 11.5406 7.54035 11.7984 7.65282 12.031C8.5022 13.7682 10.2525 15.5054 12.0084 16.3538C12.2428 16.4652 12.502 16.5139 12.7608 16.4952C13.0196 16.4765 13.2692 16.3909 13.485 16.2469C13.5091 16.2307 13.5322 16.2132 13.5544 16.1944L15.8334 14.2501L20.2397 16.2235C20.2397 16.2235 20.2472 16.2235 20.25 16.2235C20.1301 17.1322 19.6833 17.9661 18.9931 18.5691C18.3028 19.1722 17.4166 19.5031 16.5 19.5001Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PhoneIcon.displayName = 'PhoneIcon';
|
|
@@ -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 PieChartIcon = 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.25ZM18.7378 7.24406L12.75 10.7006V3.78469C13.9389 3.89369 15.0901 4.25945 16.1239 4.85672C17.1577 5.45398 18.0495 6.26851 18.7378 7.24406ZM11.25 3.78469V11.5659L4.51032 15.4566C3.95704 14.2574 3.69975 12.9428 3.76008 11.6235C3.82041 10.3042 4.19659 9.01868 4.85701 7.87497C5.51742 6.73126 6.44276 5.76281 7.55523 5.05104C8.66771 4.33927 9.93481 3.90498 11.25 3.78469ZM12 20.25C10.6792 20.2495 9.37792 19.9318 8.20543 19.3238C7.03295 18.7158 6.02358 17.8351 5.26219 16.7559L19.4897 8.5425C20.0699 9.79946 20.3244 11.1822 20.2299 12.5634C20.1354 13.9445 19.6948 15.2797 18.9487 16.4459C18.2027 17.6121 17.1752 18.5717 15.9608 19.2365C14.7465 19.9013 13.3844 20.2499 12 20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PieChartIcon.displayName = 'PieChartIcon';
|
|
@@ -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 PinterestIcon = 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 10.5C21 12.6159 20.2594 14.55 18.9159 15.9478C17.6616 17.25 15.9609 18 14.25 18C12.5738 18 11.4544 17.4506 10.7409 16.875L9.73031 21.1706C9.69181 21.3354 9.5987 21.4824 9.46611 21.5876C9.33352 21.6927 9.16925 21.75 9 21.75C8.94194 21.7499 8.88408 21.7433 8.8275 21.7303C8.73124 21.7082 8.6403 21.6673 8.55988 21.61C8.47947 21.5527 8.41117 21.48 8.3589 21.3962C8.30664 21.3124 8.27144 21.2191 8.25533 21.1217C8.23921 21.0243 8.2425 20.9246 8.265 20.8284L11.265 8.07844C11.3105 7.88475 11.4311 7.71706 11.6002 7.61228C11.7694 7.50749 11.9732 7.47419 12.1669 7.51969C12.3606 7.56519 12.5282 7.68577 12.633 7.85491C12.7378 8.02404 12.7711 8.22787 12.7256 8.42156L11.1412 15.1528C11.4375 15.5625 12.3094 16.5 14.25 16.5C16.8309 16.5 19.5 14.2556 19.5 10.5C19.4996 9.46487 19.2611 8.44371 18.803 7.51546C18.345 6.58721 17.6795 5.77675 16.8582 5.14676C16.0368 4.51676 15.0816 4.0841 14.0664 3.88223C13.0511 3.68036 12.003 3.7147 11.0032 3.98258C10.0033 4.25046 9.07844 4.74471 8.3001 5.42711C7.52176 6.10951 6.91079 6.96178 6.51443 7.91802C6.11808 8.87426 5.94696 9.90884 6.0143 10.9418C6.08165 11.9747 6.38565 12.9783 6.90281 13.875C6.9961 14.0468 7.01862 14.2482 6.96558 14.4364C6.91254 14.6246 6.78813 14.7846 6.61885 14.8823C6.44956 14.9801 6.24879 15.0079 6.0593 14.9599C5.86981 14.9118 5.70658 14.7916 5.60438 14.625C4.97197 13.5291 4.60011 12.3024 4.51757 11.0398C4.43503 9.77715 4.64402 8.51248 5.12837 7.34355C5.61272 6.17461 6.35945 5.13276 7.31081 4.29855C8.26217 3.46434 9.39267 2.86013 10.6149 2.53267C11.8371 2.2052 13.1182 2.16325 14.3592 2.41005C15.6002 2.65685 16.7678 3.1858 17.7717 3.95598C18.7756 4.72616 19.5889 5.71693 20.1487 6.85167C20.7085 7.9864 20.9998 9.2347 21 10.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PinterestIcon.displayName = 'PinterestIcon';
|
|
@@ -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 PlayIcon = 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: "M5.5321 4.32188C5.5321 3.47441 6.46991 2.96191 7.18278 3.42018L19.1266 11.0993C19.7824 11.5209 19.7824 12.4789 19.1266 12.9006L7.18278 20.5796L7.04679 20.6539C6.35634 20.9725 5.5321 20.4726 5.5321 19.6779V4.32188ZM7.13884 18.6967L17.5554 11.9999L7.13884 5.30203V18.6967Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlayIcon.displayName = 'PlayIcon';
|
|
@@ -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 PleskIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsxs("g", { clipPath: "url(#clip0_18997_339996)", children: [_jsx("path", { d: "M8.6017 21.0324H7.0701V2.93128C8.28814 2.49576 9.56648 2.2644 10.8569 2.25079C11.689 2.23718 12.5211 2.40049 13.305 2.72713C14.0045 3.01294 14.6557 3.46206 15.1984 4.04729C15.729 4.6189 16.1391 5.29939 16.4044 6.07515C16.6938 6.87813 16.8265 7.74916 16.8265 8.62019C16.8265 9.7362 16.6577 10.6889 16.32 11.4919C16.0064 12.254 15.5481 12.9209 14.9813 13.4653C14.4266 13.9825 13.7874 14.3635 13.0879 14.5949C12.3885 14.8399 11.6528 14.9624 10.9172 14.9624C10.5192 14.9624 10.1333 14.9352 9.74738 14.8671C9.36146 14.7991 8.97555 14.7038 8.6017 14.5949V21.0324ZM15.0778 8.57936C15.0778 7.13672 14.716 5.96627 14.0045 5.06802C13.293 4.18338 12.2799 3.73426 10.9895 3.73426C10.5795 3.73426 10.1815 3.76148 9.7715 3.81592C9.37352 3.87036 8.97555 3.97924 8.6017 4.12894V12.9617C8.96349 13.0978 9.32528 13.2067 9.69914 13.302C10.0609 13.3972 10.4227 13.4381 10.7966 13.4381C12.1111 13.4381 13.1482 13.0162 13.9201 12.1724C14.6919 11.3422 15.0778 10.1445 15.0778 8.57936Z", fill: "#53566F" }), _jsx("path", { d: "M16.9302 24.547H7.07022V22.9106H16.9302V24.547Z", fill: "#53BCE6" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18997_339996", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
PleskIcon.displayName = 'PleskIcon';
|
|
@@ -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 PluginIcon = 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: "M21 14C21 13.45 20.55 13 20 13H18V15H20C20.55 15 21 14.55 21 14Z", fill: "currentColor" }), _jsx("path", { d: "M20 17H18V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17Z", fill: "currentColor" }), _jsx("path", { d: "M12 14H10V18H12C12 19.1 12.9 20 14 20H17V12H14C12.9 12 12 12.9 12 14Z", fill: "currentColor" }), _jsx("path", { d: "M5 13C5 11.9 5.9 11 7 11H8.5C10.43 11 12 9.43 12 7.5C12 5.57 10.43 4 8.5 4H5C4.45 4 4 4.45 4 5C4 5.55 4.45 6 5 6H8.5C9.33 6 10 6.67 10 7.5C10 8.33 9.33 9 8.5 9H7C4.79 9 3 10.79 3 13C3 15.21 4.79 17 7 17H9V15H7C5.9 15 5 14.1 5 13Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
PluginIcon.displayName = 'PluginIcon';
|
|
@@ -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 PlugsConnectedIcon = 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.2806 1.71935C22.211 1.64962 22.1282 1.5943 22.0372 1.55656C21.9461 1.51882 21.8486 1.49939 21.75 1.49939C21.6514 1.49939 21.5538 1.51882 21.4628 1.55656C21.3717 1.5943 21.289 1.64962 21.2194 1.71935L16.3069 6.63279L15.8034 6.12842C15.2402 5.56681 14.4773 5.25143 13.6819 5.25143C12.8865 5.25143 12.1235 5.56681 11.5603 6.12842L9.37499 8.31467L8.78061 7.71935C8.63988 7.57862 8.44901 7.49956 8.24999 7.49956C8.05097 7.49956 7.8601 7.57862 7.71936 7.71935C7.57863 7.86009 7.49957 8.05096 7.49957 8.24998C7.49957 8.449 7.57863 8.63987 7.71936 8.78061L8.31468 9.37498L6.12843 11.5603C5.84978 11.8389 5.62874 12.1696 5.47793 12.5336C5.32713 12.8977 5.24951 13.2878 5.24951 13.6819C5.24951 14.0759 5.32713 14.466 5.47793 14.8301C5.62874 15.1941 5.84978 15.5248 6.12843 15.8034L6.6328 16.3069L1.71936 21.2194C1.64968 21.289 1.59441 21.3718 1.55669 21.4628C1.51898 21.5539 1.49957 21.6514 1.49957 21.75C1.49957 21.8485 1.51898 21.9461 1.55669 22.0372C1.59441 22.1282 1.64968 22.2109 1.71936 22.2806C1.8601 22.4213 2.05097 22.5004 2.24999 22.5004C2.34854 22.5004 2.44612 22.481 2.53716 22.4433C2.62821 22.4056 2.71093 22.3503 2.78061 22.2806L7.69311 17.3672L8.19655 17.8715C8.47514 18.1502 8.80588 18.3712 9.16991 18.522C9.53393 18.6728 9.92409 18.7505 10.3181 18.7505C10.7121 18.7505 11.1023 18.6728 11.4663 18.522C11.8303 18.3712 12.1611 18.1502 12.4397 17.8715L14.625 15.6853L15.2194 16.2806C15.289 16.3503 15.3718 16.4056 15.4628 16.4433C15.5539 16.481 15.6514 16.5004 15.75 16.5004C15.8485 16.5004 15.9461 16.481 16.0372 16.4433C16.1282 16.4056 16.2109 16.3503 16.2806 16.2806C16.3503 16.2109 16.4056 16.1282 16.4433 16.0372C16.481 15.9461 16.5004 15.8485 16.5004 15.75C16.5004 15.6514 16.481 15.5539 16.4433 15.4628C16.4056 15.3718 16.3503 15.289 16.2806 15.2194L15.6853 14.625L17.8716 12.4397C18.1502 12.1611 18.3712 11.8303 18.522 11.4663C18.6729 11.1023 18.7505 10.7121 18.7505 10.3181C18.7505 9.92408 18.6729 9.53392 18.522 9.1699C18.3712 8.80587 18.1502 8.47513 17.8716 8.19654L17.3672 7.6931L22.2806 2.7806C22.3503 2.71095 22.4057 2.62823 22.4434 2.53718C22.4812 2.44614 22.5006 2.34854 22.5006 2.24998C22.5006 2.15142 22.4812 2.05382 22.4434 1.96277C22.4057 1.87173 22.3503 1.78901 22.2806 1.71935ZM11.3784 16.8131C11.0972 17.0942 10.7158 17.2521 10.3181 17.2521C9.92046 17.2521 9.53908 17.0942 9.2578 16.8131L7.18968 14.7422C6.90859 14.4609 6.75068 14.0795 6.75068 13.6819C6.75068 13.2842 6.90859 12.9028 7.18968 12.6215L9.37499 10.4353L13.5647 14.625L11.3784 16.8131ZM16.8103 11.3812L14.625 13.5647L10.4353 9.37498L12.6216 7.18967C12.9028 6.90858 13.2842 6.75068 13.6819 6.75068C14.0795 6.75068 14.4609 6.90858 14.7422 7.18967L16.8103 9.25217C16.9503 9.39155 17.0614 9.55721 17.1373 9.73965C17.2131 9.9221 17.2521 10.1177 17.2521 10.3153C17.2521 10.5129 17.2131 10.7085 17.1373 10.8909C17.0614 11.0734 16.9503 11.239 16.8103 11.3784V11.3812ZM8.30343 3.28123C8.22884 3.09649 8.23069 2.88968 8.30857 2.70631C8.38646 2.52293 8.534 2.37801 8.71874 2.30342C8.90348 2.22882 9.11028 2.23068 9.29366 2.30856C9.47704 2.38645 9.62196 2.53399 9.69655 2.71873L10.4466 4.59373C10.4835 4.6852 10.502 4.78306 10.5012 4.8817C10.5003 4.98035 10.48 5.07785 10.4414 5.16865C10.4028 5.25945 10.3468 5.34176 10.2764 5.41089C10.206 5.48002 10.1227 5.53461 10.0312 5.57154C9.93977 5.60848 9.84191 5.62703 9.74327 5.62615C9.64462 5.62527 9.54712 5.60496 9.45632 5.5664C9.36552 5.52783 9.28321 5.47176 9.21408 5.40138C9.14495 5.33101 9.09036 5.2477 9.05343 5.15623L8.30343 3.28123ZM2.30343 8.71873C2.34023 8.62716 2.39475 8.54375 2.46385 8.47328C2.53295 8.40282 2.61529 8.34669 2.70612 8.3081C2.79696 8.26952 2.89453 8.24925 2.99322 8.24844C3.09191 8.24764 3.18978 8.26632 3.28124 8.30342L5.15624 9.05342C5.24771 9.09035 5.33102 9.14494 5.40139 9.21407C5.47177 9.2832 5.52784 9.36551 5.56641 9.45631C5.60497 9.54711 5.62528 9.64461 5.62616 9.74326C5.62704 9.8419 5.60849 9.93976 5.57155 10.0312C5.53462 10.1227 5.48003 10.206 5.4109 10.2764C5.34177 10.3468 5.25946 10.4028 5.16866 10.4414C5.07786 10.48 4.98036 10.5003 4.88171 10.5011C4.78307 10.502 4.68521 10.4835 4.59374 10.4465L2.71874 9.69654C2.62717 9.65974 2.54376 9.60522 2.47329 9.53612C2.40283 9.46702 2.3467 9.38468 2.30811 9.29384C2.26953 9.20301 2.24926 9.10544 2.24845 9.00675C2.24765 8.90806 2.26633 8.81019 2.30343 8.71873ZM21.6966 15.2812C21.66 15.3727 21.6058 15.4561 21.537 15.5266C21.4682 15.5972 21.3862 15.6534 21.2957 15.6923C21.2051 15.7311 21.1078 15.7517 21.0093 15.7529C20.9108 15.7541 20.813 15.7359 20.7216 15.6994L18.8466 14.9494C18.7549 14.9126 18.6714 14.8582 18.6008 14.7891C18.5301 14.7201 18.4738 14.6378 18.435 14.547C18.3962 14.4562 18.3756 14.3587 18.3745 14.2599C18.3733 14.1612 18.3917 14.0632 18.4284 13.9715C18.4652 13.8799 18.5196 13.7964 18.5886 13.7257C18.6577 13.6551 18.7399 13.5988 18.8307 13.56C18.9215 13.5211 19.0191 13.5006 19.1178 13.4995C19.2166 13.4983 19.3146 13.5167 19.4062 13.5534L21.2812 14.3034C21.3728 14.3402 21.4562 14.3947 21.5267 14.4638C21.5972 14.5329 21.6533 14.6153 21.6919 14.7061C21.7304 14.797 21.7507 14.8945 21.7515 14.9932C21.7523 15.0919 21.7337 15.1898 21.6966 15.2812ZM15.6966 20.7244C15.7331 20.8158 15.7513 20.9136 15.7501 21.0121C15.7489 21.1106 15.7282 21.2079 15.6894 21.2985C15.6506 21.389 15.5943 21.471 15.5238 21.5398C15.4533 21.6086 15.3699 21.6628 15.2784 21.6994C15.187 21.7359 15.0892 21.7541 14.9907 21.7529C14.8922 21.7517 14.7949 21.731 14.7043 21.6922C14.6138 21.6534 14.5318 21.5971 14.463 21.5266C14.3942 21.4561 14.34 21.3727 14.3034 21.2812L13.5534 19.4062C13.4788 19.2215 13.4807 19.0147 13.5586 18.8313C13.6365 18.6479 13.784 18.503 13.9687 18.4284C14.1535 18.3538 14.3603 18.3557 14.5437 18.4336C14.727 18.5114 14.872 18.659 14.9466 18.8437L15.6966 20.7244Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlugsConnectedIcon.displayName = 'PlugsConnectedIcon';
|
|
@@ -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 PlugsIcon = 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.0306 12.9694C13.961 12.8996 13.8782 12.8443 13.7872 12.8066C13.6961 12.7688 13.5986 12.7494 13.5 12.7494C13.4014 12.7494 13.3038 12.7688 13.2128 12.8066C13.1217 12.8443 13.039 12.8996 12.9694 12.9694L11.25 14.6897L9.3103 12.75L11.0306 11.0306C11.1713 10.8899 11.2504 10.699 11.2504 10.5C11.2504 10.301 11.1713 10.1101 11.0306 9.96935C10.8899 9.82862 10.699 9.74956 10.5 9.74956C10.301 9.74956 10.1101 9.82862 9.96936 9.96935L8.24999 11.6897L6.53061 9.96935C6.38988 9.82862 6.19901 9.74956 5.99999 9.74956C5.80097 9.74956 5.6101 9.82862 5.46936 9.96935C5.32863 10.1101 5.24957 10.301 5.24957 10.5C5.24957 10.699 5.32863 10.8899 5.46936 11.0306L6.06468 11.625L3.87843 13.8103C3.59978 14.0889 3.37874 14.4196 3.22793 14.7836C3.07713 15.1477 2.99951 15.5378 2.99951 15.9319C2.99951 16.3259 3.07713 16.716 3.22793 17.0801C3.37874 17.4441 3.59978 17.7748 3.87843 18.0534L4.3828 18.5569L1.71936 21.2194C1.64968 21.289 1.59441 21.3718 1.55669 21.4628C1.51898 21.5539 1.49957 21.6514 1.49957 21.75C1.49957 21.8485 1.51898 21.9461 1.55669 22.0372C1.59441 22.1282 1.64968 22.2109 1.71936 22.2806C1.8601 22.4213 2.05097 22.5004 2.24999 22.5004C2.34854 22.5004 2.44612 22.481 2.53716 22.4433C2.62821 22.4056 2.71093 22.3503 2.78061 22.2806L5.44311 19.6172L5.94655 20.1215C6.22514 20.4002 6.55588 20.6212 6.91991 20.772C7.28393 20.9228 7.67409 21.0005 8.06811 21.0005C8.46214 21.0005 8.8523 20.9228 9.21632 20.772C9.58034 20.6212 9.91109 20.4002 10.1897 20.1215L12.375 17.9353L12.9694 18.5306C13.039 18.6003 13.1218 18.6556 13.2128 18.6933C13.3039 18.731 13.4014 18.7504 13.5 18.7504C13.5985 18.7504 13.6961 18.731 13.7872 18.6933C13.8782 18.6556 13.9609 18.6003 14.0306 18.5306C14.1003 18.4609 14.1556 18.3782 14.1933 18.2872C14.231 18.1961 14.2504 18.0985 14.2504 18C14.2504 17.9014 14.231 17.8039 14.1933 17.7128C14.1556 17.6218 14.1003 17.539 14.0306 17.4694L12.3103 15.75L14.0306 14.0306C14.1003 13.9609 14.1557 13.8782 14.1934 13.7872C14.2312 13.6961 14.2506 13.5985 14.2506 13.5C14.2506 13.4014 14.2312 13.3038 14.1934 13.2128C14.1557 13.1217 14.1003 13.039 14.0306 12.9694ZM9.12843 19.0631C8.84715 19.3442 8.46577 19.5021 8.06811 19.5021C7.67046 19.5021 7.28908 19.3442 7.0078 19.0631L4.93968 16.9922C4.65859 16.7109 4.50068 16.3295 4.50068 15.9319C4.50068 15.5342 4.65859 15.1528 4.93968 14.8715L7.12499 12.6853L11.3147 16.875L9.12843 19.0631ZM22.2806 1.71935C22.211 1.64962 22.1282 1.5943 22.0372 1.55656C21.9461 1.51882 21.8486 1.49939 21.75 1.49939C21.6514 1.49939 21.5538 1.51882 21.4628 1.55656C21.3717 1.5943 21.289 1.64962 21.2194 1.71935L18.5569 4.38279L18.0534 3.87842C17.4902 3.31681 16.7273 3.00143 15.9319 3.00143C15.1365 3.00143 14.3735 3.31681 13.8103 3.87842L11.625 6.06467L11.0306 5.46935C10.8899 5.32862 10.699 5.24956 10.5 5.24956C10.301 5.24956 10.1101 5.32862 9.96937 5.46935C9.82863 5.61009 9.74957 5.80096 9.74957 5.99998C9.74957 6.199 9.82863 6.38987 9.96936 6.53061L17.4694 14.0306C17.539 14.1003 17.6218 14.1556 17.7128 14.1933C17.8039 14.231 17.9014 14.2504 18 14.2504C18.0985 14.2504 18.1961 14.231 18.2872 14.1933C18.3782 14.1556 18.4609 14.1003 18.5306 14.0306C18.6003 13.9609 18.6556 13.8782 18.6933 13.7872C18.731 13.6961 18.7504 13.5985 18.7504 13.5C18.7504 13.4014 18.731 13.3039 18.6933 13.2128C18.6556 13.1218 18.6003 13.039 18.5306 12.9694L17.9353 12.375L20.1216 10.1897C20.4002 9.91108 20.6212 9.58033 20.772 9.21631C20.9229 8.85229 21.0005 8.46213 21.0005 8.0681C21.0005 7.67408 20.9229 7.28392 20.772 6.9199C20.6212 6.55587 20.4002 6.22513 20.1216 5.94654L19.6172 5.4431L22.2806 2.7806C22.3503 2.71095 22.4057 2.62823 22.4434 2.53718C22.4812 2.44614 22.5006 2.34854 22.5006 2.24998C22.5006 2.15142 22.4812 2.05382 22.4434 1.96277C22.4057 1.87173 22.3503 1.78901 22.2806 1.71935ZM19.0603 9.1256L16.875 11.3147L12.6853 7.12498L14.8716 4.93967C15.1528 4.65858 15.5342 4.50067 15.9319 4.50067C16.3295 4.50067 16.7109 4.65858 16.9922 4.93967L19.0603 7.00217C19.2003 7.14155 19.3114 7.30721 19.3873 7.48966C19.4631 7.6721 19.5021 7.86772 19.5021 8.06529C19.5021 8.26286 19.4631 8.45849 19.3873 8.64093C19.3114 8.82337 19.2003 8.98904 19.0603 9.12842V9.1256Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlugsIcon.displayName = 'PlugsIcon';
|
|
@@ -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 PlusCircleFillIcon = 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.7468 9.41513 20.7185 6.93705 18.8907 5.10927C17.063 3.28149 14.5849 2.25323 12 2.25ZM15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlusCircleFillIcon.displayName = 'PlusCircleFillIcon';
|
|
@@ -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 PlusCircleIcon = 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.25ZM16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlusCircleIcon.displayName = 'PlusCircleIcon';
|
|
@@ -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 PlusIcon = 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 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlusIcon.displayName = 'PlusIcon';
|
|
@@ -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 PlusSmallIcon = 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 12C20 12.1989 19.921 12.3897 19.7803 12.5303C19.6397 12.671 19.4489 12.75 19.25 12.75H12.75V19.25C12.75 19.4489 12.671 19.6397 12.5303 19.7803C12.3897 19.921 12.1989 20 12 20C11.8011 20 11.6103 19.921 11.4697 19.7803C11.329 19.6397 11.25 19.4489 11.25 19.25V12.75H4.75C4.55109 12.75 4.36032 12.671 4.21967 12.5303C4.07902 12.3897 4 12.1989 4 12C4 11.8011 4.07902 11.6103 4.21967 11.4697C4.36032 11.329 4.55109 11.25 4.75 11.25H11.25V4.75C11.25 4.55109 11.329 4.36032 11.4697 4.21967C11.6103 4.07902 11.8011 4 12 4C12.1989 4 12.3897 4.07902 12.5303 4.21967C12.671 4.36032 12.75 4.55109 12.75 4.75V11.25H19.25C19.4489 11.25 19.6397 11.329 19.7803 11.4697C19.921 11.6103 20 11.8011 20 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlusSmallIcon.displayName = 'PlusSmallIcon';
|
|
@@ -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 PlusSquareIcon = 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.5ZM16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
PlusSquareIcon.displayName = 'PlusSquareIcon';
|