@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 ListDashesIcon = 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: "M8.25 8C8.25 7.80109 8.32902 7.61032 8.46967 7.46967C8.61032 7.32902 8.80109 7.25 9 7.25H20.25C20.4489 7.25 20.6397 7.32902 20.7803 7.46967C20.921 7.61032 21 7.80109 21 8C21 8.19891 20.921 8.38968 20.7803 8.53033C20.6397 8.67098 20.4489 8.75 20.25 8.75H9C8.80109 8.75 8.61032 8.67098 8.46967 8.53033C8.32902 8.38968 8.25 8.19891 8.25 8ZM20.25 11.25H9C8.80109 11.25 8.61032 11.329 8.46967 11.4697C8.32902 11.6103 8.25 11.8011 8.25 12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61032 12.671 8.80109 12.75 9 12.75H20.25C20.4489 12.75 20.6397 12.671 20.7803 12.5303C20.921 12.3897 21 12.1989 21 12C21 11.8011 20.921 11.6103 20.7803 11.4697C20.6397 11.329 20.4489 11.25 20.25 11.25ZM20.25 15.25H9C8.80109 15.25 8.61032 15.329 8.46967 15.4697C8.32902 15.6103 8.25 15.8011 8.25 16C8.25 16.1989 8.32902 16.3897 8.46967 16.5303C8.61032 16.671 8.80109 16.75 9 16.75H20.25C20.4489 16.75 20.6397 16.671 20.7803 16.5303C20.921 16.3897 21 16.1989 21 16C21 15.8011 20.921 15.6103 20.7803 15.4697C20.6397 15.329 20.4489 15.25 20.25 15.25ZM5.25 7.25H3.75C3.55109 7.25 3.36032 7.32902 3.21967 7.46967C3.07902 7.61032 3 7.80109 3 8C3 8.19891 3.07902 8.38968 3.21967 8.53033C3.36032 8.67098 3.55109 8.75 3.75 8.75H5.25C5.44891 8.75 5.63968 8.67098 5.78033 8.53033C5.92098 8.38968 6 8.19891 6 8C6 7.80109 5.92098 7.61032 5.78033 7.46967C5.63968 7.32902 5.44891 7.25 5.25 7.25ZM5.25 11.25H3.75C3.55109 11.25 3.36032 11.329 3.21967 11.4697C3.07902 11.6103 3 11.8011 3 12C3 12.1989 3.07902 12.3897 3.21967 12.5303C3.36032 12.671 3.55109 12.75 3.75 12.75H5.25C5.44891 12.75 5.63968 12.671 5.78033 12.5303C5.92098 12.3897 6 12.1989 6 12C6 11.8011 5.92098 11.6103 5.78033 11.4697C5.63968 11.329 5.44891 11.25 5.25 11.25ZM5.25 15.25H3.75C3.55109 15.25 3.36032 15.329 3.21967 15.4697C3.07902 15.6103 3 15.8011 3 16C3 16.1989 3.07902 16.3897 3.21967 16.5303C3.36032 16.671 3.55109 16.75 3.75 16.75H5.25C5.44891 16.75 5.63968 16.671 5.78033 16.5303C5.92098 16.3897 6 16.1989 6 16C6 15.8011 5.92098 15.6103 5.78033 15.4697C5.63968 15.329 5.44891 15.25 5.25 15.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ListDashesIcon.displayName = 'ListDashesIcon';
|
|
@@ -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 ListIcon = 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.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 12ZM3.75 6.75H20.25C20.4489 6.75 20.6397 6.67098 20.7803 6.53033C20.921 6.38968 21 6.19891 21 6C21 5.80109 20.921 5.61032 20.7803 5.46967C20.6397 5.32902 20.4489 5.25 20.25 5.25H3.75C3.55109 5.25 3.36032 5.32902 3.21967 5.46967C3.07902 5.61032 3 5.80109 3 6C3 6.19891 3.07902 6.38968 3.21967 6.53033C3.36032 6.67098 3.55109 6.75 3.75 6.75ZM20.25 17.25H3.75C3.55109 17.25 3.36032 17.329 3.21967 17.4697C3.07902 17.6103 3 17.8011 3 18C3 18.1989 3.07902 18.3897 3.21967 18.5303C3.36032 18.671 3.55109 18.75 3.75 18.75H20.25C20.4489 18.75 20.6397 18.671 20.7803 18.5303C20.921 18.3897 21 18.1989 21 18C21 17.8011 20.921 17.6103 20.7803 17.4697C20.6397 17.329 20.4489 17.25 20.25 17.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ListIcon.displayName = 'ListIcon';
|
|
@@ -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 LockIcon = 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 7.5H16.5V5.25C16.5 4.05653 16.0259 2.91193 15.182 2.06802C14.3381 1.22411 13.1935 0.75 12 0.75C10.8065 0.75 9.66193 1.22411 8.81802 2.06802C7.97411 2.91193 7.5 4.05653 7.5 5.25V7.5H4.5C4.10218 7.5 3.72064 7.65804 3.43934 7.93934C3.15804 8.22064 3 8.60218 3 9V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V9C21 8.60218 20.842 8.22064 20.5607 7.93934C20.2794 7.65804 19.8978 7.5 19.5 7.5ZM9 5.25C9 4.45435 9.31607 3.69129 9.87868 3.12868C10.4413 2.56607 11.2044 2.25 12 2.25C12.7956 2.25 13.5587 2.56607 14.1213 3.12868C14.6839 3.69129 15 4.45435 15 5.25V7.5H9V5.25ZM19.5 19.5H4.5V9H19.5V19.5ZM13.125 14.25C13.125 14.4725 13.059 14.69 12.9354 14.875C12.8118 15.06 12.6361 15.2042 12.4305 15.2894C12.225 15.3745 11.9988 15.3968 11.7805 15.3534C11.5623 15.31 11.3618 15.2028 11.2045 15.0455C11.0472 14.8882 10.94 14.6877 10.8966 14.4695C10.8532 14.2512 10.8755 14.025 10.9606 13.8195C11.0458 13.6139 11.19 13.4382 11.375 13.3146C11.56 13.191 11.7775 13.125 12 13.125C12.2984 13.125 12.5845 13.2435 12.7955 13.4545C13.0065 13.6655 13.125 13.9516 13.125 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
LockIcon.displayName = 'LockIcon';
|
|
@@ -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 MagnifyingGlassIcon = 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.5306 19.4693L16.8365 15.7762C18.1971 14.1428 18.8755 12.0478 18.7307 9.92691C18.5859 7.80604 17.629 5.82265 16.0591 4.38932C14.4892 2.95599 12.4271 2.18308 10.3019 2.23138C8.17663 2.27968 6.15181 3.14547 4.64864 4.64864C3.14547 6.15181 2.27968 8.17663 2.23138 10.3019C2.18308 12.4271 2.95599 14.4892 4.38932 16.0591C5.82265 17.629 7.80604 18.5859 9.92691 18.7307C12.0478 18.8755 14.1428 18.1971 15.7762 16.8365L19.4693 20.5306C19.539 20.6003 19.6218 20.6556 19.7128 20.6933C19.8038 20.731 19.9014 20.7504 20 20.7504C20.0985 20.7504 20.1961 20.731 20.2871 20.6933C20.3782 20.6556 20.4609 20.6003 20.5306 20.5306C20.6003 20.4609 20.6556 20.3782 20.6933 20.2871C20.731 20.1961 20.7504 20.0985 20.7504 20C20.7504 19.9014 20.731 19.8038 20.6933 19.7128C20.6556 19.6218 20.6003 19.539 20.5306 19.4693ZM3.74997 10.5C3.74997 9.16495 4.14585 7.8599 4.88755 6.74987C5.62925 5.63984 6.68346 4.77467 7.91686 4.26378C9.15026 3.75289 10.5075 3.61922 11.8168 3.87967C13.1262 4.14012 14.3289 4.78299 15.2729 5.727C16.2169 6.671 16.8598 7.87374 17.1203 9.18311C17.3807 10.4925 17.247 11.8497 16.7362 13.0831C16.2253 14.3165 15.3601 15.3707 14.2501 16.1124C13.14 16.8541 11.835 17.25 10.5 17.25C8.71037 17.248 6.99463 16.5362 5.72919 15.2707C4.46375 14.0053 3.75195 12.2896 3.74997 10.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MagnifyingGlassIcon.displayName = 'MagnifyingGlassIcon';
|
|
@@ -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 MapPinIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 5.80647C13.9557 5.80647 15.5753 7.43156 15.5755 9.43576C15.5755 11.4402 13.9558 13.065 11.9578 13.065C9.95991 13.065 8.34016 11.4401 8.34016 9.43576C8.3404 7.43161 9.96006 5.80655 11.9578 5.80647ZM11.9578 7.25842C10.7593 7.2585 9.7877 8.23337 9.78746 9.43576C9.78746 10.6383 10.7591 11.613 11.9578 11.6131C13.1566 11.6131 14.1282 10.6384 14.1282 9.43576C14.128 8.23332 13.1565 7.25842 11.9578 7.25842Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 1.50024C14.2774 1.50022 16.5978 2.43052 18.2935 4.29191L18.562 4.60262C21.2532 7.85605 20.8552 12.3734 18.2381 15.7386C16.2692 18.27 13.721 20.8078 12.5702 21.9185L11.9578 22.4998L11.3525 21.9185C10.2133 20.8081 7.69079 18.2703 5.74114 15.7386C3.1497 12.3733 2.75494 7.85622 5.41964 4.60262L5.68579 4.29191C7.36461 2.43068 9.66139 1.50026 11.9578 1.50024ZM11.9578 3.19438C10.1196 3.19441 8.28136 3.93965 6.93761 5.4296C4.5882 8.03502 4.92274 11.749 6.98118 14.5914C8.93298 17.2866 11.9269 19.9767 11.9567 20.0034L11.9578 20.0011L11.959 20.0034C12.0026 19.9647 15.017 17.2793 16.9839 14.5902C19.0627 11.7478 19.4016 8.03369 17.0287 5.42842C15.6715 3.93873 13.8144 3.19436 11.9578 3.19438Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
MapPinIcon.displayName = 'MapPinIcon';
|
|
@@ -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 MastodonIcon = 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.25 3H6.75C5.75544 3 4.80161 3.39509 4.09835 4.09835C3.39509 4.80161 3 5.75544 3 6.75V18C3 18.9946 3.39509 19.9484 4.09835 20.6516C4.80161 21.3549 5.75544 21.75 6.75 21.75H15C15.1989 21.75 15.3897 21.671 15.5303 21.5303C15.671 21.3897 15.75 21.1989 15.75 21C15.75 20.8011 15.671 20.6103 15.5303 20.4697C15.3897 20.329 15.1989 20.25 15 20.25H6.75C6.15326 20.25 5.58097 20.0129 5.15901 19.591C4.73705 19.169 4.5 18.5967 4.5 18V17.25H17.25C17.7425 17.25 18.2301 17.153 18.6851 16.9645C19.14 16.7761 19.5534 16.4999 19.9016 16.1517C20.2499 15.8034 20.5261 15.39 20.7145 14.9351C20.903 14.4801 21 13.9925 21 13.5V6.75C21 5.75544 20.6049 4.80161 19.9016 4.09835C19.1984 3.39509 18.2446 3 17.25 3ZM19.5 13.5C19.5 14.0967 19.2629 14.669 18.841 15.091C18.419 15.5129 17.8467 15.75 17.25 15.75H4.5V6.75C4.5 6.15326 4.73705 5.58097 5.15901 5.15901C5.58097 4.73705 6.15326 4.5 6.75 4.5H17.25C17.8467 4.5 18.419 4.73705 18.841 5.15901C19.2629 5.58097 19.5 6.15326 19.5 6.75V13.5ZM17.25 9.75V12.75C17.25 12.9489 17.171 13.1397 17.0303 13.2803C16.8897 13.421 16.6989 13.5 16.5 13.5C16.3011 13.5 16.1103 13.421 15.9697 13.2803C15.829 13.1397 15.75 12.9489 15.75 12.75V9.75C15.75 9.35218 15.592 8.97064 15.3107 8.68934C15.0294 8.40804 14.6478 8.25 14.25 8.25C13.8522 8.25 13.4706 8.40804 13.1893 8.68934C12.908 8.97064 12.75 9.35218 12.75 9.75V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75V9.75C11.25 9.35218 11.092 8.97064 10.8107 8.68934C10.5294 8.40804 10.1478 8.25 9.75 8.25C9.35218 8.25 8.97064 8.40804 8.68934 8.68934C8.40804 8.97064 8.25 9.35218 8.25 9.75V12.75C8.25 12.9489 8.17098 13.1397 8.03033 13.2803C7.88968 13.421 7.69891 13.5 7.5 13.5C7.30109 13.5 7.11032 13.421 6.96967 13.2803C6.82902 13.1397 6.75 12.9489 6.75 12.75V9.75C6.75068 9.14092 6.93675 8.54648 7.28344 8.04571C7.63014 7.54494 8.12106 7.16155 8.69092 6.94653C9.26078 6.73151 9.88259 6.69504 10.4737 6.84197C11.0648 6.98889 11.5971 7.31225 12 7.76906C12.4029 7.31225 12.9352 6.98889 13.5263 6.84197C14.1174 6.69504 14.7392 6.73151 15.3091 6.94653C15.8789 7.16155 16.3699 7.54494 16.7166 8.04571C17.0633 8.54648 17.2493 9.14092 17.25 9.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MastodonIcon.displayName = 'MastodonIcon';
|
|
@@ -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 MedalIcon = 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 9.00002C20.2508 7.60971 19.9003 6.24173 19.2309 5.02316C18.5616 3.80459 17.5951 2.77495 16.4213 2.02986C15.2475 1.28478 13.9044 0.848421 12.5168 0.761324C11.1293 0.674226 9.74217 0.939212 8.48441 1.53167C7.22665 2.12413 6.13901 3.02484 5.32253 4.15014C4.50604 5.27545 3.98718 6.58885 3.81415 7.96835C3.64111 9.34785 3.81951 10.7487 4.33278 12.0408C4.84605 13.3329 5.67753 14.4743 6.75 15.3591V22.5C6.74991 22.6279 6.78253 22.7537 6.84477 22.8655C6.907 22.9772 6.99678 23.0712 7.10558 23.1385C7.21437 23.2057 7.33856 23.2441 7.46634 23.2498C7.59412 23.2555 7.72124 23.2285 7.83563 23.1713L12 21.0938L16.1653 23.176C16.2697 23.2259 16.3842 23.2513 16.5 23.25C16.6989 23.25 16.8897 23.171 17.0303 23.0303C17.171 22.8897 17.25 22.6989 17.25 22.5V15.3591C18.1884 14.5862 18.944 13.6152 19.4627 12.5158C19.9814 11.4163 20.2503 10.2157 20.25 9.00002ZM5.25 9.00002C5.25 7.66499 5.64588 6.35995 6.38758 5.24992C7.12928 4.13989 8.18349 3.27472 9.41689 2.76383C10.6503 2.25294 12.0075 2.11927 13.3169 2.37972C14.6262 2.64017 15.829 3.28304 16.773 4.22705C17.717 5.17105 18.3599 6.37378 18.6203 7.68316C18.8808 8.99253 18.7471 10.3497 18.2362 11.5831C17.7253 12.8165 16.8601 13.8707 15.7501 14.6124C14.6401 15.3541 13.335 15.75 12 15.75C10.2104 15.748 8.49466 15.0362 7.22922 13.7708C5.96378 12.5054 5.25199 10.7896 5.25 9.00002ZM15.75 21.2869L12.3347 19.5797C12.2305 19.5276 12.1156 19.5004 11.9991 19.5004C11.8825 19.5004 11.7676 19.5276 11.6634 19.5797L8.25 21.2869V16.3472C9.41097 16.9406 10.6962 17.25 12 17.25C13.3038 17.25 14.589 16.9406 15.75 16.3472V21.2869ZM12 14.25C13.0384 14.25 14.0534 13.9421 14.9167 13.3652C15.7801 12.7884 16.453 11.9684 16.8504 11.0091C17.2477 10.0498 17.3517 8.99419 17.1491 7.97579C16.9466 6.95739 16.4465 6.02193 15.7123 5.28771C14.9781 4.55348 14.0426 4.05347 13.0242 3.85089C12.0058 3.64832 10.9502 3.75229 9.99091 4.14965C9.0316 4.54701 8.21166 5.21991 7.63479 6.08327C7.05791 6.94663 6.75 7.96166 6.75 9.00002C6.75149 10.3919 7.30509 11.7264 8.28934 12.7107C9.27358 13.6949 10.6081 14.2485 12 14.25ZM12 5.25002C12.7417 5.25002 13.4667 5.46995 14.0834 5.88201C14.7001 6.29406 15.1807 6.87973 15.4646 7.56495C15.7484 8.25018 15.8226 9.00418 15.6779 9.7316C15.5333 10.459 15.1761 11.1272 14.6517 11.6517C14.1272 12.1761 13.459 12.5333 12.7316 12.678C12.0042 12.8227 11.2502 12.7484 10.5649 12.4646C9.87972 12.1807 9.29405 11.7001 8.88199 11.0834C8.46994 10.4667 8.25 9.7417 8.25 9.00002C8.25 8.00545 8.64509 7.05163 9.34835 6.34837C10.0516 5.6451 11.0054 5.25002 12 5.25002Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MedalIcon.displayName = 'MedalIcon';
|
|
@@ -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 MemoryIcon = 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.5333 5H2.46667C2.07768 5 1.70463 5.15526 1.42958 5.43163C1.15452 5.708 1 6.08284 1 6.47368V18.2632C1 18.4586 1.07726 18.646 1.21479 18.7842C1.35232 18.9224 1.53884 19 1.73333 19C1.92783 19 2.11435 18.9224 2.25188 18.7842C2.38941 18.646 2.46667 18.4586 2.46667 18.2632V16.7895H3.93333V18.2632C3.93333 18.4586 4.0106 18.646 4.14812 18.7842C4.28565 18.9224 4.47217 19 4.66667 19C4.86116 19 5.04768 18.9224 5.18521 18.7842C5.32274 18.646 5.4 18.4586 5.4 18.2632V16.7895H6.86667V18.2632C6.86667 18.4586 6.94393 18.646 7.08146 18.7842C7.21898 18.9224 7.40551 19 7.6 19C7.79449 19 7.98102 18.9224 8.11854 18.7842C8.25607 18.646 8.33333 18.4586 8.33333 18.2632V16.7895H9.8V18.2632C9.8 18.4586 9.87726 18.646 10.0148 18.7842C10.1523 18.9224 10.3388 19 10.5333 19C10.7278 19 10.9144 18.9224 11.0519 18.7842C11.1894 18.646 11.2667 18.4586 11.2667 18.2632V16.7895H12.7333V18.2632C12.7333 18.4586 12.8106 18.646 12.9481 18.7842C13.0856 18.9224 13.2722 19 13.4667 19C13.6612 19 13.8477 18.9224 13.9852 18.7842C14.1227 18.646 14.2 18.4586 14.2 18.2632V16.7895H15.6667V18.2632C15.6667 18.4586 15.7439 18.646 15.8815 18.7842C16.019 18.9224 16.2055 19 16.4 19C16.5945 19 16.781 18.9224 16.9185 18.7842C17.0561 18.646 17.1333 18.4586 17.1333 18.2632V16.7895H18.6V18.2632C18.6 18.4586 18.6773 18.646 18.8148 18.7842C18.9523 18.9224 19.1388 19 19.3333 19C19.5278 19 19.7144 18.9224 19.8519 18.7842C19.9894 18.646 20.0667 18.4586 20.0667 18.2632V16.7895H21.5333V18.2632C21.5333 18.4586 21.6106 18.646 21.7481 18.7842C21.8856 18.9224 22.0722 19 22.2667 19C22.4612 19 22.6477 18.9224 22.7852 18.7842C22.9227 18.646 23 18.4586 23 18.2632V6.47368C23 6.08284 22.8455 5.708 22.5704 5.43163C22.2954 5.15526 21.9223 5 21.5333 5ZM2.46667 6.47368H21.5333V15.3158H2.46667V6.47368ZM10.5333 13.8421C10.7278 13.8421 10.9144 13.7645 11.0519 13.6263C11.1894 13.4881 11.2667 13.3007 11.2667 13.1053V8.68421C11.2667 8.48879 11.1894 8.30137 11.0519 8.16318C10.9144 8.025 10.7278 7.94737 10.5333 7.94737H4.66667C4.47217 7.94737 4.28565 8.025 4.14812 8.16318C4.0106 8.30137 3.93333 8.48879 3.93333 8.68421V13.1053C3.93333 13.3007 4.0106 13.4881 4.14812 13.6263C4.28565 13.7645 4.47217 13.8421 4.66667 13.8421H10.5333ZM5.4 9.42105H9.8V12.3684H5.4V9.42105ZM13.4667 13.8421H19.3333C19.5278 13.8421 19.7144 13.7645 19.8519 13.6263C19.9894 13.4881 20.0667 13.3007 20.0667 13.1053V8.68421C20.0667 8.48879 19.9894 8.30137 19.8519 8.16318C19.7144 8.025 19.5278 7.94737 19.3333 7.94737H13.4667C13.2722 7.94737 13.0856 8.025 12.9481 8.16318C12.8106 8.30137 12.7333 8.48879 12.7333 8.68421V13.1053C12.7333 13.3007 12.8106 13.4881 12.9481 13.6263C13.0856 13.7645 13.2722 13.8421 13.4667 13.8421ZM14.2 9.42105H18.6V12.3684H14.2V9.42105Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MemoryIcon.displayName = 'MemoryIcon';
|
|
@@ -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 MessengerLogoIcon = 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.0306 9.9694C17.1004 10.0391 17.1557 10.1218 17.1934 10.2128C17.2312 10.3039 17.2506 10.4015 17.2506 10.5C17.2506 10.5986 17.2312 10.6962 17.1934 10.7872C17.1557 10.8783 17.1004 10.961 17.0306 11.0307L14.0306 14.0307C13.961 14.1004 13.8783 14.1557 13.7872 14.1934C13.6962 14.2312 13.5986 14.2506 13.5 14.2506C13.4014 14.2506 13.3038 14.2312 13.2128 14.1934C13.1217 14.1557 13.039 14.1004 12.9694 14.0307L10.5 11.5603L8.03062 14.0307C7.88989 14.1714 7.69902 14.2504 7.5 14.2504C7.30098 14.2504 7.1101 14.1714 6.96937 14.0307C6.82864 13.8899 6.74958 13.6991 6.74958 13.5C6.74958 13.301 6.82864 13.1101 6.96937 12.9694L9.96937 9.9694C10.039 9.89967 10.1217 9.84435 10.2128 9.80661C10.3038 9.76887 10.4014 9.74944 10.5 9.74944C10.5986 9.74944 10.6962 9.76887 10.7872 9.80661C10.8783 9.84435 10.961 9.89967 11.0306 9.9694L13.5 12.4397L15.9694 9.9694C16.039 9.89967 16.1217 9.84435 16.2128 9.80661C16.3038 9.76887 16.4014 9.74944 16.5 9.74944C16.5986 9.74944 16.6962 9.76887 16.7872 9.80661C16.8783 9.84435 16.961 9.89967 17.0306 9.9694ZM21.75 12C21.7504 13.6833 21.3149 15.3381 20.486 16.8032C19.6572 18.2683 18.4631 19.4938 17.02 20.3605C15.577 21.2272 13.9341 21.7055 12.2514 21.7489C10.5686 21.7923 8.9033 21.3993 7.4175 20.6082L4.22531 21.6722C3.96102 21.7604 3.6774 21.7731 3.40624 21.7092C3.13509 21.6452 2.88711 21.5069 2.69011 21.3099C2.49311 21.1129 2.35486 20.8649 2.29087 20.5938C2.22688 20.3226 2.23967 20.039 2.32781 19.7747L3.39187 16.5825C2.69639 15.2749 2.30793 13.8261 2.256 12.3459C2.20406 10.8658 2.49001 9.39328 3.09213 8.04015C3.69425 6.68703 4.59672 5.48885 5.73105 4.53658C6.86537 3.58431 8.20173 2.90298 9.63869 2.54429C11.0756 2.1856 12.5754 2.15899 14.0242 2.46647C15.473 2.77395 16.8327 3.40745 18.0001 4.31888C19.1675 5.2303 20.1119 6.3957 20.7616 7.72662C21.4114 9.05753 21.7494 10.519 21.75 12ZM20.25 12C20.2496 10.7345 19.9582 9.48606 19.3981 8.35123C18.838 7.2164 18.0244 6.22562 17.0201 5.45556C16.0159 4.6855 14.8479 4.15678 13.6067 3.91033C12.3654 3.66388 11.084 3.70628 9.86178 4.03428C8.63951 4.36227 7.50909 4.96705 6.55796 5.80183C5.60682 6.63662 4.86049 7.67902 4.37668 8.8484C3.89288 10.0178 3.68458 11.2828 3.7679 12.5455C3.85122 13.8083 4.22393 15.035 4.85719 16.1307C4.91034 16.2226 4.94334 16.3249 4.954 16.4306C4.96467 16.5363 4.95276 16.643 4.91906 16.7438L3.75 20.25L7.25625 19.08C7.35707 19.0465 7.46386 19.0347 7.56956 19.0455C7.67526 19.0564 7.77746 19.0895 7.86937 19.1428C9.12354 19.8682 10.5466 20.2506 11.9955 20.2514C13.4443 20.2522 14.8678 19.8714 16.1228 19.1474C17.3777 18.4233 18.4199 17.3816 19.1444 16.1269C19.8689 14.8722 20.2502 13.4489 20.25 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MessengerLogoIcon.displayName = 'MessengerLogoIcon';
|
|
@@ -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 MicIcon = 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: "M11.8317 15.9274C12.8878 15.9274 13.8779 15.4984 14.637 14.7723C15.363 14.0462 15.7591 13.0561 15.7591 12.033V5.92739C15.7591 3.74918 14.0099 2 11.8317 2C9.65347 2 7.9043 3.74918 7.9043 5.92739V12C7.9043 14.1782 9.65347 15.9274 11.8317 15.9274ZM9.38945 5.92739C9.38945 4.57426 10.4786 3.48515 11.8317 3.48515C13.1848 3.48515 14.2739 4.57426 14.2739 5.92739V12C14.2739 12.6271 14.0429 13.2541 13.5809 13.7162C13.1188 14.1782 12.4918 14.4422 11.8317 14.4422C10.4786 14.4422 9.38945 13.3531 9.38945 12V5.92739Z", fill: "currentColor" }), _jsx("path", { d: "M18.6304 11.835C18.6304 11.439 18.3003 11.0759 17.8713 11.0759C17.4422 11.0759 17.1122 11.406 17.1122 11.835C17.1122 14.7723 14.736 17.1485 11.7987 17.1485C8.89439 17.1485 6.51815 14.7723 6.51815 11.868C6.51815 11.472 6.18812 11.1089 5.75908 11.1089C5.33003 11.1089 5 11.439 5 11.868C5 15.3664 7.64026 18.2376 11.0396 18.6007V20.4819H8.9934C8.59736 20.4819 8.23432 20.8119 8.23432 21.2409C8.23432 21.67 8.56436 22 8.9934 22H14.571C14.967 22 15.33 21.67 15.33 21.2409C15.33 20.8119 15 20.4819 14.571 20.4819H12.5248V18.6007C15.9571 18.2376 18.6304 15.3334 18.6304 11.835Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
MicIcon.displayName = 'MicIcon';
|
|
@@ -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 MicrosoftTeamsIcon = 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 9.75002C10.5 9.94893 10.421 10.1397 10.2803 10.2803C10.1397 10.421 9.94891 10.5 9.75 10.5H9V14.25C9 14.4489 8.92098 14.6397 8.78033 14.7803C8.63968 14.921 8.44891 15 8.25 15C8.05109 15 7.86032 14.921 7.71967 14.7803C7.57902 14.6397 7.5 14.4489 7.5 14.25V10.5H6.75C6.55109 10.5 6.36032 10.421 6.21967 10.2803C6.07902 10.1397 6 9.94893 6 9.75002C6 9.5511 6.07902 9.36034 6.21967 9.21969C6.36032 9.07903 6.55109 9.00002 6.75 9.00002H9.75C9.94891 9.00002 10.1397 9.07903 10.2803 9.21969C10.421 9.36034 10.5 9.5511 10.5 9.75002ZM21.75 8.69439V14.25C21.7498 15.1898 21.3968 16.0952 20.7608 16.787C20.1249 17.4789 19.2523 17.9068 18.3159 17.986C17.8698 19.0957 17.1021 20.0467 16.1115 20.717C15.121 21.3873 13.9527 21.7462 12.7566 21.7477C11.5606 21.7492 10.3914 21.3933 9.3991 20.7255C8.40683 20.0577 7.63678 19.1086 7.18781 18H3.75C3.35218 18 2.97064 17.842 2.68934 17.5607C2.40804 17.2794 2.25 16.8978 2.25 16.5V7.50002C2.25 7.10219 2.40804 6.72066 2.68934 6.43936C2.97064 6.15805 3.35218 6.00002 3.75 6.00002H9.07594C8.9006 5.13609 9.03523 4.23802 9.45617 3.46348C9.87711 2.68894 10.5575 2.08745 11.3778 1.76464C12.1981 1.44182 13.1059 1.41831 13.9418 1.69823C14.7777 1.97816 15.4883 2.54362 15.9487 3.29533C16.5266 3.01762 17.1781 2.93231 17.808 3.05191C18.4378 3.17151 19.0128 3.48972 19.4486 3.9599C19.8844 4.43009 20.1581 5.02751 20.2296 5.66459C20.3011 6.30168 20.1666 6.94492 19.8459 7.50002H20.5556C20.8722 7.50051 21.1757 7.62651 21.3996 7.85039C21.6235 8.07427 21.7495 8.37778 21.75 8.69439ZM10.5 5.25002C10.4999 5.50558 10.5437 5.75926 10.6294 6.00002H12.75C13.0601 6.0004 13.3625 6.09688 13.6155 6.27619C13.8685 6.45549 14.0597 6.70881 14.1628 7.00127C14.4587 6.76256 14.6892 6.45279 14.833 6.10085C14.9767 5.74892 15.0289 5.36631 14.9848 4.98873C14.9406 4.61115 14.8015 4.25092 14.5804 3.94166C14.3593 3.6324 14.0635 3.3842 13.7205 3.22022C13.3776 3.05624 12.9986 2.98183 12.6191 3.00394C12.2396 3.02605 11.8719 3.14396 11.5503 3.34666C11.2287 3.54936 10.9637 3.83023 10.78 4.16307C10.5964 4.49591 10.5 4.86986 10.5 5.25002ZM12.75 16.5V7.50002H3.75V16.5H12.75ZM17.25 9.00002H14.25V16.5C14.25 16.8978 14.092 17.2794 13.8107 17.5607C13.5294 17.842 13.1478 18 12.75 18H8.85375C9.34924 18.8575 10.1138 19.5275 11.0288 19.9063C11.9438 20.2851 12.9582 20.3515 13.9148 20.0952C14.8714 19.8388 15.7167 19.2741 16.3197 18.4885C16.9227 17.7029 17.2497 16.7403 17.25 15.75V9.00002ZM18.75 6.00002C18.7497 5.73315 18.6782 5.47119 18.5429 5.24116C18.4076 5.01114 18.2134 4.82138 17.9803 4.69145C17.7472 4.56152 17.4836 4.49614 17.2168 4.50204C16.95 4.50794 16.6896 4.58491 16.4625 4.72502C16.532 5.21169 16.5048 5.70729 16.3825 6.18345C16.2603 6.65962 16.0453 7.107 15.75 7.50002H17.25C17.6478 7.50002 18.0294 7.34198 18.3107 7.06068C18.592 6.77937 18.75 6.39784 18.75 6.00002ZM20.25 9.00002H18.75V15.75C18.7501 15.9614 18.7389 16.1727 18.7162 16.3828C19.1631 16.2328 19.5515 15.9462 19.8267 15.5635C20.1019 15.1808 20.25 14.7214 20.25 14.25V9.00002Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MicrosoftTeamsIcon.displayName = 'MicrosoftTeamsIcon';
|
|
@@ -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 MicrosoftWordIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.75 2.25H6.75C6.35218 2.25 5.97064 2.40804 5.68934 2.68934C5.40804 2.97064 5.25 3.35218 5.25 3.75V6H3.75C3.35218 6 2.97064 6.15804 2.68934 6.43934C2.40804 6.72064 2.25 7.10218 2.25 7.5V16.5C2.25 16.8978 2.40804 17.2794 2.68934 17.5607C2.97064 17.842 3.35218 18 3.75 18H5.25V20.25C5.25 20.6478 5.40804 21.0294 5.68934 21.3107C5.97064 21.592 6.35218 21.75 6.75 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V3.75C20.25 3.35218 20.092 2.97064 19.8107 2.68934C19.5294 2.40804 19.1478 2.25 18.75 2.25ZM15 9.75H18.75V14.25H15V9.75ZM6.75 3.75H18.75V8.25H15V7.5C15 7.10218 14.842 6.72064 14.5607 6.43934C14.2794 6.15804 13.8978 6 13.5 6H6.75V3.75ZM3.75 7.5H13.5V14.9841C13.5 14.9897 13.5 14.9944 13.5 15C13.5 15.0056 13.5 15.0103 13.5 15.0159V16.5H3.75V7.5ZM6.75 20.25V18H13.5C13.8978 18 14.2794 17.842 14.5607 17.5607C14.842 17.2794 15 16.8978 15 16.5V15.75H18.75V20.25H6.75ZM6.3975 14.4319L5.2725 9.93188C5.2467 9.8357 5.2403 9.73536 5.25369 9.63669C5.26708 9.53802 5.29998 9.443 5.35048 9.35718C5.40098 9.27136 5.46806 9.19646 5.54781 9.13684C5.62756 9.07722 5.71838 9.03407 5.81498 9.00992C5.91158 8.98577 6.01202 8.9811 6.11045 8.99618C6.20887 9.01126 6.30331 9.04578 6.38825 9.09774C6.47319 9.1497 6.54694 9.21805 6.60518 9.29881C6.66343 9.37958 6.70501 9.47113 6.7275 9.56812L7.36125 12.0994L7.95375 10.9125C8.01595 10.7877 8.11172 10.6827 8.23029 10.6093C8.34887 10.5359 8.48555 10.497 8.625 10.497C8.76445 10.497 8.90113 10.5359 9.01971 10.6093C9.13828 10.6827 9.23405 10.7877 9.29625 10.9125L9.88875 12.0994L10.5225 9.56812C10.5735 9.37816 10.697 9.21581 10.8665 9.11607C11.0361 9.01632 11.238 8.98716 11.4288 9.03486C11.6196 9.08257 11.784 9.20332 11.8867 9.3711C11.9893 9.53888 12.0219 9.74027 11.9775 9.93188L10.8525 14.4319C10.8151 14.5804 10.7332 14.7138 10.6177 14.8144C10.5023 14.915 10.3588 14.9778 10.2066 14.9944C10.1795 14.9973 10.1522 14.9989 10.125 14.9991C9.98567 14.9992 9.84906 14.9604 9.73049 14.8873C9.61193 14.8141 9.5161 14.7093 9.45375 14.5847L8.625 12.9272L7.79625 14.5856C7.72775 14.7228 7.61885 14.8357 7.48423 14.9091C7.3496 14.9825 7.19572 15.0128 7.04331 14.9961C6.8909 14.9793 6.74728 14.9163 6.63181 14.8154C6.51634 14.7145 6.43457 14.5807 6.3975 14.4319Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MicrosoftWordIcon.displayName = 'MicrosoftWordIcon';
|
|
@@ -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 MinusCircleDuotoneIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46927 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96452 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12Z", fill: "#F6F7F9" }), _jsx("path", { d: "M16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "#37525E" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusCircleDuotoneIcon.displayName = 'MinusCircleDuotoneIcon';
|
|
@@ -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 MinusCircleFillIcon = 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.25ZM15.75 12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusCircleFillIcon.displayName = 'MinusCircleFillIcon';
|
|
@@ -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 MinusCircleIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusCircleIcon.displayName = 'MinusCircleIcon';
|
|
@@ -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 MinusIcon = 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.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 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusIcon.displayName = 'MinusIcon';
|
|
@@ -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 MinusSquareFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusSquareFillIcon.displayName = 'MinusSquareFillIcon';
|
|
@@ -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 MinusSquareIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MinusSquareIcon.displayName = 'MinusSquareIcon';
|
|
@@ -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 MoonIcon = 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.8944 13.334C21.7982 13.2376 21.6775 13.1692 21.5454 13.1362C21.4133 13.1032 21.2746 13.1067 21.1444 13.1465C19.7143 13.5789 18.1937 13.6151 16.7446 13.2514C15.2956 12.8877 13.9723 12.1377 12.9159 11.0813C11.8595 10.0249 11.1095 8.7016 10.7458 7.25254C10.3821 5.80347 10.4183 4.28288 10.8506 2.85279C10.8908 2.72248 10.8946 2.5837 10.8618 2.45137C10.8289 2.31903 10.7606 2.19816 10.6642 2.10175C10.5678 2.00534 10.4469 1.93703 10.3146 1.90418C10.1822 1.87132 10.0435 1.87517 9.91314 1.91529C7.93598 2.52096 6.20021 3.73478 4.95283 5.38404C3.86197 6.83234 3.19657 8.55614 3.03139 10.3618C2.86621 12.1674 3.2078 13.9833 4.01778 15.6055C4.82775 17.2277 6.07403 18.5919 7.61658 19.5448C9.15913 20.4978 10.9369 21.0017 12.75 21C14.8653 21.0065 16.9244 20.3188 18.6113 19.0425C20.2605 17.7951 21.4744 16.0593 22.08 14.0822C22.1197 13.9523 22.1234 13.8142 22.0907 13.6824C22.058 13.5507 21.9901 13.4303 21.8944 13.334ZM17.7094 17.8444C16.1208 19.0408 14.1535 19.6232 12.1697 19.4843C10.1858 19.3454 8.31884 18.4945 6.91252 17.0884C5.50621 15.6822 4.65519 13.8153 4.51612 11.8314C4.37704 9.84753 4.95928 7.88019 6.15564 6.29154C6.93508 5.26222 7.94277 4.42784 9.09939 3.85404C9.0335 4.31644 9.0003 4.78291 9.00002 5.24998C9.00275 7.835 10.0309 10.3134 11.8587 12.1413C13.6866 13.9691 16.165 14.9972 18.75 15C19.218 14.9998 19.6854 14.9666 20.1488 14.9006C19.5744 16.0574 18.7394 17.0651 17.7094 17.8444Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
MoonIcon.displayName = 'MoonIcon';
|
|
@@ -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 NotEqualsIcon = 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 15.0001C21 15.199 20.921 15.3897 20.7803 15.5304C20.6397 15.671 20.4489 15.7501 20.25 15.7501H9.60469L5.055 20.7544C4.92053 20.8989 4.73454 20.9845 4.53736 20.9928C4.34017 21.001 4.14769 20.9312 4.00164 20.7984C3.85558 20.6657 3.76773 20.4808 3.75713 20.2837C3.74653 20.0866 3.81403 19.8933 3.945 19.7457L7.57687 15.7501H3.75C3.55109 15.7501 3.36032 15.671 3.21967 15.5304C3.07902 15.3897 3 15.199 3 15.0001C3 14.8011 3.07902 14.6104 3.21967 14.4697C3.36032 14.3291 3.55109 14.2501 3.75 14.2501H8.94094L13.0312 9.75006H3.75C3.55109 9.75006 3.36032 9.67104 3.21967 9.53039C3.07902 9.38974 3 9.19897 3 9.00006C3 8.80115 3.07902 8.61038 3.21967 8.46973C3.36032 8.32908 3.55109 8.25006 3.75 8.25006H14.3953L18.945 3.24568C19.0795 3.10123 19.2655 3.01561 19.4626 3.00737C19.6598 2.99913 19.8523 3.06894 19.9984 3.20167C20.1444 3.33441 20.2323 3.51935 20.2429 3.71642C20.2535 3.91349 20.186 4.1068 20.055 4.25443L16.4231 8.25006H20.25C20.4489 8.25006 20.6397 8.32908 20.7803 8.46973C20.921 8.61038 21 8.80115 21 9.00006C21 9.19897 20.921 9.38974 20.7803 9.53039C20.6397 9.67104 20.4489 9.75006 20.25 9.75006H15.0591L10.9688 14.2501H20.25C20.4489 14.2501 20.6397 14.3291 20.7803 14.4697C20.921 14.6104 21 14.8011 21 15.0001Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NotEqualsIcon.displayName = 'NotEqualsIcon';
|
|
@@ -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 NotchesIcon = 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.0306 12.5306L12.5306 20.0306C12.4609 20.1003 12.3782 20.1556 12.2872 20.1933C12.1961 20.231 12.0985 20.2504 12 20.2504C11.9014 20.2504 11.8039 20.231 11.7128 20.1933C11.6218 20.1556 11.539 20.1003 11.4694 20.0306C11.3997 19.9609 11.3444 19.8782 11.3067 19.7872C11.269 19.6961 11.2496 19.5985 11.2496 19.5C11.2496 19.4014 11.269 19.3039 11.3067 19.2128C11.3444 19.1218 11.3997 19.039 11.4694 18.9694L18.9694 11.4694C19.039 11.3997 19.1218 11.3444 19.2128 11.3067C19.3039 11.269 19.4014 11.2496 19.5 11.2496C19.5985 11.2496 19.6961 11.269 19.7872 11.3067C19.8782 11.3444 19.9609 11.3997 20.0306 11.4694C20.1003 11.539 20.1556 11.6218 20.1933 11.7128C20.231 11.8039 20.2504 11.9014 20.2504 12C20.2504 12.0985 20.231 12.1961 20.1933 12.2872C20.1556 12.3782 20.1003 12.4609 20.0306 12.5306ZM18.5306 3.21935C18.461 3.14962 18.3782 3.0943 18.2872 3.05656C18.1961 3.01882 18.0986 2.99939 18 2.99939C17.9014 2.99939 17.8038 3.01882 17.7128 3.05656C17.6217 3.0943 17.539 3.14962 17.4694 3.21935L3.21936 17.4694C3.07863 17.6101 2.99957 17.801 2.99957 18C2.99957 18.199 3.07863 18.3899 3.21936 18.5306C3.3601 18.6713 3.55097 18.7504 3.74999 18.7504C3.94901 18.7504 4.13988 18.6713 4.28061 18.5306L18.5306 4.2806C18.6003 4.21095 18.6557 4.12823 18.6934 4.03718C18.7312 3.94614 18.7506 3.84854 18.7506 3.74998C18.7506 3.65142 18.7312 3.55382 18.6934 3.46277C18.6557 3.37173 18.6003 3.28901 18.5306 3.21935Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NotchesIcon.displayName = 'NotchesIcon';
|
|
@@ -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 NotePencilIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.5306 5.46935L18.5306 2.46935C18.461 2.39962 18.3783 2.3443 18.2872 2.30656C18.1962 2.26882 18.0986 2.24939 18 2.24939C17.9014 2.24939 17.8038 2.26882 17.7128 2.30656C17.6217 2.3443 17.539 2.39962 17.4694 2.46935L8.46937 11.4694C8.39975 11.5391 8.34454 11.6218 8.3069 11.7128C8.26926 11.8039 8.24992 11.9015 8.25 12V15C8.25 15.1989 8.32902 15.3897 8.46967 15.5303C8.61032 15.671 8.80109 15.75 9 15.75H12C12.0985 15.7501 12.1961 15.7307 12.2871 15.6931C12.3782 15.6554 12.4609 15.6002 12.5306 15.5306L21.5306 6.53061C21.6004 6.46095 21.6557 6.37823 21.6934 6.28718C21.7312 6.19614 21.7506 6.09854 21.7506 5.99998C21.7506 5.90142 21.7312 5.80382 21.6934 5.71277C21.6557 5.62173 21.6004 5.53901 21.5306 5.46935ZM11.6897 14.25H9.75V12.3103L15.75 6.31029L17.6897 8.24998L11.6897 14.25ZM18.75 7.18967L16.8103 5.24998L18 4.06029L19.9397 5.99998L18.75 7.18967ZM21 12V19.5C21 19.8978 20.842 20.2793 20.5607 20.5606C20.2794 20.8419 19.8978 21 19.5 21H4.5C4.10218 21 3.72064 20.8419 3.43934 20.5606C3.15804 20.2793 3 19.8978 3 19.5V4.49998C3 4.10215 3.15804 3.72062 3.43934 3.43932C3.72064 3.15801 4.10218 2.99998 4.5 2.99998H12C12.1989 2.99998 12.3897 3.079 12.5303 3.21965C12.671 3.3603 12.75 3.55107 12.75 3.74998C12.75 3.94889 12.671 4.13966 12.5303 4.28031C12.3897 4.42096 12.1989 4.49998 12 4.49998H4.5V19.5H19.5V12C19.5 11.8011 19.579 11.6103 19.7197 11.4697C19.8603 11.329 20.0511 11.25 20.25 11.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NotePencilIcon.displayName = 'NotePencilIcon';
|
|
@@ -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 NotepadIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15.75 12C15.75 12.1989 15.671 12.3897 15.5303 12.5303C15.3897 12.671 15.1989 12.75 15 12.75H9C8.80109 12.75 8.61032 12.671 8.46967 12.5303C8.32902 12.3897 8.25 12.1989 8.25 12C8.25 11.8011 8.32902 11.6103 8.46967 11.4697C8.61032 11.329 8.80109 11.25 9 11.25H15C15.1989 11.25 15.3897 11.329 15.5303 11.4697C15.671 11.6103 15.75 11.8011 15.75 12ZM15 14.25H9C8.80109 14.25 8.61032 14.329 8.46967 14.4697C8.32902 14.6103 8.25 14.8011 8.25 15C8.25 15.1989 8.32902 15.3897 8.46967 15.5303C8.61032 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 15C15.75 14.8011 15.671 14.6103 15.5303 14.4697C15.3897 14.329 15.1989 14.25 15 14.25ZM20.25 3.75V18.75C20.25 19.5456 19.9339 20.3087 19.3713 20.8713C18.8087 21.4339 18.0456 21.75 17.25 21.75H6.75C5.95435 21.75 5.19129 21.4339 4.62868 20.8713C4.06607 20.3087 3.75 19.5456 3.75 18.75V3.75C3.75 3.55109 3.82902 3.36032 3.96967 3.21967C4.11032 3.07902 4.30109 3 4.5 3H6.75V2.25C6.75 2.05109 6.82902 1.86032 6.96967 1.71967C7.11032 1.57902 7.30109 1.5 7.5 1.5C7.69891 1.5 7.88968 1.57902 8.03033 1.71967C8.17098 1.86032 8.25 2.05109 8.25 2.25V3H11.25V2.25C11.25 2.05109 11.329 1.86032 11.4697 1.71967C11.6103 1.57902 11.8011 1.5 12 1.5C12.1989 1.5 12.3897 1.57902 12.5303 1.71967C12.671 1.86032 12.75 2.05109 12.75 2.25V3H15.75V2.25C15.75 2.05109 15.829 1.86032 15.9697 1.71967C16.1103 1.57902 16.3011 1.5 16.5 1.5C16.6989 1.5 16.8897 1.57902 17.0303 1.71967C17.171 1.86032 17.25 2.05109 17.25 2.25V3H19.5C19.6989 3 19.8897 3.07902 20.0303 3.21967C20.171 3.36032 20.25 3.55109 20.25 3.75ZM18.75 4.5H17.25V5.25C17.25 5.44891 17.171 5.63968 17.0303 5.78033C16.8897 5.92098 16.6989 6 16.5 6C16.3011 6 16.1103 5.92098 15.9697 5.78033C15.829 5.63968 15.75 5.44891 15.75 5.25V4.5H12.75V5.25C12.75 5.44891 12.671 5.63968 12.5303 5.78033C12.3897 5.92098 12.1989 6 12 6C11.8011 6 11.6103 5.92098 11.4697 5.78033C11.329 5.63968 11.25 5.44891 11.25 5.25V4.5H8.25V5.25C8.25 5.44891 8.17098 5.63968 8.03033 5.78033C7.88968 5.92098 7.69891 6 7.5 6C7.30109 6 7.11032 5.92098 6.96967 5.78033C6.82902 5.63968 6.75 5.44891 6.75 5.25V4.5H5.25V18.75C5.25 19.1478 5.40804 19.5294 5.68934 19.8107C5.97064 20.092 6.35218 20.25 6.75 20.25H17.25C17.6478 20.25 18.0294 20.092 18.3107 19.8107C18.592 19.5294 18.75 19.1478 18.75 18.75V4.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NotepadIcon.displayName = 'NotepadIcon';
|
|
@@ -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 NovaIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M11.9798 1C15.3823 1.00017 18.5457 2.55931 20.6596 5.26665C22.7983 8.00506 23.5136 11.5251 22.63 14.9164C21.4007 19.6279 16.8262 23 11.7783 23C9.89135 22.9999 8.04732 22.5083 6.44604 21.5741C6.22947 21.4476 6.01771 21.3189 5.84935 21.1945C5.76495 21.1321 5.6729 21.0576 5.59109 20.9719C5.51727 20.8945 5.4016 20.7571 5.34061 20.5633V20.5622C5.27941 20.367 5.29419 20.1821 5.30722 20.0791C5.32236 19.9594 5.35076 19.8392 5.38069 19.7318C5.44045 19.5175 5.52931 19.2747 5.61112 19.0539V19.0528C6.12459 17.6732 7.32064 16.6273 8.48211 15.9405C9.63528 15.2587 10.9226 14.8329 11.7806 14.8329C13.2872 14.833 14.7453 15.3081 15.993 16.1987L15.9963 16.201C16.0476 16.238 16.1311 16.3113 16.1488 16.3268L16.1566 16.3334L16.1622 16.339C16.2997 16.4588 16.4096 16.5528 16.5218 16.6217C16.5355 16.6302 16.5498 16.6351 16.5618 16.6418C16.4434 16.467 16.2565 16.2658 16.0275 16.0329L16.0164 16.0206C15.9857 15.9895 15.9472 15.9517 15.9151 15.9182C15.8978 15.9003 15.8394 15.8403 15.7982 15.7858V15.7847C15.1106 14.8791 14.7533 13.5766 14.7395 12.2349C14.7239 10.8098 15.0933 9.44767 15.8316 8.41904C15.9194 8.29592 16.0307 8.13565 16.1388 7.97713L16.141 7.97379C16.1566 7.95125 16.1723 7.92838 16.1878 7.90589C16.2675 7.79042 16.3482 7.67283 16.4182 7.57418C16.4366 7.5482 16.4522 7.52288 16.4672 7.4996C16.4488 7.51413 16.4283 7.52821 16.4082 7.54523C15.0394 8.70566 13.534 9.33293 11.9453 9.33293C11.0901 9.33285 10.2152 9.15125 9.34819 8.8053V8.80419C8.70803 8.54933 8.37084 8.27151 8.02235 7.98492L8.02124 7.98381C7.85839 7.84899 7.69067 7.71101 7.48912 7.57084H7.48801C7.4587 7.55041 7.42969 7.53394 7.4034 7.51741C7.41625 7.53278 7.42871 7.54853 7.44125 7.56304V7.56416C8.14481 8.38058 8.6473 9.1911 8.9363 10.0754C9.22641 10.9633 9.28729 11.8813 9.17008 12.8894C9.1148 13.3642 8.89963 13.9146 8.61792 14.4456C8.3286 14.9908 7.93804 15.5722 7.4791 16.1186C6.58498 17.1831 5.32214 18.2404 3.92126 18.4851L3.91458 18.4862C3.85678 18.4958 3.78454 18.504 3.70418 18.504C3.17725 18.504 2.6807 18.1905 2.42176 17.7638C1.81778 16.768 1.22549 14.9852 1.05139 12.9784C0.876454 10.9616 1.11536 8.62431 2.27927 6.56234C3.74718 3.96196 6.18803 2.11712 9.13668 1.36288H9.13779C10.0793 1.12239 11.0328 1 11.9798 1ZM11.9798 2.4827C11.16 2.4827 10.3295 2.58795 9.50404 2.79883C6.93539 3.45586 4.83327 5.05251 3.56948 7.29144C2.59725 9.0141 2.36927 11.026 2.52751 12.8504C2.68667 14.6848 3.228 16.2363 3.6886 16.9958C3.68952 16.9969 3.69115 16.9995 3.69416 17.0024C3.6989 17.007 3.7056 17.0105 3.71198 17.0147C4.58619 16.8428 5.54449 16.1185 6.34473 15.1658C6.73984 14.6954 7.07061 14.1998 7.30878 13.751C7.55456 13.2878 7.67411 12.9269 7.69841 12.718C7.79609 11.8778 7.73895 11.1818 7.52808 10.5362C7.34251 9.96827 7.02618 9.4049 6.53843 8.79528L6.31913 8.53147C6.25206 8.4539 6.05764 8.23261 5.91837 7.94374C5.78007 7.6568 5.63815 7.1771 5.87496 6.6692C6.10606 6.17393 6.59297 5.90118 7.10617 5.90113C7.55435 5.90113 7.97539 6.10451 8.33517 6.35529L8.68472 6.61465C8.78888 6.69647 8.8821 6.77271 8.96413 6.84062C9.28504 7.10452 9.47707 7.26129 9.89701 7.42835H9.89812C10.6131 7.71362 11.3013 7.85127 11.9453 7.85135C13.1171 7.85135 14.2938 7.39535 15.4497 6.4154C15.8077 6.11199 16.2418 5.85336 16.7422 5.85327L16.9259 5.8644C17.2881 5.9125 17.6155 6.10317 17.832 6.40316L17.9311 6.56122L17.9322 6.56345C18.2843 7.23536 17.9819 7.93041 17.6272 8.43129V8.4324C17.5639 8.52146 17.4882 8.62958 17.4068 8.74742H17.4057L17.4068 8.74853L17.4023 8.7541C17.3882 8.77452 17.3743 8.79576 17.36 8.81643L17.3589 8.81532C17.2487 8.97676 17.133 9.14621 17.0372 9.28061L17.0361 9.28284C16.5817 9.9158 16.2886 10.7889 16.2312 11.7852L16.2212 12.2193L16.239 12.6334C16.3105 13.5727 16.5885 14.3682 16.9704 14.8775C16.9741 14.8814 16.9787 14.8856 16.9837 14.8908C17.0087 14.9167 17.0395 14.9483 17.0717 14.981L17.085 14.9943C17.3146 15.2278 17.6897 15.6021 17.9155 16.0084C18.0326 16.219 18.1465 16.5009 18.1426 16.8243C18.1382 17.1765 17.9943 17.4991 17.7329 17.756L17.7318 17.7571C17.4544 18.0289 17.0915 18.1768 16.701 18.1768C16.3083 18.1768 15.9808 18.0285 15.7458 17.884C15.5125 17.7406 15.3128 17.5641 15.1881 17.4555L15.1859 17.4532L15.1781 17.4466C15.1589 17.4299 15.14 17.414 15.1247 17.4009C15.1211 17.3979 15.1182 17.3952 15.1158 17.3931C14.1164 16.6847 12.964 16.3146 11.7806 16.3145C11.2902 16.3145 10.2684 16.6045 9.23576 17.215C8.21161 17.8206 7.34508 18.6441 7.00042 19.5704C6.92828 19.7651 6.86915 19.9318 6.82787 20.068C6.92043 20.1295 7.04029 20.2048 7.19301 20.294C8.56212 21.0928 10.1474 21.5172 11.7783 21.5173C16.1993 21.5173 20.1488 18.5566 21.1962 14.5424L21.3242 13.9881C21.8453 11.3984 21.3091 8.77467 19.8247 6.63024L19.4918 6.1783C17.6547 3.82533 14.9193 2.48286 11.9798 2.4827Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NovaIcon.displayName = 'NovaIcon';
|
|
@@ -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 NumberCircleFourIcon = 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 13.5H14.25V7.5C14.2499 7.34384 14.201 7.19161 14.1101 7.06457C14.0193 6.93753 13.8911 6.842 13.7434 6.79132C13.5957 6.74064 13.4359 6.73733 13.2862 6.78185C13.1365 6.82638 13.0044 6.91651 12.9084 7.03969L7.65844 13.7897C7.57231 13.9005 7.51899 14.0332 7.50455 14.1728C7.49011 14.3124 7.51512 14.4533 7.57675 14.5793C7.63837 14.7054 7.73414 14.8117 7.85315 14.8861C7.97217 14.9604 8.10967 14.9999 8.25 15H12.75V16.5C12.75 16.6989 12.829 16.8897 12.9697 17.0303C13.1103 17.171 13.3011 17.25 13.5 17.25C13.6989 17.25 13.8897 17.171 14.0303 17.0303C14.171 16.8897 14.25 16.6989 14.25 16.5V15H15C15.1989 15 15.3897 14.921 15.5303 14.7803C15.671 14.6397 15.75 14.4489 15.75 14.25C15.75 14.0511 15.671 13.8603 15.5303 13.7197C15.3897 13.579 15.1989 13.5 15 13.5ZM12.75 13.5H9.78375L12.75 9.68625V13.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NumberCircleFourIcon.displayName = 'NumberCircleFourIcon';
|
|
@@ -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 NumberCircleOneIcon = 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.25ZM13.125 7.5V16.5C13.125 16.6989 13.046 16.8897 12.9053 17.0303C12.7647 17.171 12.5739 17.25 12.375 17.25C12.1761 17.25 11.9853 17.171 11.8447 17.0303C11.704 16.8897 11.625 16.6989 11.625 16.5V8.90625L10.5413 9.62906C10.4593 9.68373 10.3673 9.7217 10.2706 9.74083C10.174 9.75995 10.0745 9.75985 9.97784 9.74052C9.88121 9.72119 9.78933 9.68302 9.70745 9.62819C9.62557 9.57336 9.55529 9.50293 9.50063 9.42094C9.44597 9.33894 9.40799 9.24699 9.38887 9.15031C9.36974 9.05364 9.36985 8.95415 9.38917 8.85752C9.4085 8.76089 9.44667 8.66901 9.5015 8.58713C9.55634 8.50525 9.62676 8.43498 9.70875 8.38031L11.9588 6.88031C12.0714 6.80515 12.2023 6.7619 12.3375 6.75513C12.4728 6.74836 12.6073 6.77834 12.7269 6.84188C12.8465 6.90542 12.9467 7.00016 13.0168 7.11603C13.0868 7.2319 13.1242 7.36458 13.125 7.5Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
NumberCircleOneIcon.displayName = 'NumberCircleOneIcon';
|