@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 ArrowSquareOutIcon = 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 9.75C21 9.94891 20.921 10.1397 20.7803 10.2803C20.6397 10.421 20.4489 10.5 20.25 10.5C20.0511 10.5 19.8603 10.421 19.7197 10.2803C19.579 10.1397 19.5 9.94891 19.5 9.75V5.56125L13.2816 11.7806C13.1408 11.9214 12.95 12.0004 12.7509 12.0004C12.5519 12.0004 12.361 11.9214 12.2203 11.7806C12.0796 11.6399 12.0005 11.449 12.0005 11.25C12.0005 11.051 12.0796 10.8601 12.2203 10.7194L18.4387 4.5H14.25C14.0511 4.5 13.8603 4.42098 13.7197 4.28033C13.579 4.13968 13.5 3.94891 13.5 3.75C13.5 3.55109 13.579 3.36032 13.7197 3.21967C13.8603 3.07902 14.0511 3 14.25 3H20.25C20.4489 3 20.6397 3.07902 20.7803 3.21967C20.921 3.36032 21 3.55109 21 3.75V9.75ZM17.25 12C17.0511 12 16.8603 12.079 16.7197 12.2197C16.579 12.3603 16.5 12.5511 16.5 12.75V19.5H4.5V7.5H11.25C11.4489 7.5 11.6397 7.42098 11.7803 7.28033C11.921 7.13968 12 6.94891 12 6.75C12 6.55109 11.921 6.36032 11.7803 6.21967C11.6397 6.07902 11.4489 6 11.25 6H4.5C4.10218 6 3.72064 6.15804 3.43934 6.43934C3.15804 6.72064 3 7.10218 3 7.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H16.5C16.8978 21 17.2794 20.842 17.5607 20.5607C17.842 20.2794 18 19.8978 18 19.5V12.75C18 12.5511 17.921 12.3603 17.7803 12.2197C17.6397 12.079 17.4489 12 17.25 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowSquareOutIcon.displayName = 'ArrowSquareOutIcon';
|
|
@@ -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 ArrowSquareOutSmallIcon = 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 9.75C20 9.94891 19.921 10.1397 19.7803 10.2803C19.6397 10.421 19.4489 10.5 19.25 10.5C19.0511 10.5 18.8603 10.421 18.7197 10.2803C18.579 10.1397 18.5 9.94891 18.5 9.75V6.56125L13.2816 11.7806C13.1408 11.9214 12.95 12.0004 12.7509 12.0004C12.5519 12.0004 12.361 11.9214 12.2203 11.7806C12.0796 11.6399 12.0005 11.449 12.0005 11.25C12.0005 11.051 12.0796 10.8601 12.2203 10.7194L17.4387 5.5H14.25C14.0511 5.5 13.8603 5.42098 13.7197 5.28033C13.579 5.13968 13.5 4.94891 13.5 4.75C13.5 4.55109 13.579 4.36032 13.7197 4.21967C13.8603 4.07902 14.0511 4 14.25 4H19.25C19.4489 4 19.6397 4.07902 19.7803 4.21967C19.921 4.36032 20 4.55109 20 4.75V9.75ZM16.25 12C16.0511 12 15.8603 12.079 15.7197 12.2197C15.579 12.3603 15.5 12.5511 15.5 12.75V18.5H5.5V8.5H11.25C11.4489 8.5 11.6397 8.42098 11.7803 8.28033C11.921 8.13968 12 7.94891 12 7.75C12 7.55109 11.921 7.36032 11.7803 7.21967C11.6397 7.07902 11.4489 7 11.25 7H5.5C5.10218 7 4.72064 7.15804 4.43934 7.43934C4.15804 7.72064 4 8.10218 4 8.5V18.5C4 18.8978 4.15804 19.2794 4.43934 19.5607C4.72064 19.842 5.10218 20 5.5 20H15.5C15.8978 20 16.2794 19.842 16.5607 19.5607C16.842 19.2794 17 18.8978 17 18.5V12.75C17 12.5511 16.921 12.3603 16.7803 12.2197C16.6397 12.079 16.4489 12 16.25 12Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowSquareOutSmallIcon.displayName = 'ArrowSquareOutSmallIcon';
|
|
@@ -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 ArrowUpIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 11.0306C19.211 11.1004 19.1282 11.1557 19.0372 11.1934C18.9461 11.2312 18.8486 11.2506 18.75 11.2506C18.6514 11.2506 18.5538 11.2312 18.4628 11.1934C18.3717 11.1557 18.289 11.1004 18.2194 11.0306L12.75 5.56032V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V5.56032L5.78061 11.0306C5.63988 11.1714 5.44901 11.2504 5.24999 11.2504C5.05097 11.2504 4.8601 11.1714 4.71936 11.0306C4.57863 10.8899 4.49957 10.699 4.49957 10.5C4.49957 10.301 4.57863 10.1101 4.71936 9.96939L11.4694 3.21939C11.539 3.14965 11.6217 3.09433 11.7128 3.05659C11.8038 3.01885 11.9014 2.99942 12 2.99942C12.0986 2.99942 12.1961 3.01885 12.2872 3.05659C12.3782 3.09433 12.461 3.14965 12.5306 3.21939L19.2806 9.96939C19.3503 10.039 19.4057 10.1218 19.4434 10.2128C19.4812 10.3039 19.5006 10.4014 19.5006 10.5C19.5006 10.5986 19.4812 10.6962 19.4434 10.7872C19.4057 10.8783 19.3503 10.961 19.2806 11.0306Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowUpIcon.displayName = 'ArrowUpIcon';
|
|
@@ -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 ArrowUpLeftIcon = 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.5306 18.5306C18.461 18.6004 18.3783 18.6557 18.2872 18.6934C18.1962 18.7312 18.0986 18.7506 18 18.7506C17.9014 18.7506 17.8038 18.7312 17.7128 18.6934C17.6217 18.6557 17.539 18.6004 17.4694 18.5306L6.75 7.81031V15.75C6.75 15.9489 6.67098 16.1397 6.53033 16.2803C6.38968 16.421 6.19891 16.5 6 16.5C5.80109 16.5 5.61032 16.421 5.46967 16.2803C5.32902 16.1397 5.25 15.9489 5.25 15.75V6C5.25 5.80109 5.32902 5.61032 5.46967 5.46967C5.61032 5.32902 5.80109 5.25 6 5.25H15.75C15.9489 5.25 16.1397 5.32902 16.2803 5.46967C16.421 5.61032 16.5 5.80109 16.5 6C16.5 6.19891 16.421 6.38968 16.2803 6.53033C16.1397 6.67098 15.9489 6.75 15.75 6.75H7.81031L18.5306 17.4694C18.6004 17.539 18.6557 17.6217 18.6934 17.7128C18.7312 17.8038 18.7506 17.9014 18.7506 18C18.7506 18.0986 18.7312 18.1962 18.6934 18.2872C18.6557 18.3783 18.6004 18.461 18.5306 18.5306Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowUpLeftIcon.displayName = 'ArrowUpLeftIcon';
|
|
@@ -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 ArrowUpSmallIcon = 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.2807 12.0307C18.211 12.1005 18.1283 12.1558 18.0373 12.1935C17.9462 12.2313 17.8486 12.2507 17.7501 12.2507C17.6515 12.2507 17.5539 12.2313 17.4628 12.1935C17.3718 12.1558 17.2891 12.1005 17.2194 12.0307L12.7501 7.56041V18.2501C12.7501 18.449 12.671 18.6398 12.5304 18.7804C12.3897 18.9211 12.199 19.0001 12.0001 19.0001C11.8011 19.0001 11.6104 18.9211 11.4697 18.7804C11.3291 18.6398 11.2501 18.449 11.2501 18.2501V7.56041L6.78068 12.0307C6.63995 12.1715 6.44907 12.2505 6.25005 12.2505C6.05103 12.2505 5.86016 12.1715 5.71943 12.0307C5.5787 11.89 5.49963 11.6991 5.49963 11.5001C5.49963 11.3011 5.5787 11.1102 5.71943 10.9695L11.4694 5.21948C11.5391 5.14974 11.6218 5.09443 11.7128 5.05668C11.8039 5.01894 11.9015 4.99951 12.0001 4.99951C12.0986 4.99951 12.1962 5.01894 12.2873 5.05668C12.3783 5.09443 12.461 5.14974 12.5307 5.21948L18.2807 10.9695C18.3504 11.0391 18.4057 11.1218 18.4435 11.2129C18.4812 11.3039 18.5006 11.4015 18.5006 11.5001C18.5006 11.5987 18.4812 11.6963 18.4435 11.7873C18.4057 11.8784 18.3504 11.9611 18.2807 12.0307Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowUpSmallIcon.displayName = 'ArrowUpSmallIcon';
|
|
@@ -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 ArrowarcleftIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.75 17.2499C21.75 17.4488 21.671 17.6396 21.5303 17.7803C21.3897 17.9209 21.1989 17.9999 21 17.9999C20.8011 17.9999 20.6103 17.9209 20.4697 17.7803C20.329 17.6396 20.25 17.4488 20.25 17.2499C20.2498 15.6184 19.7658 14.0235 18.8593 12.667C17.9528 11.3105 16.6644 10.2532 15.157 9.62888C13.6496 9.00454 11.991 8.84116 10.3908 9.15941C8.79057 9.47765 7.32065 10.2632 6.16687 11.4168L4.06875 13.4999H8.25C8.44891 13.4999 8.63968 13.5789 8.78033 13.7196C8.92098 13.8602 9 14.051 9 14.2499C9 14.4488 8.92098 14.6396 8.78033 14.7803C8.63968 14.9209 8.44891 14.9999 8.25 14.9999H2.25C2.05109 14.9999 1.86032 14.9209 1.71967 14.7803C1.57902 14.6396 1.5 14.4488 1.5 14.2499V8.24993C1.5 8.05102 1.57902 7.86025 1.71967 7.7196C1.86032 7.57895 2.05109 7.49993 2.25 7.49993C2.44891 7.49993 2.63968 7.57895 2.78033 7.7196C2.92098 7.86025 3 8.05102 3 8.24993V12.4471L5.1075 10.3537C6.47127 8.99061 8.20858 8.06252 10.0998 7.68673C11.991 7.31094 13.9511 7.50433 15.7324 8.24245C17.5137 8.98058 19.0361 10.2303 20.1073 11.8336C21.1784 13.4369 21.75 15.3218 21.75 17.2499Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowarcleftIcon.displayName = 'ArrowarcleftIcon';
|
|
@@ -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 ArrowarcrightIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.5 8.24993V14.2499C22.5 14.4488 22.421 14.6396 22.2803 14.7803C22.1397 14.9209 21.9489 14.9999 21.75 14.9999H15.75C15.5511 14.9999 15.3603 14.9209 15.2197 14.7803C15.079 14.6396 15 14.4488 15 14.2499C15 14.051 15.079 13.8602 15.2197 13.7196C15.3603 13.5789 15.5511 13.4999 15.75 13.4999H19.9313L17.835 11.4177C16.6814 10.2636 15.2114 9.47746 13.6109 9.15881C12.0105 8.84017 10.3515 9.00331 8.84379 9.62761C7.33608 10.2519 6.04737 11.3093 5.14068 12.6661C4.23398 14.0229 3.75001 15.6181 3.75 17.2499C3.75 17.4488 3.67098 17.6396 3.53033 17.7803C3.38968 17.9209 3.19891 17.9999 3 17.9999C2.80109 17.9999 2.61032 17.9209 2.46967 17.7803C2.32902 17.6396 2.25 17.4488 2.25 17.2499C2.24997 15.3215 2.82178 13.4364 3.89312 11.833C4.96446 10.2296 6.48721 8.97991 8.26881 8.24194C10.0504 7.50398 12.0108 7.31089 13.9022 7.68711C15.7935 8.06333 17.5308 8.99196 18.8944 10.3556L21 12.4471V8.24993C21 8.05102 21.079 7.86025 21.2197 7.7196C21.3603 7.57895 21.5511 7.49993 21.75 7.49993C21.9489 7.49993 22.1397 7.57895 22.2803 7.7196C22.421 7.86025 22.5 8.05102 22.5 8.24993Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowarcrightIcon.displayName = 'ArrowarcrightIcon';
|
|
@@ -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 ArrowbendrightdownIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 17.0306L14.7806 21.5306C14.711 21.6004 14.6283 21.6557 14.5372 21.6934C14.4462 21.7312 14.3486 21.7506 14.25 21.7506C14.1514 21.7506 14.0538 21.7312 13.9628 21.6934C13.8717 21.6557 13.789 21.6004 13.7194 21.5306L9.21937 17.0306C9.07864 16.8899 8.99958 16.699 8.99958 16.5C8.99958 16.301 9.07864 16.1101 9.21937 15.9694C9.36011 15.8286 9.55098 15.7496 9.75 15.7496C9.94902 15.7496 10.1399 15.8286 10.2806 15.9694L13.5 19.1897V12C13.4975 9.81273 12.6275 7.71575 11.0809 6.16911C9.53425 4.62247 7.43727 3.75248 5.25 3.75C5.05109 3.75 4.86032 3.67098 4.71967 3.53033C4.57902 3.38968 4.5 3.19891 4.5 3C4.5 2.80109 4.57902 2.61032 4.71967 2.46967C4.86032 2.32902 5.05109 2.25 5.25 2.25C7.83502 2.25273 10.3134 3.28084 12.1413 5.10872C13.9692 6.93661 14.9973 9.41498 15 12V19.1897L18.2194 15.9694C18.3601 15.8286 18.551 15.7496 18.75 15.7496C18.949 15.7496 19.1399 15.8286 19.2806 15.9694C19.4214 16.1101 19.5004 16.301 19.5004 16.5C19.5004 16.699 19.4214 16.8899 19.2806 17.0306Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowbendrightdownIcon.displayName = 'ArrowbendrightdownIcon';
|
|
@@ -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 ArrowbendrightupIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 8.03073C19.211 8.10046 19.1283 8.15578 19.0372 8.19352C18.9462 8.23126 18.8486 8.25069 18.75 8.25069C18.6514 8.25069 18.5538 8.23126 18.4628 8.19352C18.3717 8.15578 18.289 8.10046 18.2194 8.03073L15 4.81041V12.0001C14.9973 14.5851 13.9692 17.0635 12.1413 18.8914C10.3134 20.7193 7.83502 21.7474 5.25 21.7501C5.05109 21.7501 4.86032 21.6711 4.71967 21.5304C4.57902 21.3898 4.5 21.199 4.5 21.0001C4.5 20.8012 4.57902 20.6104 4.71967 20.4698C4.86032 20.3291 5.05109 20.2501 5.25 20.2501C7.43727 20.2476 9.53425 19.3776 11.0809 17.831C12.6275 16.2844 13.4975 14.1874 13.5 12.0001V4.81041L10.2806 8.03073C10.1399 8.17146 9.94902 8.25052 9.75 8.25052C9.55098 8.25052 9.36011 8.17146 9.21937 8.03073C9.07864 7.89 8.99958 7.69912 8.99958 7.5001C8.99958 7.30108 9.07864 7.11021 9.21937 6.96948L13.7194 2.46948C13.789 2.39974 13.8717 2.34442 13.9628 2.30668C14.0538 2.26894 14.1514 2.24951 14.25 2.24951C14.3486 2.24951 14.4462 2.26894 14.5372 2.30668C14.6283 2.34442 14.711 2.39974 14.7806 2.46948L19.2806 6.96948C19.3504 7.03913 19.4057 7.12185 19.4434 7.2129C19.4812 7.30395 19.5006 7.40154 19.5006 7.5001C19.5006 7.59866 19.4812 7.69626 19.4434 7.78731C19.4057 7.87836 19.3504 7.96107 19.2806 8.03073Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowbendrightupIcon.displayName = 'ArrowbendrightupIcon';
|
|
@@ -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 ArrowcirclerightIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM16.2806 11.4694C16.3504 11.539 16.4057 11.6217 16.4434 11.7128C16.4812 11.8038 16.5006 11.9014 16.5006 12C16.5006 12.0986 16.4812 12.1962 16.4434 12.2872C16.4057 12.3783 16.3504 12.461 16.2806 12.5306L13.2806 15.5306C13.1399 15.6714 12.949 15.7504 12.75 15.7504C12.551 15.7504 12.3601 15.6714 12.2194 15.5306C12.0786 15.3899 11.9996 15.199 11.9996 15C11.9996 14.801 12.0786 14.6101 12.2194 14.4694L13.9397 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.25H13.9397L12.2194 9.53063C12.0786 9.38989 11.9996 9.19902 11.9996 9C11.9996 8.80098 12.0786 8.61011 12.2194 8.46937C12.3601 8.32864 12.551 8.24958 12.75 8.24958C12.949 8.24958 13.1399 8.32864 13.2806 8.46937L16.2806 11.4694Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowcirclerightIcon.displayName = 'ArrowcirclerightIcon';
|
|
@@ -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 ArrowcircleupIcon = 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.5306 10.7194C15.6003 10.7891 15.6556 10.8718 15.6933 10.9628C15.731 11.0539 15.7504 11.1515 15.7504 11.25C15.7504 11.3485 15.731 11.4461 15.6933 11.5372C15.6556 11.6282 15.6003 11.7109 15.5306 11.7806C15.4609 11.8503 15.3782 11.9056 15.2872 11.9433C15.1961 11.981 15.0986 12.0004 15 12.0004C14.9015 12.0004 14.8039 11.981 14.7128 11.9433C14.6218 11.9056 14.5391 11.8503 14.4694 11.7806L12.75 10.0603V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V10.0603L9.53063 11.7806C9.3899 11.9214 9.19903 12.0004 9 12.0004C8.80098 12.0004 8.61011 11.9214 8.46938 11.7806C8.32865 11.6399 8.24959 11.449 8.24959 11.25C8.24959 11.051 8.32865 10.8601 8.46938 10.7194L11.4694 7.71937C11.539 7.64964 11.6218 7.59432 11.7128 7.55658C11.8038 7.51884 11.9014 7.49941 12 7.49941C12.0986 7.49941 12.1962 7.51884 12.2872 7.55658C12.3783 7.59432 12.461 7.64964 12.5306 7.71937L15.5306 10.7194Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowcircleupIcon.displayName = 'ArrowcircleupIcon';
|
|
@@ -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 ArrowdownrightIcon = 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 8.24993V17.9999C18.75 18.1988 18.671 18.3896 18.5303 18.5303C18.3897 18.6709 18.1989 18.7499 18 18.7499H8.24999C8.05108 18.7499 7.86031 18.6709 7.71966 18.5303C7.57901 18.3896 7.49999 18.1988 7.49999 17.9999C7.49999 17.801 7.57901 17.6103 7.71966 17.4696C7.86031 17.3289 8.05108 17.2499 8.24999 17.2499H16.1897L5.46936 6.53055C5.32863 6.38982 5.24957 6.19895 5.24957 5.99993C5.24957 5.80091 5.32863 5.61003 5.46936 5.4693C5.6101 5.32857 5.80097 5.24951 5.99999 5.24951C6.19901 5.24951 6.38988 5.32857 6.53061 5.4693L17.25 16.1896V8.24993C17.25 8.05102 17.329 7.86025 17.4697 7.7196C17.6103 7.57895 17.8011 7.49993 18 7.49993C18.1989 7.49993 18.3897 7.57895 18.5303 7.7196C18.671 7.86025 18.75 8.05102 18.75 8.24993Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowdownrightIcon.displayName = 'ArrowdownrightIcon';
|
|
@@ -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 ArrowelbowdownleftIcon = 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 3V16.5C18.75 16.6989 18.671 16.8897 18.5303 17.0303C18.3897 17.171 18.1989 17.25 18 17.25H6.31029L9.53061 20.4694C9.60029 20.5391 9.65556 20.6218 9.69328 20.7128C9.73099 20.8039 9.7504 20.9015 9.7504 21C9.7504 21.0985 9.73099 21.1961 9.69328 21.2872C9.65556 21.3782 9.60029 21.4609 9.53061 21.5306C9.46092 21.6003 9.3782 21.6556 9.28715 21.6933C9.19611 21.731 9.09853 21.7504 8.99998 21.7504C8.90143 21.7504 8.80385 21.731 8.71281 21.6933C8.62176 21.6556 8.53904 21.6003 8.46935 21.5306L3.96935 17.0306C3.89962 16.961 3.8443 16.8783 3.80656 16.7872C3.76882 16.6962 3.74939 16.5986 3.74939 16.5C3.74939 16.4014 3.76882 16.3038 3.80656 16.2128C3.8443 16.1217 3.89962 16.039 3.96935 15.9694L8.46935 11.4694C8.61009 11.3286 8.80096 11.2496 8.99998 11.2496C9.199 11.2496 9.38987 11.3286 9.53061 11.4694C9.67134 11.6101 9.7504 11.801 9.7504 12C9.7504 12.199 9.67134 12.3899 9.53061 12.5306L6.31029 15.75H17.25V3C17.25 2.80109 17.329 2.61032 17.4696 2.46967C17.6103 2.32902 17.8011 2.25 18 2.25C18.1989 2.25 18.3897 2.32902 18.5303 2.46967C18.671 2.61032 18.75 2.80109 18.75 3Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowelbowdownleftIcon.displayName = 'ArrowelbowdownleftIcon';
|
|
@@ -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 ArrowelbowrightupIcon = 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.7806 9.53073C20.711 9.60046 20.6283 9.65578 20.5372 9.69352C20.4462 9.73127 20.3486 9.75069 20.25 9.75069C20.1514 9.75069 20.0538 9.73127 19.9628 9.69352C19.8717 9.65578 19.789 9.60046 19.7194 9.53073L16.5 6.31041V18.0001C16.5 18.199 16.421 18.3898 16.2803 18.5304C16.1397 18.6711 15.9489 18.7501 15.75 18.7501H2.25C2.05109 18.7501 1.86032 18.6711 1.71967 18.5304C1.57902 18.3898 1.5 18.199 1.5 18.0001C1.5 17.8012 1.57902 17.6104 1.71967 17.4698C1.86032 17.3291 2.05109 17.2501 2.25 17.2501H15V6.31041L11.7806 9.53073C11.6399 9.67146 11.449 9.75052 11.25 9.75052C11.051 9.75052 10.8601 9.67146 10.7194 9.53073C10.5786 9.39 10.4996 9.19913 10.4996 9.0001C10.4996 8.80108 10.5786 8.61021 10.7194 8.46948L15.2194 3.96948C15.289 3.89974 15.3717 3.84443 15.4628 3.80668C15.5538 3.76894 15.6514 3.74951 15.75 3.74951C15.8486 3.74951 15.9462 3.76894 16.0372 3.80668C16.1283 3.84443 16.211 3.89974 16.2806 3.96948L20.7806 8.46948C20.8504 8.53913 20.9057 8.62185 20.9434 8.7129C20.9812 8.80395 21.0006 8.90154 21.0006 9.0001C21.0006 9.09866 20.9812 9.19626 20.9434 9.28731C20.9057 9.37836 20.8504 9.46107 20.7806 9.53073Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowelbowrightupIcon.displayName = 'ArrowelbowrightupIcon';
|
|
@@ -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 ArrowelbowupleftIcon = 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 7.49993V20.9999C18.75 21.1988 18.671 21.3896 18.5303 21.5303C18.3897 21.6709 18.1989 21.7499 18 21.7499C17.8011 21.7499 17.6103 21.6709 17.4697 21.5303C17.329 21.3896 17.25 21.1988 17.25 20.9999V8.24993H6.31032L9.53063 11.4693C9.67137 11.61 9.75043 11.8009 9.75043 11.9999C9.75043 12.199 9.67137 12.3898 9.53063 12.5306C9.3899 12.6713 9.19903 12.7503 9.00001 12.7503C8.80099 12.7503 8.61011 12.6713 8.46938 12.5306L3.96938 8.03055L3.96376 8.02399C3.94876 8.00899 3.93376 7.99212 3.9197 7.97524L3.89813 7.94618C3.89042 7.93657 3.88322 7.92655 3.87657 7.91618L3.85501 7.88149C3.84915 7.87244 3.84382 7.86305 3.83907 7.85337C3.83251 7.84212 3.82688 7.82993 3.82126 7.81774C3.81563 7.80555 3.81188 7.79805 3.8072 7.7868C3.80251 7.77555 3.79876 7.76337 3.79407 7.75212L3.78188 7.71837L3.77345 7.6818C3.77345 7.66962 3.76688 7.65837 3.76407 7.64712C3.76126 7.63587 3.76407 7.61805 3.75845 7.60399C3.75282 7.58993 3.75845 7.5843 3.75376 7.57399C3.74907 7.52473 3.74907 7.47513 3.75376 7.42587C3.75376 7.41555 3.75376 7.40618 3.75845 7.39587C3.76313 7.38555 3.75845 7.3668 3.76407 7.35274C3.7697 7.33868 3.7697 7.33024 3.77345 7.31805L3.78188 7.28149L3.79407 7.24774C3.79876 7.23649 3.80251 7.2243 3.8072 7.21305C3.81188 7.2018 3.81657 7.19243 3.82126 7.18212C3.82595 7.1718 3.83251 7.15774 3.83907 7.14649C3.84382 7.13681 3.84915 7.12742 3.85501 7.11837L3.87657 7.08368C3.88322 7.0733 3.89042 7.06329 3.89813 7.05368L3.9197 7.02462C3.93376 7.00774 3.94876 6.99087 3.96376 6.97587L3.96938 6.9693L8.46938 2.4693C8.61011 2.32857 8.80099 2.24951 9.00001 2.24951C9.19903 2.24951 9.3899 2.32857 9.53063 2.4693C9.67137 2.61003 9.75043 2.80091 9.75043 2.99993C9.75043 3.19895 9.67137 3.38982 9.53063 3.53055L6.31032 6.74993H18C18.1989 6.74993 18.3897 6.82895 18.5303 6.9696C18.671 7.11025 18.75 7.30102 18.75 7.49993Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowelbowupleftIcon.displayName = 'ArrowelbowupleftIcon';
|
|
@@ -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 ArrowfatlinesdownIcon = 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.6928 12.4631C21.6361 12.3261 21.54 12.2089 21.4166 12.1265C21.2933 12.044 21.1483 12 21 12H17.25V9.75C17.25 9.55109 17.171 9.36032 17.0303 9.21967C16.8897 9.07902 16.6989 9 16.5 9H7.49998C7.30107 9 7.1103 9.07902 6.96965 9.21967C6.829 9.36032 6.74998 9.55109 6.74998 9.75V12H2.99998C2.85156 11.9999 2.70644 12.0438 2.58299 12.1262C2.45955 12.2086 2.36333 12.3258 2.30651 12.4629C2.2497 12.6 2.23485 12.7509 2.26383 12.8965C2.29282 13.042 2.36435 13.1757 2.46936 13.2806L11.4694 22.2806C11.539 22.3504 11.6217 22.4057 11.7128 22.4434C11.8038 22.4812 11.9014 22.5006 12 22.5006C12.0985 22.5006 12.1961 22.4812 12.2872 22.4434C12.3782 22.4057 12.461 22.3504 12.5306 22.2806L21.5306 13.2806C21.6355 13.1757 21.7068 13.042 21.7357 12.8965C21.7646 12.751 21.7496 12.6002 21.6928 12.4631ZM12 20.6897L4.81029 13.5H7.49998C7.69889 13.5 7.88966 13.421 8.03031 13.2803C8.17096 13.1397 8.24998 12.9489 8.24998 12.75V10.5H15.75V12.75C15.75 12.9489 15.829 13.1397 15.9697 13.2803C16.1103 13.421 16.3011 13.5 16.5 13.5H19.1897L12 20.6897ZM6.74998 3.75C6.74998 3.55109 6.829 3.36032 6.96965 3.21967C7.1103 3.07902 7.30107 3 7.49998 3H16.5C16.6989 3 16.8897 3.07902 17.0303 3.21967C17.171 3.36032 17.25 3.55109 17.25 3.75C17.25 3.94891 17.171 4.13968 17.0303 4.28033C16.8897 4.42098 16.6989 4.5 16.5 4.5H7.49998C7.30107 4.5 7.1103 4.42098 6.96965 4.28033C6.829 4.13968 6.74998 3.94891 6.74998 3.75ZM6.74998 6.75C6.74998 6.55109 6.829 6.36032 6.96965 6.21967C7.1103 6.07902 7.30107 6 7.49998 6H16.5C16.6989 6 16.8897 6.07902 17.0303 6.21967C17.171 6.36032 17.25 6.55109 17.25 6.75C17.25 6.94891 17.171 7.13968 17.0303 7.28033C16.8897 7.42098 16.6989 7.5 16.5 7.5H7.49998C7.30107 7.5 7.1103 7.42098 6.96965 7.28033C6.829 7.13968 6.74998 6.94891 6.74998 6.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowfatlinesdownIcon.displayName = 'ArrowfatlinesdownIcon';
|
|
@@ -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 ArrowfatlineupIcon = 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 10.7195L12.5306 1.71948C12.461 1.64974 12.3782 1.59443 12.2872 1.55668C12.1961 1.51894 12.0985 1.49951 12 1.49951C11.9014 1.49951 11.8038 1.51894 11.7128 1.55668C11.6217 1.59443 11.539 1.64974 11.4694 1.71948L2.46936 10.7195C2.36435 10.8244 2.29282 10.9581 2.26383 11.1036C2.23485 11.2492 2.2497 11.4001 2.30651 11.5372C2.36333 11.6743 2.45955 11.7915 2.58299 11.8739C2.70644 11.9563 2.85156 12.0002 2.99998 12.0001H6.74998V17.2501C6.74998 17.449 6.829 17.6398 6.96965 17.7804C7.1103 17.9211 7.30107 18.0001 7.49998 18.0001H16.5C16.6989 18.0001 16.8897 17.9211 17.0303 17.7804C17.171 17.6398 17.25 17.449 17.25 17.2501V12.0001H21C21.1484 12.0002 21.2935 11.9563 21.417 11.8739C21.5404 11.7915 21.6366 11.6743 21.6934 11.5372C21.7503 11.4001 21.7651 11.2492 21.7361 11.1036C21.7071 10.9581 21.6356 10.8244 21.5306 10.7195ZM16.5 10.5001C16.3011 10.5001 16.1103 10.5791 15.9697 10.7198C15.829 10.8604 15.75 11.0512 15.75 11.2501V16.5001H8.24998V11.2501C8.24998 11.0512 8.17096 10.8604 8.03031 10.7198C7.88966 10.5791 7.69889 10.5001 7.49998 10.5001H4.81029L12 3.31041L19.1897 10.5001H16.5ZM17.25 20.2501C17.25 20.449 17.171 20.6398 17.0303 20.7804C16.8897 20.9211 16.6989 21.0001 16.5 21.0001H7.49998C7.30107 21.0001 7.1103 20.9211 6.96965 20.7804C6.829 20.6398 6.74998 20.449 6.74998 20.2501C6.74998 20.0512 6.829 19.8604 6.96965 19.7198C7.1103 19.5791 7.30107 19.5001 7.49998 19.5001H16.5C16.6989 19.5001 16.8897 19.5791 17.0303 19.7198C17.171 19.8604 17.25 20.0512 17.25 20.2501Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowfatlineupIcon.displayName = 'ArrowfatlineupIcon';
|
|
@@ -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 ArrowlinedownleftIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.75 4.5C21.75 4.69891 21.671 4.88968 21.5303 5.03033C21.3897 5.17098 21.1989 5.25 21 5.25H4.5C4.30109 5.25 4.11032 5.17098 3.96967 5.03033C3.82902 4.88968 3.75 4.69891 3.75 4.5C3.75 4.30109 3.82902 4.11032 3.96967 3.96967C4.11032 3.82902 4.30109 3.75 4.5 3.75H21C21.1989 3.75 21.3897 3.82902 21.5303 3.96967C21.671 4.11032 21.75 4.30109 21.75 4.5ZM16.7194 8.46937L7.5 17.6897V10.5C7.5 10.3011 7.42098 10.1103 7.28033 9.96967C7.13968 9.82902 6.94891 9.75 6.75 9.75C6.55109 9.75 6.36032 9.82902 6.21967 9.96967C6.07902 10.1103 6 10.3011 6 10.5V19.5C6 19.6989 6.07902 19.8897 6.21967 20.0303C6.36032 20.171 6.55109 20.25 6.75 20.25H15.75C15.9489 20.25 16.1397 20.171 16.2803 20.0303C16.421 19.8897 16.5 19.6989 16.5 19.5C16.5 19.3011 16.421 19.1103 16.2803 18.9697C16.1397 18.829 15.9489 18.75 15.75 18.75H8.56031L17.7806 9.53063C17.8503 9.46094 17.9056 9.37822 17.9433 9.28717C17.981 9.19613 18.0004 9.09855 18.0004 9C18.0004 8.90145 17.981 8.80387 17.9433 8.71283C17.9056 8.62178 17.8503 8.53906 17.7806 8.46937C17.7109 8.39969 17.6282 8.34442 17.5372 8.3067C17.4461 8.26899 17.3485 8.24958 17.25 8.24958C17.1515 8.24958 17.0539 8.26899 16.9628 8.3067C16.8718 8.34442 16.7891 8.39969 16.7194 8.46937Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowlinedownleftIcon.displayName = 'ArrowlinedownleftIcon';
|
|
@@ -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 ArrowsClockwiseIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 4.50001V9.00001C21 9.19892 20.921 9.38969 20.7803 9.53034C20.6397 9.67099 20.4489 9.75001 20.25 9.75001H15.75C15.5511 9.75001 15.3603 9.67099 15.2197 9.53034C15.079 9.38969 15 9.19892 15 9.00001C15 8.8011 15.079 8.61033 15.2197 8.46968C15.3603 8.32903 15.5511 8.25001 15.75 8.25001H18.4397L17.0681 6.87845C15.6742 5.4782 13.7817 4.68821 11.8059 4.68188H11.7638C9.80454 4.67729 7.92227 5.44414 6.52406 6.81657C6.38083 6.95028 6.19096 7.02262 5.99507 7.01813C5.79918 7.01364 5.61283 6.93266 5.47588 6.79253C5.33893 6.65239 5.26226 6.46423 5.26227 6.26829C5.26228 6.07235 5.33897 5.88419 5.47594 5.74407C7.1705 4.08788 9.44983 3.16677 11.8193 3.18064C14.1887 3.1945 16.4571 4.14222 18.1322 5.81813L19.5 7.1897V4.50001C19.5 4.3011 19.579 4.11033 19.7197 3.96968C19.8603 3.82903 20.0511 3.75001 20.25 3.75001C20.4489 3.75001 20.6397 3.82903 20.7803 3.96968C20.921 4.11033 21 4.3011 21 4.50001ZM17.4759 17.1834C16.0639 18.5627 14.1651 19.3298 12.1912 19.3182C10.2173 19.3066 8.32762 18.5173 6.93188 17.1216L5.56031 15.75H8.25C8.44891 15.75 8.63968 15.671 8.78033 15.5303C8.92098 15.3897 9 15.1989 9 15C9 14.8011 8.92098 14.6103 8.78033 14.4697C8.63968 14.329 8.44891 14.25 8.25 14.25H3.75C3.55109 14.25 3.36032 14.329 3.21967 14.4697C3.07902 14.6103 3 14.8011 3 15V19.5C3 19.6989 3.07902 19.8897 3.21967 20.0303C3.36032 20.171 3.55109 20.25 3.75 20.25C3.94891 20.25 4.13968 20.171 4.28033 20.0303C4.42098 19.8897 4.5 19.6989 4.5 19.5V16.8103L5.87156 18.1819C7.54426 19.863 9.816 20.8112 12.1875 20.8181H12.2372C14.5885 20.8242 16.8476 19.9037 18.525 18.2559C18.662 18.1158 18.7387 17.9277 18.7387 17.7317C18.7387 17.5358 18.662 17.3476 18.5251 17.2075C18.3881 17.0674 18.2018 16.9864 18.0059 16.9819C17.81 16.9774 17.6201 17.0497 17.4769 17.1834H17.4759Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsClockwiseIcon.displayName = 'ArrowsClockwiseIcon';
|
|
@@ -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 ArrowsInSimpleIcon = 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 5.03061L15.3103 9.74999H18C18.1989 9.74999 18.3897 9.82901 18.5303 9.96966C18.671 10.1103 18.75 10.3011 18.75 10.5C18.75 10.6989 18.671 10.8897 18.5303 11.0303C18.3897 11.171 18.1989 11.25 18 11.25H13.5C13.3011 11.25 13.1103 11.171 12.9697 11.0303C12.829 10.8897 12.75 10.6989 12.75 10.5V5.99999C12.75 5.80108 12.829 5.61031 12.9697 5.46966C13.1103 5.32901 13.3011 5.24999 13.5 5.24999C13.6989 5.24999 13.8897 5.32901 14.0303 5.46966C14.171 5.61031 14.25 5.80108 14.25 5.99999V8.68968L18.9694 3.96936C19.1101 3.82863 19.301 3.74957 19.5 3.74957C19.699 3.74957 19.8899 3.82863 20.0306 3.96936C20.1713 4.1101 20.2504 4.30097 20.2504 4.49999C20.2504 4.69901 20.1713 4.88988 20.0306 5.03061ZM10.5 12.75H5.99999C5.80108 12.75 5.61031 12.829 5.46966 12.9697C5.32901 13.1103 5.24999 13.3011 5.24999 13.5C5.24999 13.6989 5.32901 13.8897 5.46966 14.0303C5.61031 14.171 5.80108 14.25 5.99999 14.25H8.68968L3.96936 18.9694C3.82863 19.1101 3.74957 19.301 3.74957 19.5C3.74957 19.699 3.82863 19.8899 3.96936 20.0306C4.1101 20.1713 4.30097 20.2504 4.49999 20.2504C4.69901 20.2504 4.88988 20.1713 5.03061 20.0306L9.74999 15.3103V18C9.74999 18.1989 9.82901 18.3897 9.96966 18.5303C10.1103 18.671 10.3011 18.75 10.5 18.75C10.6989 18.75 10.8897 18.671 11.0303 18.5303C11.171 18.3897 11.25 18.1989 11.25 18V13.5C11.25 13.3011 11.171 13.1103 11.0303 12.9697C10.8897 12.829 10.6989 12.75 10.5 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsInSimpleIcon.displayName = 'ArrowsInSimpleIcon';
|
|
@@ -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 ArrowsOutCardinalIcon = 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.46935 5.7806C8.39962 5.71095 8.3443 5.62823 8.30656 5.53718C8.26882 5.44614 8.24939 5.34854 8.24939 5.24998C8.24939 5.15142 8.26882 5.05382 8.30656 4.96277C8.3443 4.87173 8.39962 4.78901 8.46935 4.71935L11.4694 1.71935C11.539 1.64962 11.6217 1.5943 11.7128 1.55656C11.8038 1.51882 11.9014 1.49939 12 1.49939C12.0985 1.49939 12.1961 1.51882 12.2872 1.55656C12.3782 1.5943 12.4609 1.64962 12.5306 1.71935L15.5306 4.71935C15.6713 4.86009 15.7504 5.05096 15.7504 5.24998C15.7504 5.449 15.6713 5.63987 15.5306 5.7806C15.3899 5.92134 15.199 6.0004 15 6.0004C14.801 6.0004 14.6101 5.92134 14.4694 5.7806L12.75 4.06029V8.99998C12.75 9.19889 12.671 9.38966 12.5303 9.53031C12.3897 9.67096 12.1989 9.74998 12 9.74998C11.8011 9.74998 11.6103 9.67096 11.4697 9.53031C11.329 9.38966 11.25 9.19889 11.25 8.99998V4.06029L9.53061 5.7806C9.46095 5.85034 9.37823 5.90566 9.28718 5.9434C9.19614 5.98114 9.09854 6.00057 8.99998 6.00057C8.90142 6.00057 8.80382 5.98114 8.71277 5.9434C8.62173 5.90566 8.53901 5.85034 8.46935 5.7806ZM14.4694 18.2194L12.75 19.9397V15C12.75 14.8011 12.671 14.6103 12.5303 14.4696C12.3897 14.329 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.329 11.4697 14.4696C11.329 14.6103 11.25 14.8011 11.25 15V19.9397L9.53061 18.2194C9.38987 18.0786 9.199 17.9996 8.99998 17.9996C8.80096 17.9996 8.61009 18.0786 8.46935 18.2194C8.32862 18.3601 8.24956 18.551 8.24956 18.75C8.24956 18.949 8.32862 19.1399 8.46935 19.2806L11.4694 22.2806C11.539 22.3503 11.6217 22.4057 11.7128 22.4434C11.8038 22.4811 11.9014 22.5006 12 22.5006C12.0985 22.5006 12.1961 22.4811 12.2872 22.4434C12.3782 22.4057 12.4609 22.3503 12.5306 22.2806L15.5306 19.2806C15.6713 19.1399 15.7504 18.949 15.7504 18.75C15.7504 18.551 15.6713 18.3601 15.5306 18.2194C15.3899 18.0786 15.199 17.9996 15 17.9996C14.801 17.9996 14.6101 18.0786 14.4694 18.2194ZM22.2806 11.4694L19.2806 8.46935C19.1399 8.32862 18.949 8.24956 18.75 8.24956C18.551 8.24956 18.3601 8.32862 18.2194 8.46935C18.0786 8.61009 17.9996 8.80096 17.9996 8.99998C17.9996 9.199 18.0786 9.38987 18.2194 9.53061L19.9397 11.25H15C14.8011 11.25 14.6103 11.329 14.4696 11.4697C14.329 11.6103 14.25 11.8011 14.25 12C14.25 12.1989 14.329 12.3897 14.4696 12.5303C14.6103 12.671 14.8011 12.75 15 12.75H19.9397L18.2194 14.4694C18.0786 14.6101 17.9996 14.801 17.9996 15C17.9996 15.199 18.0786 15.3899 18.2194 15.5306C18.3601 15.6713 18.551 15.7504 18.75 15.7504C18.949 15.7504 19.1399 15.6713 19.2806 15.5306L22.2806 12.5306C22.3503 12.4609 22.4057 12.3782 22.4434 12.2872C22.4811 12.1961 22.5006 12.0985 22.5006 12C22.5006 11.9014 22.4811 11.8038 22.4434 11.7128C22.4057 11.6217 22.3503 11.539 22.2806 11.4694ZM4.06029 12.75H8.99998C9.19889 12.75 9.38966 12.671 9.53031 12.5303C9.67096 12.3897 9.74998 12.1989 9.74998 12C9.74998 11.8011 9.67096 11.6103 9.53031 11.4697C9.38966 11.329 9.19889 11.25 8.99998 11.25H4.06029L5.7806 9.53061C5.92134 9.38987 6.0004 9.199 6.0004 8.99998C6.0004 8.80096 5.92134 8.61009 5.7806 8.46935C5.63987 8.32862 5.449 8.24956 5.24998 8.24956C5.05096 8.24956 4.86009 8.32862 4.71935 8.46935L1.71935 11.4694C1.64962 11.539 1.5943 11.6217 1.55656 11.7128C1.51882 11.8038 1.49939 11.9014 1.49939 12C1.49939 12.0985 1.51882 12.1961 1.55656 12.2872C1.5943 12.3782 1.64962 12.4609 1.71935 12.5306L4.71935 15.5306C4.86009 15.6713 5.05096 15.7504 5.24998 15.7504C5.449 15.7504 5.63987 15.6713 5.7806 15.5306C5.92134 15.3899 6.0004 15.199 6.0004 15C6.0004 14.801 5.92134 14.6101 5.7806 14.4694L4.06029 12.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsOutCardinalIcon.displayName = 'ArrowsOutCardinalIcon';
|
|
@@ -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 ArrowsOutSimpleIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V9C20.25 9.19891 20.171 9.38968 20.0303 9.53033C19.8897 9.67098 19.6989 9.75 19.5 9.75C19.3011 9.75 19.1103 9.67098 18.9697 9.53033C18.829 9.38968 18.75 9.19891 18.75 9V6.31031L14.0306 11.0306C13.8899 11.1714 13.699 11.2504 13.5 11.2504C13.301 11.2504 13.1101 11.1714 12.9694 11.0306C12.8286 10.8899 12.7496 10.699 12.7496 10.5C12.7496 10.301 12.8286 10.1101 12.9694 9.96937L17.6897 5.25H15C14.8011 5.25 14.6103 5.17098 14.4697 5.03033C14.329 4.88968 14.25 4.69891 14.25 4.5C14.25 4.30109 14.329 4.11032 14.4697 3.96967C14.6103 3.82902 14.8011 3.75 15 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM9.96937 12.9694L5.25 17.6897V15C5.25 14.8011 5.17098 14.6103 5.03033 14.4697C4.88968 14.329 4.69891 14.25 4.5 14.25C4.30109 14.25 4.11032 14.329 3.96967 14.4697C3.82902 14.6103 3.75 14.8011 3.75 15V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H9C9.19891 20.25 9.38968 20.171 9.53033 20.0303C9.67098 19.8897 9.75 19.6989 9.75 19.5C9.75 19.3011 9.67098 19.1103 9.53033 18.9697C9.38968 18.829 9.19891 18.75 9 18.75H6.31031L11.0306 14.0306C11.1714 13.8899 11.2504 13.699 11.2504 13.5C11.2504 13.301 11.1714 13.1101 11.0306 12.9694C10.8899 12.8286 10.699 12.7496 10.5 12.7496C10.301 12.7496 10.1101 12.8286 9.96937 12.9694Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsOutSimpleIcon.displayName = 'ArrowsOutSimpleIcon';
|
|
@@ -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 ArrowsdownupIcon = 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.0306 15.9695C11.1003 16.0391 11.1557 16.1218 11.1934 16.2129C11.2312 16.3039 11.2506 16.4015 11.2506 16.5001C11.2506 16.5987 11.2312 16.6963 11.1934 16.7873C11.1557 16.8784 11.1003 16.9611 11.0306 17.0307L8.03061 20.0307C7.96096 20.1005 7.87824 20.1558 7.7872 20.1935C7.69615 20.2313 7.59855 20.2507 7.49999 20.2507C7.40143 20.2507 7.30383 20.2313 7.21278 20.1935C7.12174 20.1558 7.03902 20.1005 6.96936 20.0307L3.96936 17.0307C3.89968 16.961 3.84441 16.8783 3.80669 16.7873C3.76898 16.6962 3.74957 16.5986 3.74957 16.5001C3.74957 16.4016 3.76898 16.304 3.80669 16.2129C3.84441 16.1219 3.89968 16.0392 3.96936 15.9695C4.1101 15.8287 4.30097 15.7497 4.49999 15.7497C4.59854 15.7497 4.69612 15.7691 4.78716 15.8068C4.87821 15.8445 4.96093 15.8998 5.03061 15.9695L6.74999 17.6898V4.5001C6.74999 4.30119 6.82901 4.11042 6.96966 3.96977C7.11031 3.82912 7.30108 3.7501 7.49999 3.7501C7.6989 3.7501 7.88967 3.82912 8.03032 3.96977C8.17097 4.11042 8.24999 4.30119 8.24999 4.5001V17.6898L9.96936 15.9695C10.039 15.8997 10.1217 15.8444 10.2128 15.8067C10.3038 15.7689 10.4014 15.7495 10.5 15.7495C10.5986 15.7495 10.6961 15.7689 10.7872 15.8067C10.8782 15.8444 10.961 15.8997 11.0306 15.9695ZM20.0306 6.96948L17.0306 3.96948C16.961 3.89974 16.8782 3.84443 16.7872 3.80668C16.6961 3.76894 16.5986 3.74951 16.5 3.74951C16.4014 3.74951 16.3038 3.76894 16.2128 3.80668C16.1217 3.84443 16.039 3.89974 15.9694 3.96948L12.9694 6.96948C12.8286 7.11021 12.7496 7.30108 12.7496 7.5001C12.7496 7.69912 12.8286 7.89 12.9694 8.03073C13.1101 8.17146 13.301 8.25052 13.5 8.25052C13.699 8.25052 13.8899 8.17146 14.0306 8.03073L15.75 6.31041V19.5001C15.75 19.699 15.829 19.8898 15.9697 20.0304C16.1103 20.1711 16.3011 20.2501 16.5 20.2501C16.6989 20.2501 16.8897 20.1711 17.0303 20.0304C17.171 19.8898 17.25 19.699 17.25 19.5001V6.31041L18.9694 8.03073C19.1101 8.17146 19.301 8.25052 19.5 8.25052C19.699 8.25052 19.8899 8.17146 20.0306 8.03073C20.1713 7.89 20.2504 7.69912 20.2504 7.5001C20.2504 7.30108 20.1713 7.11021 20.0306 6.96948Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsdownupIcon.displayName = 'ArrowsdownupIcon';
|
|
@@ -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 ArrowshorizontalIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.2806 12.5306L19.2806 15.5306C19.1399 15.6713 18.949 15.7503 18.75 15.7503C18.551 15.7503 18.3601 15.6713 18.2194 15.5306C18.0787 15.3898 17.9996 15.199 17.9996 14.9999C17.9996 14.8009 18.0787 14.61 18.2194 14.4693L19.9397 12.7499H4.06032L5.78064 14.4693C5.92137 14.61 6.00043 14.8009 6.00043 14.9999C6.00043 15.199 5.92137 15.3898 5.78064 15.5306C5.6399 15.6713 5.44903 15.7503 5.25001 15.7503C5.05099 15.7503 4.86012 15.6713 4.71939 15.5306L1.71939 12.5306C1.64965 12.4609 1.59433 12.3782 1.55659 12.2871C1.51885 12.1961 1.49942 12.0985 1.49942 11.9999C1.49942 11.9014 1.51885 11.8038 1.55659 11.7127C1.59433 11.6217 1.64965 11.539 1.71939 11.4693L4.71939 8.4693C4.86012 8.32857 5.05099 8.24951 5.25001 8.24951C5.44903 8.24951 5.6399 8.32857 5.78064 8.4693C5.92137 8.61003 6.00043 8.80091 6.00043 8.99993C6.00043 9.19895 5.92137 9.38982 5.78064 9.53055L4.06032 11.2499H19.9397L18.2194 9.53055C18.0787 9.38982 17.9996 9.19895 17.9996 8.99993C17.9996 8.80091 18.0787 8.61003 18.2194 8.4693C18.3601 8.32857 18.551 8.24951 18.75 8.24951C18.949 8.24951 19.1399 8.32857 19.2806 8.4693L22.2806 11.4693C22.3504 11.539 22.4057 11.6217 22.4434 11.7127C22.4812 11.8038 22.5006 11.9014 22.5006 11.9999C22.5006 12.0985 22.4812 12.1961 22.4434 12.2871C22.4057 12.3782 22.3504 12.4609 22.2806 12.5306Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowshorizontalIcon.displayName = 'ArrowshorizontalIcon';
|
|
@@ -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 ArrowsmergeIcon = 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 3.75V9.75C18.0001 9.84852 17.9807 9.94609 17.9431 10.0371C17.9055 10.1282 17.8503 10.2109 17.7806 10.2806L12.75 15.3103V19.9397L14.4694 18.2194C14.6101 18.0786 14.801 17.9996 15 17.9996C15.199 17.9996 15.3899 18.0786 15.5306 18.2194C15.6714 18.3601 15.7504 18.551 15.7504 18.75C15.7504 18.949 15.6714 19.1399 15.5306 19.2806L12.5306 22.2806C12.461 22.3504 12.3783 22.4057 12.2872 22.4434C12.1962 22.4812 12.0986 22.5006 12 22.5006C11.9014 22.5006 11.8038 22.4812 11.7128 22.4434C11.6217 22.4057 11.539 22.3504 11.4694 22.2806L8.46937 19.2806C8.32864 19.1399 8.24958 18.949 8.24958 18.75C8.24958 18.551 8.32864 18.3601 8.46937 18.2194C8.61011 18.0786 8.80098 17.9996 9 17.9996C9.19902 17.9996 9.3899 18.0786 9.53063 18.2194L11.25 19.9397V15.3103L6.21937 10.2806C6.14975 10.2109 6.09454 10.1282 6.0569 10.0371C6.01926 9.94609 5.99992 9.84852 6 9.75V3.75C6 3.55109 6.07902 3.36032 6.21967 3.21967C6.36032 3.07902 6.55109 3 6.75 3C6.94891 3 7.13968 3.07902 7.28033 3.21967C7.42098 3.36032 7.5 3.55109 7.5 3.75V9.43969L12 13.9397L16.5 9.43969V3.75C16.5 3.55109 16.579 3.36032 16.7197 3.21967C16.8603 3.07902 17.0511 3 17.25 3C17.4489 3 17.6397 3.07902 17.7803 3.21967C17.921 3.36032 18 3.55109 18 3.75Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsmergeIcon.displayName = 'ArrowsmergeIcon';
|
|
@@ -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 ArrowsoutIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V9C20.25 9.19891 20.171 9.38968 20.0303 9.53033C19.8897 9.67098 19.6989 9.75 19.5 9.75C19.3011 9.75 19.1103 9.67098 18.9697 9.53033C18.829 9.38968 18.75 9.19891 18.75 9V6.31031L14.7806 10.2806C14.6399 10.4214 14.449 10.5004 14.25 10.5004C14.051 10.5004 13.8601 10.4214 13.7194 10.2806C13.5786 10.1399 13.4996 9.94902 13.4996 9.75C13.4996 9.55098 13.5786 9.36011 13.7194 9.21937L17.6897 5.25H15C14.8011 5.25 14.6103 5.17098 14.4697 5.03033C14.329 4.88968 14.25 4.69891 14.25 4.5C14.25 4.30109 14.329 4.11032 14.4697 3.96967C14.6103 3.82902 14.8011 3.75 15 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM9.21937 13.7194L5.25 17.6897V15C5.25 14.8011 5.17098 14.6103 5.03033 14.4697C4.88968 14.329 4.69891 14.25 4.5 14.25C4.30109 14.25 4.11032 14.329 3.96967 14.4697C3.82902 14.6103 3.75 14.8011 3.75 15V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H9C9.19891 20.25 9.38968 20.171 9.53033 20.0303C9.67098 19.8897 9.75 19.6989 9.75 19.5C9.75 19.3011 9.67098 19.1103 9.53033 18.9697C9.38968 18.829 9.19891 18.75 9 18.75H6.31031L10.2806 14.7806C10.4214 14.6399 10.5004 14.449 10.5004 14.25C10.5004 14.051 10.4214 13.8601 10.2806 13.7194C10.1399 13.5786 9.94902 13.4996 9.75 13.4996C9.55098 13.4996 9.36011 13.5786 9.21937 13.7194ZM19.5 14.25C19.3011 14.25 19.1103 14.329 18.9697 14.4697C18.829 14.6103 18.75 14.8011 18.75 15V17.6897L14.7806 13.7194C14.6399 13.5786 14.449 13.4996 14.25 13.4996C14.051 13.4996 13.8601 13.5786 13.7194 13.7194C13.5786 13.8601 13.4996 14.051 13.4996 14.25C13.4996 14.449 13.5786 14.6399 13.7194 14.7806L17.6897 18.75H15C14.8011 18.75 14.6103 18.829 14.4697 18.9697C14.329 19.1103 14.25 19.3011 14.25 19.5C14.25 19.6989 14.329 19.8897 14.4697 20.0303C14.6103 20.171 14.8011 20.25 15 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5V15C20.25 14.8011 20.171 14.6103 20.0303 14.4697C19.8897 14.329 19.6989 14.25 19.5 14.25ZM6.31031 5.25H9C9.19891 5.25 9.38968 5.17098 9.53033 5.03033C9.67098 4.88968 9.75 4.69891 9.75 4.5C9.75 4.30109 9.67098 4.11032 9.53033 3.96967C9.38968 3.82902 9.19891 3.75 9 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V9C3.75 9.19891 3.82902 9.38968 3.96967 9.53033C4.11032 9.67098 4.30109 9.75 4.5 9.75C4.69891 9.75 4.88968 9.67098 5.03033 9.53033C5.17098 9.38968 5.25 9.19891 5.25 9V6.31031L9.21937 10.2806C9.36011 10.4214 9.55098 10.5004 9.75 10.5004C9.94902 10.5004 10.1399 10.4214 10.2806 10.2806C10.4214 10.1399 10.5004 9.94902 10.5004 9.75C10.5004 9.55098 10.4214 9.36011 10.2806 9.21937L6.31031 5.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsoutIcon.displayName = 'ArrowsoutIcon';
|
|
@@ -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 ArrowsquaredownIcon = 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.5ZM15.5306 12.2194C15.6004 12.289 15.6557 12.3717 15.6934 12.4628C15.7312 12.5538 15.7506 12.6514 15.7506 12.75C15.7506 12.8486 15.7312 12.9462 15.6934 13.0372C15.6557 13.1283 15.6004 13.211 15.5306 13.2806L12.5306 16.2806C12.461 16.3504 12.3783 16.4057 12.2872 16.4434C12.1962 16.4812 12.0986 16.5006 12 16.5006C11.9014 16.5006 11.8038 16.4812 11.7128 16.4434C11.6217 16.4057 11.539 16.3504 11.4694 16.2806L8.46937 13.2806C8.32864 13.1399 8.24958 12.949 8.24958 12.75C8.24958 12.551 8.32864 12.3601 8.46937 12.2194C8.61011 12.0786 8.80098 11.9996 9 11.9996C9.19902 11.9996 9.38989 12.0786 9.53063 12.2194L11.25 13.9397V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V13.9397L14.4694 12.2194C14.539 12.1496 14.6217 12.0943 14.7128 12.0566C14.8038 12.0188 14.9014 11.9994 15 11.9994C15.0986 11.9994 15.1962 12.0188 15.2872 12.0566C15.3783 12.0943 15.461 12.1496 15.5306 12.2194Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
ArrowsquaredownIcon.displayName = 'ArrowsquaredownIcon';
|