@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 StarFourIcon = 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.5156 10.5937L15.5681 8.43187L13.4062 2.48437C13.2997 2.1973 13.1078 1.94972 12.8565 1.77489C12.6051 1.60006 12.3062 1.50635 12 1.50635C11.6938 1.50635 11.3949 1.60006 11.1435 1.77489C10.8922 1.94972 10.7003 2.1973 10.5937 2.48437L8.43187 8.43187L2.48437 10.5937C2.1973 10.7003 1.94972 10.8922 1.77489 11.1435C1.60006 11.3949 1.50635 11.6938 1.50635 12C1.50635 12.3062 1.60006 12.6051 1.77489 12.8565C1.94972 13.1078 2.1973 13.2997 2.48437 13.4062L8.43187 15.5691L10.5937 21.5156C10.7003 21.8027 10.8922 22.0503 11.1435 22.2251C11.3949 22.3999 11.6938 22.4936 12 22.4936C12.3062 22.4936 12.6051 22.3999 12.8565 22.2251C13.1078 22.0503 13.2997 21.8027 13.4062 21.5156L15.5691 15.5681L21.5156 13.4062C21.8027 13.2997 22.0503 13.1078 22.2251 12.8565C22.3999 12.6051 22.4936 12.3062 22.4936 12C22.4936 11.6938 22.3999 11.3949 22.2251 11.1435C22.0503 10.8922 21.8027 10.7003 21.5156 10.5937ZM14.7262 14.2781C14.6234 14.3156 14.5299 14.3751 14.4525 14.4525C14.3751 14.5299 14.3156 14.6234 14.2781 14.7262L12 20.9906L9.72187 14.7262C9.68441 14.6234 9.62488 14.5299 9.54746 14.4525C9.47005 14.3751 9.37662 14.3156 9.27374 14.2781L3.00937 12L9.27374 9.72187C9.37662 9.68441 9.47005 9.62488 9.54746 9.54746C9.62488 9.47005 9.68441 9.37662 9.72187 9.27374L12 3.00937L14.2781 9.27374C14.3156 9.37662 14.3751 9.47005 14.4525 9.54746C14.5299 9.62488 14.6234 9.68441 14.7262 9.72187L20.9906 12L14.7262 14.2781Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StarFourIcon.displayName = 'StarFourIcon';
|
|
@@ -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 StarIcon = 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.1624 9.31701C22.071 9.04014 21.8985 8.79612 21.6665 8.61569C21.4346 8.43526 21.1536 8.32649 20.859 8.30309L15.4661 7.87447L13.3839 2.91384C13.2713 2.64354 13.0796 2.41233 12.8333 2.24961C12.587 2.08688 12.2971 2 12.0005 2C11.7039 2 11.414 2.08688 11.1677 2.24961C10.9213 2.41233 10.7297 2.64354 10.6171 2.91384L8.53668 7.87357L3.14104 8.30309C2.84596 8.32768 2.56481 8.4375 2.33281 8.6188C2.10081 8.8001 1.92828 9.04481 1.83684 9.32228C1.74539 9.59975 1.7391 9.89764 1.81874 10.1786C1.89839 10.4596 2.06044 10.7112 2.28458 10.9018L6.3978 14.3983L5.14464 19.6264C5.07455 19.9104 5.09171 20.2085 5.19394 20.4829C5.29617 20.7573 5.47886 20.9956 5.71881 21.1676C5.95876 21.3395 6.24516 21.4373 6.54165 21.4486C6.83814 21.4599 7.13135 21.3842 7.38406 21.231L12 18.4324L16.6187 21.231C16.8715 21.3823 17.1641 21.4566 17.4597 21.4445C17.7553 21.4324 18.0406 21.3343 18.2797 21.1628C18.5189 20.9912 18.7011 20.7538 18.8036 20.4804C18.906 20.207 18.924 19.9098 18.8554 19.6264L17.5977 14.3974L21.7109 10.9009C21.9368 10.7106 22.1004 10.4585 22.1808 10.1765C22.2611 9.89453 22.2548 9.5954 22.1624 9.31701ZM20.7603 9.80956L16.3089 13.5915C16.2073 13.6777 16.1318 13.7897 16.0906 13.9153C16.0493 14.0409 16.0439 14.1753 16.0749 14.3038L17.435 19.9586C17.4385 19.9664 17.4388 19.9753 17.4359 19.9833C17.4331 19.9913 17.4271 19.998 17.4194 20.0019C17.403 20.0145 17.3984 20.0118 17.3847 20.0019L12.383 16.9718C12.2678 16.902 12.1352 16.8651 12 16.8651C11.8648 16.8651 11.7322 16.902 11.617 16.9718L6.61535 20.0037C6.60164 20.0118 6.59798 20.0145 6.58061 20.0037C6.5729 19.9998 6.56699 19.9931 6.5641 19.9851C6.5612 19.9771 6.56156 19.9682 6.56507 19.9604L7.92518 14.3056C7.95618 14.1771 7.95075 14.0427 7.90948 13.9171C7.86821 13.7915 7.7927 13.6795 7.69118 13.5933L3.23976 9.81136C3.22879 9.80236 3.21874 9.79425 3.22788 9.76634C3.23702 9.73842 3.24433 9.74203 3.25804 9.74023L9.10065 9.27559C9.23466 9.26427 9.3629 9.21675 9.47127 9.13827C9.57964 9.05979 9.66394 8.95339 9.71489 8.83076L11.9653 3.46312C11.9726 3.44781 11.9753 3.44061 11.9973 3.44061C12.0192 3.44061 12.022 3.44781 12.0293 3.46312L14.2851 8.83076C14.3366 8.95343 14.4214 9.05972 14.5303 9.1379C14.6392 9.21608 14.7678 9.2631 14.9021 9.27379L20.7447 9.73842C20.7584 9.73842 20.7667 9.73842 20.7749 9.76454C20.7831 9.79065 20.7749 9.80056 20.7603 9.80956Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StarIcon.displayName = 'StarIcon';
|
|
@@ -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 StethoscopeIcon = 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.625 15C20.625 15.2225 20.559 15.44 20.4354 15.625C20.3118 15.81 20.1361 15.9542 19.9305 16.0394C19.725 16.1245 19.4988 16.1468 19.2805 16.1034C19.0623 16.06 18.8618 15.9528 18.7045 15.7955C18.5472 15.6382 18.44 15.4377 18.3966 15.2195C18.3532 15.0012 18.3755 14.775 18.4606 14.5695C18.5458 14.3639 18.69 14.1882 18.875 14.0646C19.06 13.941 19.2775 13.875 19.5 13.875C19.7984 13.875 20.0845 13.9935 20.2955 14.2045C20.5065 14.4155 20.625 14.7016 20.625 15ZM20.1984 18.6834C20.0337 19.7455 19.4949 20.7137 18.6793 21.4135C17.8636 22.1133 16.8247 22.4986 15.75 22.5H13.5C12.3069 22.4988 11.163 22.0243 10.3194 21.1806C9.47575 20.337 9.00124 19.1931 9 18V14.2022C7.55018 14.0195 6.21686 13.3141 5.25025 12.2182C4.28364 11.1223 3.75018 9.71128 3.75 8.25V3.75C3.75 3.55109 3.82902 3.36032 3.96967 3.21967C4.11032 3.07902 4.30109 3 4.5 3H6.75C6.94891 3 7.13968 3.07902 7.28033 3.21967C7.42098 3.36032 7.5 3.55109 7.5 3.75C7.5 3.94891 7.42098 4.13968 7.28033 4.28033C7.13968 4.42098 6.94891 4.5 6.75 4.5H5.25V8.25C5.24995 8.84603 5.3683 9.43614 5.59819 9.98605C5.82808 10.536 6.16492 11.0347 6.58916 11.4534C7.0134 11.872 7.51658 12.2022 8.06949 12.4248C8.6224 12.6474 9.21402 12.7579 9.81 12.75C12.2578 12.7181 14.25 10.6641 14.25 8.17219V4.5H12.75C12.5511 4.5 12.3603 4.42098 12.2197 4.28033C12.079 4.13968 12 3.94891 12 3.75C12 3.55109 12.079 3.36032 12.2197 3.21967C12.3603 3.07902 12.5511 3 12.75 3H15C15.1989 3 15.3897 3.07902 15.5303 3.21967C15.671 3.36032 15.75 3.55109 15.75 3.75V8.17219C15.75 11.2509 13.4503 13.8244 10.5 14.2013V18C10.5 18.7956 10.8161 19.5587 11.3787 20.1213C11.9413 20.6839 12.7044 21 13.5 21H15.75C16.4313 20.9989 17.0919 20.7663 17.6237 20.3405C18.1555 19.9147 18.5269 19.3208 18.6769 18.6562C17.7711 18.4528 16.973 17.9206 16.437 17.1626C15.9009 16.4046 15.6651 15.4748 15.7752 14.553C15.8852 13.6312 16.3332 12.7829 17.0326 12.1724C17.7319 11.5619 18.6329 11.2325 19.5611 11.2479C20.4893 11.2634 21.3788 11.6226 22.0575 12.256C22.7362 12.8895 23.1557 13.7521 23.235 14.6771C23.3143 15.602 23.0477 16.5235 22.4868 17.2633C21.9259 18.003 21.1105 18.5083 20.1984 18.6816V18.6834ZM21.75 15C21.75 14.555 21.618 14.12 21.3708 13.75C21.1236 13.38 20.7722 13.0916 20.361 12.9213C19.9499 12.751 19.4975 12.7064 19.061 12.7932C18.6246 12.88 18.2237 13.0943 17.909 13.409C17.5943 13.7237 17.38 14.1246 17.2932 14.561C17.2064 14.9975 17.251 15.4499 17.4213 15.861C17.5916 16.2722 17.88 16.6236 18.25 16.8708C18.62 17.118 19.055 17.25 19.5 17.25C20.0967 17.25 20.669 17.0129 21.091 16.591C21.5129 16.169 21.75 15.5967 21.75 15Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StethoscopeIcon.displayName = 'StethoscopeIcon';
|
|
@@ -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 StopCircleIcon = 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 8.25H9C8.80109 8.25 8.61033 8.32902 8.46967 8.46967C8.32902 8.61032 8.25 8.80109 8.25 9V15C8.25 15.1989 8.32902 15.3897 8.46967 15.5303C8.61033 15.671 8.80109 15.75 9 15.75H15C15.1989 15.75 15.3897 15.671 15.5303 15.5303C15.671 15.3897 15.75 15.1989 15.75 15V9C15.75 8.80109 15.671 8.61032 15.5303 8.46967C15.3897 8.32902 15.1989 8.25 15 8.25ZM14.25 14.25H9.75V9.75H14.25V14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StopCircleIcon.displayName = 'StopCircleIcon';
|
|
@@ -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 StopFillIcon = 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 5.25V18.75C20.25 19.1478 20.092 19.5294 19.8107 19.8107C19.5294 20.092 19.1478 20.25 18.75 20.25H5.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107C3.90804 19.5294 3.75 19.1478 3.75 18.75V5.25C3.75 4.85218 3.90804 4.47064 4.18934 4.18934C4.47064 3.90804 4.85218 3.75 5.25 3.75H18.75C19.1478 3.75 19.5294 3.90804 19.8107 4.18934C20.092 4.47064 20.25 4.85218 20.25 5.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
StopFillIcon.displayName = 'StopFillIcon';
|
|
@@ -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 SunIcon = 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_426)", children: _jsx("path", { d: "M11.25 3.75V1.5C11.25 1.30109 11.329 1.11032 11.4697 0.96967C11.6103 0.829018 11.8011 0.75 12 0.75C12.1989 0.75 12.3897 0.829018 12.5303 0.96967C12.671 1.11032 12.75 1.30109 12.75 1.5V3.75C12.75 3.94891 12.671 4.13968 12.5303 4.28033C12.3897 4.42098 12.1989 4.5 12 4.5C11.8011 4.5 11.6103 4.42098 11.4697 4.28033C11.329 4.13968 11.25 3.94891 11.25 3.75ZM18 12C18 13.1867 17.6481 14.3467 16.9888 15.3334C16.3295 16.3201 15.3925 17.0892 14.2961 17.5433C13.1997 17.9974 11.9933 18.1162 10.8295 17.8847C9.66557 17.6532 8.59647 17.0818 7.75736 16.2426C6.91824 15.4035 6.3468 14.3344 6.11529 13.1705C5.88378 12.0067 6.0026 10.8003 6.45672 9.7039C6.91085 8.60754 7.67988 7.67047 8.66658 7.01118C9.65327 6.35189 10.8133 6 12 6C13.5908 6.00174 15.1159 6.63444 16.2407 7.75928C17.3656 8.88412 17.9983 10.4092 18 12ZM16.5 12C16.5 11.11 16.2361 10.24 15.7416 9.49993C15.2471 8.75991 14.5443 8.18314 13.7221 7.84254C12.8998 7.50195 11.995 7.41283 11.1221 7.58647C10.2492 7.7601 9.44736 8.18868 8.81802 8.81802C8.18868 9.44736 7.7601 10.2492 7.58647 11.1221C7.41283 11.995 7.50195 12.8998 7.84254 13.7221C8.18314 14.5443 8.75991 15.2471 9.49993 15.7416C10.24 16.2361 11.11 16.5 12 16.5C13.1931 16.4988 14.337 16.0243 15.1806 15.1806C16.0243 14.337 16.4988 13.1931 16.5 12ZM5.46938 6.53063C5.61011 6.67136 5.80098 6.75042 6 6.75042C6.19902 6.75042 6.38989 6.67136 6.53063 6.53063C6.67136 6.38989 6.75042 6.19902 6.75042 6C6.75042 5.80098 6.67136 5.61011 6.53063 5.46938L5.03062 3.96938C4.88989 3.82864 4.69902 3.74958 4.5 3.74958C4.30098 3.74958 4.11011 3.82864 3.96938 3.96938C3.82864 4.11011 3.74958 4.30098 3.74958 4.5C3.74958 4.69902 3.82864 4.88989 3.96938 5.03062L5.46938 6.53063ZM5.46938 17.4694L3.96938 18.9694C3.82864 19.1101 3.74958 19.301 3.74958 19.5C3.74958 19.699 3.82864 19.8899 3.96938 20.0306C4.11011 20.1714 4.30098 20.2504 4.5 20.2504C4.69902 20.2504 4.88989 20.1714 5.03062 20.0306L6.53063 18.5306C6.60031 18.4609 6.65558 18.3782 6.6933 18.2872C6.73101 18.1961 6.75042 18.0985 6.75042 18C6.75042 17.9015 6.73101 17.8039 6.6933 17.7128C6.65558 17.6218 6.60031 17.5391 6.53063 17.4694C6.46094 17.3997 6.37822 17.3444 6.28717 17.3067C6.19613 17.269 6.09855 17.2496 6 17.2496C5.90145 17.2496 5.80387 17.269 5.71283 17.3067C5.62178 17.3444 5.53906 17.3997 5.46938 17.4694ZM18 6.75C18.0985 6.75008 18.1961 6.73074 18.2871 6.6931C18.3782 6.65546 18.4609 6.60025 18.5306 6.53063L20.0306 5.03062C20.1714 4.88989 20.2504 4.69902 20.2504 4.5C20.2504 4.30098 20.1714 4.11011 20.0306 3.96938C19.8899 3.82864 19.699 3.74958 19.5 3.74958C19.301 3.74958 19.1101 3.82864 18.9694 3.96938L17.4694 5.46938C17.3644 5.57427 17.2928 5.70796 17.2639 5.85352C17.2349 5.99908 17.2497 6.14998 17.3065 6.28709C17.3633 6.42421 17.4596 6.54139 17.583 6.62379C17.7065 6.70619 17.8516 6.75012 18 6.75ZM18.5306 17.4694C18.3899 17.3286 18.199 17.2496 18 17.2496C17.801 17.2496 17.6101 17.3286 17.4694 17.4694C17.3286 17.6101 17.2496 17.801 17.2496 18C17.2496 18.199 17.3286 18.3899 17.4694 18.5306L18.9694 20.0306C19.0391 20.1003 19.1218 20.1556 19.2128 20.1933C19.3039 20.231 19.4015 20.2504 19.5 20.2504C19.5985 20.2504 19.6961 20.231 19.7872 20.1933C19.8782 20.1556 19.9609 20.1003 20.0306 20.0306C20.1003 19.9609 20.1556 19.8782 20.1933 19.7872C20.231 19.6961 20.2504 19.5985 20.2504 19.5C20.2504 19.4015 20.231 19.3039 20.1933 19.2128C20.1556 19.1218 20.1003 19.0391 20.0306 18.9694L18.5306 17.4694ZM4.5 12C4.5 11.8011 4.42098 11.6103 4.28033 11.4697C4.13968 11.329 3.94891 11.25 3.75 11.25H1.5C1.30109 11.25 1.11032 11.329 0.96967 11.4697C0.829018 11.6103 0.75 11.8011 0.75 12C0.75 12.1989 0.829018 12.3897 0.96967 12.5303C1.11032 12.671 1.30109 12.75 1.5 12.75H3.75C3.94891 12.75 4.13968 12.671 4.28033 12.5303C4.42098 12.3897 4.5 12.1989 4.5 12ZM12 19.5C11.8011 19.5 11.6103 19.579 11.4697 19.7197C11.329 19.8603 11.25 20.0511 11.25 20.25V22.5C11.25 22.6989 11.329 22.8897 11.4697 23.0303C11.6103 23.171 11.8011 23.25 12 23.25C12.1989 23.25 12.3897 23.171 12.5303 23.0303C12.671 22.8897 12.75 22.6989 12.75 22.5V20.25C12.75 20.0511 12.671 19.8603 12.5303 19.7197C12.3897 19.579 12.1989 19.5 12 19.5ZM22.5 11.25H20.25C20.0511 11.25 19.8603 11.329 19.7197 11.4697C19.579 11.6103 19.5 11.8011 19.5 12C19.5 12.1989 19.579 12.3897 19.7197 12.5303C19.8603 12.671 20.0511 12.75 20.25 12.75H22.5C22.6989 12.75 22.8897 12.671 23.0303 12.5303C23.171 12.3897 23.25 12.1989 23.25 12C23.25 11.8011 23.171 11.6103 23.0303 11.4697C22.8897 11.329 22.6989 11.25 22.5 11.25Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18038_426", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
|
|
11
|
+
});
|
|
12
|
+
SunIcon.displayName = 'SunIcon';
|
|
@@ -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 TabletIcon = 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 2.25H6C5.40326 2.25 4.83097 2.48705 4.40901 2.90901C3.98705 3.33097 3.75 3.90326 3.75 4.5V19.5C3.75 20.0967 3.98705 20.669 4.40901 21.091C4.83097 21.5129 5.40326 21.75 6 21.75H18C18.5967 21.75 19.169 21.5129 19.591 21.091C20.0129 20.669 20.25 20.0967 20.25 19.5V4.5C20.25 3.90326 20.0129 3.33097 19.591 2.90901C19.169 2.48705 18.5967 2.25 18 2.25ZM18.75 19.5C18.75 19.6989 18.671 19.8897 18.5303 20.0303C18.3897 20.171 18.1989 20.25 18 20.25H6C5.80109 20.25 5.61032 20.171 5.46967 20.0303C5.32902 19.8897 5.25 19.6989 5.25 19.5V4.5C5.25 4.30109 5.32902 4.11032 5.46967 3.96967C5.61032 3.82902 5.80109 3.75 6 3.75H18C18.1989 3.75 18.3897 3.82902 18.5303 3.96967C18.671 4.11032 18.75 4.30109 18.75 4.5V19.5ZM15.75 6C15.75 6.19891 15.671 6.38968 15.5303 6.53033C15.3897 6.67098 15.1989 6.75 15 6.75H9C8.80109 6.75 8.61032 6.67098 8.46967 6.53033C8.32902 6.38968 8.25 6.19891 8.25 6C8.25 5.80109 8.32902 5.61032 8.46967 5.46967C8.61032 5.32902 8.80109 5.25 9 5.25H15C15.1989 5.25 15.3897 5.32902 15.5303 5.46967C15.671 5.61032 15.75 5.80109 15.75 6Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TabletIcon.displayName = 'TabletIcon';
|
|
@@ -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 TabsIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M23.9681 15.5344C23.9685 15.5319 23.9685 15.5294 23.9681 15.5269L21.8784 8.5688C21.7872 8.25907 21.5978 7.98736 21.3388 7.79461C21.0797 7.60185 20.7651 7.49847 20.4422 7.50005H19.5C19.3011 7.50005 19.1103 7.57907 18.9697 7.71972C18.829 7.86037 18.75 8.05114 18.75 8.25005C18.75 8.44896 18.829 8.63973 18.9697 8.78038C19.1103 8.92103 19.3011 9.00005 19.5 9.00005H20.4422L22.2422 15H19.3125L17.3784 8.5688C17.2872 8.25907 17.0978 7.98736 16.8388 7.79461C16.5797 7.60185 16.2651 7.49847 15.9422 7.50005H15C14.8011 7.50005 14.6103 7.57907 14.4697 7.71972C14.329 7.86037 14.25 8.05114 14.25 8.25005C14.25 8.44896 14.329 8.63973 14.4697 8.78038C14.6103 8.92103 14.8011 9.00005 15 9.00005H15.9422L17.7422 15H14.8125L12.8784 8.5688C12.7872 8.25907 12.5978 7.98736 12.3388 7.79461C12.0797 7.60185 11.7651 7.49847 11.4422 7.50005H3.5625C3.23882 7.49745 2.92309 7.60036 2.66311 7.79319C2.40312 7.98602 2.21302 8.25829 2.12156 8.5688L0.0346875 15.525V15.5297C0.0346875 15.5297 0.0346875 15.5344 0.0346875 15.5372C0.0130614 15.6062 0.00138119 15.6778 0 15.75C0 15.949 0.0790176 16.1397 0.21967 16.2804C0.360322 16.421 0.551088 16.5 0.75 16.5H23.25C23.3669 16.5 23.4822 16.4727 23.5867 16.4201C23.6911 16.3676 23.7818 16.2914 23.8516 16.1976C23.9214 16.1038 23.9682 15.995 23.9885 15.8798C24.0087 15.7647 24.0017 15.6464 23.9681 15.5344ZM3.5625 9.00005H11.4469L13.2469 15H1.75781L3.5625 9.00005Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TabsIcon.displayName = 'TabsIcon';
|
|
@@ -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 TagFilledIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.708 4.88673C15.905 4.88595 16.1002 4.92377 16.2822 4.99904C16.4643 5.07436 16.6297 5.18546 16.7686 5.32521L22.9131 11.4697C23.0537 11.6104 23.1328 11.8011 23.1328 12C23.1328 12.1989 23.0537 12.3896 22.9131 12.5303L16.7686 18.6748C16.6297 18.8146 16.4643 18.9257 16.2822 19.001C16.1002 19.0763 15.905 19.1141 15.708 19.1133H3.54102C3.3441 19.1133 3.14873 19.0754 2.9668 19C2.78494 18.9247 2.61969 18.814 2.48047 18.6748C2.34117 18.5355 2.23065 18.3695 2.15527 18.1875C2.07994 18.0055 2.04099 17.8102 2.04102 17.6133V6.38673C2.041 6.18977 2.07993 5.99449 2.15527 5.81251C2.23066 5.6305 2.34117 5.46451 2.48047 5.32521C2.61968 5.18605 2.78495 5.07535 2.9668 5.00001C3.14873 4.92467 3.3441 4.88675 3.54102 4.88673H15.708ZM16.5488 10.875C16.3265 10.8751 16.1087 10.9409 15.9238 11.0645C15.739 11.1881 15.5949 11.3639 15.5098 11.5693C15.4246 11.7749 15.4029 12.0015 15.4463 12.2197C15.4897 12.4378 15.5967 12.6387 15.7539 12.7959C15.8275 12.8694 15.9109 12.9305 16 12.9805V13H16.0361C16.1935 13.0808 16.3687 13.1249 16.5488 13.125C16.8471 13.125 17.1338 13.0067 17.3447 12.7959C17.502 12.6386 17.6089 12.4379 17.6523 12.2197C17.6958 12.0015 17.674 11.7749 17.5889 11.5693C17.5038 11.3639 17.3597 11.1881 17.1748 11.0645C16.9898 10.9409 16.7713 10.875 16.5488 10.875Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TagFilledIcon.displayName = 'TagFilledIcon';
|
|
@@ -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 TagIcon = 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: "M16.5488 10.875C16.7713 10.875 16.9898 10.9408 17.1748 11.0645C17.3597 11.1881 17.5038 11.3639 17.5889 11.5693C17.674 11.7749 17.6958 12.0015 17.6523 12.2197C17.6089 12.4379 17.502 12.6386 17.3447 12.7959C17.1338 13.0067 16.8471 13.125 16.5488 13.125C16.3687 13.1249 16.1935 13.0808 16.0361 13H16V12.9805C15.9109 12.9305 15.8275 12.8694 15.7539 12.7959C15.5966 12.6386 15.4897 12.4379 15.4463 12.2197C15.4029 12.0015 15.4246 11.7749 15.5098 11.5693C15.5949 11.3639 15.739 11.1881 15.9238 11.0645C16.1087 10.9409 16.3265 10.8751 16.5488 10.875Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.708 4.88673C15.905 4.88595 16.1002 4.92377 16.2822 4.99904C16.4643 5.07436 16.6297 5.18545 16.7686 5.32521L22.9131 11.4697C23.0537 11.6104 23.1328 11.8011 23.1328 12C23.1328 12.1989 23.0537 12.3896 22.9131 12.5303L16.7686 18.6748C16.6297 18.8146 16.4643 18.9257 16.2822 19.001C16.1002 19.0763 15.905 19.1141 15.708 19.1133H3.54102C3.3441 19.1133 3.14873 19.0754 2.9668 19C2.78494 18.9247 2.61969 18.814 2.48047 18.6748C2.34116 18.5355 2.23066 18.3695 2.15527 18.1875C2.07993 18.0055 2.04099 17.8103 2.04102 17.6133V6.38673C2.04099 6.18977 2.07993 5.99449 2.15527 5.81251C2.23066 5.63049 2.34116 5.46452 2.48047 5.32521C2.61969 5.18605 2.78494 5.07535 2.9668 5.00001C3.14873 4.92467 3.3441 4.88675 3.54102 4.88673H15.708ZM3.54102 6.38575V17.6143H15.708L21.3223 12L15.708 6.38575H3.54102Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
TagIcon.displayName = 'TagIcon';
|
|
@@ -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 TagSmallIcon = 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: "M15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5859 6C15.8511 6.00004 16.1055 6.10547 16.293 6.29297L21.293 11.293C21.6834 11.6835 21.6834 12.3165 21.293 12.707L16.293 17.707L16.2197 17.7734C16.0418 17.9193 15.818 18 15.5859 18H4L3.89746 17.9951C3.39333 17.9438 3 17.5177 3 17V7C3 6.44772 3.44772 6 4 6H15.5859ZM4.5 16.5H15.3789L19.8789 12L15.3789 7.5H4.5V16.5Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
TagSmallIcon.displayName = 'TagSmallIcon';
|
|
@@ -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 TaskpadIcon = 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: "M15.9697 8.78027C16.0682 8.78032 16.1659 8.79922 16.2568 8.83691C16.3478 8.87466 16.4304 8.9303 16.5 9C16.5697 9.06963 16.6253 9.15216 16.6631 9.24316C16.7008 9.33411 16.7197 9.43183 16.7197 9.53027C16.7197 9.62866 16.7007 9.72647 16.6631 9.81738C16.6253 9.90843 16.5697 9.99187 16.5 10.0615L11.0303 15.5303C10.9606 15.6 10.8782 15.6556 10.7871 15.6934C10.6961 15.7311 10.5985 15.751 10.5 15.751C10.4015 15.751 10.3039 15.7311 10.2129 15.6934C10.1218 15.6556 10.0394 15.6 9.96973 15.5303L7.41699 12.9775C7.27629 12.8368 7.19632 12.6463 7.19629 12.4473C7.19629 12.2482 7.27626 12.0577 7.41699 11.917C7.55772 11.7763 7.74824 11.6963 7.94727 11.6963C8.14625 11.6963 8.33683 11.7763 8.47754 11.917L10.5 13.9395L15.4385 9C15.5081 8.93027 15.5916 8.87466 15.6826 8.83691C15.7735 8.7993 15.8713 8.78027 15.9697 8.78027Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.5C12.1989 1.5 14.3896 1.57907 14.5303 1.71973C14.6709 1.86038 14.75 2.05109 14.75 2.25V3H19.5C19.5 3 19.8896 3.07907 20.0303 3.21973C20.1709 3.36038 20.25 3.55109 20.25 3.75V18.75C20.25 19.5457 19.9337 20.3085 19.3711 20.8711C18.8085 21.4337 18.0456 21.75 17.25 21.75H6.75C5.95435 21.75 5.19152 21.4337 4.62891 20.8711C4.0663 20.3085 3.75 19.5457 3.75 18.75V3.75C3.75 3.55109 3.82907 3.36038 3.96973 3.21973C4.11038 3.07907 4.30109 3 4.5 3H9.25V2.25C9.25 2.05109 9.32907 1.86038 9.46973 1.71973C9.61038 1.57907 11.8011 1.5 12 1.5ZM5.25 18.75C5.25 19.1478 5.40815 19.5292 5.68945 19.8105C5.97076 20.0919 6.35218 20.25 6.75 20.25H17.25C17.6478 20.25 18.0292 20.0919 18.3105 19.8105C18.5919 19.5292 18.75 19.1478 18.75 18.75V4.5H5.25V18.75Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
TaskpadIcon.displayName = 'TaskpadIcon';
|
|
@@ -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 TerminalIcon = 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 12C12.0001 12.1125 11.9748 12.2236 11.9261 12.325C11.8775 12.4264 11.8066 12.5156 11.7188 12.5859L7.96875 15.5859C7.8918 15.6475 7.80349 15.6933 7.70884 15.7207C7.61419 15.7481 7.51507 15.7567 7.41714 15.7458C7.3192 15.7349 7.22436 15.7048 7.13805 15.6573C7.05173 15.6098 6.97562 15.5457 6.91406 15.4688C6.85251 15.3918 6.80671 15.3035 6.77928 15.2088C6.75186 15.1142 6.74334 15.0151 6.75422 14.9171C6.76511 14.8192 6.79517 14.7244 6.8427 14.638C6.89023 14.5517 6.9543 14.4756 7.03125 14.4141L10.0491 12L7.03125 9.58594C6.9543 9.52438 6.89023 9.44827 6.8427 9.36195C6.79517 9.27564 6.76511 9.1808 6.75422 9.08286C6.74334 8.98493 6.75186 8.88581 6.77928 8.79116C6.80671 8.69651 6.85251 8.6082 6.91406 8.53125C6.97562 8.4543 7.05173 8.39023 7.13805 8.3427C7.22436 8.29517 7.3192 8.26511 7.41714 8.25422C7.51507 8.24334 7.61419 8.25186 7.70884 8.27928C7.80349 8.30671 7.8918 8.35251 7.96875 8.41406L11.7188 11.4141C11.8066 11.4844 11.8775 11.5736 11.9261 11.675C11.9748 11.7764 12.0001 11.8875 12 12ZM16.5 14.25H12.75C12.5511 14.25 12.3603 14.329 12.2197 14.4697C12.079 14.6103 12 14.8011 12 15C12 15.1989 12.079 15.3897 12.2197 15.5303C12.3603 15.671 12.5511 15.75 12.75 15.75H16.5C16.6989 15.75 16.8897 15.671 17.0303 15.5303C17.171 15.3897 17.25 15.1989 17.25 15C17.25 14.8011 17.171 14.6103 17.0303 14.4697C16.8897 14.329 16.6989 14.25 16.5 14.25ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TerminalIcon.displayName = 'TerminalIcon';
|
|
@@ -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 TerminalWindowIcon = 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 12C12.0001 12.1125 11.9748 12.2236 11.9261 12.325C11.8775 12.4264 11.8066 12.5156 11.7188 12.5859L7.96875 15.5859C7.8918 15.6475 7.80349 15.6933 7.70884 15.7207C7.61419 15.7481 7.51507 15.7567 7.41714 15.7458C7.3192 15.7349 7.22436 15.7048 7.13805 15.6573C7.05173 15.6098 6.97562 15.5457 6.91406 15.4688C6.85251 15.3918 6.80671 15.3035 6.77928 15.2088C6.75186 15.1142 6.74334 15.0151 6.75422 14.9171C6.76511 14.8192 6.79517 14.7244 6.8427 14.638C6.89023 14.5517 6.9543 14.4756 7.03125 14.4141L10.0491 12L7.03125 9.58594C6.9543 9.52438 6.89023 9.44827 6.8427 9.36195C6.79517 9.27564 6.76511 9.1808 6.75422 9.08286C6.74334 8.98493 6.75186 8.88581 6.77928 8.79116C6.80671 8.69651 6.85251 8.6082 6.91406 8.53125C6.97562 8.4543 7.05173 8.39023 7.13805 8.3427C7.22436 8.29517 7.3192 8.26511 7.41714 8.25422C7.51507 8.24334 7.61419 8.25186 7.70884 8.27928C7.80349 8.30671 7.8918 8.35251 7.96875 8.41406L11.7188 11.4141C11.8066 11.4844 11.8775 11.5736 11.9261 11.675C11.9748 11.7764 12.0001 11.8875 12 12ZM16.5 14.25H12.75C12.5511 14.25 12.3603 14.329 12.2197 14.4697C12.079 14.6103 12 14.8011 12 15C12 15.1989 12.079 15.3897 12.2197 15.5303C12.3603 15.671 12.5511 15.75 12.75 15.75H16.5C16.6989 15.75 16.8897 15.671 17.0303 15.5303C17.171 15.3897 17.25 15.1989 17.25 15C17.25 14.8011 17.171 14.6103 17.0303 14.4697C16.8897 14.329 16.6989 14.25 16.5 14.25ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TerminalWindowIcon.displayName = 'TerminalWindowIcon';
|
|
@@ -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 TextAlignCenterIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM6 9.25195C5.80109 9.25195 5.61032 9.33097 5.46967 9.47162C5.32902 9.61228 5.25 9.80304 5.25 10.002C5.25 10.2009 5.32902 10.3916 5.46967 10.5323C5.61032 10.6729 5.80109 10.752 6 10.752H18C18.1989 10.752 18.3897 10.6729 18.5303 10.5323C18.671 10.3916 18.75 10.2009 18.75 10.002C18.75 9.80304 18.671 9.61228 18.5303 9.47162C18.3897 9.33097 18.1989 9.25195 18 9.25195H6ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM18 16.752H6C5.80109 16.752 5.61032 16.831 5.46967 16.9716C5.32902 17.1123 5.25 17.303 5.25 17.502C5.25 17.7009 5.32902 17.8916 5.46967 18.0323C5.61032 18.1729 5.80109 18.252 6 18.252H18C18.1989 18.252 18.3897 18.1729 18.5303 18.0323C18.671 17.8916 18.75 17.7009 18.75 17.502C18.75 17.303 18.671 17.1123 18.5303 16.9716C18.3897 16.831 18.1989 16.752 18 16.752Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextAlignCenterIcon.displayName = 'TextAlignCenterIcon';
|
|
@@ -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 TextAlignJustifyIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3 6.25208C3 6.05316 3.07902 5.8624 3.21967 5.72175C3.36032 5.58109 3.55109 5.50208 3.75 5.50208H20.25C20.4489 5.50208 20.6397 5.58109 20.7803 5.72175C20.921 5.8624 21 6.05316 21 6.25208C21 6.45099 20.921 6.64175 20.7803 6.78241C20.6397 6.92306 20.4489 7.00208 20.25 7.00208H3.75C3.55109 7.00208 3.36032 6.92306 3.21967 6.78241C3.07902 6.64175 3 6.45099 3 6.25208ZM20.25 9.25208H3.75C3.55109 9.25208 3.36032 9.33109 3.21967 9.47175C3.07902 9.6124 3 9.80316 3 10.0021C3 10.201 3.07902 10.3918 3.21967 10.5324C3.36032 10.6731 3.55109 10.7521 3.75 10.7521H20.25C20.4489 10.7521 20.6397 10.6731 20.7803 10.5324C20.921 10.3918 21 10.201 21 10.0021C21 9.80316 20.921 9.6124 20.7803 9.47175C20.6397 9.33109 20.4489 9.25208 20.25 9.25208ZM20.25 13.0021H3.75C3.55109 13.0021 3.36032 13.0811 3.21967 13.2217C3.07902 13.3624 3 13.5532 3 13.7521C3 13.951 3.07902 14.1418 3.21967 14.2824C3.36032 14.4231 3.55109 14.5021 3.75 14.5021H20.25C20.4489 14.5021 20.6397 14.4231 20.7803 14.2824C20.921 14.1418 21 13.951 21 13.7521C21 13.5532 20.921 13.3624 20.7803 13.2217C20.6397 13.0811 20.4489 13.0021 20.25 13.0021ZM20.25 16.7521H3.75C3.55109 16.7521 3.36032 16.8311 3.21967 16.9717C3.07902 17.1124 3 17.3032 3 17.5021C3 17.701 3.07902 17.8918 3.21967 18.0324C3.36032 18.1731 3.55109 18.2521 3.75 18.2521H20.25C20.4489 18.2521 20.6397 18.1731 20.7803 18.0324C20.921 17.8918 21 17.701 21 17.5021C21 17.3032 20.921 17.1124 20.7803 16.9717C20.6397 16.8311 20.4489 16.7521 20.25 16.7521Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextAlignJustifyIcon.displayName = 'TextAlignJustifyIcon';
|
|
@@ -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 TextAlignLeftIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM3.75 10.752H15.75C15.9489 10.752 16.1397 10.6729 16.2803 10.5323C16.421 10.3916 16.5 10.2009 16.5 10.002C16.5 9.80304 16.421 9.61228 16.2803 9.47162C16.1397 9.33097 15.9489 9.25195 15.75 9.25195H3.75C3.55109 9.25195 3.36032 9.33097 3.21967 9.47162C3.07902 9.61228 3 9.80304 3 10.002C3 10.2009 3.07902 10.3916 3.21967 10.5323C3.36032 10.6729 3.55109 10.752 3.75 10.752ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM15.75 16.752H3.75C3.55109 16.752 3.36032 16.831 3.21967 16.9716C3.07902 17.1123 3 17.303 3 17.502C3 17.7009 3.07902 17.8916 3.21967 18.0323C3.36032 18.1729 3.55109 18.252 3.75 18.252H15.75C15.9489 18.252 16.1397 18.1729 16.2803 18.0323C16.421 17.8916 16.5 17.7009 16.5 17.502C16.5 17.303 16.421 17.1123 16.2803 16.9716C16.1397 16.831 15.9489 16.752 15.75 16.752Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextAlignLeftIcon.displayName = 'TextAlignLeftIcon';
|
|
@@ -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 TextAlignRightIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM20.25 9.25195H8.25C8.05109 9.25195 7.86032 9.33097 7.71967 9.47162C7.57902 9.61228 7.5 9.80304 7.5 10.002C7.5 10.2009 7.57902 10.3916 7.71967 10.5323C7.86032 10.6729 8.05109 10.752 8.25 10.752H20.25C20.4489 10.752 20.6397 10.6729 20.7803 10.5323C20.921 10.3916 21 10.2009 21 10.002C21 9.80304 20.921 9.61228 20.7803 9.47162C20.6397 9.33097 20.4489 9.25195 20.25 9.25195ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM20.25 16.752H8.25C8.05109 16.752 7.86032 16.831 7.71967 16.9716C7.57902 17.1123 7.5 17.303 7.5 17.502C7.5 17.7009 7.57902 17.8916 7.71967 18.0323C7.86032 18.1729 8.05109 18.252 8.25 18.252H20.25C20.4489 18.252 20.6397 18.1729 20.7803 18.0323C20.921 17.8916 21 17.7009 21 17.502C21 17.303 20.921 17.1123 20.7803 16.9716C20.6397 16.831 20.4489 16.752 20.25 16.752Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextAlignRightIcon.displayName = 'TextAlignRightIcon';
|
|
@@ -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 TextBBoldIcon = 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: "M17.3512 10.7306C17.8922 10.0719 18.2348 9.27301 18.3394 8.42707C18.444 7.58112 18.3061 6.72288 17.9419 5.95222C17.5777 5.18157 17.0021 4.53021 16.2821 4.07395C15.5622 3.61769 14.7274 3.3753 13.875 3.375H7.5C7.20163 3.375 6.91548 3.49353 6.7045 3.7045C6.49353 3.91548 6.375 4.20163 6.375 4.5V18.75C6.375 19.0484 6.49353 19.3345 6.7045 19.5455C6.91548 19.7565 7.20163 19.875 7.5 19.875H15C16.0813 19.8745 17.1317 19.5146 17.986 18.8519C18.8403 18.1892 19.4501 17.2612 19.7194 16.214C19.9886 15.1668 19.9021 14.0598 19.4734 13.0672C19.0447 12.0745 18.2982 11.2526 17.3512 10.7306ZM8.625 5.625H13.875C14.4717 5.625 15.044 5.86205 15.466 6.28401C15.8879 6.70597 16.125 7.27826 16.125 7.875C16.125 8.47174 15.8879 9.04403 15.466 9.46599C15.044 9.88795 14.4717 10.125 13.875 10.125H8.625V5.625ZM15 17.625H8.625V12.375H15C15.6962 12.375 16.3639 12.6516 16.8562 13.1438C17.3484 13.6361 17.625 14.3038 17.625 15C17.625 15.6962 17.3484 16.3639 16.8562 16.8562C16.3639 17.3484 15.6962 17.625 15 17.625Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextBBoldIcon.displayName = 'TextBBoldIcon';
|
|
@@ -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 TextHTwoIcon = 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.25 5.25V16.5C14.25 16.6989 14.171 16.8897 14.0303 17.0303C13.8897 17.171 13.6989 17.25 13.5 17.25C13.3011 17.25 13.1103 17.171 12.9697 17.0303C12.829 16.8897 12.75 16.6989 12.75 16.5V11.625H4.5V16.5C4.5 16.6989 4.42098 16.8897 4.28033 17.0303C4.13968 17.171 3.94891 17.25 3.75 17.25C3.55109 17.25 3.36032 17.171 3.21967 17.0303C3.07902 16.8897 3 16.6989 3 16.5V5.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.25V10.125H12.75V5.25C12.75 5.05109 12.829 4.86032 12.9697 4.71967C13.1103 4.57902 13.3011 4.5 13.5 4.5C13.6989 4.5 13.8897 4.57902 14.0303 4.71967C14.171 4.86032 14.25 5.05109 14.25 5.25ZM22.5 18.75H19.5L22.6453 14.5556C22.9054 14.2101 23.0877 13.8124 23.1797 13.3899C23.2717 12.9673 23.2713 12.5298 23.1785 12.1075C23.0856 11.6851 22.9026 11.2878 22.6418 10.9427C22.3811 10.5977 22.0488 10.3132 21.6678 10.1085C21.2868 9.90392 20.8661 9.7841 20.4345 9.75728C20.0028 9.73046 19.5705 9.79727 19.1671 9.95315C18.7637 10.109 18.3988 10.3503 18.0973 10.6604C17.7959 10.9705 17.565 11.342 17.4206 11.7497C17.3857 11.843 17.3698 11.9423 17.3737 12.0418C17.3776 12.1413 17.4013 12.239 17.4434 12.3293C17.4855 12.4196 17.5451 12.5005 17.6189 12.5675C17.6926 12.6345 17.7789 12.6861 17.8728 12.7193C17.9667 12.7526 18.0662 12.7668 18.1657 12.7611C18.2651 12.7555 18.3624 12.7301 18.4519 12.6864C18.5414 12.6428 18.6213 12.5817 18.687 12.5068C18.7527 12.432 18.8028 12.3448 18.8344 12.2503C18.8862 12.1058 18.9595 11.9699 19.0519 11.8472C19.1689 11.6857 19.3169 11.5492 19.4873 11.4457C19.6577 11.3421 19.8471 11.2736 20.0443 11.2441C20.2415 11.2145 20.4426 11.2246 20.6359 11.2738C20.8291 11.3229 21.0106 11.41 21.1698 11.5301C21.329 11.6502 21.4626 11.8009 21.5629 11.9732C21.6632 12.1456 21.7281 12.3362 21.7538 12.5339C21.7796 12.7316 21.7656 12.9325 21.7128 13.1248C21.66 13.3171 21.5694 13.4969 21.4462 13.6537L17.4 19.05C17.3164 19.1614 17.2655 19.2939 17.253 19.4326C17.2405 19.5714 17.2669 19.7108 17.3292 19.8354C17.3915 19.96 17.4872 20.0648 17.6057 20.138C17.7242 20.2112 17.8607 20.25 18 20.25H22.5C22.6989 20.25 22.8897 20.171 23.0303 20.0303C23.171 19.8897 23.25 19.6989 23.25 19.5C23.25 19.3011 23.171 19.1103 23.0303 18.9697C22.8897 18.829 22.6989 18.75 22.5 18.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextHTwoIcon.displayName = 'TextHTwoIcon';
|
|
@@ -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 TextItalicIcon = 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 5.25C18.75 5.44891 18.671 5.63968 18.5303 5.78033C18.3897 5.92098 18.1989 6 18 6H14.7909L10.7906 18H13.5C13.6989 18 13.8897 18.079 14.0303 18.2197C14.171 18.3603 14.25 18.5511 14.25 18.75C14.25 18.9489 14.171 19.1397 14.0303 19.2803C13.8897 19.421 13.6989 19.5 13.5 19.5H6C5.80109 19.5 5.61032 19.421 5.46967 19.2803C5.32902 19.1397 5.25 18.9489 5.25 18.75C5.25 18.5511 5.32902 18.3603 5.46967 18.2197C5.61032 18.079 5.80109 18 6 18H9.20906L13.2094 6H10.5C10.3011 6 10.1103 5.92098 9.96967 5.78033C9.82902 5.63968 9.75 5.44891 9.75 5.25C9.75 5.05109 9.82902 4.86032 9.96967 4.71967C10.1103 4.57902 10.3011 4.5 10.5 4.5H18C18.1989 4.5 18.3897 4.57902 18.5303 4.71967C18.671 4.86032 18.75 5.05109 18.75 5.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextItalicIcon.displayName = 'TextItalicIcon';
|
|
@@ -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 TextStrikethroughIcon = 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.75H16.4934C17.355 13.4166 18 14.3625 18 15.75C18 17.0006 17.3438 18.1594 16.1484 19.0116C15.0309 19.8103 13.5572 20.25 12 20.25C10.4428 20.25 8.96906 19.8103 7.85156 19.0116C6.65625 18.1594 6 17.0006 6 15.75C6 15.5511 6.07902 15.3603 6.21967 15.2197C6.36032 15.079 6.55109 15 6.75 15C6.94891 15 7.13968 15.079 7.28033 15.2197C7.42098 15.3603 7.5 15.5511 7.5 15.75C7.5 17.3766 9.5625 18.75 12 18.75C14.4375 18.75 16.5 17.3766 16.5 15.75C16.5 14.3578 15.5119 13.5394 12.8653 12.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.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12ZM7.15594 9.75C7.2745 9.75011 7.3914 9.72211 7.49705 9.66829C7.6027 9.61447 7.69408 9.53638 7.76371 9.44041C7.83333 9.34443 7.87921 9.23333 7.89757 9.11619C7.91594 8.99906 7.90628 8.87924 7.86938 8.76656C7.8157 8.59971 7.78942 8.42526 7.79156 8.25C7.79156 6.54 9.60094 5.25 12 5.25C13.7662 5.25 15.2025 5.94562 15.8438 7.11094C15.945 7.27413 16.1051 7.39223 16.2909 7.44091C16.4767 7.48958 16.6741 7.46512 16.8424 7.37255C17.0107 7.27999 17.1371 7.12638 17.1955 6.9434C17.2539 6.76042 17.2398 6.562 17.1562 6.38906C16.2497 4.73625 14.3222 3.75 12 3.75C8.74594 3.75 6.29156 5.68406 6.29156 8.25C6.28997 8.58377 6.34123 8.91569 6.44344 9.23344C6.49263 9.38363 6.58801 9.51444 6.71596 9.60721C6.84391 9.69997 6.9979 9.74995 7.15594 9.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextStrikethroughIcon.displayName = 'TextStrikethroughIcon';
|
|
@@ -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 TextUnderlineIcon = 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 21C18.75 21.1989 18.671 21.3897 18.5303 21.5303C18.3897 21.671 18.1989 21.75 18 21.75H6C5.80109 21.75 5.61032 21.671 5.46967 21.5303C5.32902 21.3897 5.25 21.1989 5.25 21C5.25 20.8011 5.32902 20.6103 5.46967 20.4697C5.61032 20.329 5.80109 20.25 6 20.25H18C18.1989 20.25 18.3897 20.329 18.5303 20.4697C18.671 20.6103 18.75 20.8011 18.75 21ZM12 18.75C13.5908 18.7483 15.1159 18.1156 16.2407 16.9907C17.3656 15.8659 17.9983 14.3408 18 12.75V5.25C18 5.05109 17.921 4.86032 17.7803 4.71967C17.6397 4.57902 17.4489 4.5 17.25 4.5C17.0511 4.5 16.8603 4.57902 16.7197 4.71967C16.579 4.86032 16.5 5.05109 16.5 5.25V12.75C16.5 13.9435 16.0259 15.0881 15.182 15.932C14.3381 16.7759 13.1935 17.25 12 17.25C10.8065 17.25 9.66193 16.7759 8.81802 15.932C7.97411 15.0881 7.5 13.9435 7.5 12.75V5.25C7.5 5.05109 7.42098 4.86032 7.28033 4.71967C7.13968 4.57902 6.94891 4.5 6.75 4.5C6.55109 4.5 6.36032 4.57902 6.21967 4.71967C6.07902 4.86032 6 5.05109 6 5.25V12.75C6.00174 14.3408 6.63444 15.8659 7.75928 16.9907C8.88412 18.1156 10.4092 18.7483 12 18.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextUnderlineIcon.displayName = 'TextUnderlineIcon';
|
|
@@ -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 TextboxIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M10.5 3.75C10.3011 3.75 10.1103 3.82902 9.96967 3.96967C9.82902 4.11032 9.75 4.30109 9.75 4.5V6H2.25C1.85218 6 1.47064 6.15804 1.18934 6.43934C0.908035 6.72064 0.75 7.10218 0.75 7.5V16.5C0.75 16.8978 0.908035 17.2794 1.18934 17.5607C1.47064 17.842 1.85218 18 2.25 18H9.75V19.5C9.75 19.6989 9.82902 19.8897 9.96967 20.0303C10.1103 20.171 10.3011 20.25 10.5 20.25C10.6989 20.25 10.8897 20.171 11.0303 20.0303C11.171 19.8897 11.25 19.6989 11.25 19.5V4.5C11.25 4.30109 11.171 4.11032 11.0303 3.96967C10.8897 3.82902 10.6989 3.75 10.5 3.75ZM2.25 16.5V7.5H9.75V16.5H2.25ZM23.25 7.5V16.5C23.25 16.8978 23.092 17.2794 22.8107 17.5607C22.5294 17.842 22.1478 18 21.75 18H13.5C13.3011 18 13.1103 17.921 12.9697 17.7803C12.829 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.829 16.8603 12.9697 16.7197C13.1103 16.579 13.3011 16.5 13.5 16.5H21.75V7.5H13.5C13.3011 7.5 13.1103 7.42098 12.9697 7.28033C12.829 7.13968 12.75 6.94891 12.75 6.75C12.75 6.55109 12.829 6.36032 12.9697 6.21967C13.1103 6.07902 13.3011 6 13.5 6H21.75C22.1478 6 22.5294 6.15804 22.8107 6.43934C23.092 6.72064 23.25 7.10218 23.25 7.5ZM8.25 10.5C8.25 10.6989 8.17098 10.8897 8.03033 11.0303C7.88968 11.171 7.69891 11.25 7.5 11.25H6.75V13.5C6.75 13.6989 6.67098 13.8897 6.53033 14.0303C6.38968 14.171 6.19891 14.25 6 14.25C5.80109 14.25 5.61032 14.171 5.46967 14.0303C5.32902 13.8897 5.25 13.6989 5.25 13.5V11.25H4.5C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5C3.75 10.3011 3.82902 10.1103 3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75H7.5C7.69891 9.75 7.88968 9.82902 8.03033 9.96967C8.17098 10.1103 8.25 10.3011 8.25 10.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TextboxIcon.displayName = 'TextboxIcon';
|
|
@@ -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 ThemeIcon = 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 3.29C19.5 2.99 19.44 2.69 19.33 2.41C19.21 2.13 19.04 1.88 18.83 1.67C18.62 1.46 18.37 1.29 18.09 1.17C17.81 1.06 17.52 1 17.22 1H6.29C5.67 1 5.09 1.24 4.65 1.69C4.22 2.12 4 2.69 4 3.3L4.14 10.76V12.96C4.08 13.61 4.34 14.05 4.56 14.29C5.18 14.98 6.22 14.98 6.95 14.98C7.93 14.98 8.61 15.17 8.93 15.51C9.01 15.59 9.24 15.84 9.19 16.57L9.14 17.38C9.1 18 9.09 18.23 9.07 18.78C9.04 20.02 9.39 21.08 10.05 21.76C10.51 22.23 11.09 22.49 11.7 22.49C12.31 22.49 12.89 22.23 13.35 21.76C14.01 21.08 14.36 20.02 14.33 18.78C14.32 18.23 14.3 17.99 14.26 17.38L14.21 16.57C14.17 15.84 14.4 15.59 14.47 15.51C14.79 15.17 15.47 14.99 16.49 14.98C17.17 14.98 18.21 14.98 18.83 14.29C19.05 14.04 19.31 13.61 19.25 13.05V10.77L19.48 3.29H19.5ZM6.07 3.09C6.07 3.09 6.17 3 6.28 3H17.21C17.21 3 17.29 3 17.32 3.02C17.35 3.03 17.39 3.06 17.41 3.08C17.43 3.1 17.45 3.14 17.47 3.17C17.48 3.21 17.49 3.24 17.49 3.25L17.29 9.74H6.12L6 3.26C6 3.17 6.04 3.11 6.07 3.08V3.09ZM16.45 13C14.87 13 13.75 13.39 13.02 14.16C12.43 14.8 12.16 15.65 12.22 16.71L12.27 17.52C12.31 18.1 12.32 18.32 12.33 18.85C12.36 19.85 12.02 20.28 11.92 20.38C11.77 20.54 11.64 20.54 11.49 20.38C11.39 20.27 11.05 19.85 11.07 18.85C11.08 18.33 11.1 18.11 11.13 17.52L11.18 16.71C11.24 15.65 10.97 14.8 10.38 14.16C9.66 13.39 8.54 13.01 6.91 13C6.73 13 6.36 13 6.13 12.96V11.75H17.26V12.96C17.03 13 16.65 13 16.44 13H16.45Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ThemeIcon.displayName = 'ThemeIcon';
|
|
@@ -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 ThermometerSimpleIcon = 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.75 14.3438V8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25V14.3438C10.543 14.5263 9.92686 14.9604 9.51705 15.5648C9.10724 16.1691 8.93191 16.9021 9.02391 17.6265C9.11592 18.3509 9.46895 19.0168 10.0168 19.4995C10.5647 19.9822 11.2698 20.2485 12 20.2485C12.7302 20.2485 13.4353 19.9822 13.9832 19.4995C14.5311 19.0168 14.8841 18.3509 14.9761 17.6265C15.0681 16.9021 14.8928 16.1691 14.483 15.5648C14.0731 14.9604 13.457 14.5263 12.75 14.3438ZM12 18.75C11.7033 18.75 11.4133 18.662 11.1666 18.4972C10.92 18.3324 10.7277 18.0981 10.6142 17.824C10.5006 17.5499 10.4709 17.2483 10.5288 16.9574C10.5867 16.6664 10.7296 16.3991 10.9393 16.1893C11.1491 15.9796 11.4164 15.8367 11.7074 15.7788C11.9983 15.7209 12.2999 15.7507 12.574 15.8642C12.8481 15.9777 13.0824 16.17 13.2472 16.4166C13.412 16.6633 13.5 16.9533 13.5 17.25C13.5 17.6478 13.342 18.0294 13.0607 18.3107C12.7794 18.592 12.3978 18.75 12 18.75ZM15.75 12.5625V4.5C15.75 3.50544 15.3549 2.55161 14.6517 1.84835C13.9484 1.14509 12.9946 0.75 12 0.75C11.0054 0.75 10.0516 1.14509 9.34835 1.84835C8.64509 2.55161 8.25 3.50544 8.25 4.5V12.5625C7.27961 13.3394 6.57449 14.3986 6.23209 15.5936C5.88969 16.7886 5.92692 18.0605 6.33862 19.2334C6.75032 20.4063 7.51617 21.4224 8.53034 22.1413C9.5445 22.8601 10.7569 23.2463 12 23.2463C13.2431 23.2463 14.4555 22.8601 15.4697 22.1413C16.4838 21.4224 17.2497 20.4063 17.6614 19.2334C18.0731 18.0605 18.1103 16.7886 17.7679 15.5936C17.4255 14.3986 16.7204 13.3394 15.75 12.5625ZM12 21.75C11.0418 21.7501 10.1086 21.4443 9.3363 20.8772C8.56396 20.3101 7.9928 19.5113 7.70598 18.597C7.41915 17.6828 7.43164 16.7009 7.74161 15.7942C8.05159 14.8876 8.64287 14.1035 9.42938 13.5563C9.5289 13.4868 9.61007 13.3942 9.66592 13.2864C9.72176 13.1786 9.75062 13.0589 9.75 12.9375V4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5V12.9375C14.25 13.0583 14.2791 13.1772 14.335 13.2843C14.3908 13.3914 14.4716 13.4834 14.5706 13.5525C15.3588 14.0992 15.9516 14.8835 16.2626 15.7908C16.5737 16.6982 16.5866 17.6812 16.2996 18.5965C16.0126 19.5117 15.4406 20.3113 14.6672 20.8786C13.8937 21.4459 12.9592 21.7512 12 21.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ThermometerSimpleIcon.displayName = 'ThermometerSimpleIcon';
|
|
@@ -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 TicketIcon = 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.75 9.75C21.9489 9.75 22.1397 9.67098 22.2803 9.53033C22.421 9.38968 22.5 9.19891 22.5 9V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V9C1.5 9.19891 1.57902 9.38968 1.71967 9.53033C1.86032 9.67098 2.05109 9.75 2.25 9.75C2.84674 9.75 3.41903 9.98705 3.84099 10.409C4.26295 10.831 4.5 11.4033 4.5 12C4.5 12.5967 4.26295 13.169 3.84099 13.591C3.41903 14.0129 2.84674 14.25 2.25 14.25C2.05109 14.25 1.86032 14.329 1.71967 14.4697C1.57902 14.6103 1.5 14.8011 1.5 15V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22064 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V15C22.5 14.8011 22.421 14.6103 22.2803 14.4697C22.1397 14.329 21.9489 14.25 21.75 14.25C21.1533 14.25 20.581 14.0129 20.159 13.591C19.7371 13.169 19.5 12.5967 19.5 12C19.5 11.4033 19.7371 10.831 20.159 10.409C20.581 9.98705 21.1533 9.75 21.75 9.75ZM3 15.675C3.84772 15.5029 4.60986 15.043 5.15728 14.3732C5.70471 13.7034 6.00376 12.865 6.00376 12C6.00376 11.135 5.70471 10.2966 5.15728 9.62681C4.60986 8.95705 3.84772 8.49714 3 8.325V6H8.25V18H3V15.675ZM21 15.675V18H9.75V6H21V8.325C20.1523 8.49714 19.3901 8.95705 18.8427 9.62681C18.2953 10.2966 17.9962 11.135 17.9962 12C17.9962 12.865 18.2953 13.7034 18.8427 14.3732C19.3901 15.043 20.1523 15.5029 21 15.675Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
TicketIcon.displayName = 'TicketIcon';
|