@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 WarningTriangleIcon = 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.2 17.6334L14.0016 3.39556C13.7967 3.04674 13.5042 2.75752 13.1532 2.55656C12.8021 2.3556 12.4046 2.24988 12 2.24988C11.5955 2.24988 11.198 2.3556 10.8469 2.55656C10.4958 2.75752 10.2033 3.04674 9.99847 3.39556L1.80003 17.6334C1.60291 17.9708 1.49902 18.3545 1.49902 18.7453C1.49902 19.136 1.60291 19.5197 1.80003 19.8571C2.00228 20.2081 2.29425 20.4989 2.64599 20.6997C2.99773 20.9005 3.39658 21.0041 3.80159 20.9999H20.1985C20.6032 21.0038 21.0016 20.9 21.353 20.6992C21.7044 20.4984 21.9961 20.2078 22.1982 19.8571C22.3956 19.5199 22.4998 19.1363 22.5001 18.7455C22.5004 18.3547 22.3969 17.9709 22.2 17.6334ZM20.8997 19.1062C20.8282 19.2281 20.7256 19.3288 20.6024 19.398C20.4792 19.4672 20.3398 19.5024 20.1985 19.4999H3.80159C3.66029 19.5024 3.52088 19.4672 3.39765 19.398C3.27442 19.3288 3.17181 19.2281 3.10034 19.1062C3.0356 18.9966 3.00145 18.8716 3.00145 18.7443C3.00145 18.617 3.0356 18.492 3.10034 18.3824L11.2988 4.14463C11.3717 4.02329 11.4748 3.92288 11.598 3.85318C11.7212 3.78347 11.8603 3.74684 12.0019 3.74684C12.1435 3.74684 12.2826 3.78347 12.4058 3.85318C12.529 3.92288 12.6321 4.02329 12.705 4.14463L20.9035 18.3824C20.9676 18.4924 21.0011 18.6175 21.0005 18.7448C20.9998 18.8721 20.965 18.9969 20.8997 19.1062ZM11.25 13.4999V9.74994C11.25 9.55103 11.329 9.36026 11.4697 9.21961C11.6104 9.07896 11.8011 8.99994 12 8.99994C12.1989 8.99994 12.3897 9.07896 12.5304 9.21961C12.671 9.36026 12.75 9.55103 12.75 9.74994V13.4999C12.75 13.6989 12.671 13.8896 12.5304 14.0303C12.3897 14.1709 12.1989 14.2499 12 14.2499C11.8011 14.2499 11.6104 14.1709 11.4697 14.0303C11.329 13.8896 11.25 13.6989 11.25 13.4999ZM13.125 16.8749C13.125 17.0974 13.059 17.3149 12.9354 17.5C12.8118 17.685 12.6361 17.8292 12.4305 17.9143C12.225 17.9995 11.9988 18.0217 11.7806 17.9783C11.5623 17.9349 11.3619 17.8278 11.2045 17.6704C11.0472 17.5131 10.9401 17.3126 10.8966 17.0944C10.8532 16.8762 10.8755 16.65 10.9607 16.4444C11.0458 16.2389 11.19 16.0632 11.375 15.9395C11.56 15.8159 11.7775 15.7499 12 15.7499C12.2984 15.7499 12.5845 15.8685 12.7955 16.0794C13.0065 16.2904 13.125 16.5766 13.125 16.8749Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WarningTriangleIcon.displayName = 'WarningTriangleIcon';
|
|
@@ -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 WaveSineIcon = 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.4287 12.3187C20.3662 16.7062 18.5475 18.75 16.6912 18.75C14.3381 18.75 12.8728 15.6262 11.3212 12.3187C10.0969 9.70875 8.70937 6.75 7.31249 6.75C5.77499 6.75 3.90843 10.2384 2.93249 12.3187C2.84566 12.495 2.69313 12.6301 2.5077 12.6951C2.32227 12.7601 2.11875 12.7497 1.9409 12.6662C1.76305 12.5826 1.62508 12.4327 1.55665 12.2485C1.48823 12.0643 1.49481 11.8606 1.57499 11.6812C3.62905 7.29375 5.45249 5.25 7.31249 5.25C9.66562 5.25 11.1309 8.37375 12.6825 11.6812C13.9031 14.2913 15.2906 17.25 16.6875 17.25C18.225 17.25 20.0916 13.7616 21.0675 11.6812C21.1543 11.505 21.3069 11.3699 21.4923 11.3049C21.6777 11.2399 21.8812 11.2503 22.0591 11.3338C22.2369 11.4174 22.3749 11.5673 22.4433 11.7515C22.5118 11.9357 22.5052 12.1394 22.425 12.3187H22.4287Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WaveSineIcon.displayName = 'WaveSineIcon';
|
|
@@ -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 WebhooksLogoIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.7025 16.5H10.4362C10.3227 17.1718 10.0582 17.809 9.6625 18.3636C9.26684 18.9182 8.75042 19.3757 8.15218 19.7017C7.55393 20.0277 6.88949 20.2135 6.20895 20.2453C5.52841 20.2771 4.84954 20.1539 4.22354 19.8851C3.59754 19.6163 3.04074 19.2088 2.59515 18.6935C2.14955 18.1781 1.82678 17.5683 1.65119 16.91C1.47559 16.2518 1.45175 15.5622 1.58146 14.8934C1.71117 14.2246 1.99105 13.594 2.39999 13.0491C2.51946 12.8899 2.69725 12.7848 2.89425 12.7567C3.09125 12.7287 3.29133 12.7801 3.45046 12.8995C3.60959 13.019 3.71474 13.1968 3.74278 13.3938C3.77082 13.5908 3.71946 13.7909 3.59999 13.95C3.20862 14.4683 2.99787 15.1006 2.99999 15.75C2.99999 16.5457 3.31606 17.3087 3.87867 17.8713C4.44128 18.4339 5.20434 18.75 5.99999 18.75C6.79564 18.75 7.5587 18.4339 8.12131 17.8713C8.68392 17.3087 8.99999 16.5457 8.99999 15.75C8.99999 15.5511 9.079 15.3603 9.21966 15.2197C9.36031 15.079 9.55107 15 9.74999 15H16.7025C16.8676 14.714 17.1224 14.4906 17.4275 14.3642C17.7326 14.2378 18.0708 14.2157 18.3898 14.3011C18.7087 14.3866 18.9905 14.5749 19.1916 14.8369C19.3926 15.0988 19.5015 15.4198 19.5015 15.75C19.5015 16.0802 19.3926 16.4012 19.1916 16.6631C18.9905 16.9251 18.7087 17.1134 18.3898 17.1989C18.0708 17.2844 17.7326 17.2622 17.4275 17.1358C17.1224 17.0095 16.8676 16.786 16.7025 16.5ZM5.99999 17.25C6.25979 17.2501 6.51515 17.1827 6.74108 17.0544C6.96701 16.9262 7.15575 16.7414 7.28882 16.5183C7.42189 16.2952 7.49472 16.0413 7.50018 15.7816C7.50565 15.5218 7.44355 15.2651 7.31999 15.0366L10.6734 9.58595C10.7775 9.41659 10.8101 9.21285 10.764 9.01949C10.718 8.82612 10.597 8.65895 10.4278 8.55469C10.0269 8.30791 9.68976 7.97025 9.44355 7.56903C9.19735 7.1678 9.04902 6.71426 9.01056 6.24509C8.9721 5.77592 9.04459 5.30428 9.22216 4.86832C9.39974 4.43235 9.67742 4.04429 10.0327 3.73552C10.3881 3.42674 10.8111 3.20592 11.2676 3.09091C11.724 2.97589 12.2012 2.96992 12.6604 3.07346C13.1196 3.177 13.548 3.38716 13.911 3.68693C14.2739 3.98671 14.5612 4.36769 14.7497 4.79907C14.8292 4.98145 14.978 5.12475 15.1632 5.19745C15.3484 5.27015 15.555 5.26629 15.7373 5.18673C15.9197 5.10716 16.063 4.95841 16.1357 4.77318C16.2084 4.58796 16.2046 4.38145 16.125 4.19907C15.8548 3.58147 15.4494 3.03246 14.9385 2.59259C14.4277 2.15272 13.8246 1.83324 13.1737 1.65774C12.5229 1.48224 11.8409 1.45521 11.1782 1.57865C10.5155 1.70208 9.88898 1.97283 9.34495 2.37089C8.80092 2.76895 8.35328 3.28414 8.03508 3.87842C7.71688 4.4727 7.53626 5.13088 7.50656 5.80433C7.47687 6.47778 7.59885 7.1493 7.86351 7.76928C8.12817 8.38926 8.52873 8.94186 9.03561 9.38626L6.04124 14.25C6.02717 14.25 6.01405 14.25 5.99999 14.25C5.60216 14.25 5.22063 14.408 4.93933 14.6893C4.65802 14.9707 4.49999 15.3522 4.49999 15.75C4.49999 16.1478 4.65802 16.5294 4.93933 16.8107C5.22063 17.092 5.60216 17.25 5.99999 17.25ZM18 11.25C17.4217 11.25 16.8489 11.3611 16.3125 11.5772L13.32 6.71251C13.476 6.42355 13.5328 6.0914 13.4818 5.76702C13.4308 5.44265 13.2748 5.14397 13.0376 4.91682C12.8005 4.68967 12.4954 4.5466 12.1692 4.50958C11.8429 4.47255 11.5135 4.5436 11.2315 4.71183C10.9495 4.88007 10.7305 5.13619 10.6081 5.44088C10.4857 5.74558 10.4667 6.08202 10.5539 6.39858C10.6412 6.71514 10.8299 6.99432 11.0911 7.19329C11.3523 7.39225 11.6716 7.5 12 7.50001H12.0412L15.3956 12.9516C15.5 13.1207 15.6673 13.2414 15.8606 13.2873C16.054 13.3331 16.2576 13.3004 16.4269 13.1963C16.8217 12.9528 17.2677 12.8043 17.7296 12.7623C18.1916 12.7203 18.657 12.786 19.0893 12.9543C19.5215 13.1225 19.9089 13.3887 20.2209 13.732C20.533 14.0752 20.7612 14.4861 20.8876 14.9324C21.014 15.3787 21.0352 15.8483 20.9495 16.3041C20.8638 16.76 20.6736 17.1898 20.3938 17.5598C20.114 17.9297 19.7521 18.2298 19.3368 18.4363C18.9214 18.6428 18.4639 18.7502 18 18.75C17.8011 18.75 17.6103 18.829 17.4697 18.9697C17.329 19.1103 17.25 19.3011 17.25 19.5C17.25 19.6989 17.329 19.8897 17.4697 20.0303C17.6103 20.171 17.8011 20.25 18 20.25C19.1935 20.25 20.3381 19.7759 21.182 18.932C22.0259 18.0881 22.5 16.9435 22.5 15.75C22.5 14.5565 22.0259 13.4119 21.182 12.568C20.3381 11.7241 19.1935 11.25 18 11.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WebhooksLogoIcon.displayName = 'WebhooksLogoIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
|
+
// This file is auto-generated by tools/generate-icons.js
|
|
5
|
+
// Do not edit manually. Run "yarn generate:icons" to regenerate.
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { IconWrapper } from '../utils/createIcon';
|
|
8
|
+
export const WebsiteIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M4.78906 16C5.32217 16.9581 6.03912 17.8033 6.90234 18.4824C7.84014 19.2201 8.92674 19.7467 10.0869 20.0254C9.17874 18.8147 8.49787 17.4504 8.07031 16H9.64258C10.1331 17.4763 10.9367 18.8304 12 19.9688C13.0637 18.8307 13.8673 17.4765 14.3574 16H15.9297C15.5021 17.4504 14.8213 18.8147 13.9131 20.0254C15.0733 19.7467 16.1599 19.2201 17.0977 18.4824C17.9609 17.8033 18.6778 16.9581 19.2109 16H20.8896C20.6688 16.4908 20.4081 16.9655 20.1064 17.417C19.0352 19.0202 17.5128 20.2699 15.7314 21.0078C13.9499 21.7458 11.989 21.9387 10.0977 21.5625C8.20643 21.1863 6.46897 20.258 5.10547 18.8945C4.26553 18.0546 3.59178 17.0722 3.10938 16H4.78906Z", fill: "currentColor" }), _jsx("path", { d: "M2.03906 11.4355C2.06823 11.5697 2.09681 11.7333 2.12598 11.9258C2.15513 12.1124 2.18175 12.3047 2.20508 12.5029C2.23425 12.6954 2.25198 12.8708 2.25781 13.0283H2.28418C2.29001 12.9117 2.30481 12.7776 2.32812 12.626C2.35145 12.4744 2.37414 12.3225 2.39746 12.1709C2.4266 12.0194 2.45325 11.8851 2.47656 11.7686C2.49984 11.6521 2.51465 11.5731 2.52051 11.5322L2.9668 9.58008H4.8125L5.22363 11.5586C5.24695 11.6694 5.2736 11.8125 5.30273 11.9873C5.3377 12.1563 5.37027 12.334 5.39941 12.5205C5.43442 12.7072 5.45708 12.8766 5.46875 13.0283H5.49512C5.50678 12.8708 5.52452 12.6925 5.54785 12.4941C5.57118 12.2901 5.5978 12.0948 5.62695 11.9082C5.65612 11.7157 5.6847 11.5581 5.71387 11.4355L6.14258 9.58008H7.75293L6.42285 14.4199H4.6377L4.12988 12.3018C4.10657 12.191 4.08089 12.0686 4.05176 11.9346C4.02261 11.7946 3.99598 11.6546 3.97266 11.5146C3.95516 11.3746 3.93742 11.2456 3.91992 11.1289C3.90249 11.0127 3.88859 10.9225 3.87695 10.8584H3.85059C3.84474 10.9225 3.82989 11.0126 3.80664 11.1289C3.78914 11.2456 3.7655 11.3776 3.73633 11.5234C3.71301 11.6634 3.68735 11.8094 3.6582 11.9609C3.62905 12.1067 3.59947 12.2408 3.57031 12.3633L3.08008 14.4199H1.32129L0 9.58008H1.64551L2.03906 11.4355Z", fill: "currentColor" }), _jsx("path", { d: "M10.1621 11.4355C10.1913 11.5697 10.2208 11.7333 10.25 11.9258C10.2792 12.1124 10.3058 12.3047 10.3291 12.5029C10.3583 12.6954 10.375 12.8708 10.3809 13.0283H10.4072C10.4131 12.9117 10.4279 12.7775 10.4512 12.626C10.4745 12.4744 10.4982 12.3225 10.5215 12.1709C10.5506 12.0194 10.5763 11.8851 10.5996 11.7686C10.6229 11.6522 10.6377 11.5732 10.6436 11.5322L11.0898 9.58008H12.9365L13.3477 11.5586C13.371 11.6694 13.3976 11.8125 13.4268 11.9873C13.4617 12.1563 13.4933 12.3341 13.5225 12.5205C13.5575 12.7072 13.5811 12.8766 13.5928 13.0283H13.6191C13.6308 12.8708 13.6485 12.6925 13.6719 12.4941C13.6952 12.2901 13.7209 12.0948 13.75 11.9082C13.7792 11.7157 13.8087 11.5581 13.8379 11.4355L14.2666 9.58008H15.877L14.5469 14.4199H12.7617L12.2539 12.3018C12.2306 12.191 12.204 12.0686 12.1748 11.9346C12.1457 11.7947 12.12 11.6546 12.0967 11.5146C12.0792 11.3746 12.0614 11.2456 12.0439 11.1289C12.0265 11.0126 12.0116 10.9225 12 10.8584H11.9736C11.9678 10.9225 11.9529 11.0126 11.9297 11.1289C11.9122 11.2456 11.8895 11.3776 11.8604 11.5234C11.837 11.6634 11.8104 11.8093 11.7812 11.9609C11.7521 12.1067 11.7225 12.2408 11.6934 12.3633L11.2041 14.4199H9.44531L8.12402 9.58008H9.76855L10.1621 11.4355Z", fill: "currentColor" }), _jsx("path", { d: "M18.2861 11.4355C18.3153 11.5697 18.3439 11.7333 18.373 11.9258C18.4022 12.1124 18.4288 12.3047 18.4521 12.5029C18.4813 12.6954 18.499 12.8708 18.5049 13.0283H18.5312C18.5371 12.9117 18.5509 12.7775 18.5742 12.626C18.5975 12.4744 18.6212 12.3225 18.6445 12.1709C18.6737 12.0194 18.7003 11.8851 18.7236 11.7686C18.7469 11.6521 18.7617 11.5731 18.7676 11.5322L19.2139 9.58008H21.0596L21.4707 11.5586C21.494 11.6694 21.5207 11.8125 21.5498 11.9873C21.5848 12.1563 21.6173 12.334 21.6465 12.5205C21.6815 12.7072 21.7042 12.8766 21.7158 13.0283H21.7422C21.7539 12.8708 21.7716 12.6925 21.7949 12.4941C21.8182 12.2901 21.8449 12.0948 21.874 11.9082C21.9032 11.7157 21.9318 11.5581 21.9609 11.4355L22.3896 9.58008H24L22.6699 14.4199H20.8848L20.377 12.3018C20.3536 12.191 20.328 12.0686 20.2988 11.9346C20.2697 11.7946 20.2431 11.6546 20.2197 11.5146C20.2022 11.3746 20.1845 11.2456 20.167 11.1289C20.1495 11.0126 20.1347 10.9225 20.123 10.8584H20.0977C20.0918 10.9225 20.077 11.0126 20.0537 11.1289C20.0362 11.2456 20.0126 11.3776 19.9834 11.5234C19.9601 11.6634 19.9334 11.8094 19.9043 11.9609C19.8752 12.1066 19.8465 12.2409 19.8174 12.3633L19.3271 14.4199H17.5684L16.2471 9.58008H17.8926L18.2861 11.4355Z", fill: "currentColor" }), _jsx("path", { d: "M12 2.25C14.5849 2.25298 17.0628 3.28154 18.8906 5.10938C19.7334 5.95216 20.4041 6.93396 20.8848 8H19.2109C18.6778 7.04185 17.9609 6.19672 17.0977 5.51758C16.1599 4.77987 15.0733 4.25331 13.9131 3.97461C14.8213 5.18534 15.5021 6.54962 15.9297 8H14.3574C13.8669 6.52373 13.0633 5.16962 12 4.03125C10.9363 5.16932 10.1327 6.52354 9.64258 8H8.07031C8.49787 6.54962 9.17874 5.18534 10.0869 3.97461C8.92674 4.25331 7.84014 4.77987 6.90234 5.51758C6.03912 6.19672 5.32217 7.04185 4.78906 8H3.10938C3.85875 6.33437 5.06115 4.91051 6.58301 3.89355C8.18639 2.82221 10.0716 2.25 12 2.25Z", fill: "currentColor" })] })) }));
|
|
11
|
+
});
|
|
12
|
+
WebsiteIcon.displayName = 'WebsiteIcon';
|
|
@@ -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 WhatsappLogoFillIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14.3044 13.6153L16.4606 14.6916C16.3584 15.2023 16.0822 15.6617 15.679 15.9915C15.2759 16.3213 14.7708 16.501 14.25 16.5C12.4604 16.498 10.7447 15.7862 9.47922 14.5208C8.21378 13.2554 7.50198 11.5396 7.5 9.75003C7.49985 9.22983 7.67997 8.72565 8.00968 8.32329C8.3394 7.92093 8.79835 7.64524 9.30844 7.54315L10.3847 9.6994L9.46875 11.0625C9.40031 11.1652 9.35825 11.2832 9.34631 11.406C9.33437 11.5288 9.35292 11.6527 9.40031 11.7666C9.93692 13.042 10.9515 14.0565 12.2269 14.5932C12.3411 14.6426 12.466 14.6629 12.59 14.6521C12.7141 14.6413 12.8335 14.5998 12.9375 14.5313L14.3044 13.6153ZM21.75 12C21.7504 13.6833 21.3149 15.3381 20.486 16.8032C19.6572 18.2683 18.4631 19.4938 17.02 20.3605C15.577 21.2272 13.9341 21.7055 12.2514 21.7489C10.5686 21.7923 8.9033 21.3993 7.4175 20.6082L4.22531 21.6722C3.96102 21.7604 3.6774 21.7731 3.40624 21.7092C3.13509 21.6452 2.88711 21.5069 2.69011 21.3099C2.49311 21.1129 2.35486 20.8649 2.29087 20.5938C2.22688 20.3226 2.23967 20.039 2.32781 19.7747L3.39187 16.5825C2.69639 15.2749 2.30793 13.8261 2.256 12.3459C2.20406 10.8658 2.49001 9.39328 3.09213 8.04015C3.69425 6.68703 4.59672 5.48885 5.73105 4.53658C6.86537 3.58431 8.20173 2.90298 9.63869 2.54429C11.0756 2.1856 12.5754 2.15899 14.0242 2.46647C15.473 2.77395 16.8327 3.40745 18.0001 4.31888C19.1675 5.2303 20.1119 6.3957 20.7616 7.72662C21.4114 9.05753 21.7494 10.519 21.75 12ZM18 14.25C18.0001 14.1107 17.9614 13.9741 17.8882 13.8555C17.815 13.737 17.7102 13.6411 17.5856 13.5788L14.5856 12.0788C14.4675 12.0199 14.336 11.9933 14.2043 12.0015C14.0726 12.0097 13.9455 12.0526 13.8356 12.1257L12.4584 13.0444C11.8262 12.6969 11.306 12.1766 10.9584 11.5444L11.8772 10.1672C11.9503 10.0574 11.9931 9.93019 12.0013 9.79851C12.0096 9.66683 11.9829 9.53531 11.9241 9.41722L10.4241 6.41722C10.3619 6.29166 10.2658 6.18603 10.1467 6.11229C10.0275 6.03855 9.89011 5.99967 9.75 6.00003C8.75544 6.00003 7.80161 6.39512 7.09835 7.09838C6.39509 7.80164 6 8.75547 6 9.75003C6.00248 11.9373 6.87247 14.0343 8.41911 15.5809C9.96575 17.1276 12.0627 17.9975 14.25 18C14.7425 18 15.2301 17.903 15.6851 17.7146C16.14 17.5261 16.5534 17.2499 16.9017 16.9017C17.2499 16.5535 17.5261 16.1401 17.7145 15.6851C17.903 15.2301 18 14.7425 18 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WhatsappLogoFillIcon.displayName = 'WhatsappLogoFillIcon';
|
|
@@ -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 WhatsappLogoIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M17.5857 13.5787L14.5857 12.0787C14.4676 12.0199 14.3361 11.9933 14.2044 12.0015C14.0727 12.0097 13.9455 12.0525 13.8357 12.1256L12.4585 13.0444C11.8263 12.6968 11.306 12.1766 10.9585 11.5444L11.8772 10.1672C11.9503 10.0573 11.9932 9.93016 12.0014 9.79848C12.0096 9.6668 11.983 9.53528 11.9241 9.41719L10.4241 6.41719C10.3619 6.29163 10.2658 6.186 10.1467 6.11226C10.0276 6.03853 9.89016 5.99964 9.75005 6C8.75549 6 7.80166 6.39509 7.0984 7.09835C6.39514 7.80161 6.00005 8.75544 6.00005 9.75C6.00253 11.9373 6.87252 14.0343 8.41916 15.5809C9.9658 17.1275 12.0628 17.9975 14.2501 18C14.7425 18 15.2301 17.903 15.6851 17.7145C16.1401 17.5261 16.5535 17.2499 16.9017 16.9017C17.2499 16.5534 17.5261 16.14 17.7146 15.6851C17.9031 15.2301 18.0001 14.7425 18.0001 14.25C18.0002 14.1107 17.9614 13.9741 17.8882 13.8555C17.8151 13.7369 17.7103 13.6411 17.5857 13.5787ZM14.2501 16.5C12.4605 16.498 10.7447 15.7862 9.47927 14.5208C8.21383 13.2553 7.50204 11.5396 7.50005 9.75C7.49991 9.2298 7.68002 8.72562 8.00974 8.32326C8.33945 7.9209 8.79841 7.64521 9.30849 7.54313L10.3847 9.69938L9.4688 11.0625C9.40036 11.1652 9.3583 11.2831 9.34636 11.406C9.33443 11.5288 9.35297 11.6526 9.40036 11.7666C9.93698 13.0419 10.9516 14.0565 12.2269 14.5931C12.3412 14.6426 12.466 14.6629 12.5901 14.6521C12.7141 14.6413 12.8336 14.5998 12.9376 14.5312L14.3072 13.6181L16.4635 14.6944C16.3606 15.205 16.0837 15.6642 15.6801 15.9935C15.2764 16.3228 14.771 16.5018 14.2501 16.5ZM12.0001 2.25C10.3167 2.24963 8.66201 2.68508 7.19691 3.51396C5.73182 4.34285 4.50628 5.53692 3.63959 6.97997C2.77289 8.42301 2.29457 10.0659 2.25117 11.7486C2.20777 13.4314 2.60077 15.0967 3.39193 16.5825L2.32787 19.7747C2.23973 20.039 2.22693 20.3226 2.29093 20.5938C2.35492 20.8649 2.49316 21.1129 2.69016 21.3099C2.88717 21.5069 3.13514 21.6451 3.4063 21.7091C3.67745 21.7731 3.96107 21.7603 4.22537 21.6722L7.41755 20.6081C8.72515 21.3036 10.174 21.6921 11.6541 21.744C13.1343 21.7959 14.6068 21.51 15.9599 20.9079C17.3131 20.3057 18.5112 19.4033 19.4635 18.269C20.4158 17.1346 21.0971 15.7983 21.4558 14.3613C21.8145 12.9244 21.8411 11.4246 21.5336 9.97578C21.2261 8.52701 20.5926 7.16732 19.6812 5.99992C18.7698 4.83253 17.6044 3.88811 16.2735 3.23836C14.9426 2.58861 13.4811 2.25061 12.0001 2.25ZM12.0001 20.25C10.5497 20.251 9.12483 19.8691 7.86943 19.1428C7.77751 19.0895 7.67532 19.0563 7.56962 19.0455C7.46391 19.0347 7.35712 19.0464 7.2563 19.08L3.75005 20.25L4.91912 16.7438C4.95281 16.643 4.96473 16.5362 4.95406 16.4305C4.94339 16.3248 4.91039 16.2226 4.85724 16.1306C3.94784 14.5584 3.58272 12.7299 3.81852 10.929C4.05432 9.12801 4.87786 7.4552 6.16139 6.17006C7.44491 4.88491 9.11667 4.05925 10.9173 3.82118C12.718 3.5831 14.5469 3.94591 16.1203 4.85333C17.6937 5.76074 18.9237 7.16204 19.6194 8.83983C20.3152 10.5176 20.4378 12.3781 19.9683 14.1327C19.4987 15.8873 18.4633 17.4379 17.0226 18.5439C15.5818 19.65 13.8164 20.2497 12.0001 20.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WhatsappLogoIcon.displayName = 'WhatsappLogoIcon';
|
|
@@ -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 WheelchairMotionIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 7.5C17.0934 7.5 17.6734 7.32405 18.1667 6.99441C18.6601 6.66477 19.0446 6.19623 19.2717 5.64805C19.4987 5.09987 19.5581 4.49667 19.4424 3.91473C19.3266 3.33279 19.0409 2.79824 18.6213 2.37868C18.2018 1.95912 17.6672 1.6734 17.0853 1.55765C16.5034 1.44189 15.9002 1.5013 15.352 1.72836C14.8038 1.95543 14.3353 2.33994 14.0056 2.83329C13.676 3.32664 13.5 3.90666 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM16.5 3C16.7967 3 17.0867 3.08797 17.3334 3.2528C17.5801 3.41762 17.7723 3.65189 17.8858 3.92598C17.9994 4.20007 18.0291 4.50167 17.9712 4.79264C17.9133 5.08361 17.7705 5.35088 17.5607 5.56066C17.3509 5.77044 17.0836 5.9133 16.7927 5.97118C16.5017 6.02906 16.2001 5.99935 15.926 5.88582C15.6519 5.77229 15.4176 5.58003 15.2528 5.33336C15.088 5.08668 15 4.79667 15 4.5C15 4.10218 15.1581 3.72065 15.4394 3.43934C15.7207 3.15804 16.1022 3 16.5 3ZM15.75 15.75C15.75 16.9367 15.3981 18.0967 14.7388 19.0834C14.0796 20.0701 13.1425 20.8392 12.0461 21.2933C10.9498 21.7474 9.74337 21.8662 8.57949 21.6347C7.4156 21.4032 6.3465 20.8318 5.50739 19.9926C4.66827 19.1535 4.09683 18.0844 3.86532 16.9205C3.63381 15.7567 3.75263 14.5503 4.20675 13.4539C4.66088 12.3575 5.42991 11.4205 6.41661 10.7612C7.4033 10.1019 8.56334 9.75 9.75003 9.75C9.94894 9.75 10.1397 9.82902 10.2804 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2804 11.0303C10.1397 11.171 9.94894 11.25 9.75003 11.25C8.86001 11.25 7.98998 11.5139 7.24996 12.0084C6.50994 12.5029 5.93316 13.2057 5.59257 14.0279C5.25198 14.8502 5.16286 15.755 5.33649 16.6279C5.51013 17.5008 5.93871 18.3026 6.56805 18.932C7.19738 19.5613 7.99921 19.9899 8.87212 20.1635C9.74504 20.3372 10.6498 20.2481 11.4721 19.9075C12.2944 19.5669 12.9972 18.9901 13.4916 18.2501C13.9861 17.51 14.25 16.64 14.25 15.75C14.25 15.5511 14.329 15.3603 14.4697 15.2197C14.6104 15.079 14.8011 15 15 15C15.1989 15 15.3897 15.079 15.5304 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75ZM19.3303 12.2747C19.4006 12.3606 19.4508 12.4609 19.4776 12.5686C19.5043 12.6762 19.5069 12.7884 19.485 12.8972L17.985 20.3972C17.951 20.5671 17.8592 20.72 17.7252 20.8299C17.5912 20.9398 17.4233 20.9999 17.25 21C17.2003 21.0001 17.1506 20.995 17.1019 20.985C16.907 20.9459 16.7356 20.831 16.6254 20.6656C16.5152 20.5001 16.4752 20.2977 16.5141 20.1028L17.835 13.5H12C11.8683 13.5002 11.7388 13.4657 11.6246 13.3999C11.5105 13.3342 11.4156 13.2395 11.3497 13.1255C11.2837 13.0114 11.249 12.882 11.2489 12.7503C11.2489 12.6185 11.2835 12.4891 11.3494 12.375L13.23 9.10313C11.9225 8.42015 10.4428 8.13746 8.97554 8.29035C7.50833 8.44324 6.11866 9.02494 4.98003 9.96281C4.90568 10.0338 4.81753 10.0888 4.72104 10.1244C4.62455 10.1599 4.52178 10.1752 4.41913 10.1693C4.31647 10.1635 4.21612 10.1365 4.1243 10.0903C4.03249 10.044 3.95117 9.9793 3.8854 9.90026C3.81963 9.82123 3.77082 9.72951 3.74199 9.63081C3.71317 9.53211 3.70494 9.42854 3.71783 9.32653C3.73072 9.22452 3.76445 9.12624 3.81692 9.03782C3.86939 8.94939 3.93948 8.8727 4.02284 8.8125C5.50082 7.59288 7.32949 6.87682 9.24265 6.76857C11.1558 6.66032 13.0536 7.16551 14.6597 8.21063C14.8203 8.31524 14.9348 8.47739 14.9796 8.66377C15.0244 8.85015 14.9962 9.04662 14.9007 9.21281L13.2957 12H18.75C18.8611 12 18.9707 12.0246 19.0711 12.0721C19.1714 12.1196 19.26 12.1888 19.3303 12.2747Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WheelchairMotionIcon.displayName = 'WheelchairMotionIcon';
|
|
@@ -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 WifiIcon = 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: "M13.2334 19.5162C13.2334 19.7601 13.1611 19.9986 13.0255 20.2014C12.89 20.4043 12.6974 20.5623 12.472 20.6557C12.2466 20.7491 11.9986 20.7735 11.7594 20.7259C11.5201 20.6783 11.3003 20.5608 11.1279 20.3883C10.9554 20.2158 10.8379 19.9961 10.7903 19.7568C10.7427 19.5176 10.7671 19.2696 10.8605 19.0442C10.9538 18.8188 11.1119 18.6262 11.3148 18.4907C11.5176 18.3551 11.7561 18.2828 12 18.2828C12.3271 18.2828 12.6408 18.4127 12.8721 18.6441C13.1034 18.8754 13.2334 19.1891 13.2334 19.5162ZM23.2116 7.49058C20.0505 4.89776 16.0884 3.48071 12 3.48071C7.91157 3.48071 3.94952 4.89776 0.788431 7.49058C0.704948 7.55915 0.635788 7.64349 0.584899 7.73879C0.534011 7.83408 0.502391 7.93847 0.491845 8.04599C0.481298 8.1535 0.492032 8.26204 0.523433 8.36541C0.554834 8.46878 0.606287 8.56495 0.674856 8.64843C0.743424 8.73192 0.827763 8.80108 0.92306 8.85196C1.01836 8.90285 1.12274 8.93447 1.23026 8.94502C1.4474 8.96632 1.6641 8.90049 1.83271 8.76201C4.69954 6.41106 8.29248 5.12625 12 5.12625C15.7075 5.12625 19.3005 6.41106 22.1673 8.76201C22.3359 8.90049 22.5526 8.96632 22.7697 8.94502C22.9869 8.92372 23.1867 8.81703 23.3251 8.64843C23.4636 8.47983 23.5295 8.26312 23.5082 8.04599C23.4869 7.82885 23.3802 7.62906 23.2116 7.49058ZM19.9143 11.1671C17.6627 9.38448 14.875 8.41454 12.0031 8.41454C9.13121 8.41454 6.34351 9.38448 4.09188 11.1671C3.92096 11.3026 3.81086 11.5004 3.7858 11.7171C3.76074 11.9338 3.82278 12.1515 3.95826 12.3224C4.09374 12.4933 4.29157 12.6034 4.50822 12.6285C4.72488 12.6535 4.94262 12.5915 5.11354 12.456C7.07449 10.9038 9.50215 10.0593 12.0031 10.0593C14.504 10.0593 16.9317 10.9038 18.8926 12.456C18.9773 12.5231 19.0743 12.5729 19.1781 12.6025C19.282 12.6321 19.3907 12.6409 19.4979 12.6285C19.6052 12.6161 19.709 12.5827 19.8034 12.5302C19.8977 12.4776 19.9808 12.4071 20.0479 12.3224C20.115 12.2378 20.1648 12.1408 20.1944 12.0369C20.224 11.933 20.2328 11.8244 20.2204 11.7171C20.208 11.6098 20.1746 11.506 20.122 11.4117C20.0695 11.3173 19.9989 11.2342 19.9143 11.1671ZM16.5985 14.8426C15.2629 13.872 13.6542 13.3491 12.0031 13.3491C10.352 13.3491 8.74328 13.872 7.40765 14.8426C7.23128 14.971 7.11314 15.1642 7.07922 15.3797C7.04529 15.5952 7.09836 15.8154 7.22676 15.9918C7.35515 16.1681 7.54835 16.2863 7.76385 16.3202C7.97935 16.3541 8.1995 16.3011 8.37587 16.1727C9.42993 15.4061 10.6997 14.9932 12.0031 14.9932C13.3064 14.9932 14.5762 15.4061 15.6303 16.1727C15.7176 16.2362 15.8166 16.282 15.9216 16.3073C16.0266 16.3326 16.1356 16.337 16.2423 16.3202C16.349 16.3034 16.4514 16.2658 16.5435 16.2094C16.6357 16.153 16.7158 16.0791 16.7794 15.9918C16.843 15.9044 16.8887 15.8054 16.914 15.7004C16.9394 15.5954 16.9437 15.4864 16.9269 15.3797C16.9102 15.273 16.8725 15.1707 16.8161 15.0785C16.7598 14.9864 16.6858 14.9062 16.5985 14.8426Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WifiIcon.displayName = 'WifiIcon';
|
|
@@ -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 WordpressIcon = 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 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM3.01 12C3.01 10.7 3.29 9.46 3.79 8.34L8.08 20.09C5.08 18.63 3.01 15.56 3.01 12ZM12 20.99C11.12 20.99 10.27 20.86 9.46 20.62L12.16 12.78L14.92 20.35C14.94 20.39 14.96 20.44 14.98 20.47C14.05 20.81 13.05 20.99 12 20.99ZM13.24 7.78C13.78 7.75 14.27 7.69 14.27 7.69C14.75 7.63 14.7 6.92 14.21 6.95C14.21 6.95 12.75 7.06 11.81 7.06C10.93 7.06 9.44 6.95 9.44 6.95C8.96 6.93 8.9 7.67 9.39 7.7C9.39 7.7 9.85 7.76 10.33 7.79L11.73 11.63L9.76 17.53L6.49 7.78C7.03 7.76 7.52 7.7 7.52 7.7C8 7.64 7.95 6.93 7.46 6.96C7.46 6.96 6 7.07 5.06 7.07C4.89 7.07 4.69 7.07 4.48 7.06C6.1 4.62 8.86 3.01 12 3.01C14.34 3.01 16.47 3.9 18.07 5.37C18.03 5.37 17.99 5.36 17.95 5.36C17.07 5.36 16.44 6.13 16.44 6.96C16.44 7.7 16.87 8.33 17.32 9.07C17.66 9.67 18.06 10.44 18.06 11.55C18.06 12.32 17.76 13.21 17.38 14.46L16.48 17.46L13.24 7.78ZM19.89 7.69C21.0132 9.74564 21.2895 12.1586 20.6601 14.4149C20.0306 16.6712 18.5451 18.5927 16.52 19.77L19.27 11.83C19.78 10.55 19.95 9.52 19.95 8.61C19.95 8.28 19.93 7.97 19.89 7.69Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WordpressIcon.displayName = 'WordpressIcon';
|
|
@@ -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 WorkIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14.2041 2.01074C15.2128 2.113 16 2.96435 16 4V5.99219H20.0752L20.2793 6.00293C21.2877 6.10543 22.0752 6.95671 22.0752 7.99219V18.9922C22.0751 20.0276 21.2877 20.879 20.2793 20.9814L20.0752 20.9922H4.0752C3.03964 20.9922 2.18833 20.2048 2.08594 19.1963L2.07422 18.9922V7.99219C2.07422 6.88762 2.97063 5.99219 4.0752 5.99219H8V4C8 2.89543 8.89543 2 10 2H14L14.2041 2.01074ZM4.0752 7.49219C3.79905 7.49219 3.5752 7.71605 3.5752 7.99219V18.9922C3.57533 19.2682 3.79913 19.4922 4.0752 19.4922H20.0752C20.351 19.4919 20.5751 19.2681 20.5752 18.9922V7.99219C20.5752 7.71621 20.3511 7.49245 20.0752 7.49219H16V7.5H8V7.49219H4.0752ZM10 3.5C9.72386 3.5 9.5 3.72386 9.5 4V5.99219H14.5V4C14.5 3.72386 14.2761 3.5 14 3.5H10Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WorkIcon.displayName = 'WorkIcon';
|
|
@@ -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 WrenchIcon = 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.2587 6.46874C21.2133 6.3563 21.1412 6.25656 21.0487 6.1781C20.9562 6.09963 20.846 6.04477 20.7276 6.01822C20.6093 5.99167 20.4863 5.99423 20.3691 6.02567C20.2519 6.05711 20.1442 6.1165 20.055 6.19874L16.2769 9.6853L14.6616 9.33843L14.3147 7.72312L17.8012 3.94499C17.8835 3.85583 17.9429 3.74805 17.9743 3.63089C18.0058 3.51374 18.0083 3.39071 17.9818 3.27235C17.9552 3.15399 17.9004 3.04383 17.8219 2.95133C17.7434 2.85883 17.6437 2.78674 17.5312 2.74124C16.5065 2.32671 15.3956 2.17019 14.2962 2.28545C13.1968 2.4007 12.1426 2.78419 11.2261 3.40223C10.3096 4.02026 9.55889 4.85393 9.03997 5.82998C8.52105 6.80602 8.24978 7.89458 8.25 8.99999C8.24879 9.93344 8.44028 10.8571 8.8125 11.7131L3.16781 16.5937C3.15375 16.605 3.14062 16.6181 3.1275 16.6303C2.56482 17.193 2.24872 17.9561 2.24872 18.7519C2.24872 19.1459 2.32632 19.536 2.47711 19.9C2.62789 20.2641 2.84889 20.5948 3.1275 20.8734C3.40611 21.152 3.73686 21.373 4.10088 21.5238C4.4649 21.6746 4.85505 21.7522 5.24906 21.7522C6.0448 21.7522 6.80795 21.4361 7.37062 20.8734C7.38281 20.8612 7.39594 20.8472 7.40719 20.8341L12.2869 15.1875C13.3148 15.6387 14.439 15.8264 15.5577 15.7337C16.6765 15.6409 17.7544 15.2706 18.694 14.6563C19.6335 14.042 20.405 13.203 20.9386 12.2153C21.4723 11.2277 21.7511 10.1226 21.75 8.99999C21.7515 8.13241 21.5846 7.27279 21.2587 6.46874ZM15 14.25C14.1123 14.2488 13.2392 14.023 12.4622 13.5937C12.3116 13.5106 12.1371 13.4817 11.9678 13.5119C11.7985 13.5421 11.6447 13.6296 11.5322 13.7597L6.29156 19.8291C6.00797 20.0985 5.63034 20.2465 5.2392 20.2415C4.84806 20.2365 4.47435 20.0788 4.19774 19.8022C3.92114 19.5256 3.76353 19.1519 3.75853 18.7608C3.75352 18.3696 3.90151 17.992 4.17094 17.7084L10.2356 12.4687C10.3659 12.3562 10.4536 12.2022 10.4838 12.0327C10.514 11.8632 10.485 11.6884 10.4016 11.5378C9.92346 10.6731 9.69909 9.69101 9.75425 8.70447C9.8094 7.71793 10.1418 6.76698 10.7133 5.96095C11.2848 5.15491 12.0722 4.52652 12.9849 4.14801C13.8976 3.76949 14.8986 3.65623 15.8728 3.82124L12.9478 6.99093C12.8664 7.07922 12.8074 7.18575 12.7758 7.30158C12.7441 7.41741 12.7408 7.53915 12.7659 7.65655L13.2966 10.125C13.3269 10.2662 13.3974 10.3956 13.4995 10.4977C13.6016 10.5998 13.731 10.6703 13.8722 10.7006L16.3425 11.2312C16.4599 11.2564 16.5816 11.253 16.6975 11.2214C16.8133 11.1897 16.9198 11.1308 17.0081 11.0494L20.1778 8.12437C20.3042 8.87719 20.265 9.6485 20.0631 10.3847C19.8612 11.1208 19.5013 11.8041 19.0085 12.3871C18.5157 12.9701 17.9019 13.4388 17.2096 13.7605C16.5174 14.0822 15.7633 14.2492 15 14.25Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
WrenchIcon.displayName = 'WrenchIcon';
|
|
@@ -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 XIcon = 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.1328 19.8478L14.2641 10.6247L20.055 4.25438C20.186 4.10674 20.2535 3.91343 20.2429 3.71636C20.2323 3.51929 20.1444 3.33435 19.9984 3.20161C19.8523 3.06888 19.6598 2.99907 19.4627 3.00731C19.2655 3.01555 19.0795 3.10117 18.945 3.24562L13.4288 9.31312L9.63282 3.34781C9.56513 3.24127 9.47164 3.15353 9.36103 3.09274C9.25041 3.03194 9.12623 3.00004 9.00001 3H4.50001C4.36553 2.99993 4.23351 3.03603 4.11777 3.10449C4.00204 3.17296 3.90684 3.27129 3.84214 3.38918C3.77745 3.50707 3.74564 3.64018 3.75004 3.77458C3.75445 3.90898 3.79491 4.03973 3.86719 4.15313L9.73594 13.3753L3.94501 19.7503C3.87738 19.823 3.82485 19.9083 3.79045 20.0014C3.75605 20.0945 3.74047 20.1935 3.74461 20.2927C3.74875 20.3918 3.77254 20.4892 3.81458 20.5791C3.85663 20.669 3.9161 20.7496 3.98955 20.8164C4.063 20.8831 4.14896 20.9346 4.24246 20.9679C4.33597 21.0012 4.43514 21.0156 4.53425 21.0103C4.63335 21.0049 4.73041 20.98 4.81981 20.9369C4.9092 20.8937 4.98914 20.8333 5.05501 20.7591L10.5713 14.6916L14.3672 20.6569C14.4354 20.7625 14.5292 20.8494 14.6397 20.9093C14.7503 20.9693 14.8742 21.0005 15 21H19.5C19.6343 21 19.7662 20.9638 19.8818 20.8954C19.9974 20.827 20.0925 20.7288 20.1572 20.611C20.2218 20.4933 20.2537 20.3604 20.2494 20.2261C20.2451 20.0918 20.2049 19.9612 20.1328 19.8478ZM15.4116 19.5L5.86594 4.5H8.58469L18.1341 19.5H15.4116Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
XIcon.displayName = 'XIcon';
|
|
@@ -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 YoutubeIcon = forwardRef((props, ref) => {
|
|
9
|
+
const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
|
|
10
|
+
return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15.4163 11.3756L10.9163 8.37563C10.8033 8.30025 10.6719 8.25697 10.5363 8.2504C10.4006 8.24382 10.2657 8.27421 10.146 8.33831C10.0263 8.40241 9.9262 8.49783 9.85645 8.61436C9.7867 8.7309 9.74991 8.86419 9.75 9V15C9.74991 15.1358 9.7867 15.2691 9.85645 15.3856C9.9262 15.5022 10.0263 15.5976 10.146 15.6617C10.2657 15.7258 10.4006 15.7562 10.5363 15.7496C10.6719 15.743 10.8033 15.6998 10.9163 15.6244L15.4163 12.6244C15.5191 12.5559 15.6035 12.4631 15.6618 12.3542C15.7202 12.2452 15.7507 12.1236 15.7507 12C15.7507 11.8764 15.7202 11.7548 15.6618 11.6458C15.6035 11.5369 15.5191 11.4441 15.4163 11.3756ZM11.25 13.5984V10.4063L13.6481 12L11.25 13.5984ZM21.9684 6.5175C21.8801 6.17189 21.7109 5.85224 21.4747 5.58491C21.2385 5.31758 20.9421 5.11024 20.61 4.98C17.3962 3.73875 12.2812 3.75 12 3.75C11.7188 3.75 6.60375 3.73875 3.39 4.98C3.0579 5.11024 2.76153 5.31758 2.52534 5.58491C2.28915 5.85224 2.1199 6.17189 2.03156 6.5175C1.78875 7.45313 1.5 9.16313 1.5 12C1.5 14.8369 1.78875 16.5469 2.03156 17.4825C2.11977 17.8283 2.28895 18.1481 2.52515 18.4156C2.76136 18.6831 3.0578 18.8906 3.39 19.0209C6.46875 20.2088 11.2875 20.25 11.9381 20.25H12.0619C12.7125 20.25 17.5341 20.2088 20.61 19.0209C20.9422 18.8906 21.2386 18.6831 21.4748 18.4156C21.711 18.1481 21.8802 17.8283 21.9684 17.4825C22.2113 16.545 22.5 14.8369 22.5 12C22.5 9.16313 22.2113 7.45313 21.9684 6.5175ZM20.5163 17.1113C20.4877 17.2263 20.4323 17.3329 20.3545 17.4224C20.2768 17.5118 20.179 17.5816 20.0691 17.6259C17.1019 18.7716 12.0553 18.7509 12.0066 18.7509H12C11.9494 18.7509 6.90656 18.7697 3.9375 17.6259C3.8276 17.5816 3.72977 17.5118 3.65204 17.4224C3.57431 17.3329 3.51888 17.2263 3.49031 17.1113C3.2625 16.2553 3 14.6784 3 12C3 9.32157 3.2625 7.74469 3.48375 6.89344C3.51179 6.77774 3.56697 6.67037 3.64473 6.58022C3.7225 6.49007 3.8206 6.41972 3.93094 6.375C6.79219 5.26969 11.5866 5.25 11.9794 5.25H12.0047C12.0553 5.25 17.1028 5.23313 20.0672 6.375C20.1771 6.41936 20.2749 6.48913 20.3526 6.57859C20.4304 6.66806 20.4858 6.77467 20.5144 6.88969C20.7375 7.74469 21 9.32157 21 12C21 14.6784 20.7375 16.2553 20.5163 17.1066V17.1113Z", fill: "currentColor" }) })) }));
|
|
11
|
+
});
|
|
12
|
+
YoutubeIcon.displayName = 'YoutubeIcon';
|