@consumidor-positivo/aurora 0.0.10 → 0.0.12
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/README.md +21 -23
- package/dist/Icon-BvEdGGJ8.js +27 -0
- package/dist/Icon-BvEdGGJ8.js.map +1 -0
- package/dist/Icon-MUF210wL.cjs +2 -0
- package/dist/Icon-MUF210wL.cjs.map +1 -0
- package/dist/IconChevronDown-BJEq9Qlz.cjs +2 -0
- package/dist/IconChevronDown-BJEq9Qlz.cjs.map +1 -0
- package/dist/IconChevronDown-LKLlTSau.js +33 -0
- package/dist/IconChevronDown-LKLlTSau.js.map +1 -0
- package/dist/IconChevronLeft-C81GX0AL.js +45 -0
- package/dist/IconChevronLeft-C81GX0AL.js.map +1 -0
- package/dist/IconChevronLeft-C9RFzoQM.cjs +2 -0
- package/dist/IconChevronLeft-C9RFzoQM.cjs.map +1 -0
- package/dist/IconChevronUp--WhWeQrm.js +33 -0
- package/dist/IconChevronUp--WhWeQrm.js.map +1 -0
- package/dist/IconChevronUp-n6YCgc_K.cjs +2 -0
- package/dist/IconChevronUp-n6YCgc_K.cjs.map +1 -0
- package/dist/IconLoader-CddRjxBr.cjs +2 -0
- package/dist/IconLoader-CddRjxBr.cjs.map +1 -0
- package/dist/IconLoader-DydDdM8i.js +33 -0
- package/dist/IconLoader-DydDdM8i.js.map +1 -0
- package/dist/IconX-DrZE4iYc.cjs +2 -0
- package/dist/IconX-DrZE4iYc.cjs.map +1 -0
- package/dist/IconX-V_l5Ne0d.js +33 -0
- package/dist/IconX-V_l5Ne0d.js.map +1 -0
- package/dist/components/Button/button.stories.d.ts +22 -7
- package/dist/components/Button/index.cjs.js +1 -1
- package/dist/components/Button/index.cjs.js.map +1 -1
- package/dist/components/Button/index.d.ts +25 -1
- package/dist/components/Button/index.es.js +108 -3
- package/dist/components/Button/index.es.js.map +1 -1
- package/dist/components/Button/styles.css +1 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +9 -0
- package/dist/components/Drawer/index.cjs.js +2 -0
- package/dist/components/Drawer/index.cjs.js.map +1 -0
- package/dist/components/Drawer/index.d.ts +9 -0
- package/dist/components/Drawer/index.es.js +34 -0
- package/dist/components/Drawer/index.es.js.map +1 -0
- package/dist/components/Drawer/styles.css +1 -0
- package/dist/components/Header/Header.stories.d.ts +15 -0
- package/dist/components/Header/index.cjs.js +2 -0
- package/dist/components/Header/index.cjs.js.map +1 -0
- package/dist/components/Header/index.d.ts +22 -0
- package/dist/components/Header/index.es.js +130 -0
- package/dist/components/Header/index.es.js.map +1 -0
- package/dist/components/Header/parts/HeaderActions.d.ts +7 -0
- package/dist/components/Header/parts/HeaderLink.d.ts +7 -0
- package/dist/components/Header/parts/HeaderLogo.d.ts +6 -0
- package/dist/components/Header/parts/HeaderNavbar.d.ts +8 -0
- package/dist/components/Header/parts/HeaderNavbarLink.d.ts +3 -0
- package/dist/components/Header/parts/HeaderNavigation.d.ts +6 -0
- package/dist/components/Header/parts/HeaderProfile.d.ts +5 -0
- package/dist/components/Header/parts/HeaderWrap.d.ts +6 -0
- package/dist/components/Header/styles.css +1 -0
- package/dist/components/Header/types.d.ts +6 -0
- package/dist/components/Icon/styles.css +1 -0
- package/dist/components/Logo/Logo.d.ts +7 -0
- package/dist/components/Logo/ac/Badget.d.ts +1 -0
- package/dist/components/Logo/ac/Logo.stories.d.ts +11 -0
- package/dist/components/Logo/ac/Primary.d.ts +1 -0
- package/dist/components/Logo/ac/PrimaryFillWhite.d.ts +1 -0
- package/dist/components/Logo/ac/PrimaryFullWhite.d.ts +1 -0
- package/dist/components/Logo/ac/PrimaryNegative.d.ts +1 -0
- package/dist/components/Logo/ac/PrimaryWhite.d.ts +1 -0
- package/dist/components/Logo/ac/Tertiary.d.ts +1 -0
- package/dist/components/Logo/cp/Badget.d.ts +1 -0
- package/dist/components/Logo/cp/Logo.stories.d.ts +11 -0
- package/dist/components/Logo/cp/Primary.d.ts +1 -0
- package/dist/components/Logo/cp/PrimaryFillWhite.d.ts +1 -0
- package/dist/components/Logo/cp/PrimaryFullWhite.d.ts +1 -0
- package/dist/components/Logo/cp/PrimaryLogoWhite.d.ts +1 -0
- package/dist/components/Logo/cp/PrimaryNegative.d.ts +1 -0
- package/dist/components/Logo/cp/PrimaryWhite.d.ts +1 -0
- package/dist/components/Logo/index.cjs.js +2 -0
- package/dist/components/Logo/index.cjs.js.map +1 -0
- package/dist/components/Logo/index.d.ts +14 -0
- package/dist/components/Logo/index.es.js +532 -0
- package/dist/components/Logo/index.es.js.map +1 -0
- package/dist/components/NavbarVertical/NavbarVertical.stories.d.ts +8 -0
- package/dist/components/NavbarVertical/index.cjs.js +2 -0
- package/dist/components/NavbarVertical/index.cjs.js.map +1 -0
- package/dist/components/NavbarVertical/index.d.ts +19 -0
- package/dist/components/NavbarVertical/index.es.js +84 -0
- package/dist/components/NavbarVertical/index.es.js.map +1 -0
- package/dist/components/NavbarVertical/styles.css +1 -0
- package/dist/components/ProfileNav/index.cjs.js +2 -0
- package/dist/components/ProfileNav/index.cjs.js.map +1 -0
- package/dist/components/ProfileNav/index.d.ts +6 -0
- package/dist/components/ProfileNav/index.es.js +18 -0
- package/dist/components/ProfileNav/index.es.js.map +1 -0
- package/dist/components/ProfileNav/styles.css +1 -0
- package/dist/components/Text/Text.stories.d.ts +24 -0
- package/dist/components/Text/index.cjs.js +2 -0
- package/dist/components/Text/index.cjs.js.map +1 -0
- package/dist/components/Text/index.d.ts +4 -0
- package/dist/components/Text/index.es.js +85 -0
- package/dist/components/Text/index.es.js.map +1 -0
- package/dist/components/Text/styles.css +1 -0
- package/dist/components/Text/types.d.ts +13 -0
- package/dist/components/icons/Icon.d.ts +9 -0
- package/dist/components/icons/colorful/IconColorfulPositive.d.ts +1 -0
- package/dist/components/icons/colorful/IconColorfulWarning.d.ts +1 -0
- package/dist/components/icons/colorful/index.colorful.stories.d.ts +7 -0
- package/dist/components/icons/colorful/index.d.ts +1 -0
- package/dist/components/icons/default/IconActivity.d.ts +1 -0
- package/dist/components/icons/default/IconAirplay.d.ts +1 -0
- package/dist/components/icons/default/IconAlertCircle.d.ts +1 -0
- package/dist/components/icons/default/IconAlertOctagon.d.ts +1 -0
- package/dist/components/icons/default/IconAlertTriangle.d.ts +1 -0
- package/dist/components/icons/default/IconAlignCenter.d.ts +1 -0
- package/dist/components/icons/default/IconAlignJustify.d.ts +1 -0
- package/dist/components/icons/default/IconAlignLeft.d.ts +1 -0
- package/dist/components/icons/default/IconAlignRight.d.ts +1 -0
- package/dist/components/icons/default/IconAnchor.d.ts +1 -0
- package/dist/components/icons/default/IconAperture.d.ts +1 -0
- package/dist/components/icons/default/IconArchive.d.ts +1 -0
- package/dist/components/icons/default/IconArrowDown.d.ts +1 -0
- package/dist/components/icons/default/IconArrowDownCircle.d.ts +1 -0
- package/dist/components/icons/default/IconArrowDownLeft.d.ts +1 -0
- package/dist/components/icons/default/IconArrowDownRight.d.ts +1 -0
- package/dist/components/icons/default/IconArrowLeft.d.ts +1 -0
- package/dist/components/icons/default/IconArrowLeftCircle.d.ts +1 -0
- package/dist/components/icons/default/IconArrowRight.d.ts +1 -0
- package/dist/components/icons/default/IconArrowRightCircle.d.ts +1 -0
- package/dist/components/icons/default/IconArrowUp.d.ts +1 -0
- package/dist/components/icons/default/IconArrowUpCircle.d.ts +1 -0
- package/dist/components/icons/default/IconArrowUpLeft.d.ts +1 -0
- package/dist/components/icons/default/IconArrowUpRight.d.ts +1 -0
- package/dist/components/icons/default/IconAtSign.d.ts +1 -0
- package/dist/components/icons/default/IconAward.d.ts +1 -0
- package/dist/components/icons/default/IconBarChart.d.ts +1 -0
- package/dist/components/icons/default/IconBarChart2.d.ts +1 -0
- package/dist/components/icons/default/IconBarCode.d.ts +1 -0
- package/dist/components/icons/default/IconBattery.d.ts +1 -0
- package/dist/components/icons/default/IconBatteryCharging.d.ts +1 -0
- package/dist/components/icons/default/IconBell.d.ts +1 -0
- package/dist/components/icons/default/IconBellOff.d.ts +1 -0
- package/dist/components/icons/default/IconBluetooth.d.ts +1 -0
- package/dist/components/icons/default/IconBold.d.ts +1 -0
- package/dist/components/icons/default/IconBook.d.ts +1 -0
- package/dist/components/icons/default/IconBookOpen.d.ts +1 -0
- package/dist/components/icons/default/IconBookmark.d.ts +1 -0
- package/dist/components/icons/default/IconBox.d.ts +1 -0
- package/dist/components/icons/default/IconBriefcase.d.ts +1 -0
- package/dist/components/icons/default/IconCake.d.ts +1 -0
- package/dist/components/icons/default/IconCalendar.d.ts +1 -0
- package/dist/components/icons/default/IconCamera.d.ts +1 -0
- package/dist/components/icons/default/IconCameraOff.d.ts +1 -0
- package/dist/components/icons/default/IconCar.d.ts +1 -0
- package/dist/components/icons/default/IconCast.d.ts +1 -0
- package/dist/components/icons/default/IconCheck.d.ts +1 -0
- package/dist/components/icons/default/IconCheckCircle.d.ts +1 -0
- package/dist/components/icons/default/IconCheckSquare.d.ts +1 -0
- package/dist/components/icons/default/IconChevronDown.d.ts +1 -0
- package/dist/components/icons/default/IconChevronLeft.d.ts +1 -0
- package/dist/components/icons/default/IconChevronRight.d.ts +1 -0
- package/dist/components/icons/default/IconChevronUp.d.ts +1 -0
- package/dist/components/icons/default/IconChevronsDown.d.ts +1 -0
- package/dist/components/icons/default/IconChevronsLeft.d.ts +1 -0
- package/dist/components/icons/default/IconChevronsRight.d.ts +1 -0
- package/dist/components/icons/default/IconChevronsUp.d.ts +1 -0
- package/dist/components/icons/default/IconChrome.d.ts +1 -0
- package/dist/components/icons/default/IconCircle.d.ts +1 -0
- package/dist/components/icons/default/IconClipboard.d.ts +1 -0
- package/dist/components/icons/default/IconClock.d.ts +1 -0
- package/dist/components/icons/default/IconCloud.d.ts +1 -0
- package/dist/components/icons/default/IconCloudDrizzle.d.ts +1 -0
- package/dist/components/icons/default/IconCloudLightning.d.ts +1 -0
- package/dist/components/icons/default/IconCloudOff.d.ts +1 -0
- package/dist/components/icons/default/IconCloudRain.d.ts +1 -0
- package/dist/components/icons/default/IconCloudSnow.d.ts +1 -0
- package/dist/components/icons/default/IconCode.d.ts +1 -0
- package/dist/components/icons/default/IconCodepen.d.ts +1 -0
- package/dist/components/icons/default/IconCodesandbox.d.ts +1 -0
- package/dist/components/icons/default/IconCoffee.d.ts +1 -0
- package/dist/components/icons/default/IconCoin.d.ts +1 -0
- package/dist/components/icons/default/IconColumns.d.ts +1 -0
- package/dist/components/icons/default/IconCommand.d.ts +1 -0
- package/dist/components/icons/default/IconCompass.d.ts +1 -0
- package/dist/components/icons/default/IconCookie.d.ts +1 -0
- package/dist/components/icons/default/IconCopy.d.ts +1 -0
- package/dist/components/icons/default/IconCornerDownLeft.d.ts +1 -0
- package/dist/components/icons/default/IconCornerDownRight.d.ts +1 -0
- package/dist/components/icons/default/IconCornerLeftDown.d.ts +1 -0
- package/dist/components/icons/default/IconCornerLeftUp.d.ts +1 -0
- package/dist/components/icons/default/IconCornerRightDown.d.ts +1 -0
- package/dist/components/icons/default/IconCornerRightUp.d.ts +1 -0
- package/dist/components/icons/default/IconCornerUpLeft.d.ts +1 -0
- package/dist/components/icons/default/IconCornerUpRight.d.ts +1 -0
- package/dist/components/icons/default/IconCpu.d.ts +1 -0
- package/dist/components/icons/default/IconCreditCard.d.ts +1 -0
- package/dist/components/icons/default/IconCrop.d.ts +1 -0
- package/dist/components/icons/default/IconCrosshair.d.ts +1 -0
- package/dist/components/icons/default/IconDatabase.d.ts +1 -0
- package/dist/components/icons/default/IconDelete.d.ts +1 -0
- package/dist/components/icons/default/IconDisc.d.ts +1 -0
- package/dist/components/icons/default/IconDivide.d.ts +1 -0
- package/dist/components/icons/default/IconDivideCircle.d.ts +1 -0
- package/dist/components/icons/default/IconDivideSquare.d.ts +1 -0
- package/dist/components/icons/default/IconDollarSign.d.ts +1 -0
- package/dist/components/icons/default/IconDownload.d.ts +1 -0
- package/dist/components/icons/default/IconDownloadCloud.d.ts +1 -0
- package/dist/components/icons/default/IconDribbble.d.ts +1 -0
- package/dist/components/icons/default/IconDroplet.d.ts +1 -0
- package/dist/components/icons/default/IconEdit.d.ts +1 -0
- package/dist/components/icons/default/IconEdit2.d.ts +1 -0
- package/dist/components/icons/default/IconEdit3.d.ts +1 -0
- package/dist/components/icons/default/IconExternalLink.d.ts +1 -0
- package/dist/components/icons/default/IconEye.d.ts +1 -0
- package/dist/components/icons/default/IconEyeOff.d.ts +1 -0
- package/dist/components/icons/default/IconFacebook.d.ts +1 -0
- package/dist/components/icons/default/IconFastForward.d.ts +1 -0
- package/dist/components/icons/default/IconFeather.d.ts +1 -0
- package/dist/components/icons/default/IconFigma.d.ts +1 -0
- package/dist/components/icons/default/IconFile.d.ts +1 -0
- package/dist/components/icons/default/IconFileMinus.d.ts +1 -0
- package/dist/components/icons/default/IconFilePdf.d.ts +1 -0
- package/dist/components/icons/default/IconFilePlus.d.ts +1 -0
- package/dist/components/icons/default/IconFileText.d.ts +1 -0
- package/dist/components/icons/default/IconFilm.d.ts +1 -0
- package/dist/components/icons/default/IconFilter.d.ts +1 -0
- package/dist/components/icons/default/IconFlag.d.ts +1 -0
- package/dist/components/icons/default/IconFolder.d.ts +1 -0
- package/dist/components/icons/default/IconFolderMinus.d.ts +1 -0
- package/dist/components/icons/default/IconFolderPlus.d.ts +1 -0
- package/dist/components/icons/default/IconFramer.d.ts +1 -0
- package/dist/components/icons/default/IconFrown.d.ts +1 -0
- package/dist/components/icons/default/IconGift.d.ts +1 -0
- package/dist/components/icons/default/IconGitBranch.d.ts +1 -0
- package/dist/components/icons/default/IconGitCommit.d.ts +1 -0
- package/dist/components/icons/default/IconGitMerge.d.ts +1 -0
- package/dist/components/icons/default/IconGitPullRequest.d.ts +1 -0
- package/dist/components/icons/default/IconGithub.d.ts +1 -0
- package/dist/components/icons/default/IconGitlab.d.ts +1 -0
- package/dist/components/icons/default/IconGiveMoney.d.ts +1 -0
- package/dist/components/icons/default/IconGlobe.d.ts +1 -0
- package/dist/components/icons/default/IconGraduationHat.d.ts +1 -0
- package/dist/components/icons/default/IconGrid.d.ts +1 -0
- package/dist/components/icons/default/IconHardDrive.d.ts +1 -0
- package/dist/components/icons/default/IconHash.d.ts +1 -0
- package/dist/components/icons/default/IconHeadphones.d.ts +1 -0
- package/dist/components/icons/default/IconHeart.d.ts +1 -0
- package/dist/components/icons/default/IconHelpCircle.d.ts +1 -0
- package/dist/components/icons/default/IconHexagon.d.ts +1 -0
- package/dist/components/icons/default/IconHome.d.ts +1 -0
- package/dist/components/icons/default/IconHomeChimney.d.ts +1 -0
- package/dist/components/icons/default/IconImage.d.ts +1 -0
- package/dist/components/icons/default/IconInbox.d.ts +1 -0
- package/dist/components/icons/default/IconInfo.d.ts +1 -0
- package/dist/components/icons/default/IconInstagram.d.ts +1 -0
- package/dist/components/icons/default/IconItalic.d.ts +1 -0
- package/dist/components/icons/default/IconKey.d.ts +1 -0
- package/dist/components/icons/default/IconLaptop.d.ts +1 -0
- package/dist/components/icons/default/IconLayers.d.ts +1 -0
- package/dist/components/icons/default/IconLayout.d.ts +1 -0
- package/dist/components/icons/default/IconLifeBuoy.d.ts +1 -0
- package/dist/components/icons/default/IconLink.d.ts +1 -0
- package/dist/components/icons/default/IconLink2.d.ts +1 -0
- package/dist/components/icons/default/IconLinkedin.d.ts +1 -0
- package/dist/components/icons/default/IconLips.d.ts +1 -0
- package/dist/components/icons/default/IconList.d.ts +1 -0
- package/dist/components/icons/default/IconLoader.d.ts +1 -0
- package/dist/components/icons/default/IconLock.d.ts +1 -0
- package/dist/components/icons/default/IconLogIn.d.ts +1 -0
- package/dist/components/icons/default/IconLogOut.d.ts +1 -0
- package/dist/components/icons/default/IconMail.d.ts +1 -0
- package/dist/components/icons/default/IconMap.d.ts +1 -0
- package/dist/components/icons/default/IconMapPin.d.ts +1 -0
- package/dist/components/icons/default/IconMaximize.d.ts +1 -0
- package/dist/components/icons/default/IconMaximize2.d.ts +1 -0
- package/dist/components/icons/default/IconMeh.d.ts +1 -0
- package/dist/components/icons/default/IconMenu.d.ts +1 -0
- package/dist/components/icons/default/IconMessageCircle.d.ts +1 -0
- package/dist/components/icons/default/IconMessageSquare.d.ts +1 -0
- package/dist/components/icons/default/IconMic.d.ts +1 -0
- package/dist/components/icons/default/IconMicOff.d.ts +1 -0
- package/dist/components/icons/default/IconMinimize.d.ts +1 -0
- package/dist/components/icons/default/IconMinimize2.d.ts +1 -0
- package/dist/components/icons/default/IconMinus.d.ts +1 -0
- package/dist/components/icons/default/IconMinusCircle.d.ts +1 -0
- package/dist/components/icons/default/IconMinusSquare.d.ts +1 -0
- package/dist/components/icons/default/IconMoney.d.ts +1 -0
- package/dist/components/icons/default/IconMonitor.d.ts +1 -0
- package/dist/components/icons/default/IconMoon.d.ts +1 -0
- package/dist/components/icons/default/IconMoreHorizontal.d.ts +1 -0
- package/dist/components/icons/default/IconMoreVertical.d.ts +1 -0
- package/dist/components/icons/default/IconMousePointer.d.ts +1 -0
- package/dist/components/icons/default/IconMove.d.ts +1 -0
- package/dist/components/icons/default/IconMusic.d.ts +1 -0
- package/dist/components/icons/default/IconNavigation.d.ts +1 -0
- package/dist/components/icons/default/IconNavigation2.d.ts +1 -0
- package/dist/components/icons/default/IconNegotiation.d.ts +1 -0
- package/dist/components/icons/default/IconObjective.d.ts +1 -0
- package/dist/components/icons/default/IconOctagon.d.ts +1 -0
- package/dist/components/icons/default/IconPackage.d.ts +1 -0
- package/dist/components/icons/default/IconPaperclip.d.ts +1 -0
- package/dist/components/icons/default/IconPause.d.ts +1 -0
- package/dist/components/icons/default/IconPauseCircle.d.ts +1 -0
- package/dist/components/icons/default/IconPenTool.d.ts +1 -0
- package/dist/components/icons/default/IconPercent.d.ts +1 -0
- package/dist/components/icons/default/IconPhone.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneCall.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneForwarded.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneIncoming.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneMissed.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneOff.d.ts +1 -0
- package/dist/components/icons/default/IconPhoneOutgoing.d.ts +1 -0
- package/dist/components/icons/default/IconPieChart.d.ts +1 -0
- package/dist/components/icons/default/IconPix.d.ts +1 -0
- package/dist/components/icons/default/IconPlane.d.ts +1 -0
- package/dist/components/icons/default/IconPlay.d.ts +1 -0
- package/dist/components/icons/default/IconPlayCircle.d.ts +1 -0
- package/dist/components/icons/default/IconPlus.d.ts +1 -0
- package/dist/components/icons/default/IconPlusCircle.d.ts +1 -0
- package/dist/components/icons/default/IconPlusSquare.d.ts +1 -0
- package/dist/components/icons/default/IconPocket.d.ts +1 -0
- package/dist/components/icons/default/IconPower.d.ts +1 -0
- package/dist/components/icons/default/IconPrinter.d.ts +1 -0
- package/dist/components/icons/default/IconQrCode.d.ts +1 -0
- package/dist/components/icons/default/IconRadio.d.ts +1 -0
- package/dist/components/icons/default/IconRefreshCcw.d.ts +1 -0
- package/dist/components/icons/default/IconRefreshCw.d.ts +1 -0
- package/dist/components/icons/default/IconRepeat.d.ts +1 -0
- package/dist/components/icons/default/IconRewind.d.ts +1 -0
- package/dist/components/icons/default/IconRotateCcw.d.ts +1 -0
- package/dist/components/icons/default/IconRotateCw.d.ts +1 -0
- package/dist/components/icons/default/IconRss.d.ts +1 -0
- package/dist/components/icons/default/IconSave.d.ts +1 -0
- package/dist/components/icons/default/IconSaveMoney.d.ts +1 -0
- package/dist/components/icons/default/IconScissors.d.ts +1 -0
- package/dist/components/icons/default/IconSearch.d.ts +1 -0
- package/dist/components/icons/default/IconSend.d.ts +1 -0
- package/dist/components/icons/default/IconServer.d.ts +1 -0
- package/dist/components/icons/default/IconSettings.d.ts +1 -0
- package/dist/components/icons/default/IconShare.d.ts +1 -0
- package/dist/components/icons/default/IconShare2.d.ts +1 -0
- package/dist/components/icons/default/IconShield.d.ts +1 -0
- package/dist/components/icons/default/IconShieldOff.d.ts +1 -0
- package/dist/components/icons/default/IconShoppingBag.d.ts +1 -0
- package/dist/components/icons/default/IconShoppingCart.d.ts +1 -0
- package/dist/components/icons/default/IconShuffle.d.ts +1 -0
- package/dist/components/icons/default/IconSidebar.d.ts +1 -0
- package/dist/components/icons/default/IconSkipBack.d.ts +1 -0
- package/dist/components/icons/default/IconSkipForward.d.ts +1 -0
- package/dist/components/icons/default/IconSlack.d.ts +1 -0
- package/dist/components/icons/default/IconSlash.d.ts +1 -0
- package/dist/components/icons/default/IconSliders.d.ts +1 -0
- package/dist/components/icons/default/IconSmartphone.d.ts +1 -0
- package/dist/components/icons/default/IconSmartphoneSms.d.ts +1 -0
- package/dist/components/icons/default/IconSmile.d.ts +1 -0
- package/dist/components/icons/default/IconSpark.d.ts +1 -0
- package/dist/components/icons/default/IconSpeaker.d.ts +1 -0
- package/dist/components/icons/default/IconSquare.d.ts +1 -0
- package/dist/components/icons/default/IconStar.d.ts +1 -0
- package/dist/components/icons/default/IconStopCircle.d.ts +1 -0
- package/dist/components/icons/default/IconSun.d.ts +1 -0
- package/dist/components/icons/default/IconSunrise.d.ts +1 -0
- package/dist/components/icons/default/IconSunset.d.ts +1 -0
- package/dist/components/icons/default/IconTable.d.ts +1 -0
- package/dist/components/icons/default/IconTablet.d.ts +1 -0
- package/dist/components/icons/default/IconTag.d.ts +1 -0
- package/dist/components/icons/default/IconTarget.d.ts +1 -0
- package/dist/components/icons/default/IconTerminal.d.ts +1 -0
- package/dist/components/icons/default/IconThermometer.d.ts +1 -0
- package/dist/components/icons/default/IconThumbsDown.d.ts +1 -0
- package/dist/components/icons/default/IconThumbsUp.d.ts +1 -0
- package/dist/components/icons/default/IconToggleLeft.d.ts +1 -0
- package/dist/components/icons/default/IconToggleRight.d.ts +1 -0
- package/dist/components/icons/default/IconTool.d.ts +1 -0
- package/dist/components/icons/default/IconTrash.d.ts +1 -0
- package/dist/components/icons/default/IconTrash2.d.ts +1 -0
- package/dist/components/icons/default/IconTrello.d.ts +1 -0
- package/dist/components/icons/default/IconTrendingDown.d.ts +1 -0
- package/dist/components/icons/default/IconTrendingUp.d.ts +1 -0
- package/dist/components/icons/default/IconTriangle.d.ts +1 -0
- package/dist/components/icons/default/IconTrophy.d.ts +1 -0
- package/dist/components/icons/default/IconTruck.d.ts +1 -0
- package/dist/components/icons/default/IconTv.d.ts +1 -0
- package/dist/components/icons/default/IconTwitch.d.ts +1 -0
- package/dist/components/icons/default/IconTwitter.d.ts +1 -0
- package/dist/components/icons/default/IconType.d.ts +1 -0
- package/dist/components/icons/default/IconUmbrella.d.ts +1 -0
- package/dist/components/icons/default/IconUnderline.d.ts +1 -0
- package/dist/components/icons/default/IconUnlock.d.ts +1 -0
- package/dist/components/icons/default/IconUpload.d.ts +1 -0
- package/dist/components/icons/default/IconUploadCloud.d.ts +1 -0
- package/dist/components/icons/default/IconUser.d.ts +1 -0
- package/dist/components/icons/default/IconUserCheck.d.ts +1 -0
- package/dist/components/icons/default/IconUserMinus.d.ts +1 -0
- package/dist/components/icons/default/IconUserPlus.d.ts +1 -0
- package/dist/components/icons/default/IconUserX.d.ts +1 -0
- package/dist/components/icons/default/IconUsers.d.ts +1 -0
- package/dist/components/icons/default/IconVelocimeter.d.ts +1 -0
- package/dist/components/icons/default/IconVideo.d.ts +1 -0
- package/dist/components/icons/default/IconVideoOff.d.ts +1 -0
- package/dist/components/icons/default/IconVoicemail.d.ts +1 -0
- package/dist/components/icons/default/IconVolume1.d.ts +1 -0
- package/dist/components/icons/default/IconVolume2.d.ts +1 -0
- package/dist/components/icons/default/IconVolumeX.d.ts +1 -0
- package/dist/components/icons/default/IconWatch.d.ts +1 -0
- package/dist/components/icons/default/IconWebsite.d.ts +1 -0
- package/dist/components/icons/default/IconWifi.d.ts +1 -0
- package/dist/components/icons/default/IconWifiOff.d.ts +1 -0
- package/dist/components/icons/default/IconWind.d.ts +1 -0
- package/dist/components/icons/default/IconX.d.ts +1 -0
- package/dist/components/icons/default/IconXCircle.d.ts +1 -0
- package/dist/components/icons/default/IconXOctagon.d.ts +1 -0
- package/dist/components/icons/default/IconXSquare.d.ts +1 -0
- package/dist/components/icons/default/IconYoutube.d.ts +1 -0
- package/dist/components/icons/default/IconZap.d.ts +1 -0
- package/dist/components/icons/default/IconZapOff.d.ts +1 -0
- package/dist/components/icons/default/IconZoomIn.d.ts +1 -0
- package/dist/components/icons/default/IconZoomOut.d.ts +1 -0
- package/dist/components/icons/default/index.d.ts +303 -0
- package/dist/components/icons/default/index.default.stories.d.ts +309 -0
- package/dist/components/icons/index.cjs.js +2 -0
- package/dist/components/icons/index.cjs.js.map +1 -0
- package/dist/components/icons/index.d.ts +3 -0
- package/dist/components/icons/index.es.js +7 -0
- package/dist/components/icons/index.es.js.map +1 -0
- package/dist/components/icons/social/IconSocialGoogle.d.ts +1 -0
- package/dist/components/icons/social/index.d.ts +1 -0
- package/dist/components/icons/social/index.social.stories.d.ts +7 -0
- package/dist/components/misc/Conditional/Conditional.stories.d.ts +7 -0
- package/dist/components/misc/Conditional/index.d.ts +6 -0
- package/dist/components/misc/DynamicTagComponent/DynamicTagComponent.stories.d.ts +7 -0
- package/dist/components/misc/DynamicTagComponent/index.d.ts +7 -0
- package/dist/components/misc/index.cjs.js +2 -0
- package/dist/components/misc/index.cjs.js.map +1 -0
- package/dist/components/misc/index.d.ts +1 -0
- package/dist/components/misc/index.es.js +5 -0
- package/dist/components/misc/index.es.js.map +1 -0
- package/dist/index-BJmus9Hg.cjs +7 -0
- package/dist/index-BJmus9Hg.cjs.map +1 -0
- package/dist/index-BK77G4Uk.cjs +2 -0
- package/dist/index-BK77G4Uk.cjs.map +1 -0
- package/dist/index-Bx1N3tFf.js +3639 -0
- package/dist/index-Bx1N3tFf.js.map +1 -0
- package/dist/index-CFDj9hAl.js +9 -0
- package/dist/index-CFDj9hAl.js.map +1 -0
- package/dist/index-CeZZT_W9.js +11 -0
- package/dist/index-CeZZT_W9.js.map +1 -0
- package/dist/index-CweZ_OcN.js +66 -0
- package/dist/index-CweZ_OcN.js.map +1 -0
- package/dist/index-D3p9fbkm.cjs +2 -0
- package/dist/index-D3p9fbkm.cjs.map +1 -0
- package/dist/index-DDQyljEi.cjs +2 -0
- package/dist/index-DDQyljEi.cjs.map +1 -0
- package/dist/main.cjs.js +1 -1
- package/dist/main.d.ts +3 -3
- package/dist/main.es.js +6 -6
- package/package.json +23 -12
- package/dist/components/Novo/index.cjs.js +0 -2
- package/dist/components/Novo/index.cjs.js.map +0 -1
- package/dist/components/Novo/index.d.ts +0 -2
- package/dist/components/Novo/index.es.js +0 -8
- package/dist/components/Novo/index.es.js.map +0 -1
- package/dist/components/Novo/styles.css +0 -1
- package/dist/components/Teste/index.cjs.js +0 -2
- package/dist/components/Teste/index.cjs.js.map +0 -1
- package/dist/components/Teste/index.d.ts +0 -1
- package/dist/components/Teste/index.es.js +0 -12
- package/dist/components/Teste/index.es.js.map +0 -1
- package/dist/components/Teste/styles.css +0 -1
|
@@ -0,0 +1,3639 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
import { jsx } from "react/jsx-runtime";
|
|
18
|
+
import { I as Icon } from "./Icon-BvEdGGJ8.js";
|
|
19
|
+
import { I as IconBell, a as IconChevronLeft } from "./IconChevronLeft-C81GX0AL.js";
|
|
20
|
+
import { I as IconChevronDown } from "./IconChevronDown-LKLlTSau.js";
|
|
21
|
+
import { I as IconChevronUp } from "./IconChevronUp--WhWeQrm.js";
|
|
22
|
+
import { I as IconLoader } from "./IconLoader-DydDdM8i.js";
|
|
23
|
+
import { I as IconX } from "./IconX-V_l5Ne0d.js";
|
|
24
|
+
function IconColorfulWarning(props) {
|
|
25
|
+
return /* @__PURE__ */ jsx(
|
|
26
|
+
Icon,
|
|
27
|
+
__spreadValues({
|
|
28
|
+
iconMarkup: "<svg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none' viewBox='0 0 33 32'><rect width='32' height='32' x='.745' fill='#FFC72A' rx='16'/><path fill='#fff' d='M16.746 18.684a.787.787 0 0 1-.778-.797v-6.376c0-.44.348-.796.778-.796.429 0 .777.356.777.796v6.377c0 .44-.348.796-.777.796Zm0 2.471a.752.752 0 0 1-.432-.135.813.813 0 0 1-.118-1.226.75.75 0 0 1 .253-.172.775.775 0 0 1 .145-.046.773.773 0 0 1 .869.477.813.813 0 0 1-.168.868.773.773 0 0 1-.55.234Z'/><path fill='#fff' fill-rule='evenodd' d='M24.863 23.467H8.627a1.458 1.458 0 0 1-1.28-.756 1.535 1.535 0 0 1-.005-1.514l8.119-14.566a1.458 1.458 0 0 1 1.284-.764c.538 0 1.018.286 1.284.764l8.119 14.566a1.533 1.533 0 0 1-.005 1.514 1.458 1.458 0 0 1-1.28.756ZM8.756 21.873h15.978L16.745 7.539 8.756 21.873Zm7.38-14.846Z' clip-rule='evenodd'/></svg>",
|
|
29
|
+
iconName: "IconColorfulWarning",
|
|
30
|
+
iconSize: props.size,
|
|
31
|
+
iconColor: props.color
|
|
32
|
+
}, props)
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36
|
+
__proto__: null,
|
|
37
|
+
IconColorfulWarning
|
|
38
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
39
|
+
function IconSocialGoogle(props) {
|
|
40
|
+
return /* @__PURE__ */ jsx(
|
|
41
|
+
Icon,
|
|
42
|
+
__spreadValues({
|
|
43
|
+
iconMarkup: "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 32' width='33' height='32' fill='none'><path fill='#FBC02D' d='M29.574 13.389H28.5v-.055h-12v5.333h7.535C22.936 21.772 19.982 24 16.5 24a8 8 0 0 1 0-16c2.04 0 3.895.77 5.307 2.026l3.772-3.771A13.272 13.272 0 0 0 16.5 2.667C9.137 2.667 3.167 8.637 3.167 16c0 7.364 5.97 13.334 13.333 13.334S29.833 23.364 29.833 16c0-.894-.092-1.766-.259-2.611Z'/><path fill='#E53935' d='m4.704 9.794 4.381 3.213A7.996 7.996 0 0 1 16.5 8c2.04 0 3.895.77 5.308 2.026l3.771-3.771A13.272 13.272 0 0 0 16.5 2.667c-5.121 0-9.562 2.891-11.796 7.127Z'/><path fill='#4CAF50' d='M16.5 29.334c3.444 0 6.573-1.318 8.94-3.462l-4.127-3.491A7.94 7.94 0 0 1 16.5 24c-3.468 0-6.412-2.212-7.522-5.298l-4.348 3.35c2.207 4.318 6.688 7.28 11.87 7.28Z'/><path fill='#1565C0' d='m29.574 13.388-.01-.055H16.5v5.333h7.535a8.026 8.026 0 0 1-2.724 3.714l.002-.001 4.126 3.492c-.292.265 4.394-3.205 4.394-9.871 0-.894-.092-1.767-.259-2.612Z'/></svg>",
|
|
44
|
+
iconName: "IconSocialGoogle",
|
|
45
|
+
iconSize: props.size,
|
|
46
|
+
iconColor: props.color
|
|
47
|
+
}, props)
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
const index$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
51
|
+
__proto__: null,
|
|
52
|
+
IconSocialGoogle
|
|
53
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
54
|
+
function IconActivity(props) {
|
|
55
|
+
return /* @__PURE__ */ jsx(
|
|
56
|
+
Icon,
|
|
57
|
+
__spreadValues({
|
|
58
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 2C9.43043 2 9.81257 2.27543 9.94868 2.68377L15 17.8377L17.0513 11.6838C17.1874 11.2754 17.5696 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18.7208L15.9487 21.3162C15.8126 21.7246 15.4304 22 15 22C14.5696 22 14.1874 21.7246 14.0513 21.3162L9 6.16228L6.94868 12.3162C6.81257 12.7246 6.43043 13 6 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H5.27924L8.05132 2.68377C8.18743 2.27543 8.56957 2 9 2Z' fill='currentColor'/></svg>",
|
|
59
|
+
iconName: "IconActivity",
|
|
60
|
+
iconSize: props.size,
|
|
61
|
+
iconColor: props.color
|
|
62
|
+
}, props)
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
function IconAlignJustify(props) {
|
|
66
|
+
return /* @__PURE__ */ jsx(
|
|
67
|
+
Icon,
|
|
68
|
+
__spreadValues({
|
|
69
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 9.44772 2.44772 9 3 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z' fill='currentColor'/></svg>",
|
|
70
|
+
iconName: "IconAlignJustify",
|
|
71
|
+
iconSize: props.size,
|
|
72
|
+
iconColor: props.color
|
|
73
|
+
}, props)
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
function IconAlertOctagon(props) {
|
|
77
|
+
return /* @__PURE__ */ jsx(
|
|
78
|
+
Icon,
|
|
79
|
+
__spreadValues({
|
|
80
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.15289 1.29289C7.34043 1.10536 7.59478 1 7.86 1H16.14C16.4052 1 16.6596 1.10536 16.8471 1.29289L22.7071 7.15289C22.8946 7.34043 23 7.59478 23 7.86V16.14C23 16.4052 22.8946 16.6596 22.7071 16.8471L16.8471 22.7071C16.6596 22.8946 16.4052 23 16.14 23H7.86C7.59478 23 7.34043 22.8946 7.15289 22.7071L1.29289 16.8471C1.10536 16.6596 1 16.4052 1 16.14V7.86C1 7.59478 1.10536 7.34043 1.29289 7.15289L7.15289 1.29289ZM8.27421 3L3 8.27421V15.7258L8.27421 21H15.7258L21 15.7258V8.27421L15.7258 3H8.27421Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z' fill='currentColor'/></svg>",
|
|
81
|
+
iconName: "IconAlertOctagon",
|
|
82
|
+
iconSize: props.size,
|
|
83
|
+
iconColor: props.color
|
|
84
|
+
}, props)
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
function IconAirplay(props) {
|
|
88
|
+
return /* @__PURE__ */ jsx(
|
|
89
|
+
Icon,
|
|
90
|
+
__spreadValues({
|
|
91
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.73478 4 3.48043 4.10536 3.29289 4.29289C3.10536 4.48043 3 4.73478 3 5V15C3 15.2652 3.10536 15.5196 3.29289 15.7071C3.48043 15.8946 3.73478 16 4 16H5C5.55228 16 6 16.4477 6 17C6 17.5523 5.55228 18 5 18H4C3.20435 18 2.44129 17.6839 1.87868 17.1213C1.31607 16.5587 1 15.7956 1 15V5C1 4.20435 1.31607 3.44129 1.87868 2.87868C2.44129 2.31607 3.20435 2 4 2H20C20.7957 2 21.5587 2.31607 22.1213 2.87868C22.6839 3.44129 23 4.20435 23 5V15C23 15.7957 22.6839 16.5587 22.1213 17.1213C21.5587 17.6839 20.7957 18 20 18H19C18.4477 18 18 17.5523 18 17C18 16.4477 18.4477 16 19 16H20C20.2652 16 20.5196 15.8946 20.7071 15.7071C20.8946 15.5196 21 15.2652 21 15V5C21 4.73478 20.8946 4.48043 20.7071 4.29289C20.5196 4.10536 20.2652 4 20 4H4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 14C12.2968 14 12.5782 14.1318 12.7682 14.3598L17.7682 20.3598C18.0166 20.6579 18.0702 21.0728 17.9056 21.4242C17.741 21.7755 17.388 22 17 22H7.00001C6.61199 22 6.259 21.7755 6.09442 21.4242C5.92984 21.0728 5.98339 20.6579 6.23179 20.3598L11.2318 14.3598C11.4218 14.1318 11.7032 14 12 14ZM9.13505 20H14.865L12 16.562L9.13505 20Z' fill='currentColor'/></svg>",
|
|
92
|
+
iconName: "IconAirplay",
|
|
93
|
+
iconSize: props.size,
|
|
94
|
+
iconColor: props.color
|
|
95
|
+
}, props)
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
function IconAlertCircle(props) {
|
|
99
|
+
return /* @__PURE__ */ jsx(
|
|
100
|
+
Icon,
|
|
101
|
+
__spreadValues({
|
|
102
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z' fill='currentColor'/></svg>",
|
|
103
|
+
iconName: "IconAlertCircle",
|
|
104
|
+
iconSize: props.size,
|
|
105
|
+
iconColor: props.color
|
|
106
|
+
}, props)
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
function IconAlertTriangle(props) {
|
|
110
|
+
return /* @__PURE__ */ jsx(
|
|
111
|
+
Icon,
|
|
112
|
+
__spreadValues({
|
|
113
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.528 2.2833C10.9773 2.03035 11.4842 1.89746 11.9998 1.89746C12.5154 1.89746 13.0223 2.03035 13.4716 2.2833C13.9209 2.53626 14.2974 2.90074 14.5648 3.34158L14.5677 3.34633L23.0376 17.4863L23.0458 17.5001C23.3077 17.9538 23.4463 18.4681 23.4478 18.9919C23.4493 19.5158 23.3135 20.0308 23.0541 20.4859C22.7947 20.941 22.4207 21.3203 21.9692 21.5859C21.5177 21.8516 21.0046 21.9944 20.4808 22.0001L20.4698 22.0003L3.51879 22.0002C2.99498 21.9944 2.48182 21.8516 2.03035 21.5859C1.57887 21.3203 1.20483 20.941 0.945426 20.4859C0.686022 20.0308 0.550303 19.5158 0.55177 18.9919C0.553236 18.4681 0.691839 17.9538 0.953786 17.5001L0.961909 17.4863L9.43476 3.34157C9.70217 2.90073 10.0787 2.53626 10.528 2.2833ZM11.9998 3.89746C11.8279 3.89746 11.6589 3.94176 11.5092 4.02607C11.3601 4.11001 11.235 4.23079 11.146 4.37684L2.68246 18.506C2.59729 18.6558 2.55224 18.8251 2.55176 18.9975C2.55127 19.1721 2.59651 19.3438 2.68298 19.4955C2.76945 19.6472 2.89413 19.7736 3.04462 19.8622C3.1938 19.95 3.36317 19.9975 3.53617 20.0002H20.4634C20.6364 19.9975 20.8058 19.95 20.9549 19.8622C21.1054 19.7736 21.2301 19.6472 21.3166 19.4955C21.403 19.3438 21.4483 19.1721 21.4478 18.9975C21.4473 18.8251 21.4023 18.6559 21.3171 18.5061L12.8548 4.37883C12.8544 4.37817 12.854 4.37751 12.8536 4.37684C12.7645 4.23079 12.6395 4.11001 12.4904 4.02607C12.3406 3.94176 12.1716 3.89746 11.9998 3.89746Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 8C12.5523 8 13 8.44772 13 9V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V9C11 8.44772 11.4477 8 12 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 17C11 16.4477 11.4477 16 12 16H12.01C12.5623 16 13.01 16.4477 13.01 17C13.01 17.5523 12.5623 18 12.01 18H12C11.4477 18 11 17.5523 11 17Z' fill='currentColor'/></svg>",
|
|
114
|
+
iconName: "IconAlertTriangle",
|
|
115
|
+
iconSize: props.size,
|
|
116
|
+
iconColor: props.color
|
|
117
|
+
}, props)
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
function IconAlignRight(props) {
|
|
121
|
+
return /* @__PURE__ */ jsx(
|
|
122
|
+
Icon,
|
|
123
|
+
__spreadValues({
|
|
124
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 10C6 9.44772 6.44772 9 7 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H7C6.44772 11 6 10.5523 6 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 18C6 17.4477 6.44772 17 7 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H7C6.44772 19 6 18.5523 6 18Z' fill='currentColor'/></svg>",
|
|
125
|
+
iconName: "IconAlignRight",
|
|
126
|
+
iconSize: props.size,
|
|
127
|
+
iconColor: props.color
|
|
128
|
+
}, props)
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
function IconAlignCenter(props) {
|
|
132
|
+
return /* @__PURE__ */ jsx(
|
|
133
|
+
Icon,
|
|
134
|
+
__spreadValues({
|
|
135
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 10C5 9.44772 5.44772 9 6 9H18C18.5523 9 19 9.44772 19 10C19 10.5523 18.5523 11 18 11H6C5.44772 11 5 10.5523 5 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 18C5 17.4477 5.44772 17 6 17H18C18.5523 17 19 17.4477 19 18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18Z' fill='currentColor'/></svg>",
|
|
136
|
+
iconName: "IconAlignCenter",
|
|
137
|
+
iconSize: props.size,
|
|
138
|
+
iconColor: props.color
|
|
139
|
+
}, props)
|
|
140
|
+
);
|
|
141
|
+
}
|
|
142
|
+
function IconAperture(props) {
|
|
143
|
+
return /* @__PURE__ */ jsx(
|
|
144
|
+
Icon,
|
|
145
|
+
__spreadValues({
|
|
146
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.8097 7.13418C14.2879 6.858 14.8995 7.02182 15.1757 7.50009L20.9157 17.4401C21.1919 17.9184 21.0281 18.53 20.5498 18.8061C20.0715 19.0823 19.4599 18.9185 19.1838 18.4402L13.4438 8.50024C13.1676 8.02197 13.3314 7.41037 13.8097 7.13418Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.69043 8C8.69043 7.44772 9.13814 7 9.69043 7H21.1704C21.7227 7 22.1704 7.44772 22.1704 8C22.1704 8.55228 21.7227 9 21.1704 9H9.69043C9.13814 9 8.69043 8.55228 8.69043 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.6201 1.19424C14.0984 1.47043 14.2622 2.08203 13.986 2.5603L8.24603 12.5003C7.96985 12.9786 7.35824 13.1424 6.87998 12.8662C6.40171 12.59 6.23788 11.9784 6.51407 11.5002L12.2541 1.56015C12.5303 1.08188 13.1419 0.91806 13.6201 1.19424Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.4498 5.19424C3.92807 4.91806 4.53967 5.08188 4.81586 5.56015L10.5559 15.5002C10.832 15.9784 10.6682 16.59 10.1899 16.8662C9.71168 17.1424 9.10007 16.9786 8.82389 16.5003L3.08389 6.5603C2.80771 6.08203 2.97153 5.47043 3.4498 5.19424Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.83008 16C1.83008 15.4477 2.27779 15 2.83008 15H14.3101C14.8624 15 15.3101 15.4477 15.3101 16C15.3101 16.5523 14.8624 17 14.3101 17H2.83008C2.27779 17 1.83008 16.5523 1.83008 16Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.1201 11.1342C17.5984 11.4104 17.7622 12.022 17.486 12.5002L11.746 22.4402C11.4698 22.9185 10.8582 23.0823 10.38 22.8061C9.90171 22.53 9.73788 21.9184 10.0141 21.4401L15.7541 11.5001C16.0303 11.0218 16.6419 10.858 17.1201 11.1342Z' fill='currentColor'/></svg>",
|
|
147
|
+
iconName: "IconAperture",
|
|
148
|
+
iconSize: props.size,
|
|
149
|
+
iconColor: props.color
|
|
150
|
+
}, props)
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
function IconArrowDown(props) {
|
|
154
|
+
return /* @__PURE__ */ jsx(
|
|
155
|
+
Icon,
|
|
156
|
+
__spreadValues({
|
|
157
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V5C11 4.44772 11.4477 4 12 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 11.2929C4.68342 10.9024 5.31658 10.9024 5.70711 11.2929L12 17.5858L18.2929 11.2929C18.6834 10.9024 19.3166 10.9024 19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071L4.29289 12.7071C3.90237 12.3166 3.90237 11.6834 4.29289 11.2929Z' fill='currentColor'/></svg>",
|
|
158
|
+
iconName: "IconArrowDown",
|
|
159
|
+
iconSize: props.size,
|
|
160
|
+
iconColor: props.color
|
|
161
|
+
}, props)
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
function IconArrowDownLeft(props) {
|
|
165
|
+
return /* @__PURE__ */ jsx(
|
|
166
|
+
Icon,
|
|
167
|
+
__spreadValues({
|
|
168
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7.55228 6 8 6.44772 8 7V16H17C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18H7C6.44772 18 6 17.5523 6 17V7C6 6.44772 6.44772 6 7 6Z' fill='currentColor'/></svg>",
|
|
169
|
+
iconName: "IconArrowDownLeft",
|
|
170
|
+
iconSize: props.size,
|
|
171
|
+
iconColor: props.color
|
|
172
|
+
}, props)
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
function IconArrowDownCircle(props) {
|
|
176
|
+
return /* @__PURE__ */ jsx(
|
|
177
|
+
Icon,
|
|
178
|
+
__spreadValues({
|
|
179
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.29289 11.2929C7.68342 10.9024 8.31658 10.9024 8.70711 11.2929L12 14.5858L15.2929 11.2929C15.6834 10.9024 16.3166 10.9024 16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/></svg>",
|
|
180
|
+
iconName: "IconArrowDownCircle",
|
|
181
|
+
iconSize: props.size,
|
|
182
|
+
iconColor: props.color
|
|
183
|
+
}, props)
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
function IconAlignLeft(props) {
|
|
187
|
+
return /* @__PURE__ */ jsx(
|
|
188
|
+
Icon,
|
|
189
|
+
__spreadValues({
|
|
190
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 9.44772 2.44772 9 3 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H3C2.44772 11 2 10.5523 2 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 18C2 17.4477 2.44772 17 3 17H17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19H3C2.44772 19 2 18.5523 2 18Z' fill='currentColor'/></svg>",
|
|
191
|
+
iconName: "IconAlignLeft",
|
|
192
|
+
iconSize: props.size,
|
|
193
|
+
iconColor: props.color
|
|
194
|
+
}, props)
|
|
195
|
+
);
|
|
196
|
+
}
|
|
197
|
+
function IconArrowLeft(props) {
|
|
198
|
+
return /* @__PURE__ */ jsx(
|
|
199
|
+
Icon,
|
|
200
|
+
__spreadValues({
|
|
201
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 4.29289C13.0976 4.68342 13.0976 5.31658 12.7071 5.70711L6.41421 12L12.7071 18.2929C13.0976 18.6834 13.0976 19.3166 12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071L4.29289 12.7071C3.90237 12.3166 3.90237 11.6834 4.29289 11.2929L11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289Z' fill='currentColor'/></svg>",
|
|
202
|
+
iconName: "IconArrowLeft",
|
|
203
|
+
iconSize: props.size,
|
|
204
|
+
iconColor: props.color
|
|
205
|
+
}, props)
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
function IconArrowDownRight(props) {
|
|
209
|
+
return /* @__PURE__ */ jsx(
|
|
210
|
+
Icon,
|
|
211
|
+
__spreadValues({
|
|
212
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17 6C17.5523 6 18 6.44772 18 7V17C18 17.5523 17.5523 18 17 18H7C6.44772 18 6 17.5523 6 17C6 16.4477 6.44772 16 7 16H16V7C16 6.44772 16.4477 6 17 6Z' fill='currentColor'/></svg>",
|
|
213
|
+
iconName: "IconArrowDownRight",
|
|
214
|
+
iconSize: props.size,
|
|
215
|
+
iconColor: props.color
|
|
216
|
+
}, props)
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
function IconArrowRightCircle(props) {
|
|
220
|
+
return /* @__PURE__ */ jsx(
|
|
221
|
+
Icon,
|
|
222
|
+
__spreadValues({
|
|
223
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 7.29289C11.6834 6.90237 12.3166 6.90237 12.7071 7.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071C10.9024 16.3166 10.9024 15.6834 11.2929 15.2929L14.5858 12L11.2929 8.70711C10.9024 8.31658 10.9024 7.68342 11.2929 7.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
224
|
+
iconName: "IconArrowRightCircle",
|
|
225
|
+
iconSize: props.size,
|
|
226
|
+
iconColor: props.color
|
|
227
|
+
}, props)
|
|
228
|
+
);
|
|
229
|
+
}
|
|
230
|
+
function IconArrowRight(props) {
|
|
231
|
+
return /* @__PURE__ */ jsx(
|
|
232
|
+
Icon,
|
|
233
|
+
__spreadValues({
|
|
234
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071C10.9024 19.3166 10.9024 18.6834 11.2929 18.2929L17.5858 12L11.2929 5.70711C10.9024 5.31658 10.9024 4.68342 11.2929 4.29289Z' fill='currentColor'/></svg>",
|
|
235
|
+
iconName: "IconArrowRight",
|
|
236
|
+
iconSize: props.size,
|
|
237
|
+
iconColor: props.color
|
|
238
|
+
}, props)
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
function IconArrowUpCircle(props) {
|
|
242
|
+
return /* @__PURE__ */ jsx(
|
|
243
|
+
Icon,
|
|
244
|
+
__spreadValues({
|
|
245
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 7.29289C11.6834 6.90237 12.3166 6.90237 12.7071 7.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071C16.3166 13.0976 15.6834 13.0976 15.2929 12.7071L12 9.41421L8.70711 12.7071C8.31658 13.0976 7.68342 13.0976 7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L11.2929 7.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/></svg>",
|
|
246
|
+
iconName: "IconArrowUpCircle",
|
|
247
|
+
iconSize: props.size,
|
|
248
|
+
iconColor: props.color
|
|
249
|
+
}, props)
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
function IconArrowUpRight(props) {
|
|
253
|
+
return /* @__PURE__ */ jsx(
|
|
254
|
+
Icon,
|
|
255
|
+
__spreadValues({
|
|
256
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 7C6 6.44772 6.44772 6 7 6H17C17.5523 6 18 6.44772 18 7V17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17V8H7C6.44772 8 6 7.55228 6 7Z' fill='currentColor'/></svg>",
|
|
257
|
+
iconName: "IconArrowUpRight",
|
|
258
|
+
iconSize: props.size,
|
|
259
|
+
iconColor: props.color
|
|
260
|
+
}, props)
|
|
261
|
+
);
|
|
262
|
+
}
|
|
263
|
+
function IconArrowUpLeft(props) {
|
|
264
|
+
return /* @__PURE__ */ jsx(
|
|
265
|
+
Icon,
|
|
266
|
+
__spreadValues({
|
|
267
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 7C6 6.44772 6.44772 6 7 6H17C17.5523 6 18 6.44772 18 7C18 7.55228 17.5523 8 17 8H8V17C8 17.5523 7.55228 18 7 18C6.44772 18 6 17.5523 6 17V7Z' fill='currentColor'/></svg>",
|
|
268
|
+
iconName: "IconArrowUpLeft",
|
|
269
|
+
iconSize: props.size,
|
|
270
|
+
iconColor: props.color
|
|
271
|
+
}, props)
|
|
272
|
+
);
|
|
273
|
+
}
|
|
274
|
+
function IconAward(props) {
|
|
275
|
+
return /* @__PURE__ */ jsx(
|
|
276
|
+
Icon,
|
|
277
|
+
__spreadValues({
|
|
278
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2435)'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C8.68629 2 6 4.68629 6 8C6 11.3137 8.68629 14 12 14C15.3137 14 18 11.3137 18 8C18 4.68629 15.3137 2 12 2ZM4 8C4 3.58172 7.58172 0 12 0C16.4183 0 20 3.58172 20 8C20 12.4183 16.4183 16 12 16C7.58172 16 4 12.4183 4 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.6585 12.8887C16.206 12.816 16.7087 13.201 16.7813 13.7485L17.9913 22.8685C18.0418 23.2491 17.8699 23.625 17.549 23.8358C17.2281 24.0466 16.8148 24.055 16.4855 23.8575L12 21.1662L7.51452 23.8575C7.18525 24.0551 6.77193 24.0466 6.45099 23.8358C6.13004 23.625 5.95817 23.249 6.00873 22.8683L7.21873 13.7583C7.29145 13.2109 7.79421 12.826 8.34169 12.8987C8.88917 12.9714 9.27403 13.4742 9.20132 14.0217L8.26447 21.0751L11.4855 19.1425C11.8022 18.9525 12.1978 18.9525 12.5145 19.1425L15.7359 21.0753L14.7987 14.0115C14.7261 13.464 15.111 12.9613 15.6585 12.8887Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2435'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
279
|
+
iconName: "IconAward",
|
|
280
|
+
iconSize: props.size,
|
|
281
|
+
iconColor: props.color
|
|
282
|
+
}, props)
|
|
283
|
+
);
|
|
284
|
+
}
|
|
285
|
+
function IconAtSign(props) {
|
|
286
|
+
return /* @__PURE__ */ jsx(
|
|
287
|
+
Icon,
|
|
288
|
+
__spreadValues({
|
|
289
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.30009 2.05511C9.54474 0.994352 12.0822 0.724112 14.4999 1.28833C16.9176 1.85255 19.0734 3.21805 20.6166 5.16279C22.1599 7.10753 22.9999 9.51714 23 11.9998V12.9999C23 14.0607 22.5786 15.0781 21.8284 15.8283C21.0783 16.5784 20.0609 16.9999 19 16.9999C17.9391 16.9999 16.9217 16.5784 16.1716 15.8283C15.4214 15.0781 15 14.0607 15 12.9999V7.99987C15 7.44758 15.4477 6.99987 16 6.99987C16.5523 6.99987 17 7.44758 17 7.99987V12.9999C17 13.5303 17.2107 14.039 17.5858 14.4141C17.9609 14.7892 18.4696 14.9999 19 14.9999C19.5304 14.9999 20.0392 14.7892 20.4142 14.4141C20.7893 14.039 21 13.5303 21 12.9999V11.9999C21 11.9999 21 12 21 11.9999C20.9999 9.96868 20.3126 7.99714 19.05 6.40601C17.7873 4.81486 16.0235 3.69763 14.0454 3.236C12.0673 2.77436 9.99115 2.99547 8.15462 3.86336C6.3181 4.73126 4.82917 6.19489 3.92994 8.01628C3.03072 9.83767 2.77408 11.9097 3.20176 13.8954C3.62944 15.8812 4.71629 17.6638 6.28558 18.9536C7.85487 20.2433 9.8143 20.9642 11.8453 20.9992C13.8762 21.0341 15.8593 20.3809 17.472 19.1459C17.9105 18.8101 18.5382 18.8934 18.874 19.3319C19.2097 19.7703 19.1265 20.398 18.688 20.7338C16.7169 22.2433 14.2932 23.0416 11.8109 22.9989C9.32859 22.9562 6.93372 22.075 5.0157 20.4987C3.09768 18.9224 1.76932 16.7435 1.24659 14.3165C0.723873 11.8895 1.03754 9.35705 2.13659 7.1309C3.23565 4.90476 5.05545 3.11587 7.30009 2.05511Z' fill='currentColor'/></svg>",
|
|
290
|
+
iconName: "IconAtSign",
|
|
291
|
+
iconSize: props.size,
|
|
292
|
+
iconColor: props.color
|
|
293
|
+
}, props)
|
|
294
|
+
);
|
|
295
|
+
}
|
|
296
|
+
function IconArrowUp(props) {
|
|
297
|
+
return /* @__PURE__ */ jsx(
|
|
298
|
+
Icon,
|
|
299
|
+
__spreadValues({
|
|
300
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V5C11 4.44772 11.4477 4 12 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071C19.3166 13.0976 18.6834 13.0976 18.2929 12.7071L12 6.41421L5.70711 12.7071C5.31658 13.0976 4.68342 13.0976 4.29289 12.7071C3.90237 12.3166 3.90237 11.6834 4.29289 11.2929L11.2929 4.29289Z' fill='currentColor'/></svg>",
|
|
301
|
+
iconName: "IconArrowUp",
|
|
302
|
+
iconSize: props.size,
|
|
303
|
+
iconColor: props.color
|
|
304
|
+
}, props)
|
|
305
|
+
);
|
|
306
|
+
}
|
|
307
|
+
function IconBarCode(props) {
|
|
308
|
+
return /* @__PURE__ */ jsx(
|
|
309
|
+
Icon,
|
|
310
|
+
__spreadValues({
|
|
311
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.9995 6C20.9995 5.44772 20.5518 5 19.9995 5L3.99951 5C3.44723 5 2.99951 5.44771 2.99951 6L2.99951 18C2.99951 18.5523 3.44723 19 3.99951 19L19.9995 19C20.5518 19 20.9995 18.5523 20.9995 18L20.9995 6ZM19.9995 3C21.6564 3 22.9995 4.34315 22.9995 6L22.9995 18C22.9995 19.6569 21.6564 21 19.9995 21L3.99951 21C2.34266 21 0.999511 19.6569 0.999511 18L0.999512 6C0.999512 4.34314 2.34266 3 3.99951 3L19.9995 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.99951 15C7.99951 14.4477 8.44723 14 8.99951 14H9.00951C9.5618 14 10.0095 14.4477 10.0095 15C10.0095 15.5523 9.5618 16 9.00951 16H8.99951C8.44723 16 7.99951 15.5523 7.99951 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.9995 15C10.9995 14.4477 11.4472 14 11.9995 14H12.0095C12.5618 14 13.0095 14.4477 13.0095 15C13.0095 15.5523 12.5618 16 12.0095 16H11.9995C11.4472 16 10.9995 15.5523 10.9995 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.9995 15C13.9995 14.4477 14.4472 14 14.9995 14H15.0095C15.5618 14 16.0095 14.4477 16.0095 15C16.0095 15.5523 15.5618 16 15.0095 16H14.9995C14.4472 16 13.9995 15.5523 13.9995 15Z' fill='currentColor'/><path d='M8.99951 9L8.99951 12' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M11.9995 9L11.9995 12' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M14.9995 9L14.9995 12' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M17.9995 9L17.9995 15' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M5.99951 9L5.99951 15' stroke='currentColor' stroke-width='2' stroke-linecap='round'/></svg>",
|
|
312
|
+
iconName: "IconBarCode",
|
|
313
|
+
iconSize: props.size,
|
|
314
|
+
iconColor: props.color
|
|
315
|
+
}, props)
|
|
316
|
+
);
|
|
317
|
+
}
|
|
318
|
+
function IconBatteryCharging(props) {
|
|
319
|
+
return /* @__PURE__ */ jsx(
|
|
320
|
+
Icon,
|
|
321
|
+
__spreadValues({
|
|
322
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 7C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V16C2 16.2652 2.10536 16.5196 2.29289 16.7071C2.48043 16.8946 2.73478 17 3 17H5C5.55228 17 6 17.4477 6 18C6 18.5523 5.55228 19 5 19H3C2.20435 19 1.44129 18.6839 0.87868 18.1213C0.316071 17.5587 0 16.7956 0 16V8C0 7.20435 0.316071 6.44129 0.87868 5.87868C1.44129 5.31607 2.20435 5 3 5H6.19C6.74228 5 7.19 5.44772 7.19 6C7.19 6.55228 6.74228 7 6.19 7H3ZM14 6C14 5.44772 14.4477 5 15 5H17C17.7957 5 18.5587 5.31607 19.1213 5.87868C19.6839 6.44129 20 7.20435 20 8V16C20 16.7957 19.6839 17.5587 19.1213 18.1213C18.5587 18.6839 17.7957 19 17 19H13.81C13.2577 19 12.81 18.5523 12.81 18C12.81 17.4477 13.2577 17 13.81 17H17C17.2652 17 17.5196 16.8946 17.7071 16.7071C17.8946 16.5196 18 16.2652 18 16V8C18 7.73478 17.8946 7.48043 17.7071 7.29289C17.5196 7.10536 17.2652 7 17 7H15C14.4477 7 14 6.55228 14 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23 10C23.5523 10 24 10.4477 24 11V13C24 13.5523 23.5523 14 23 14C22.4477 14 22 13.5523 22 13V11C22 10.4477 22.4477 10 23 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.5547 5.16806C12.0142 5.47441 12.1384 6.09528 11.8321 6.55481L8.86852 11.0001H13C13.3688 11.0001 13.7077 11.2031 13.8817 11.5282C14.0557 11.8534 14.0366 12.248 13.8321 12.5548L9.83205 18.5548C9.5257 19.0143 8.90483 19.1385 8.4453 18.8322C7.98577 18.5258 7.8616 17.9049 8.16795 17.4454L11.1315 13.0001H7C6.63121 13.0001 6.29235 12.7971 6.11833 12.472C5.94431 12.1468 5.96338 11.7523 6.16795 11.4454L10.168 5.44541C10.4743 4.98588 11.0952 4.8617 11.5547 5.16806Z' fill='currentColor'/></svg>",
|
|
323
|
+
iconName: "IconBatteryCharging",
|
|
324
|
+
iconSize: props.size,
|
|
325
|
+
iconColor: props.color
|
|
326
|
+
}, props)
|
|
327
|
+
);
|
|
328
|
+
}
|
|
329
|
+
function IconBellOff(props) {
|
|
330
|
+
return /* @__PURE__ */ jsx(
|
|
331
|
+
Icon,
|
|
332
|
+
__spreadValues({
|
|
333
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2510)'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.76792 20.1352C10.2457 19.858 10.8576 20.0207 11.1347 20.4984C11.2226 20.6499 11.3488 20.7757 11.5006 20.8632C11.6524 20.9506 11.8245 20.9966 11.9997 20.9966C12.1749 20.9966 12.347 20.9506 12.4988 20.8632C12.6506 20.7757 12.7768 20.6499 12.8647 20.4984C13.1418 20.0207 13.7537 19.858 14.2315 20.1352C14.7092 20.4123 14.8718 21.0242 14.5947 21.5019C14.331 21.9566 13.9525 22.3339 13.497 22.5962C13.0416 22.8586 12.5253 22.9966 11.9997 22.9966C11.4741 22.9966 10.9578 22.8586 10.5024 22.5962C10.0469 22.3339 9.66841 21.9566 9.4047 21.5019C9.12758 21.0242 9.2902 20.4123 9.76792 20.1352Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.0163 7.00013C18.5685 7.00895 19.009 7.46377 19.0002 8.01598C18.9747 9.60967 19.175 11.1989 19.595 12.7365C19.7405 13.2693 19.4266 13.8191 18.8938 13.9647C18.3611 14.1102 17.8112 13.7963 17.6657 13.2635C17.1959 11.5439 16.972 9.76643 17.0005 7.98403C17.0093 7.43181 17.4641 6.99131 18.0163 7.00013Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.55465 5.3042C7.08243 5.46689 7.3784 6.02662 7.21571 6.5544C7.07162 7.02183 6.99892 7.50834 7.00007 7.99747L7.00008 7.99983C7.00008 11.6472 6.21715 14.0652 5.37797 15.6037C5.30188 15.7432 5.22549 15.8751 5.1494 15.9998H17.0001C17.5524 15.9998 18.0001 16.4475 18.0001 16.9998C18.0001 17.5521 17.5524 17.9998 17.0001 17.9998H3.00008C2.55941 17.9998 2.17068 17.7114 2.04299 17.2896C1.91664 16.8723 2.07528 16.4219 2.43377 16.1756C2.43447 16.1751 2.43542 16.1744 2.43663 16.1735C2.44432 16.1678 2.46218 16.1542 2.4888 16.132C2.54202 16.0877 2.6304 16.0089 2.74288 15.8902C2.9673 15.6533 3.29039 15.2543 3.62218 14.646C4.28294 13.4346 4.99992 11.3529 5.00008 8.00091M2.44388 16.1688C2.44395 16.1687 2.44403 16.1687 2.44411 16.1686C2.44411 16.1686 2.4441 16.1686 2.4441 16.1686L2.44388 16.1688Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6627 0.999343C12.9294 0.938241 14.1888 1.22236 15.3065 1.82134C16.4242 2.42033 17.3582 3.31169 18.0087 4.4002C18.6593 5.48872 19.0019 6.73351 19 8.0016C18.9992 8.55388 18.5508 9.00093 17.9985 9.00011C17.4463 8.99929 16.9992 8.55091 17 7.99863C17.0014 7.09285 16.7566 6.20372 16.292 5.42621C15.8273 4.64869 15.1602 4.01201 14.3618 3.58416C13.5634 3.15632 12.6638 2.95338 11.7591 2.99702C10.8544 3.04066 9.9785 3.32925 9.22503 3.83196C8.76561 4.13848 8.1447 4.01453 7.83818 3.55512C7.53166 3.0957 7.65561 2.47478 8.11503 2.16827C9.16989 1.46447 10.3961 1.06045 11.6627 0.999343Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2510'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
334
|
+
iconName: "IconBellOff",
|
|
335
|
+
iconSize: props.size,
|
|
336
|
+
iconColor: props.color
|
|
337
|
+
}, props)
|
|
338
|
+
);
|
|
339
|
+
}
|
|
340
|
+
function IconBattery(props) {
|
|
341
|
+
return /* @__PURE__ */ jsx(
|
|
342
|
+
Icon,
|
|
343
|
+
__spreadValues({
|
|
344
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 7C2.44772 7 2 7.44772 2 8V16C2 16.5523 2.44772 17 3 17H17C17.5523 17 18 16.5523 18 16V8C18 7.44772 17.5523 7 17 7H3ZM0 8C0 6.34315 1.34315 5 3 5H17C18.6569 5 20 6.34315 20 8V16C20 17.6569 18.6569 19 17 19H3C1.34315 19 0 17.6569 0 16V8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23 10C23.5523 10 24 10.4477 24 11V13C24 13.5523 23.5523 14 23 14C22.4477 14 22 13.5523 22 13V11C22 10.4477 22.4477 10 23 10Z' fill='currentColor'/></svg>",
|
|
345
|
+
iconName: "IconBattery",
|
|
346
|
+
iconSize: props.size,
|
|
347
|
+
iconColor: props.color
|
|
348
|
+
}, props)
|
|
349
|
+
);
|
|
350
|
+
}
|
|
351
|
+
function IconBarChart2(props) {
|
|
352
|
+
return /* @__PURE__ */ jsx(
|
|
353
|
+
Icon,
|
|
354
|
+
__spreadValues({
|
|
355
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18 9C18.5523 9 19 9.44772 19 10V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V10C17 9.44772 17.4477 9 18 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 13C6.55228 13 7 13.4477 7 14V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V14C5 13.4477 5.44772 13 6 13Z' fill='currentColor'/></svg>",
|
|
356
|
+
iconName: "IconBarChart2",
|
|
357
|
+
iconSize: props.size,
|
|
358
|
+
iconColor: props.color
|
|
359
|
+
}, props)
|
|
360
|
+
);
|
|
361
|
+
}
|
|
362
|
+
function IconBarChart(props) {
|
|
363
|
+
return /* @__PURE__ */ jsx(
|
|
364
|
+
Icon,
|
|
365
|
+
__spreadValues({
|
|
366
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 9C12.5523 9 13 9.44772 13 10V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V10C11 9.44772 11.4477 9 12 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V4C17 3.44772 17.4477 3 18 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 15C6.55228 15 7 15.4477 7 16V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V16C5 15.4477 5.44772 15 6 15Z' fill='currentColor'/></svg>",
|
|
367
|
+
iconName: "IconBarChart",
|
|
368
|
+
iconSize: props.size,
|
|
369
|
+
iconColor: props.color
|
|
370
|
+
}, props)
|
|
371
|
+
);
|
|
372
|
+
}
|
|
373
|
+
function IconBook(props) {
|
|
374
|
+
return /* @__PURE__ */ jsx(
|
|
375
|
+
Icon,
|
|
376
|
+
__spreadValues({
|
|
377
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.5 18C6.10218 18 5.72064 18.158 5.43934 18.4393C5.15804 18.7206 5 19.1022 5 19.5C5 20.0523 4.55228 20.5 4 20.5C3.44772 20.5 3 20.0523 3 19.5C3 18.5717 3.36875 17.6815 4.02513 17.0251C4.6815 16.3687 5.57174 16 6.5 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H6.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.5 3C6.10218 3 5.72064 3.15804 5.43934 3.43934C5.15804 3.72064 5 4.10218 5 4.5V19.5C5 19.8978 5.15804 20.2794 5.43934 20.5607C5.72064 20.842 6.10218 21 6.5 21H19V3H6.5ZM4.02513 2.02513C4.6815 1.36875 5.57174 1 6.5 1H20C20.5523 1 21 1.44772 21 2V22C21 22.5523 20.5523 23 20 23H6.5C5.57174 23 4.6815 22.6313 4.02513 21.9749C3.36875 21.3185 3 20.4283 3 19.5V4.5C3 3.57174 3.36875 2.6815 4.02513 2.02513Z' fill='currentColor'/></svg>",
|
|
378
|
+
iconName: "IconBook",
|
|
379
|
+
iconSize: props.size,
|
|
380
|
+
iconColor: props.color
|
|
381
|
+
}, props)
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
function IconBluetooth(props) {
|
|
385
|
+
return /* @__PURE__ */ jsx(
|
|
386
|
+
Icon,
|
|
387
|
+
__spreadValues({
|
|
388
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2655)'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6173 0.0761497C11.991 -0.0786313 12.4211 0.00692445 12.7071 0.292922L18.2071 5.79292C18.5976 6.18345 18.5976 6.81661 18.2071 7.20714L13.4142 12L18.2071 16.7929C18.5976 17.1834 18.5976 17.8166 18.2071 18.2071L12.7071 23.7071C12.4211 23.9931 11.991 24.0787 11.6173 23.9239C11.2436 23.7691 11 23.4045 11 23V14.4142L7.20711 18.2071C6.81658 18.5977 6.18342 18.5977 5.79289 18.2071C5.40237 17.8166 5.40237 17.1834 5.79289 16.7929L10.5858 12L5.79289 7.20714C5.40237 6.81661 5.40237 6.18345 5.79289 5.79292C6.18342 5.4024 6.81658 5.4024 7.20711 5.79292L11 9.58582V1.00003C11 0.595567 11.2436 0.230931 11.6173 0.0761497ZM13 14.4142L16.0858 17.5L13 20.5858V14.4142ZM13 9.58582V3.41424L16.0858 6.50003L13 9.58582Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2655'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
389
|
+
iconName: "IconBluetooth",
|
|
390
|
+
iconSize: props.size,
|
|
391
|
+
iconColor: props.color
|
|
392
|
+
}, props)
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
function IconBookOpen(props) {
|
|
396
|
+
return /* @__PURE__ */ jsx(
|
|
397
|
+
Icon,
|
|
398
|
+
__spreadValues({
|
|
399
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 3C1 2.44772 1.44772 2 2 2H8C9.32608 2 10.5979 2.52678 11.5355 3.46447C12.4732 4.40215 13 5.67392 13 7V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21C11 20.4696 10.7893 19.9609 10.4142 19.5858C10.0391 19.2107 9.53043 19 9 19H2C1.44772 19 1 18.5523 1 18V3ZM11 17.5359V7C11 6.20435 10.6839 5.44129 10.1213 4.87868C9.55871 4.31607 8.79565 4 8 4H3V17H9C9.70823 17 10.3971 17.1878 11 17.5359Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.4645 3.46447C13.4021 2.52678 14.6739 2 16 2H22C22.5523 2 23 2.44772 23 3V18C23 18.5523 22.5523 19 22 19H15C14.4696 19 13.9609 19.2107 13.5858 19.5858C13.2107 19.9609 13 20.4696 13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V7C11 5.67392 11.5268 4.40215 12.4645 3.46447ZM13 17.5359C13.6029 17.1878 14.2918 17 15 17H21V4H16C15.2044 4 14.4413 4.31607 13.8787 4.87868C13.3161 5.44129 13 6.20435 13 7V17.5359Z' fill='currentColor'/></svg>",
|
|
400
|
+
iconName: "IconBookOpen",
|
|
401
|
+
iconSize: props.size,
|
|
402
|
+
iconColor: props.color
|
|
403
|
+
}, props)
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
function IconBold(props) {
|
|
407
|
+
return /* @__PURE__ */ jsx(
|
|
408
|
+
Icon,
|
|
409
|
+
__spreadValues({
|
|
410
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C5 3.44772 5.44772 3 6 3H14C15.3261 3 16.5979 3.52678 17.5355 4.46447C18.4732 5.40215 19 6.67392 19 8C19 9.32608 18.4732 10.5979 17.5355 11.5355C16.5979 12.4732 15.3261 13 14 13H6C5.44772 13 5 12.5523 5 12V4ZM7 5V11H14C14.7956 11 15.5587 10.6839 16.1213 10.1213C16.6839 9.55871 17 8.79565 17 8C17 7.20435 16.6839 6.44129 16.1213 5.87868C15.5587 5.31607 14.7956 5 14 5H7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 12C5 11.4477 5.44772 11 6 11H15C16.3261 11 17.5979 11.5268 18.5355 12.4645C19.4732 13.4021 20 14.6739 20 16C20 17.3261 19.4732 18.5979 18.5355 19.5355C17.5979 20.4732 16.3261 21 15 21H6C5.44772 21 5 20.5523 5 20V12ZM7 13V19H15C15.7956 19 16.5587 18.6839 17.1213 18.1213C17.6839 17.5587 18 16.7956 18 16C18 15.2044 17.6839 14.4413 17.1213 13.8787C16.5587 13.3161 15.7956 13 15 13H7Z' fill='currentColor'/></svg>",
|
|
411
|
+
iconName: "IconBold",
|
|
412
|
+
iconSize: props.size,
|
|
413
|
+
iconColor: props.color
|
|
414
|
+
}, props)
|
|
415
|
+
);
|
|
416
|
+
}
|
|
417
|
+
function IconBox(props) {
|
|
418
|
+
return /* @__PURE__ */ jsx(
|
|
419
|
+
Icon,
|
|
420
|
+
__spreadValues({
|
|
421
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5021 1.40264C10.9577 1.14014 11.4742 1.00195 12 1.00195C12.5258 1.00195 13.0424 1.14015 13.4979 1.40267C13.4986 1.40307 13.4993 1.40348 13.5 1.40388L20.5 5.40387C20.9556 5.66692 21.334 6.04515 21.5973 6.50062C21.8606 6.95609 21.9995 7.47279 22 7.99888V16.0009C21.9995 16.527 21.8606 17.0437 21.5973 17.4992C21.334 17.9547 20.9556 18.3329 20.5 18.5959L20.4961 18.5981L13.5 22.5959C13.4994 22.5963 13.4988 22.5966 13.4982 22.597C13.0426 22.8596 12.5259 22.9979 12 22.9979C11.4741 22.9979 10.9575 22.8596 10.5019 22.597C10.5012 22.5966 10.5006 22.5963 10.5 22.5959L3.50386 18.5981L3.5 18.5959C3.04439 18.3329 2.66597 17.9547 2.40269 17.4992C2.13941 17.0437 2.00054 16.527 2 16.0009V7.99888C2.00054 7.47279 2.13941 6.95609 2.40269 6.50062C2.66597 6.04515 3.04439 5.66692 3.5 5.40388L3.50386 5.40165L10.5021 1.40264ZM12 3.00195C11.8245 3.00195 11.652 3.04816 11.5 3.13593L11.4961 3.13815L4.5 7.13593C4.49947 7.13623 4.49895 7.13654 4.49842 7.13684C4.34726 7.22448 4.22169 7.35021 4.13423 7.50151C4.04654 7.65321 4.00025 7.82528 4 8.0005V15.9993C4.00025 16.1745 4.04654 16.3466 4.13423 16.4983C4.22169 16.6496 4.34726 16.7753 4.49842 16.863C4.49895 16.8633 4.49947 16.8636 4.5 16.8639L11.5 20.8639C11.652 20.9516 11.8245 20.9979 12 20.9979C12.1755 20.9979 12.348 20.9516 12.5 20.8639L12.5039 20.8617L19.5 16.8639C19.5005 16.8636 19.5011 16.8633 19.5016 16.863C19.6527 16.7753 19.7783 16.6496 19.8658 16.4983C19.9535 16.3465 19.9998 16.1742 20 15.9989V8.00093C19.9998 7.82556 19.9535 7.65333 19.8658 7.50151C19.7783 7.35021 19.6527 7.22449 19.5016 7.13685C19.5011 7.13654 19.5005 7.13623 19.5 7.13593L12.5 3.13594C12.348 3.04817 12.1755 3.00195 12 3.00195Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.40409 6.4594C2.68063 5.98134 3.29236 5.81798 3.77042 6.09452L11.9997 10.8549L20.229 6.09452C20.707 5.81798 21.3188 5.98134 21.5953 6.4594C21.8718 6.93747 21.7085 7.54919 21.2304 7.82573L12.5004 12.8757C12.1907 13.0549 11.8087 13.0549 11.499 12.8757L2.76897 7.82573C2.29091 7.54919 2.12755 6.93747 2.40409 6.4594Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V22.08C13 22.6323 12.5523 23.08 12 23.08C11.4477 23.08 11 22.6323 11 22.08V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/></svg>",
|
|
422
|
+
iconName: "IconBox",
|
|
423
|
+
iconSize: props.size,
|
|
424
|
+
iconColor: props.color
|
|
425
|
+
}, props)
|
|
426
|
+
);
|
|
427
|
+
}
|
|
428
|
+
function IconCalendar(props) {
|
|
429
|
+
return /* @__PURE__ */ jsx(
|
|
430
|
+
Icon,
|
|
431
|
+
__spreadValues({
|
|
432
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 1C16.5523 1 17 1.44772 17 2V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V2C15 1.44772 15.4477 1 16 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8.55228 1 9 1.44772 9 2V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V2C7 1.44772 7.44772 1 8 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 9.44772 2.44772 9 3 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z' fill='currentColor'/></svg>",
|
|
433
|
+
iconName: "IconCalendar",
|
|
434
|
+
iconSize: props.size,
|
|
435
|
+
iconColor: props.color
|
|
436
|
+
}, props)
|
|
437
|
+
);
|
|
438
|
+
}
|
|
439
|
+
function IconBookmark(props) {
|
|
440
|
+
return /* @__PURE__ */ jsx(
|
|
441
|
+
Icon,
|
|
442
|
+
__spreadValues({
|
|
443
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19.0568L11.4188 15.1863C11.7665 14.9379 12.2335 14.9379 12.5812 15.1863L18 19.0568V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7ZM4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2H17C17.7956 2 18.5587 2.31607 19.1213 2.87868C19.6839 3.44129 20 4.20435 20 5V21C20 21.3746 19.7907 21.7178 19.4576 21.8892C19.1245 22.0606 18.7236 22.0315 18.4188 21.8137L12 17.2289L5.58124 21.8137C5.27642 22.0315 4.87549 22.0606 4.54242 21.8892C4.20935 21.7178 4 21.3746 4 21V5C4 4.20435 4.31607 3.44129 4.87868 2.87868Z' fill='currentColor'/></svg>",
|
|
444
|
+
iconName: "IconBookmark",
|
|
445
|
+
iconSize: props.size,
|
|
446
|
+
iconColor: props.color
|
|
447
|
+
}, props)
|
|
448
|
+
);
|
|
449
|
+
}
|
|
450
|
+
function IconCast(props) {
|
|
451
|
+
return /* @__PURE__ */ jsx(
|
|
452
|
+
Icon,
|
|
453
|
+
__spreadValues({
|
|
454
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.0002 5C3.73498 5 3.48063 5.10536 3.29309 5.29289C3.10555 5.48043 3.0002 5.73478 3.0002 6V8C3.0002 8.55228 2.55248 9 2.0002 9C1.44791 9 1.0002 8.55228 1.0002 8V6C1.0002 5.20435 1.31627 4.44129 1.87888 3.87868C2.44149 3.31607 3.20455 3 4.0002 3H20.0002C20.7958 3 21.5589 3.31607 22.1215 3.87868C22.6841 4.44129 23.0002 5.20435 23.0002 6V18C23.0002 18.7957 22.6841 19.5587 22.1215 20.1213C21.5589 20.6839 20.7958 21 20.0002 21H14.0002C13.4479 21 13.0002 20.5523 13.0002 20C13.0002 19.4477 13.4479 19 14.0002 19H20.0002C20.2654 19 20.5198 18.8946 20.7073 18.7071C20.8948 18.5196 21.0002 18.2652 21.0002 18V6C21.0002 5.73478 20.8948 5.48043 20.7073 5.29289C20.5198 5.10536 20.2654 5 20.0002 5H4.0002ZM1.00633 11.9395C1.06737 11.3906 1.56184 10.9951 2.11074 11.0561C4.36717 11.3071 6.47104 12.3184 8.07642 13.9238C9.6818 15.5292 10.6931 17.633 10.9441 19.8895C11.0051 20.4384 10.6096 20.9328 10.0607 20.9939C9.51184 21.0549 9.01737 20.6594 8.95633 20.1105C8.75556 18.3054 7.94651 16.6223 6.6622 15.338C5.3779 14.0537 3.6948 13.2446 1.88966 13.0439C1.34076 12.9828 0.945276 12.4884 1.00633 11.9395ZM1.02037 15.9002C1.13073 15.359 1.65888 15.0098 2.20003 15.1202C3.3531 15.3553 4.41156 15.9244 5.24369 16.7565C6.07581 17.5886 6.64487 18.6471 6.88003 19.8002C6.99039 20.3413 6.64117 20.8695 6.10003 20.9798C5.55888 21.0902 5.03073 20.741 4.92037 20.1998C4.76359 19.4311 4.38422 18.7255 3.82947 18.1707C3.27472 17.616 2.56908 17.2366 1.80037 17.0798C1.25922 16.9695 0.910003 16.4413 1.02037 15.9002Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 20C1 19.4477 1.44772 19 2 19H2.01C2.56228 19 3.01 19.4477 3.01 20C3.01 20.5523 2.56228 21 2.01 21H2C1.44772 21 1 20.5523 1 20Z' fill='currentColor'/></svg>",
|
|
455
|
+
iconName: "IconCast",
|
|
456
|
+
iconSize: props.size,
|
|
457
|
+
iconColor: props.color
|
|
458
|
+
}, props)
|
|
459
|
+
);
|
|
460
|
+
}
|
|
461
|
+
function IconBriefcase(props) {
|
|
462
|
+
return /* @__PURE__ */ jsx(
|
|
463
|
+
Icon,
|
|
464
|
+
__spreadValues({
|
|
465
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 8C3.44772 8 3 8.44772 3 9V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V9C21 8.44772 20.5523 8 20 8H4ZM1 9C1 7.34315 2.34315 6 4 6H20C21.6569 6 23 7.34315 23 9V19C23 20.6569 21.6569 22 20 22H4C2.34315 22 1 20.6569 1 19V9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.87868 2.87868C8.44129 2.31607 9.20435 2 10 2H14C14.7956 2 15.5587 2.31607 16.1213 2.87868C16.6839 3.44129 17 4.20435 17 5V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V5C15 4.73478 14.8946 4.48043 14.7071 4.29289C14.5196 4.10536 14.2652 4 14 4H10C9.73478 4 9.48043 4.10536 9.29289 4.29289C9.10536 4.48043 9 4.73478 9 5V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V5C7 4.20435 7.31607 3.44129 7.87868 2.87868Z' fill='currentColor'/></svg>",
|
|
466
|
+
iconName: "IconBriefcase",
|
|
467
|
+
iconSize: props.size,
|
|
468
|
+
iconColor: props.color
|
|
469
|
+
}, props)
|
|
470
|
+
);
|
|
471
|
+
}
|
|
472
|
+
function IconCameraOff(props) {
|
|
473
|
+
return /* @__PURE__ */ jsx(
|
|
474
|
+
Icon,
|
|
475
|
+
__spreadValues({
|
|
476
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2523)'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 3C8 2.44772 8.44772 2 9 2H15C15.3344 2 15.6466 2.1671 15.8321 2.4453L17.5352 5H21C21.7957 5 22.5587 5.31607 23.1213 5.87868C23.6839 6.44129 24 7.20435 24 8V17.34C24 17.8923 23.5523 18.34 23 18.34C22.4477 18.34 22 17.8923 22 17.34V8C22 7.73478 21.8946 7.48043 21.7071 7.29289C21.5196 7.10536 21.2652 7 21 7H17C16.6656 7 16.3534 6.8329 16.1679 6.5547L14.4648 4H9C8.44772 4 8 3.55228 8 3ZM3 7C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V19C2 19.2652 2.10536 19.5196 2.29289 19.7071C2.48043 19.8946 2.73478 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.20435 22 1.44129 21.6839 0.87868 21.1213C0.316071 20.5587 0 19.7957 0 19V8C0 7.20435 0.316071 6.44129 0.87868 5.87868C1.44129 5.31607 2.20435 5 3 5H6C6.55228 5 7 5.44772 7 6C7 6.55228 6.55228 7 6 7H3ZM10.5453 9.15529C10.8572 9.61108 10.7405 10.2334 10.2847 10.5453C9.92093 10.7942 9.61646 11.1202 9.39298 11.5002C9.16951 11.8801 9.0325 12.3047 8.99172 12.7436C8.95093 13.1825 9.00737 13.625 9.15701 14.0396C9.30666 14.4542 9.54584 14.8308 9.85753 15.1425C10.1692 15.4542 10.5458 15.6933 10.9604 15.843C11.375 15.9926 11.8175 16.0491 12.2564 16.0083C12.6953 15.9675 13.1199 15.8305 13.4998 15.607C13.8798 15.3835 14.2058 15.0791 14.4547 14.7153C14.7666 14.2595 15.3889 14.1428 15.8447 14.4547C16.3005 14.7666 16.4172 15.3889 16.1053 15.8447C15.6904 16.451 15.147 16.9585 14.5138 17.3309C13.8805 17.7034 13.173 17.9317 12.4415 17.9997C11.71 18.0677 10.9725 17.9736 10.2814 17.7242C9.59038 17.4748 8.9628 17.0762 8.44331 16.5567C7.92383 16.0372 7.5252 15.4096 7.27579 14.7186C7.02638 14.0275 6.93232 13.29 7.0003 12.5585C7.06827 11.827 7.29661 11.1195 7.66908 10.4862C8.04154 9.85297 8.54898 9.30959 9.15529 8.89471C9.61108 8.58283 10.2334 8.69949 10.5453 9.15529Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2523'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
477
|
+
iconName: "IconCameraOff",
|
|
478
|
+
iconSize: props.size,
|
|
479
|
+
iconColor: props.color
|
|
480
|
+
}, props)
|
|
481
|
+
);
|
|
482
|
+
}
|
|
483
|
+
function IconCamera(props) {
|
|
484
|
+
return /* @__PURE__ */ jsx(
|
|
485
|
+
Icon,
|
|
486
|
+
__spreadValues({
|
|
487
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.16795 2.4453C8.35342 2.1671 8.66565 2 9 2H15C15.3344 2 15.6466 2.1671 15.8321 2.4453L17.5352 5H21C21.7957 5 22.5587 5.31607 23.1213 5.87868C23.6839 6.44129 24 7.20435 24 8V19C24 19.7957 23.6839 20.5587 23.1213 21.1213C22.5587 21.6839 21.7957 22 21 22H3C2.20435 22 1.44129 21.6839 0.87868 21.1213C0.316071 20.5587 0 19.7957 0 19V8C0 7.20435 0.316071 6.44129 0.87868 5.87868C1.44129 5.31607 2.20435 5 3 5H6.46482L8.16795 2.4453ZM9.53518 4L7.83205 6.5547C7.64658 6.8329 7.33435 7 7 7H3C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V19C2 19.2652 2.10536 19.5196 2.29289 19.7071C2.48043 19.8946 2.73478 20 3 20H21C21.2652 20 21.5196 19.8946 21.7071 19.7071C21.8946 19.5196 22 19.2652 22 19V8C22 7.73478 21.8946 7.48043 21.7071 7.29289C21.5196 7.10536 21.2652 7 21 7H17C16.6656 7 16.3534 6.8329 16.1679 6.5547L14.4648 4H9.53518Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 10C10.3431 10 9 11.3431 9 13C9 14.6569 10.3431 16 12 16C13.6569 16 15 14.6569 15 13C15 11.3431 13.6569 10 12 10ZM7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13C17 15.7614 14.7614 18 12 18C9.23858 18 7 15.7614 7 13Z' fill='currentColor'/></svg>",
|
|
488
|
+
iconName: "IconCamera",
|
|
489
|
+
iconSize: props.size,
|
|
490
|
+
iconColor: props.color
|
|
491
|
+
}, props)
|
|
492
|
+
);
|
|
493
|
+
}
|
|
494
|
+
function IconCheckCircle(props) {
|
|
495
|
+
return /* @__PURE__ */ jsx(
|
|
496
|
+
Icon,
|
|
497
|
+
__spreadValues({
|
|
498
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15.663 3.77329C13.8902 2.9834 11.9096 2.78771 10.0166 3.21542C8.12351 3.64314 6.41942 4.67133 5.15845 6.14666C3.89749 7.62199 3.14721 9.4654 3.01951 11.402C2.89181 13.3386 3.39354 15.2645 4.44987 16.8927C5.50619 18.5208 7.06051 19.7638 8.88102 20.4364C10.7015 21.109 12.6907 21.1751 14.5518 20.6248C16.413 20.0745 18.0464 18.9374 19.2084 17.3829C20.3705 15.8285 20.9989 13.9401 21 11.9993V11.0799C21 10.5276 21.4477 10.0799 22 10.0799C22.5523 10.0799 23 10.5276 23 11.0799V11.9999C22.9986 14.3719 22.2306 16.6806 20.8103 18.5804C19.39 20.4803 17.3936 21.8702 15.1189 22.5427C12.8442 23.2153 10.413 23.1345 8.18792 22.3125C5.96285 21.4904 4.06312 19.9711 2.77206 17.9812C1.48099 15.9913 0.86777 13.6373 1.02384 11.2704C1.17992 8.90346 2.09693 6.6504 3.63811 4.84722C5.17929 3.04404 7.26206 1.78736 9.57581 1.2646C11.8896 0.741837 14.3103 0.981007 16.477 1.94644C16.9815 2.17122 17.2082 2.76239 16.9834 3.26687C16.7587 3.77134 16.1675 3.99807 15.663 3.77329Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7068 3.29254C23.0975 3.68287 23.0978 4.31603 22.7075 4.70675L12.7075 14.7168C12.52 14.9044 12.2656 15.0099 12.0002 15.01C11.7349 15.0101 11.4805 14.9047 11.2929 14.7171L8.29289 11.7171C7.90237 11.3266 7.90237 10.6934 8.29289 10.3029C8.68342 9.91237 9.31658 9.91237 9.70711 10.3029L11.9996 12.5954L21.2925 3.29325C21.6829 2.90253 22.316 2.90221 22.7068 3.29254Z' fill='currentColor'/></svg>",
|
|
499
|
+
iconName: "IconCheckCircle",
|
|
500
|
+
iconSize: props.size,
|
|
501
|
+
iconColor: props.color
|
|
502
|
+
}, props)
|
|
503
|
+
);
|
|
504
|
+
}
|
|
505
|
+
function IconCheckSquare(props) {
|
|
506
|
+
return /* @__PURE__ */ jsx(
|
|
507
|
+
Icon,
|
|
508
|
+
__spreadValues({
|
|
509
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7071 3.29289C23.0976 3.68342 23.0976 4.31658 22.7071 4.70711L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L8.29289 11.7071C7.90237 11.3166 7.90237 10.6834 8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L12 12.5858L21.2929 3.29289C21.6834 2.90237 22.3166 2.90237 22.7071 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H16C16.5523 2 17 2.44772 17 3C17 3.55228 16.5523 4 16 4H5Z' fill='currentColor'/></svg>",
|
|
510
|
+
iconName: "IconCheckSquare",
|
|
511
|
+
iconSize: props.size,
|
|
512
|
+
iconColor: props.color
|
|
513
|
+
}, props)
|
|
514
|
+
);
|
|
515
|
+
}
|
|
516
|
+
function IconCar(props) {
|
|
517
|
+
return /* @__PURE__ */ jsx(
|
|
518
|
+
Icon,
|
|
519
|
+
__spreadValues({
|
|
520
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18.9231 24C17.2983 24 15.9499 22.7461 15.7252 21.12H8.27484C8.05013 22.7461 6.70173 24 5.07693 24C3.39947 24 2.0166 22.6636 1.86076 20.9609C0.778685 20.569 0 19.4972 0 18.24V11.52C0 10.2076 0.848438 9.09743 2.00489 8.75156L3.18913 3.20973C3.59292 1.31988 5.17501 0 7.03652 0H16.9635C18.825 0 20.4071 1.31988 20.8108 3.20973L21.995 8.75156C23.1515 9.09743 24 10.2076 24 11.52V18.24C24 19.4972 23.2212 20.569 22.1392 20.9609C21.9833 22.6636 20.6005 24 18.9231 24ZM7.38458 19.2H16.6153C17.1251 19.2 17.5384 19.6299 17.5384 20.16V20.64C17.5384 21.434 18.1596 22.08 18.9231 22.08C19.6865 22.08 20.3077 21.434 20.3077 20.64V20.16C20.3077 19.6299 20.721 19.2 21.2307 19.2C21.7397 19.2 22.1538 18.7694 22.1538 18.24V11.52C22.1538 10.9907 21.7397 10.56 21.2307 10.56C20.7981 10.56 20.4235 10.2475 20.3296 9.8082L19.0088 3.62609C18.7941 2.62163 17.953 1.92 16.9635 1.92H7.03652C6.04695 1.92 5.20587 2.62163 4.99124 3.62609L3.67029 9.8082C3.57643 10.2475 3.20186 10.56 2.7692 10.56C2.26025 10.56 1.84618 10.9907 1.84618 11.52V18.24C1.84618 18.7694 2.26025 19.2 2.7692 19.2C3.2789 19.2 3.69229 19.6299 3.69229 20.16V20.64C3.69229 21.434 4.31343 22.08 5.07692 22.08C5.84042 22.08 6.46149 21.434 6.46149 20.64V20.16C6.46149 19.6299 6.87488 19.2 7.38458 19.2H7.38458Z' fill='currentColor'/><path d='M8.30754 14.401C8.30754 15.4613 7.48099 16.321 6.46139 16.321C5.44179 16.321 4.61523 15.4613 4.61523 14.401C4.61523 13.3406 5.44179 12.481 6.46139 12.481C7.48099 12.481 8.30754 13.3406 8.30754 14.401Z' fill='currentColor'/><path d='M19.3847 14.401C19.3847 15.4613 18.5581 16.321 17.5385 16.321C16.5189 16.321 15.6924 15.4613 15.6924 14.401C15.6924 13.3406 16.5189 12.481 17.5385 12.481C18.5581 12.481 19.3847 13.3406 19.3847 14.401Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.5381 9.60089H6.46118C6.18463 9.60089 5.92266 9.47196 5.74741 9.24952C5.57201 9.02709 5.50171 8.73466 5.55607 8.45262L6.47916 3.65262C6.56539 3.20382 6.94425 2.88086 7.38427 2.88086H16.615C17.0551 2.88086 17.4339 3.20382 17.5202 3.65262L18.4433 8.45262C18.4976 8.73466 18.4274 9.02709 18.252 9.24952C18.0766 9.47196 17.8147 9.60089 17.5381 9.60089H17.5381ZM7.58718 7.68086H16.4122L15.8583 4.80089H8.14102L7.58718 7.68086Z' fill='currentColor'/></svg>",
|
|
521
|
+
iconName: "IconCar",
|
|
522
|
+
iconSize: props.size,
|
|
523
|
+
iconColor: props.color
|
|
524
|
+
}, props)
|
|
525
|
+
);
|
|
526
|
+
}
|
|
527
|
+
function IconAnchor(props) {
|
|
528
|
+
return /* @__PURE__ */ jsx(
|
|
529
|
+
Icon,
|
|
530
|
+
__spreadValues({
|
|
531
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5C14 3.89543 13.1046 3 12 3ZM8 5C8 2.79086 9.79086 1 12 1C14.2091 1 16 2.79086 16 5C16 7.20914 14.2091 9 12 9C9.79086 9 8 7.20914 8 5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.29289 11.2929C1.48043 11.1054 1.73478 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H3.0557C3.28137 15.019 4.18561 16.9135 5.63604 18.364C7.32387 20.0518 9.61305 21 12 21C14.3869 21 16.6761 20.0518 18.364 18.364C19.8144 16.9135 20.7186 15.019 20.9443 13H19C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 14.9174 21.8411 17.7153 19.7782 19.7782C17.7153 21.8411 14.9174 23 12 23C9.08262 23 6.28473 21.8411 4.22183 19.7782C2.15893 17.7153 1 14.9174 1 12C1 11.7348 1.10536 11.4804 1.29289 11.2929Z' fill='currentColor'/></svg>",
|
|
532
|
+
iconName: "IconAnchor",
|
|
533
|
+
iconSize: props.size,
|
|
534
|
+
iconColor: props.color
|
|
535
|
+
}, props)
|
|
536
|
+
);
|
|
537
|
+
}
|
|
538
|
+
function IconCake(props) {
|
|
539
|
+
return /* @__PURE__ */ jsx(
|
|
540
|
+
Icon,
|
|
541
|
+
__spreadValues({
|
|
542
|
+
iconMarkup: "<svg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M21.6943 25.5394H1.97244C1.42786 25.5394 0.986328 25.0979 0.986328 24.5534V14.8187C0.986328 13.6616 1.92776 12.7202 3.08487 12.7202H20.5819C21.739 12.7202 22.6804 13.6616 22.6804 14.8187V24.5534C22.6804 25.0979 22.2388 25.5394 21.6943 25.5394H21.6943ZM2.95855 23.5673H20.7082V14.8187C20.7082 14.7491 20.6515 14.6924 20.5819 14.6924H3.08487C3.01516 14.6924 2.95855 14.7491 2.95855 14.8187V23.5673Z' fill='currentColor'/><path d='M22.6802 25.5401H0.986107C0.441535 25.5401 0 25.0985 0 24.554C0 24.0094 0.441538 23.5679 0.986107 23.5679H22.6802C23.2247 23.5679 23.6663 24.0094 23.6663 24.554C23.6663 25.0985 23.2247 25.5401 22.6802 25.5401Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.90293 14.6932H3.9446C3.40011 14.6932 2.9585 14.2516 2.9585 13.7071V8.77663C2.9585 8.2321 3.40011 7.79053 3.9446 7.79053H6.90293C7.44743 7.79053 7.88904 8.2321 7.88904 8.77663V13.7071C7.88904 14.2516 7.44743 14.6932 6.90293 14.6932ZM4.93071 12.721H5.91682V9.7627H4.93071V12.721Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.3126 14.693H10.3543C9.8097 14.693 9.36816 14.2514 9.36816 13.7069V7.79031C9.36816 7.24581 9.8097 6.8042 10.3543 6.8042H13.3126C13.857 6.8042 14.2986 7.24581 14.2986 7.79031V13.7069C14.2986 14.2514 13.857 14.693 13.3126 14.693ZM11.3404 12.7208H12.3265V8.77642H11.3404V12.7208Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.7222 14.6932H16.7639C16.2194 14.6932 15.7778 14.2516 15.7778 13.7071V8.77663C15.7778 8.2321 16.2194 7.79053 16.7639 7.79053H19.7222C20.2667 7.79053 20.7083 8.2321 20.7083 8.77663V13.7071C20.7083 14.2516 20.2667 14.6932 19.7222 14.6932ZM17.75 12.721H18.7362V9.7627H17.75V12.721Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.42359 7.78949C3.79242 7.78949 2.46533 6.4624 2.46533 4.8312C2.46533 3.41228 4.22551 1.72203 4.76477 1.23778C5.13958 0.901208 5.70759 0.901208 6.0824 1.23778C6.62166 1.72203 8.38184 3.41228 8.38184 4.8312C8.38184 6.4624 7.05475 7.78949 5.42359 7.78949ZM5.42359 3.36331C4.87545 3.96588 4.45079 4.58001 4.43748 4.83345C4.43748 5.37493 4.87982 5.81731 5.42359 5.81731C5.96677 5.81731 6.40889 5.3757 6.40969 4.8328C6.3955 4.57885 5.97114 3.9653 5.42359 3.36332V3.36331Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.243 7.78949C16.6118 7.78949 15.2847 6.4624 15.2847 4.8312C15.2847 3.41228 17.0448 1.72203 17.5842 1.23778C17.9589 0.901208 18.5269 0.901208 18.9018 1.23778C19.4411 1.72203 21.2012 3.41228 21.2012 4.8312C21.2012 6.4624 19.8742 7.78949 18.243 7.78949ZM18.243 3.36331C17.6949 3.96588 17.2701 4.58001 17.2569 4.83345C17.2569 5.37493 17.6992 5.81731 18.243 5.81731C18.7862 5.81731 19.2282 5.3757 19.2291 4.8328C19.2148 4.57885 18.7905 3.9653 18.243 3.36332V3.36331Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.8338 6.80411C10.2026 6.80411 8.87549 5.47702 8.87549 3.84582C8.87549 2.42694 10.6357 0.736654 11.175 0.252403C11.5498 -0.0841343 12.1177 -0.0841343 12.4926 0.252403C13.0319 0.736654 14.7921 2.42694 14.7921 3.84582C14.7921 5.47702 13.465 6.80411 11.8338 6.80411ZM11.8338 2.37793C11.2857 2.98054 10.861 3.59467 10.8477 3.84808C10.8477 4.38959 11.2901 4.83193 11.8338 4.83193C12.3771 4.83193 12.819 4.39036 12.8199 3.84742C12.8057 3.59347 12.3814 2.97992 11.8338 2.37794V2.37793Z' fill='currentColor'/><path d='M18.4069 19.6231C17.1234 19.6231 16.4509 18.8162 16.0059 18.2822C15.6083 17.8051 15.4517 17.6509 15.1197 17.6509C14.7878 17.6509 14.6314 17.805 14.2339 18.2821C13.7889 18.816 13.1165 19.6231 11.8329 19.6231C10.5494 19.6231 9.87688 18.8162 9.43184 18.2822C9.03433 17.8051 8.87796 17.6509 8.54593 17.6509C8.21398 17.6509 8.05761 17.805 7.66009 18.2821C7.21507 18.816 6.54279 19.6231 5.25915 19.6231C3.97551 19.6231 3.30316 18.816 2.85813 18.2821C2.46061 17.805 2.30424 17.6509 1.97244 17.6509C1.42786 17.6509 0.986328 17.2093 0.986328 16.6648C0.986328 16.1203 1.42787 15.6787 1.97244 15.6787C3.25601 15.6787 3.92835 16.4857 4.37338 17.0197C4.77082 17.4967 4.92727 17.6509 5.25915 17.6509C5.59103 17.6509 5.74733 17.4967 6.14491 17.0197C6.58987 16.4857 7.26243 15.6787 8.54593 15.6787C9.82957 15.6787 10.5021 16.4857 10.9471 17.0197C11.3445 17.4967 11.501 17.6509 11.8329 17.6509C12.1647 17.6509 12.3212 17.4967 12.7188 17.0197C13.1637 16.4857 13.8362 15.6787 15.1197 15.6787C16.4034 15.6787 17.0758 16.4856 17.5208 17.0196C17.9184 17.4967 18.0749 17.6509 18.4069 17.6509C18.739 17.6509 18.8956 17.4967 19.2931 17.0196C19.7382 16.4856 20.4106 15.6787 21.6943 15.6787C22.2388 15.6787 22.6804 16.1203 22.6804 16.6648C22.6804 17.2093 22.2388 17.6509 21.6943 17.6509C21.3623 17.6509 21.2058 17.8051 20.8082 18.2822C20.3632 18.8162 19.6907 19.6231 18.4069 19.6231L18.4069 19.6231Z' fill='currentColor'/></svg>",
|
|
543
|
+
iconName: "IconCake",
|
|
544
|
+
iconSize: props.size,
|
|
545
|
+
iconColor: props.color
|
|
546
|
+
}, props)
|
|
547
|
+
);
|
|
548
|
+
}
|
|
549
|
+
function IconCheck(props) {
|
|
550
|
+
return /* @__PURE__ */ jsx(
|
|
551
|
+
Icon,
|
|
552
|
+
__spreadValues({
|
|
553
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.7071 5.29289C21.0976 5.68342 21.0976 6.31658 20.7071 6.70711L9.70711 17.7071C9.31658 18.0976 8.68342 18.0976 8.29289 17.7071L3.29289 12.7071C2.90237 12.3166 2.90237 11.6834 3.29289 11.2929C3.68342 10.9024 4.31658 10.9024 4.70711 11.2929L9 15.5858L19.2929 5.29289C19.6834 4.90237 20.3166 4.90237 20.7071 5.29289Z' fill='currentColor'/></svg>",
|
|
554
|
+
iconName: "IconCheck",
|
|
555
|
+
iconSize: props.size,
|
|
556
|
+
iconColor: props.color
|
|
557
|
+
}, props)
|
|
558
|
+
);
|
|
559
|
+
}
|
|
560
|
+
function IconChevronsDown(props) {
|
|
561
|
+
return /* @__PURE__ */ jsx(
|
|
562
|
+
Icon,
|
|
563
|
+
__spreadValues({
|
|
564
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 12.2929C6.68342 11.9024 7.31658 11.9024 7.70711 12.2929L12 16.5858L16.2929 12.2929C16.6834 11.9024 17.3166 11.9024 17.7071 12.2929C18.0976 12.6834 18.0976 13.3166 17.7071 13.7071L12.7071 18.7071C12.3166 19.0976 11.6834 19.0976 11.2929 18.7071L6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 5.29289C6.68342 4.90237 7.31658 4.90237 7.70711 5.29289L12 9.58579L16.2929 5.29289C16.6834 4.90237 17.3166 4.90237 17.7071 5.29289C18.0976 5.68342 18.0976 6.31658 17.7071 6.70711L12.7071 11.7071C12.3166 12.0976 11.6834 12.0976 11.2929 11.7071L6.29289 6.70711C5.90237 6.31658 5.90237 5.68342 6.29289 5.29289Z' fill='currentColor'/></svg>",
|
|
565
|
+
iconName: "IconChevronsDown",
|
|
566
|
+
iconSize: props.size,
|
|
567
|
+
iconColor: props.color
|
|
568
|
+
}, props)
|
|
569
|
+
);
|
|
570
|
+
}
|
|
571
|
+
function IconChevronsLeft(props) {
|
|
572
|
+
return /* @__PURE__ */ jsx(
|
|
573
|
+
Icon,
|
|
574
|
+
__spreadValues({
|
|
575
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 6.29289C12.0976 6.68342 12.0976 7.31658 11.7071 7.70711L7.41421 12L11.7071 16.2929C12.0976 16.6834 12.0976 17.3166 11.7071 17.7071C11.3166 18.0976 10.6834 18.0976 10.2929 17.7071L5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L10.2929 6.29289C10.6834 5.90237 11.3166 5.90237 11.7071 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.7071 6.29289C19.0976 6.68342 19.0976 7.31658 18.7071 7.70711L14.4142 12L18.7071 16.2929C19.0976 16.6834 19.0976 17.3166 18.7071 17.7071C18.3166 18.0976 17.6834 18.0976 17.2929 17.7071L12.2929 12.7071C11.9024 12.3166 11.9024 11.6834 12.2929 11.2929L17.2929 6.29289C17.6834 5.90237 18.3166 5.90237 18.7071 6.29289Z' fill='currentColor'/></svg>",
|
|
576
|
+
iconName: "IconChevronsLeft",
|
|
577
|
+
iconSize: props.size,
|
|
578
|
+
iconColor: props.color
|
|
579
|
+
}, props)
|
|
580
|
+
);
|
|
581
|
+
}
|
|
582
|
+
function IconChevronsRight(props) {
|
|
583
|
+
return /* @__PURE__ */ jsx(
|
|
584
|
+
Icon,
|
|
585
|
+
__spreadValues({
|
|
586
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289L18.7071 11.2929C19.0976 11.6834 19.0976 12.3166 18.7071 12.7071L13.7071 17.7071C13.3166 18.0976 12.6834 18.0976 12.2929 17.7071C11.9024 17.3166 11.9024 16.6834 12.2929 16.2929L16.5858 12L12.2929 7.70711C11.9024 7.31658 11.9024 6.68342 12.2929 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 6.29289C5.68342 5.90237 6.31658 5.90237 6.70711 6.29289L11.7071 11.2929C12.0976 11.6834 12.0976 12.3166 11.7071 12.7071L6.70711 17.7071C6.31658 18.0976 5.68342 18.0976 5.29289 17.7071C4.90237 17.3166 4.90237 16.6834 5.29289 16.2929L9.58579 12L5.29289 7.70711C4.90237 7.31658 4.90237 6.68342 5.29289 6.29289Z' fill='currentColor'/></svg>",
|
|
587
|
+
iconName: "IconChevronsRight",
|
|
588
|
+
iconSize: props.size,
|
|
589
|
+
iconColor: props.color
|
|
590
|
+
}, props)
|
|
591
|
+
);
|
|
592
|
+
}
|
|
593
|
+
function IconChevronRight(props) {
|
|
594
|
+
return /* @__PURE__ */ jsx(
|
|
595
|
+
Icon,
|
|
596
|
+
__spreadValues({
|
|
597
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L13.5858 12L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289Z' fill='currentColor'/></svg>",
|
|
598
|
+
iconName: "IconChevronRight",
|
|
599
|
+
iconSize: props.size,
|
|
600
|
+
iconColor: props.color
|
|
601
|
+
}, props)
|
|
602
|
+
);
|
|
603
|
+
}
|
|
604
|
+
function IconChevronsUp(props) {
|
|
605
|
+
return /* @__PURE__ */ jsx(
|
|
606
|
+
Icon,
|
|
607
|
+
__spreadValues({
|
|
608
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 5.29289C11.6834 4.90237 12.3166 4.90237 12.7071 5.29289L17.7071 10.2929C18.0976 10.6834 18.0976 11.3166 17.7071 11.7071C17.3166 12.0976 16.6834 12.0976 16.2929 11.7071L12 7.41421L7.70711 11.7071C7.31658 12.0976 6.68342 12.0976 6.29289 11.7071C5.90237 11.3166 5.90237 10.6834 6.29289 10.2929L11.2929 5.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 12.2929C11.6834 11.9024 12.3166 11.9024 12.7071 12.2929L17.7071 17.2929C18.0976 17.6834 18.0976 18.3166 17.7071 18.7071C17.3166 19.0976 16.6834 19.0976 16.2929 18.7071L12 14.4142L7.70711 18.7071C7.31658 19.0976 6.68342 19.0976 6.29289 18.7071C5.90237 18.3166 5.90237 17.6834 6.29289 17.2929L11.2929 12.2929Z' fill='currentColor'/></svg>",
|
|
609
|
+
iconName: "IconChevronsUp",
|
|
610
|
+
iconSize: props.size,
|
|
611
|
+
iconColor: props.color
|
|
612
|
+
}, props)
|
|
613
|
+
);
|
|
614
|
+
}
|
|
615
|
+
function IconCloudDrizzle(props) {
|
|
616
|
+
return /* @__PURE__ */ jsx(
|
|
617
|
+
Icon,
|
|
618
|
+
__spreadValues({
|
|
619
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2669)'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 18C8.55228 18 9 18.4477 9 19V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19C7 18.4477 7.44772 18 8 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 12C8.55228 12 9 12.4477 9 13V15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15V13C7 12.4477 7.44772 12 8 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 12C16.5523 12 17 12.4477 17 13V15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15V13C15 12.4477 15.4477 12 16 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 20C12.5523 20 13 20.4477 13 21V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V21C11 20.4477 11.4477 20 12 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 14C12.5523 14 13 14.4477 13 15V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V15C11 14.4477 11.4477 14 12 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08241 0.0467898C9.50129 -0.0976905 10.9342 0.0971033 12.263 0.615115C13.5918 1.13313 14.7785 1.95952 15.7252 3.02619C16.498 3.89686 17.0929 4.90727 17.4793 6.0002H18.0012C19.3784 6.00182 20.7131 6.47715 21.7813 7.3464C22.8494 8.21566 23.5861 9.42591 23.8675 10.774C24.149 12.1221 23.9581 13.526 23.3269 14.7501C22.6957 15.9741 21.6627 16.9437 20.4012 17.4962C19.8953 17.7178 19.3056 17.4873 19.084 16.9814C18.8625 16.4755 19.093 15.8858 19.5989 15.6642C20.4399 15.2959 21.1285 14.6494 21.5493 13.8334C21.9701 13.0174 22.0974 12.0815 21.9097 11.1827C21.7221 10.284 21.231 9.47717 20.5189 8.89767C19.8069 8.31825 18.9172 8.00137 17.9992 8.0002C17.9991 8.0002 17.9994 8.0002 17.9992 8.0002H16.74C16.284 8.0002 15.8858 7.69174 15.7718 7.25024C15.4944 6.17619 14.9658 5.18344 14.2294 4.35381C13.4931 3.52418 12.5701 2.88143 11.5366 2.47853C10.5031 2.07563 9.38859 1.92413 8.28502 2.0365C7.18145 2.14887 6.12038 2.52191 5.18928 3.12486C4.25818 3.72781 3.4837 4.54341 2.92969 5.50443C2.37567 6.46546 2.05799 7.54439 2.00281 8.65229C1.94763 9.7602 2.15654 10.8654 2.61233 11.8767C3.06811 12.888 3.75771 13.7765 4.6243 14.469C5.05575 14.8138 5.12602 15.443 4.78125 15.8745C4.43648 16.3059 3.80722 16.3762 3.37577 16.0314C2.26159 15.1411 1.37496 13.9987 0.78895 12.6984C0.202942 11.3982 -0.0656602 9.97726 0.00528293 8.55281C0.0762262 7.12836 0.484683 5.74116 1.19699 4.50556C1.90929 3.26996 2.90505 2.22133 4.10218 1.44611C5.29931 0.670887 6.66353 0.19127 8.08241 0.0467898Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2669'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
620
|
+
iconName: "IconCloudDrizzle",
|
|
621
|
+
iconSize: props.size,
|
|
622
|
+
iconColor: props.color
|
|
623
|
+
}, props)
|
|
624
|
+
);
|
|
625
|
+
}
|
|
626
|
+
function IconChrome(props) {
|
|
627
|
+
return /* @__PURE__ */ jsx(
|
|
628
|
+
Icon,
|
|
629
|
+
__spreadValues({
|
|
630
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 8C11 7.44772 11.4477 7 12 7H21.17C21.7223 7 22.17 7.44772 22.17 8C22.17 8.55228 21.7223 9 21.17 9H12C11.4477 9 11 8.55228 11 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.4494 5.19448C3.92754 4.91807 4.53922 5.08161 4.81562 5.55975L9.40562 13.4997C9.68203 13.9779 9.51849 14.5896 9.04035 14.866C8.56221 15.1424 7.95053 14.9788 7.67412 14.5007L3.08412 6.5607C2.80772 6.08256 2.97126 5.47088 3.4494 5.19448Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.9597 13.1339C16.4381 13.4099 16.6022 14.0214 16.3263 14.4998L11.7463 22.4398C11.4703 22.9182 10.8588 23.0823 10.3804 22.8064C9.90199 22.5304 9.73787 21.9189 10.0138 21.4405L14.5938 13.5005C14.8698 13.0221 15.4813 12.858 15.9597 13.1339Z' fill='currentColor'/></svg>",
|
|
631
|
+
iconName: "IconChrome",
|
|
632
|
+
iconSize: props.size,
|
|
633
|
+
iconColor: props.color
|
|
634
|
+
}, props)
|
|
635
|
+
);
|
|
636
|
+
}
|
|
637
|
+
function IconCircle(props) {
|
|
638
|
+
return /* @__PURE__ */ jsx(
|
|
639
|
+
Icon,
|
|
640
|
+
__spreadValues({
|
|
641
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/></svg>",
|
|
642
|
+
iconName: "IconCircle",
|
|
643
|
+
iconSize: props.size,
|
|
644
|
+
iconColor: props.color
|
|
645
|
+
}, props)
|
|
646
|
+
);
|
|
647
|
+
}
|
|
648
|
+
function IconClock(props) {
|
|
649
|
+
return /* @__PURE__ */ jsx(
|
|
650
|
+
Icon,
|
|
651
|
+
__spreadValues({
|
|
652
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 5C12.5523 5 13 5.44772 13 6V11.382L16.4472 13.1056C16.9412 13.3526 17.1414 13.9532 16.8944 14.4472C16.6474 14.9412 16.0468 15.1414 15.5528 14.8944L11.5528 12.8944C11.214 12.725 11 12.3788 11 12V6C11 5.44772 11.4477 5 12 5Z' fill='currentColor'/></svg>",
|
|
653
|
+
iconName: "IconClock",
|
|
654
|
+
iconSize: props.size,
|
|
655
|
+
iconColor: props.color
|
|
656
|
+
}, props)
|
|
657
|
+
);
|
|
658
|
+
}
|
|
659
|
+
function IconClipboard(props) {
|
|
660
|
+
return /* @__PURE__ */ jsx(
|
|
661
|
+
Icon,
|
|
662
|
+
__spreadValues({
|
|
663
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 3C7 1.89543 7.89543 1 9 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5V3ZM15 3H9V5H15V3Z' fill='currentColor'/></svg>",
|
|
664
|
+
iconName: "IconClipboard",
|
|
665
|
+
iconSize: props.size,
|
|
666
|
+
iconColor: props.color
|
|
667
|
+
}, props)
|
|
668
|
+
);
|
|
669
|
+
}
|
|
670
|
+
function IconCloudLightning(props) {
|
|
671
|
+
return /* @__PURE__ */ jsx(
|
|
672
|
+
Icon,
|
|
673
|
+
__spreadValues({
|
|
674
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_2485)'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.5547 10.1681C14.0142 10.4744 14.1384 11.0953 13.8321 11.5548L10.8685 16.0001H15C15.3688 16.0001 15.7077 16.2031 15.8817 16.5282C16.0557 16.8534 16.0366 17.248 15.8321 17.5548L11.8321 23.5548C11.5257 24.0143 10.9048 24.1385 10.4453 23.8322C9.98577 23.5258 9.8616 22.9049 10.168 22.4454L13.1315 18.0001H9C8.63121 18.0001 8.29235 17.7971 8.11833 17.472C7.94431 17.1468 7.96338 16.7523 8.16795 16.4454L12.168 10.4454C12.4743 9.98588 13.0952 9.8617 13.5547 10.1681Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08241 0.0467898C9.50129 -0.0976905 10.9342 0.0971033 12.263 0.615115C13.5918 1.13313 14.7785 1.95952 15.7252 3.02619C16.498 3.89686 17.0929 4.90727 17.4793 6.0002H18.0012C19.3784 6.00182 20.7131 6.47715 21.7813 7.3464C22.8494 8.21566 23.5861 9.42591 23.8675 10.774C24.149 12.1221 23.9581 13.526 23.3269 14.7501C22.6957 15.9741 21.6627 16.9437 20.4012 17.4962C19.8953 17.7178 19.3056 17.4873 19.084 16.9814C18.8625 16.4755 19.093 15.8858 19.5989 15.6642C20.4399 15.2959 21.1285 14.6494 21.5493 13.8334C21.9701 13.0174 22.0974 12.0815 21.9097 11.1827C21.7221 10.284 21.231 9.47717 20.5189 8.89767C19.8069 8.31825 18.9172 8.00137 17.9992 8.0002C17.9991 8.0002 17.9994 8.0002 17.9992 8.0002H16.74C16.284 8.0002 15.8858 7.69174 15.7718 7.25024C15.4944 6.17619 14.9658 5.18344 14.2294 4.35381C13.4931 3.52418 12.5701 2.88143 11.5366 2.47853C10.5031 2.07563 9.38859 1.92413 8.28502 2.0365C7.18145 2.14887 6.12038 2.52191 5.18928 3.12486C4.25818 3.72781 3.4837 4.54341 2.92969 5.50443C2.37567 6.46546 2.05799 7.54439 2.00281 8.65229C1.94763 9.7602 2.15654 10.8654 2.61233 11.8767C3.06811 12.888 3.75771 13.7765 4.6243 14.469C5.05575 14.8138 5.12602 15.443 4.78125 15.8745C4.43648 16.3059 3.80722 16.3762 3.37577 16.0314C2.26159 15.1411 1.37496 13.9987 0.78895 12.6984C0.202942 11.3982 -0.0656602 9.97726 0.00528293 8.55281C0.0762262 7.12836 0.484683 5.74116 1.19699 4.50556C1.90929 3.26996 2.90505 2.22133 4.10218 1.44611C5.29931 0.670887 6.66353 0.19127 8.08241 0.0467898Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_2485'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
675
|
+
iconName: "IconCloudLightning",
|
|
676
|
+
iconSize: props.size,
|
|
677
|
+
iconColor: props.color
|
|
678
|
+
}, props)
|
|
679
|
+
);
|
|
680
|
+
}
|
|
681
|
+
function IconCloudOff(props) {
|
|
682
|
+
return /* @__PURE__ */ jsx(
|
|
683
|
+
Icon,
|
|
684
|
+
__spreadValues({
|
|
685
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_2480)'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.33205 4.94541C6.6384 5.40493 6.51423 6.0258 6.0547 6.33216C5.32277 6.82011 4.82988 7.19876 4.43956 7.6213C4.05994 8.03227 3.74489 8.52077 3.43064 9.25878C2.81883 10.6956 2.70506 12.2958 3.10745 13.8048C3.50984 15.3137 4.40527 16.6448 5.6513 17.5862C6.89733 18.5277 8.42239 19.0254 9.98388 19.0002L9.99999 19.0001H19.5C20.0523 19.0001 20.5 19.4478 20.5 20.0001C20.5 20.5524 20.0523 21.0001 19.5 21.0001H10.0078C8.00308 21.0306 6.04548 20.3907 4.44565 19.182C2.84361 17.9716 1.69234 16.2602 1.17498 14.3201C0.657625 12.38 0.803892 10.3226 1.59052 8.47525C1.97549 7.57113 2.40516 6.87618 2.97043 6.26422C3.52502 5.66385 4.17723 5.18011 4.9453 4.66806C5.40483 4.3617 6.0257 4.48588 6.33205 4.94541Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 4C8.5 3.44772 8.94772 3 9.5 3C10.9552 3 12.5199 3.10584 13.9238 3.97943C15.3494 4.86652 16.4386 6.43091 17.2378 8.96315C17.2414 8.97481 17.2505 8.99177 17.2728 9.00922C17.296 9.02743 17.3271 9.04059 17.3606 9.0439C18.7875 9.18463 20.7059 9.69885 22.0913 10.979C22.7993 11.6333 23.3646 12.4862 23.634 13.5652C23.9021 14.6388 23.8619 15.8735 23.4615 17.2747C23.3098 17.8058 22.7563 18.1132 22.2253 17.9615C21.6942 17.8098 21.3868 17.2563 21.5385 16.7253C21.8633 15.5885 21.8601 14.7166 21.6936 14.0497C21.5284 13.3882 21.1874 12.8669 20.7339 12.4479C19.7963 11.5815 18.3707 11.1532 17.1643 11.0342C16.3444 10.9534 15.5947 10.4023 15.3305 9.56508C14.6118 7.28775 13.7391 6.22008 12.8672 5.67751C11.9735 5.12143 10.9052 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_2480'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
686
|
+
iconName: "IconCloudOff",
|
|
687
|
+
iconSize: props.size,
|
|
688
|
+
iconColor: props.color
|
|
689
|
+
}, props)
|
|
690
|
+
);
|
|
691
|
+
}
|
|
692
|
+
function IconCloudRain(props) {
|
|
693
|
+
return /* @__PURE__ */ jsx(
|
|
694
|
+
Icon,
|
|
695
|
+
__spreadValues({
|
|
696
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2458)'><path fill-rule='evenodd' clip-rule='evenodd' d='M16 12C16.5523 12 17 12.4477 17 13V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V13C15 12.4477 15.4477 12 16 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 12C8.55228 12 9 12.4477 9 13V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V13C7 12.4477 7.44772 12 8 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 14C12.5523 14 13 14.4477 13 15V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V15C11 14.4477 11.4477 14 12 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08241 0.0467898C9.50129 -0.0976905 10.9342 0.0971033 12.263 0.615115C13.5918 1.13313 14.7785 1.95952 15.7252 3.02619C16.498 3.89686 17.0929 4.90727 17.4793 6.0002H18.0012C19.3784 6.00182 20.7131 6.47715 21.7813 7.3464C22.8494 8.21566 23.5861 9.42591 23.8675 10.774C24.149 12.1221 23.9581 13.526 23.3269 14.7501C22.6957 15.9741 21.6627 16.9437 20.4012 17.4962C19.8953 17.7178 19.3056 17.4873 19.084 16.9814C18.8625 16.4755 19.093 15.8858 19.5989 15.6642C20.4399 15.2959 21.1285 14.6494 21.5493 13.8334C21.9701 13.0174 22.0974 12.0815 21.9097 11.1827C21.7221 10.284 21.231 9.47717 20.5189 8.89767C19.8069 8.31825 18.9172 8.00137 17.9992 8.0002C17.9991 8.0002 17.9994 8.0002 17.9992 8.0002H16.74C16.284 8.0002 15.8858 7.69174 15.7718 7.25024C15.4944 6.17619 14.9658 5.18344 14.2294 4.35381C13.4931 3.52418 12.5701 2.88143 11.5366 2.47853C10.5031 2.07563 9.38859 1.92413 8.28502 2.0365C7.18145 2.14887 6.12038 2.52191 5.18928 3.12486C4.25818 3.72781 3.4837 4.54341 2.92969 5.50443C2.37567 6.46546 2.05799 7.54439 2.00281 8.65229C1.94763 9.7602 2.15654 10.8654 2.61233 11.8767C3.06811 12.888 3.75771 13.7765 4.6243 14.469C5.05575 14.8138 5.12602 15.443 4.78125 15.8745C4.43648 16.3059 3.80722 16.3762 3.37577 16.0314C2.26159 15.1411 1.37496 13.9987 0.78895 12.6984C0.202942 11.3982 -0.0656602 9.97726 0.00528293 8.55281C0.0762262 7.12836 0.484683 5.74116 1.19699 4.50556C1.90929 3.26996 2.90505 2.22133 4.10218 1.44611C5.29931 0.670887 6.66353 0.19127 8.08241 0.0467898Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2458'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
697
|
+
iconName: "IconCloudRain",
|
|
698
|
+
iconSize: props.size,
|
|
699
|
+
iconColor: props.color
|
|
700
|
+
}, props)
|
|
701
|
+
);
|
|
702
|
+
}
|
|
703
|
+
function IconCloudSnow(props) {
|
|
704
|
+
return /* @__PURE__ */ jsx(
|
|
705
|
+
Icon,
|
|
706
|
+
__spreadValues({
|
|
707
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2693)'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08241 1.04679C9.50129 0.90231 10.9342 1.0971 12.263 1.61511C13.5918 2.13313 14.7785 2.95952 15.7252 4.02619C16.498 4.89686 17.0929 5.90727 17.4793 7.0002H18.0012C19.3784 7.00182 20.7131 7.47715 21.7813 8.3464C22.8494 9.21566 23.5861 10.4259 23.8675 11.774C24.149 13.1221 23.9581 14.526 23.3269 15.7501C22.6957 16.9741 21.6627 17.9437 20.4012 18.4962C19.8953 18.7178 19.3056 18.4873 19.084 17.9814C18.8625 17.4755 19.093 16.8858 19.5989 16.6642C20.4399 16.2959 21.1285 15.6494 21.5493 14.8334C21.9701 14.0174 22.0974 13.0815 21.9097 12.1827C21.7221 11.284 21.231 10.4772 20.5189 9.89767C19.8069 9.31825 18.9172 9.00137 17.9992 9.0002C17.9991 9.0002 17.9994 9.0002 17.9992 9.0002H16.74C16.284 9.0002 15.8858 8.69174 15.7718 8.25024C15.4944 7.17619 14.9658 6.18344 14.2294 5.35381C13.4931 4.52418 12.5701 3.88143 11.5366 3.47853C10.5031 3.07563 9.38859 2.92413 8.28502 3.0365C7.18145 3.14887 6.12038 3.52191 5.18928 4.12486C4.25818 4.72781 3.4837 5.54341 2.92969 6.50443C2.37567 7.46546 2.05799 8.54439 2.00281 9.65229C1.94763 10.7602 2.15654 11.8654 2.61233 12.8767C3.06811 13.888 3.75771 14.7765 4.6243 15.469C5.05575 15.8138 5.12602 16.443 4.78125 16.8745C4.43648 17.3059 3.80722 17.3762 3.37577 17.0314C2.26159 16.1411 1.37496 14.9987 0.78895 13.6984C0.202942 12.3982 -0.0656602 10.9773 0.00528293 9.55281C0.0762262 8.12836 0.484683 6.74116 1.19699 5.50556C1.90929 4.26996 2.90505 3.22133 4.10218 2.44611C5.29931 1.67089 6.66353 1.19127 8.08241 1.04679Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 16C7 15.4477 7.44772 15 8 15H8.01C8.56228 15 9.01 15.4477 9.01 16C9.01 16.5523 8.56228 17 8.01 17H8C7.44772 17 7 16.5523 7 16Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 20C7 19.4477 7.44772 19 8 19H8.01C8.56228 19 9.01 19.4477 9.01 20C9.01 20.5523 8.56228 21 8.01 21H8C7.44772 21 7 20.5523 7 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 18C11 17.4477 11.4477 17 12 17H12.01C12.5623 17 13.01 17.4477 13.01 18C13.01 18.5523 12.5623 19 12.01 19H12C11.4477 19 11 18.5523 11 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 22C11 21.4477 11.4477 21 12 21H12.01C12.5623 21 13.01 21.4477 13.01 22C13.01 22.5523 12.5623 23 12.01 23H12C11.4477 23 11 22.5523 11 22Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 16C15 15.4477 15.4477 15 16 15H16.01C16.5623 15 17.01 15.4477 17.01 16C17.01 16.5523 16.5623 17 16.01 17H16C15.4477 17 15 16.5523 15 16Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 20C15 19.4477 15.4477 19 16 19H16.01C16.5623 19 17.01 19.4477 17.01 20C17.01 20.5523 16.5623 21 16.01 21H16C15.4477 21 15 20.5523 15 20Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2693'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
708
|
+
iconName: "IconCloudSnow",
|
|
709
|
+
iconSize: props.size,
|
|
710
|
+
iconColor: props.color
|
|
711
|
+
}, props)
|
|
712
|
+
);
|
|
713
|
+
}
|
|
714
|
+
function IconCloud(props) {
|
|
715
|
+
return /* @__PURE__ */ jsx(
|
|
716
|
+
Icon,
|
|
717
|
+
__spreadValues({
|
|
718
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_2608)'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.52903 3.01103C14.4281 3.0254 16.8967 6.70281 17.7431 9.03432C19.2753 9.13623 20.8345 9.60946 22.0958 10.6609C22.7115 11.1741 23.2125 11.7249 23.5426 12.4648C23.8667 13.1912 23.9863 14.0117 23.9999 14.9988C24.0175 16.2755 23.6425 17.308 23.1151 18.1456C21.7017 20.3904 18.91 21.0126 16.687 21.0126H10C6.58281 21.0126 4.06382 19.9385 2.39587 18.2845C0.738978 16.6414 0 14.5021 0 12.5111C0 8.69859 1.56473 6.22573 3.60439 4.76173C5.57908 3.34435 7.92359 2.9234 9.52903 3.01103ZM4.77061 6.38651C3.2686 7.46461 2 9.32513 2 12.5111C2 14.0202 2.56102 15.6316 3.80413 16.8643C5.03618 18.0861 7.01719 19.0126 10 19.0126H16.687C18.7076 19.0126 20.575 18.4263 21.4226 17.08C21.7726 16.5242 22.0117 15.8665 22.0001 15.0264C21.9883 14.17 21.8839 13.6556 21.7161 13.2796C21.5543 12.917 21.2958 12.5978 20.8152 12.1971C19.837 11.3817 18.514 11.0147 17.0996 11.0128C16.8742 11.0125 16.665 10.9443 16.4952 10.8378C16.3288 10.7336 16.1029 10.5283 16.0127 10.1888C15.5271 8.36086 13.5742 5.01089 9.50002 5.01099L9.47062 5.01099L9.44128 5.00926C8.21408 4.93707 6.32538 5.27055 4.77061 6.38651Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_2608'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
719
|
+
iconName: "IconCloud",
|
|
720
|
+
iconSize: props.size,
|
|
721
|
+
iconColor: props.color
|
|
722
|
+
}, props)
|
|
723
|
+
);
|
|
724
|
+
}
|
|
725
|
+
function IconCodepen(props) {
|
|
726
|
+
return /* @__PURE__ */ jsx(
|
|
727
|
+
Icon,
|
|
728
|
+
__spreadValues({
|
|
729
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.455 1.16156C11.7864 0.946148 12.2136 0.946148 12.545 1.16156L22.545 7.66156C22.8288 7.84602 23 8.16152 23 8.5V15.5C23 15.8385 22.8288 16.154 22.545 16.3384L12.545 22.8384C12.2136 23.0539 11.7864 23.0539 11.455 22.8384L1.45501 16.3384C1.17122 16.154 1 15.8385 1 15.5V8.5C1 8.16152 1.17122 7.84602 1.45501 7.66156L11.455 1.16156ZM3 9.04269V14.9573L12 20.8073L21 14.9573V9.04269L12 3.19269L3 9.04269Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 14.5C12.5523 14.5 13 14.9477 13 15.5V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V15.5C11 14.9477 11.4477 14.5 12 14.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.18085 7.92662C1.49757 7.47417 2.1211 7.36414 2.57355 7.68085L12.0001 14.2794L21.4266 7.68085C21.8791 7.36414 22.5026 7.47417 22.8193 7.92662C23.136 8.37907 23.026 9.0026 22.5735 9.31932L12.5735 16.3193C12.2292 16.5603 11.7709 16.5603 11.4266 16.3193L1.42662 9.31932C0.974174 9.0026 0.864139 8.37907 1.18085 7.92662Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.4266 7.68077C11.7709 7.43974 12.2292 7.43974 12.5735 7.68077L22.5735 14.6808C23.026 14.9975 23.136 15.621 22.8193 16.0735C22.5026 16.5259 21.8791 16.6359 21.4266 16.3192L12.0001 9.72066L2.57355 16.3192C2.1211 16.6359 1.49757 16.5259 1.18085 16.0735C0.864139 15.621 0.974174 14.9975 1.42662 14.6808L11.4266 7.68077Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/></svg>",
|
|
730
|
+
iconName: "IconCodepen",
|
|
731
|
+
iconSize: props.size,
|
|
732
|
+
iconColor: props.color
|
|
733
|
+
}, props)
|
|
734
|
+
);
|
|
735
|
+
}
|
|
736
|
+
function IconCode(props) {
|
|
737
|
+
return /* @__PURE__ */ jsx(
|
|
738
|
+
Icon,
|
|
739
|
+
__spreadValues({
|
|
740
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2929 5.29289C15.6834 4.90237 16.3166 4.90237 16.7071 5.29289L22.7071 11.2929C23.0976 11.6834 23.0976 12.3166 22.7071 12.7071L16.7071 18.7071C16.3166 19.0976 15.6834 19.0976 15.2929 18.7071C14.9024 18.3166 14.9024 17.6834 15.2929 17.2929L20.5858 12L15.2929 6.70711C14.9024 6.31658 14.9024 5.68342 15.2929 5.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.70711 5.29289C9.09763 5.68342 9.09763 6.31658 8.70711 6.70711L3.41421 12L8.70711 17.2929C9.09763 17.6834 9.09763 18.3166 8.70711 18.7071C8.31658 19.0976 7.68342 19.0976 7.29289 18.7071L1.29289 12.7071C0.902369 12.3166 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289C7.68342 4.90237 8.31658 4.90237 8.70711 5.29289Z' fill='currentColor'/></svg>",
|
|
741
|
+
iconName: "IconCode",
|
|
742
|
+
iconSize: props.size,
|
|
743
|
+
iconColor: props.color
|
|
744
|
+
}, props)
|
|
745
|
+
);
|
|
746
|
+
}
|
|
747
|
+
function IconColumns(props) {
|
|
748
|
+
return /* @__PURE__ */ jsx(
|
|
749
|
+
Icon,
|
|
750
|
+
__spreadValues({
|
|
751
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H11V4H5ZM13 4V20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H13Z' fill='currentColor'/></svg>",
|
|
752
|
+
iconName: "IconColumns",
|
|
753
|
+
iconSize: props.size,
|
|
754
|
+
iconColor: props.color
|
|
755
|
+
}, props)
|
|
756
|
+
);
|
|
757
|
+
}
|
|
758
|
+
function IconCommand(props) {
|
|
759
|
+
return /* @__PURE__ */ jsx(
|
|
760
|
+
Icon,
|
|
761
|
+
__spreadValues({
|
|
762
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.17157 3.17157C3.92172 2.42143 4.93913 2 6 2C7.06087 2 8.07828 2.42143 8.82843 3.17157C9.57857 3.92172 10 4.93913 10 6V8H14V6C14 4.93913 14.4214 3.92172 15.1716 3.17157C15.9217 2.42143 16.9391 2 18 2C19.0609 2 20.0783 2.42143 20.8284 3.17157C21.5786 3.92172 22 4.93913 22 6C22 7.06087 21.5786 8.07828 20.8284 8.82843C20.0783 9.57857 19.0609 10 18 10H16V14H18C19.0609 14 20.0783 14.4214 20.8284 15.1716C21.5786 15.9217 22 16.9391 22 18C22 19.0609 21.5786 20.0783 20.8284 20.8284C20.0783 21.5786 19.0609 22 18 22C16.9391 22 15.9217 21.5786 15.1716 20.8284C14.4214 20.0783 14 19.0609 14 18V16H10V18C10 19.0609 9.57857 20.0783 8.82843 20.8284C8.07828 21.5786 7.06087 22 6 22C4.93913 22 3.92172 21.5786 3.17157 20.8284C2.42143 20.0783 2 19.0609 2 18C2 16.9391 2.42143 15.9217 3.17157 15.1716C3.92172 14.4214 4.93913 14 6 14H8V10H6C4.93913 10 3.92172 9.57857 3.17157 8.82843C2.42143 8.07828 2 7.06087 2 6C2 4.93913 2.42143 3.92172 3.17157 3.17157ZM8 8V6C8 5.46957 7.78929 4.96086 7.41421 4.58579C7.03914 4.21071 6.53043 4 6 4C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6C4 6.53043 4.21071 7.03914 4.58579 7.41421C4.96086 7.78929 5.46957 8 6 8H8ZM10 10V14H14V10H10ZM8 16H6C5.46957 16 4.96086 16.2107 4.58579 16.5858C4.21071 16.9609 4 17.4696 4 18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20C6.53043 20 7.03914 19.7893 7.41421 19.4142C7.78929 19.0391 8 18.5304 8 18V16ZM16 16V18C16 18.5304 16.2107 19.0391 16.5858 19.4142C16.9609 19.7893 17.4696 20 18 20C18.5304 20 19.0391 19.7893 19.4142 19.4142C19.7893 19.0391 20 18.5304 20 18C20 17.4696 19.7893 16.9609 19.4142 16.5858C19.0391 16.2107 18.5304 16 18 16H16ZM16 8H18C18.5304 8 19.0391 7.78929 19.4142 7.41421C19.7893 7.03914 20 6.53043 20 6C20 5.46957 19.7893 4.96086 19.4142 4.58579C19.0391 4.21071 18.5304 4 18 4C17.4696 4 16.9609 4.21071 16.5858 4.58579C16.2107 4.96086 16 5.46957 16 6V8Z' fill='currentColor'/></svg>",
|
|
763
|
+
iconName: "IconCommand",
|
|
764
|
+
iconSize: props.size,
|
|
765
|
+
iconColor: props.color
|
|
766
|
+
}, props)
|
|
767
|
+
);
|
|
768
|
+
}
|
|
769
|
+
function IconCodesandbox(props) {
|
|
770
|
+
return /* @__PURE__ */ jsx(
|
|
771
|
+
Icon,
|
|
772
|
+
__spreadValues({
|
|
773
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5021 1.40264C10.9577 1.14014 11.4742 1.00195 12 1.00195C12.5258 1.00195 13.0424 1.14015 13.4979 1.40267C13.4986 1.40307 13.4993 1.40348 13.5 1.40388L20.5 5.40387C20.9556 5.66692 21.334 6.04515 21.5973 6.50062C21.8606 6.95609 21.9995 7.47279 22 7.99888V16.0009C21.9995 16.527 21.8606 17.0437 21.5973 17.4992C21.334 17.9547 20.9556 18.3329 20.5 18.5959L20.4961 18.5981L13.5 22.5959C13.4994 22.5963 13.4988 22.5966 13.4982 22.597C13.0426 22.8596 12.5259 22.9979 12 22.9979C11.4741 22.9979 10.9575 22.8596 10.5019 22.597C10.5012 22.5966 10.5006 22.5963 10.5 22.5959L3.50386 18.5981L3.5 18.5959C3.04439 18.3329 2.66597 17.9547 2.40269 17.4992C2.13941 17.0437 2.00054 16.527 2 16.0009V7.99888C2.00054 7.47279 2.13941 6.95609 2.40269 6.50062C2.66597 6.04515 3.04439 5.66692 3.5 5.40388L3.50386 5.40165L10.5021 1.40264ZM12 3.00195C11.8245 3.00195 11.652 3.04816 11.5 3.13593L11.4961 3.13815L4.5 7.13593C4.49947 7.13623 4.49895 7.13654 4.49842 7.13684C4.34726 7.22448 4.22169 7.35021 4.13423 7.50151C4.04654 7.65321 4.00025 7.82528 4 8.0005V15.9993C4.00025 16.1745 4.04654 16.3466 4.13423 16.4983C4.22169 16.6496 4.34726 16.7753 4.49842 16.863C4.49895 16.8633 4.49947 16.8636 4.5 16.8639L11.5 20.8639C11.652 20.9516 11.8245 20.9979 12 20.9979C12.1755 20.9979 12.348 20.9516 12.5 20.8639L12.5039 20.8617L19.5 16.8639C19.5005 16.8636 19.5011 16.8633 19.5016 16.863C19.6527 16.7753 19.7783 16.6496 19.8658 16.4983C19.9535 16.3465 19.9998 16.1742 20 15.9989V8.00093C19.9998 7.82556 19.9535 7.65333 19.8658 7.50151C19.7783 7.35021 19.6527 7.22449 19.5016 7.13685C19.5011 7.13654 19.5005 7.13623 19.5 7.13593L12.5 3.13594C12.348 3.04817 12.1755 3.00195 12 3.00195Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.6343 3.70985C6.9106 3.23165 7.52224 3.06797 8.00044 3.34426L12.0002 5.65521L15.9999 3.34426C16.4781 3.06797 17.0897 3.23165 17.366 3.70985C17.6423 4.18805 17.4786 4.7997 17.0004 5.07599L12.5004 7.67599C12.1909 7.85484 11.8094 7.85484 11.4999 7.67599L6.99989 5.07599C6.52169 4.7997 6.35801 4.18805 6.6343 3.70985Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.1343 11.4999C2.4106 11.0217 3.02224 10.858 3.50044 11.1343L8.00044 13.7343C8.30969 13.913 8.50017 14.243 8.50017 14.6002V19.7902C8.50017 20.3425 8.05245 20.7902 7.50017 20.7902C6.94788 20.7902 6.50017 20.3425 6.50017 19.7902V15.1773L2.49989 12.866C2.02168 12.5897 1.85801 11.9781 2.1343 11.4999Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.8659 11.4999C22.1422 11.9781 21.9785 12.5897 21.5003 12.866L17.5 15.1773V19.7902C17.5 20.3425 17.0523 20.7902 16.5 20.7902C15.9477 20.7902 15.5 20.3425 15.5 19.7902V14.6002C15.5 14.243 15.6905 13.913 15.9997 13.7343L20.4997 11.1343C20.9779 10.858 21.5896 11.0217 21.8659 11.4999Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.40409 6.4594C2.68063 5.98134 3.29236 5.81798 3.77042 6.09452L11.9997 10.8549L20.229 6.09452C20.707 5.81798 21.3188 5.98134 21.5953 6.4594C21.8718 6.93747 21.7085 7.54919 21.2304 7.82573L12.5004 12.8757C12.1907 13.0549 11.8087 13.0549 11.499 12.8757L2.76897 7.82573C2.29091 7.54919 2.12755 6.93747 2.40409 6.4594Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V22.08C13 22.6323 12.5523 23.08 12 23.08C11.4477 23.08 11 22.6323 11 22.08V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/></svg>",
|
|
774
|
+
iconName: "IconCodesandbox",
|
|
775
|
+
iconSize: props.size,
|
|
776
|
+
iconColor: props.color
|
|
777
|
+
}, props)
|
|
778
|
+
);
|
|
779
|
+
}
|
|
780
|
+
function IconArchive(props) {
|
|
781
|
+
return /* @__PURE__ */ jsx(
|
|
782
|
+
Icon,
|
|
783
|
+
__spreadValues({
|
|
784
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 7C3.55228 7 4 7.44772 4 8V20H20V8C20 7.44772 20.4477 7 21 7C21.5523 7 22 7.44772 22 8V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V8C2 7.44772 2.44772 7 3 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3C0 2.44772 0.447715 2 1 2H23C23.5523 2 24 2.44772 24 3V8C24 8.55228 23.5523 9 23 9H1C0.447715 9 0 8.55228 0 8V3ZM2 4V7H22V4H2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12Z' fill='currentColor'/></svg>",
|
|
785
|
+
iconName: "IconArchive",
|
|
786
|
+
iconSize: props.size,
|
|
787
|
+
iconColor: props.color
|
|
788
|
+
}, props)
|
|
789
|
+
);
|
|
790
|
+
}
|
|
791
|
+
function IconCornerDownLeft(props) {
|
|
792
|
+
return /* @__PURE__ */ jsx(
|
|
793
|
+
Icon,
|
|
794
|
+
__spreadValues({
|
|
795
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.70711 9.29289C10.0976 9.68342 10.0976 10.3166 9.70711 10.7071L5.41421 15L9.70711 19.2929C10.0976 19.6834 10.0976 20.3166 9.70711 20.7071C9.31658 21.0976 8.68342 21.0976 8.29289 20.7071L3.29289 15.7071C2.90237 15.3166 2.90237 14.6834 3.29289 14.2929L8.29289 9.29289C8.68342 8.90237 9.31658 8.90237 9.70711 9.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 3C20.5523 3 21 3.44772 21 4V11C21 12.3261 20.4732 13.5979 19.5355 14.5355C18.5979 15.4732 17.3261 16 16 16H4C3.44772 16 3 15.5523 3 15C3 14.4477 3.44772 14 4 14H16C16.7956 14 17.5587 13.6839 18.1213 13.1213C18.6839 12.5587 19 11.7956 19 11V4C19 3.44772 19.4477 3 20 3Z' fill='currentColor'/></svg>",
|
|
796
|
+
iconName: "IconCornerDownLeft",
|
|
797
|
+
iconSize: props.size,
|
|
798
|
+
iconColor: props.color
|
|
799
|
+
}, props)
|
|
800
|
+
);
|
|
801
|
+
}
|
|
802
|
+
function IconCoffee(props) {
|
|
803
|
+
return /* @__PURE__ */ jsx(
|
|
804
|
+
Icon,
|
|
805
|
+
__spreadValues({
|
|
806
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M17 8C17 7.44772 17.4477 7 18 7H19C20.3261 7 21.5979 7.52678 22.5355 8.46447C23.4732 9.40215 24 10.6739 24 12C24 13.3261 23.4732 14.5979 22.5355 15.5355C21.5979 16.4732 20.3261 17 19 17H18C17.4477 17 17 16.5523 17 16C17 15.4477 17.4477 15 18 15H19C19.7956 15 20.5587 14.6839 21.1213 14.1213C21.6839 13.5587 22 12.7956 22 12C22 11.2044 21.6839 10.4413 21.1213 9.87868C20.5587 9.31607 19.7956 9 19 9H18C17.4477 9 17 8.55228 17 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 8C1 7.44772 1.44772 7 2 7H18C18.5523 7 19 7.44772 19 8V17C19 18.3261 18.4732 19.5979 17.5355 20.5355C16.5979 21.4732 15.3261 22 14 22H6C4.67392 22 3.40215 21.4732 2.46447 20.5355C1.52678 19.5979 1 18.3261 1 17V8ZM3 9V17C3 17.7956 3.31607 18.5587 3.87868 19.1213C4.44129 19.6839 5.20435 20 6 20H14C14.7956 20 15.5587 19.6839 16.1213 19.1213C16.6839 18.5587 17 17.7956 17 17V9H3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 0C6.55228 0 7 0.447715 7 1V4C7 4.55228 6.55228 5 6 5C5.44772 5 5 4.55228 5 4V1C5 0.447715 5.44772 0 6 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 0C10.5523 0 11 0.447715 11 1V4C11 4.55228 10.5523 5 10 5C9.44772 5 9 4.55228 9 4V1C9 0.447715 9.44772 0 10 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 0C14.5523 0 15 0.447715 15 1V4C15 4.55228 14.5523 5 14 5C13.4477 5 13 4.55228 13 4V1C13 0.447715 13.4477 0 14 0Z' fill='currentColor'/></svg>",
|
|
807
|
+
iconName: "IconCoffee",
|
|
808
|
+
iconSize: props.size,
|
|
809
|
+
iconColor: props.color
|
|
810
|
+
}, props)
|
|
811
|
+
);
|
|
812
|
+
}
|
|
813
|
+
function IconCornerDownRight(props) {
|
|
814
|
+
return /* @__PURE__ */ jsx(
|
|
815
|
+
Icon,
|
|
816
|
+
__spreadValues({
|
|
817
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.2929 9.29289C14.6834 8.90237 15.3166 8.90237 15.7071 9.29289L20.7071 14.2929C21.0976 14.6834 21.0976 15.3166 20.7071 15.7071L15.7071 20.7071C15.3166 21.0976 14.6834 21.0976 14.2929 20.7071C13.9024 20.3166 13.9024 19.6834 14.2929 19.2929L18.5858 15L14.2929 10.7071C13.9024 10.3166 13.9024 9.68342 14.2929 9.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 3C4.55228 3 5 3.44772 5 4V11C5 11.7956 5.31607 12.5587 5.87868 13.1213C6.44129 13.6839 7.20435 14 8 14H20C20.5523 14 21 14.4477 21 15C21 15.5523 20.5523 16 20 16H8C6.67392 16 5.40215 15.4732 4.46447 14.5355C3.52678 13.5979 3 12.3261 3 11V4C3 3.44772 3.44772 3 4 3Z' fill='currentColor'/></svg>",
|
|
818
|
+
iconName: "IconCornerDownRight",
|
|
819
|
+
iconSize: props.size,
|
|
820
|
+
iconColor: props.color
|
|
821
|
+
}, props)
|
|
822
|
+
);
|
|
823
|
+
}
|
|
824
|
+
function IconCopy(props) {
|
|
825
|
+
return /* @__PURE__ */ jsx(
|
|
826
|
+
Icon,
|
|
827
|
+
__spreadValues({
|
|
828
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11 10C10.4477 10 10 10.4477 10 11V20C10 20.5523 10.4477 21 11 21H20C20.5523 21 21 20.5523 21 20V11C21 10.4477 20.5523 10 20 10H11ZM8 11C8 9.34315 9.34315 8 11 8H20C21.6569 8 23 9.34315 23 11V20C23 21.6569 21.6569 23 20 23H11C9.34315 23 8 21.6569 8 20V11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 3C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V13C3 13.2652 3.10536 13.5196 3.29289 13.7071C3.48043 13.8946 3.73478 14 4 14H5C5.55228 14 6 14.4477 6 15C6 15.5523 5.55228 16 5 16H4C3.20435 16 2.44129 15.6839 1.87868 15.1213C1.31607 14.5587 1 13.7956 1 13V4C1 3.20435 1.31607 2.44129 1.87868 1.87868C2.44129 1.31607 3.20435 1 4 1H13C13.7956 1 14.5587 1.31607 15.1213 1.87868C15.6839 2.44129 16 3.20435 16 4V5C16 5.55228 15.5523 6 15 6C14.4477 6 14 5.55228 14 5V4C14 3.73478 13.8946 3.48043 13.7071 3.29289C13.5196 3.10536 13.2652 3 13 3H4Z' fill='currentColor'/></svg>",
|
|
829
|
+
iconName: "IconCopy",
|
|
830
|
+
iconSize: props.size,
|
|
831
|
+
iconColor: props.color
|
|
832
|
+
}, props)
|
|
833
|
+
);
|
|
834
|
+
}
|
|
835
|
+
function IconCornerLeftUp(props) {
|
|
836
|
+
return /* @__PURE__ */ jsx(
|
|
837
|
+
Icon,
|
|
838
|
+
__spreadValues({
|
|
839
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289L14.7071 8.29289C15.0976 8.68342 15.0976 9.31658 14.7071 9.70711C14.3166 10.0976 13.6834 10.0976 13.2929 9.70711L9 5.41421L4.70711 9.70711C4.31658 10.0976 3.68342 10.0976 3.29289 9.70711C2.90237 9.31658 2.90237 8.68342 3.29289 8.29289L8.29289 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 3C9.55228 3 10 3.44772 10 4V16C10 16.7956 10.3161 17.5587 10.8787 18.1213C11.4413 18.6839 12.2044 19 13 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H13C11.6739 21 10.4021 20.4732 9.46447 19.5355C8.52678 18.5979 8 17.3261 8 16V4C8 3.44772 8.44772 3 9 3Z' fill='currentColor'/></svg>",
|
|
840
|
+
iconName: "IconCornerLeftUp",
|
|
841
|
+
iconSize: props.size,
|
|
842
|
+
iconColor: props.color
|
|
843
|
+
}, props)
|
|
844
|
+
);
|
|
845
|
+
}
|
|
846
|
+
function IconCookie(props) {
|
|
847
|
+
return /* @__PURE__ */ jsx(
|
|
848
|
+
Icon,
|
|
849
|
+
__spreadValues({
|
|
850
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_640_2527)'><ellipse cx='13.3331' cy='18.6539' rx='2.23152' ry='2.23151' fill='currentColor'/><ellipse cx='11.5479' cy='5.26469' rx='1.33891' ry='1.33891' fill='currentColor'/><circle cx='15.1187' cy='13.2984' r='1.33891' fill='currentColor'/><ellipse cx='7.085' cy='16.8687' rx='1.33891' ry='1.33891' fill='currentColor'/><circle cx='8.87013' cy='14.1914' r='0.446303' fill='currentColor'/><circle cx='10.209' cy='11.0669' r='0.892606' fill='currentColor'/><ellipse cx='5.74615' cy='9.28228' rx='1.78521' ry='1.78521' fill='currentColor'/><path d='M23.7638 13.4581C23.5979 13.2336 23.3489 13.0871 23.0755 13.053C19.4779 12.6088 16.7687 9.56762 16.7687 5.97C16.7687 4.76428 17.0811 3.56833 17.6718 2.51394C17.8085 2.27475 17.8329 1.98675 17.7499 1.72315C17.6669 1.45955 17.4717 1.24477 17.2227 1.12761C15.6069 0.380752 13.8838 0 12.0972 0C5.44867 0 0.0400391 5.3647 0.0400391 11.9595C0.0400391 18.5543 5.44867 23.9191 12.1021 23.9191C17.8719 23.9191 22.851 19.8431 23.9444 14.2294C23.9933 13.9609 23.9298 13.6827 23.7638 13.4581ZM12.0972 21.9274C6.55676 21.9274 2.04631 17.456 2.04631 11.9595C2.04631 6.46303 6.55676 1.99163 12.0972 1.99163C13.2443 1.99163 14.3622 2.182 15.4263 2.55299C14.987 3.63667 14.7576 4.79845 14.7576 5.97C14.7576 10.1924 17.6816 13.8194 21.7234 14.8249C20.4689 18.9937 16.5686 21.9274 12.0972 21.9274Z' fill='currentColor'/></g><defs><clipPath id='clip0_640_2527'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
851
|
+
iconName: "IconCookie",
|
|
852
|
+
iconSize: props.size,
|
|
853
|
+
iconColor: props.color
|
|
854
|
+
}, props)
|
|
855
|
+
);
|
|
856
|
+
}
|
|
857
|
+
function IconCornerRightUp(props) {
|
|
858
|
+
return /* @__PURE__ */ jsx(
|
|
859
|
+
Icon,
|
|
860
|
+
__spreadValues({
|
|
861
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.2929 3.29289C14.6834 2.90237 15.3166 2.90237 15.7071 3.29289L20.7071 8.29289C21.0976 8.68342 21.0976 9.31658 20.7071 9.70711C20.3166 10.0976 19.6834 10.0976 19.2929 9.70711L15 5.41421L10.7071 9.70711C10.3166 10.0976 9.68342 10.0976 9.29289 9.70711C8.90237 9.31658 8.90237 8.68342 9.29289 8.29289L14.2929 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 3C15.5523 3 16 3.44772 16 4V16C16 17.3261 15.4732 18.5979 14.5355 19.5355C13.5979 20.4732 12.3261 21 11 21H4C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H11C11.7956 19 12.5587 18.6839 13.1213 18.1213C13.6839 17.5587 14 16.7956 14 16V4C14 3.44772 14.4477 3 15 3Z' fill='currentColor'/></svg>",
|
|
862
|
+
iconName: "IconCornerRightUp",
|
|
863
|
+
iconSize: props.size,
|
|
864
|
+
iconColor: props.color
|
|
865
|
+
}, props)
|
|
866
|
+
);
|
|
867
|
+
}
|
|
868
|
+
function IconCoin(props) {
|
|
869
|
+
return /* @__PURE__ */ jsx(
|
|
870
|
+
Icon,
|
|
871
|
+
__spreadValues({
|
|
872
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 5.58802C12.2971 5.58802 12.5379 5.84899 12.5379 6.1709V17.8284C12.5379 18.1504 12.2971 18.4113 12.0001 18.4113C11.7031 18.4113 11.4623 18.1504 11.4623 17.8284V6.1709C11.4623 5.84899 11.7031 5.58802 12.0001 5.58802Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.94415 8.25015C9.39801 7.75825 10.0136 7.4819 10.6555 7.4819H14.6891C14.9861 7.4819 15.2269 7.74286 15.2269 8.06478C15.2269 8.3867 14.9861 8.64767 14.6891 8.64767H10.6555C10.2989 8.64767 9.95688 8.80119 9.70473 9.07447C9.45258 9.34775 9.31092 9.7184 9.31092 10.1049C9.31092 10.4914 9.45258 10.862 9.70473 11.1353C9.95688 11.4086 10.2989 11.5621 10.6555 11.5621H13.3445C13.9864 11.5621 14.602 11.8384 15.0559 12.3303C15.5097 12.8222 15.7647 13.4894 15.7647 14.1851C15.7647 14.8807 15.5097 15.5479 15.0559 16.0398C14.602 16.5317 13.9864 16.808 13.3445 16.808H8.77311C8.47608 16.808 8.23529 16.5471 8.23529 16.2252C8.23529 15.9032 8.47608 15.6423 8.77311 15.6423H13.3445C13.7011 15.6423 14.0431 15.4888 14.2953 15.2155C14.5474 14.9422 14.6891 14.5715 14.6891 14.1851C14.6891 13.7986 14.5474 13.4279 14.2953 13.1547C14.0431 12.8814 13.7011 12.7279 13.3445 12.7279H10.6555C10.0136 12.7279 9.39801 12.4515 8.94415 11.9596C8.49028 11.4677 8.23529 10.8005 8.23529 10.1049C8.23529 9.40922 8.49028 8.74205 8.94415 8.25015Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 5.33301C11.5731 5.33301 11.227 5.70815 11.227 6.1709V7.22689H10.6555C9.95119 7.22689 9.27576 7.5301 8.77777 8.06983C8.27977 8.60956 8 9.34159 8 10.1049C8 10.8682 8.27977 11.6002 8.77777 12.1399C9.27576 12.6797 9.95119 12.9829 10.6555 12.9829H11.227V15.3873H8.77311C8.34613 15.3873 8 15.7624 8 16.2252C8 16.6879 8.34613 17.0631 8.77311 17.0631H11.227V17.8284C11.227 18.2912 11.5731 18.6663 12.0001 18.6663C12.4271 18.6663 12.7732 18.2912 12.7732 17.8284V17.0631H13.3445C14.0488 17.0631 14.7242 16.7598 15.2222 16.2201C15.7202 15.6804 16 14.9484 16 14.1851C16 13.4218 15.7202 12.6897 15.2222 12.15C14.7242 11.6103 14.0488 11.3071 13.3445 11.3071H12.7732V8.90268H14.6891C15.1161 8.90268 15.4622 8.52754 15.4622 8.06478C15.4622 7.60203 15.1161 7.22689 14.6891 7.22689H12.7732V6.1709C12.7732 5.70815 12.4271 5.33301 12.0001 5.33301ZM12.3026 7.22689V6.1709C12.3026 5.98982 12.1672 5.84303 12.0001 5.84303C11.833 5.84303 11.6976 5.98982 11.6976 6.1709V7.22689H12.3026ZM11.6976 7.73691H12.3026V8.39265H11.6976V7.73691ZM11.227 7.73691H10.6555C10.076 7.73691 9.52027 7.98639 9.11052 8.43047C8.70078 8.87455 8.47059 9.47685 8.47059 10.1049C8.47059 10.7329 8.70078 11.3352 9.11052 11.7793C9.52027 12.2234 10.076 12.4728 10.6555 12.4728H11.227V11.8171H10.6555C10.2365 11.8171 9.83463 11.6367 9.53835 11.3156C9.24208 10.9945 9.07563 10.559 9.07563 10.1049C9.07563 9.65077 9.24208 9.21526 9.53835 8.89415C9.83463 8.57305 10.2365 8.39265 10.6555 8.39265H11.227V7.73691ZM11.227 8.90268H10.6555C10.3613 8.90268 10.0791 9.02934 9.87111 9.25479C9.66308 9.48025 9.54622 9.78603 9.54622 10.1049C9.54622 10.4237 9.66308 10.7295 9.87111 10.955C10.0791 11.1804 10.3613 11.3071 10.6555 11.3071H11.227V8.90268ZM11.6976 11.8171V12.4728H12.3026V11.8171H11.6976ZM12.3026 11.3071H11.6976V8.90268H12.3026V11.3071ZM12.7732 11.8171V12.4728H13.3445C13.7635 12.4728 14.1654 12.6532 14.4616 12.9743C14.7579 13.2954 14.9244 13.731 14.9244 14.1851C14.9244 14.6392 14.7579 15.0747 14.4616 15.3958C14.1654 15.7169 13.7635 15.8973 13.3445 15.8973H12.7732V16.553H13.3445C13.924 16.553 14.4797 16.3036 14.8895 15.8595C15.2992 15.4154 15.5294 14.8131 15.5294 14.1851C15.5294 13.557 15.2992 12.9547 14.8895 12.5107C14.4797 12.0666 13.924 11.8171 13.3445 11.8171H12.7732ZM12.3026 16.553V15.8973H11.6976V16.553H12.3026ZM11.6976 17.0631V17.8284C11.6976 18.0095 11.833 18.1563 12.0001 18.1563C12.1672 18.1563 12.3026 18.0095 12.3026 17.8284V17.0631H11.6976ZM11.227 16.553V15.8973H8.77311C8.60603 15.8973 8.47059 16.0441 8.47059 16.2252C8.47059 16.4062 8.60603 16.553 8.77311 16.553H11.227ZM11.6976 15.3873H12.3026V12.9829H11.6976V15.3873ZM12.7732 12.9829V15.3873H13.3445C13.6387 15.3873 13.9209 15.2606 14.1289 15.0352C14.3369 14.8097 14.4538 14.5039 14.4538 14.1851C14.4538 13.8662 14.3369 13.5604 14.1289 13.335C13.9209 13.1095 13.6387 12.9829 13.3445 12.9829H12.7732ZM12.7732 8.39265V7.73691H14.6891C14.8562 7.73691 14.9916 7.8837 14.9916 8.06478C14.9916 8.24586 14.8562 8.39265 14.6891 8.39265H12.7732Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/></svg>",
|
|
873
|
+
iconName: "IconCoin",
|
|
874
|
+
iconSize: props.size,
|
|
875
|
+
iconColor: props.color
|
|
876
|
+
}, props)
|
|
877
|
+
);
|
|
878
|
+
}
|
|
879
|
+
function IconCornerUpRight(props) {
|
|
880
|
+
return /* @__PURE__ */ jsx(
|
|
881
|
+
Icon,
|
|
882
|
+
__spreadValues({
|
|
883
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.2929 3.29289C14.6834 2.90237 15.3166 2.90237 15.7071 3.29289L20.7071 8.29289C21.0976 8.68342 21.0976 9.31658 20.7071 9.70711L15.7071 14.7071C15.3166 15.0976 14.6834 15.0976 14.2929 14.7071C13.9024 14.3166 13.9024 13.6834 14.2929 13.2929L18.5858 9L14.2929 4.70711C13.9024 4.31658 13.9024 3.68342 14.2929 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 10C7.20435 10 6.44129 10.3161 5.87868 10.8787C5.31607 11.4413 5 12.2044 5 13V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V13C3 11.6739 3.52678 10.4021 4.46447 9.46447C5.40215 8.52678 6.67392 8 8 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H8Z' fill='currentColor'/></svg>",
|
|
884
|
+
iconName: "IconCornerUpRight",
|
|
885
|
+
iconSize: props.size,
|
|
886
|
+
iconColor: props.color
|
|
887
|
+
}, props)
|
|
888
|
+
);
|
|
889
|
+
}
|
|
890
|
+
function IconCornerUpLeft(props) {
|
|
891
|
+
return /* @__PURE__ */ jsx(
|
|
892
|
+
Icon,
|
|
893
|
+
__spreadValues({
|
|
894
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.70711 3.29289C10.0976 3.68342 10.0976 4.31658 9.70711 4.70711L5.41421 9L9.70711 13.2929C10.0976 13.6834 10.0976 14.3166 9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071L3.29289 9.70711C2.90237 9.31658 2.90237 8.68342 3.29289 8.29289L8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 9C3 8.44772 3.44772 8 4 8H16C17.3261 8 18.5979 8.52678 19.5355 9.46447C20.4732 10.4021 21 11.6739 21 13V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V13C19 12.2044 18.6839 11.4413 18.1213 10.8787C17.5587 10.3161 16.7956 10 16 10H4C3.44772 10 3 9.55228 3 9Z' fill='currentColor'/></svg>",
|
|
895
|
+
iconName: "IconCornerUpLeft",
|
|
896
|
+
iconSize: props.size,
|
|
897
|
+
iconColor: props.color
|
|
898
|
+
}, props)
|
|
899
|
+
);
|
|
900
|
+
}
|
|
901
|
+
function IconCrop(props) {
|
|
902
|
+
return /* @__PURE__ */ jsx(
|
|
903
|
+
Icon,
|
|
904
|
+
__spreadValues({
|
|
905
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2651)'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.13867 3.83509e-05C6.69093 0.00482466 7.13475 0.456403 7.12996 1.00867L7.00001 16.0036C7.00095 16.2675 7.1062 16.5204 7.29289 16.7071C7.48043 16.8946 7.73478 17 8 17H23C23.5523 17 24 17.4477 24 18C24 18.5523 23.5523 19 23 19H8C7.20435 19 6.44129 18.6839 5.87868 18.1213C5.31607 17.5587 5 16.7957 5 16V15.9913L5.00004 15.9913L5.13004 0.991334C5.13482 0.43907 5.5864 -0.0047479 6.13867 3.83509e-05Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 5C16.7957 5 17.5587 5.31607 18.1213 5.87868C18.6839 6.44129 19 7.20435 19 8V23C19 23.5523 18.5523 24 18 24C17.4477 24 17 23.5523 17 23V8C17 7.73478 16.8946 7.48043 16.7071 7.29289C16.5204 7.1062 16.2675 7.00095 16.0036 7.00001L1.00867 7.12996C0.456403 7.13475 0.00482466 6.69093 3.83509e-05 6.13867C-0.0047479 5.5864 0.43907 5.13482 0.991334 5.13004L16 5Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2651'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
906
|
+
iconName: "IconCrop",
|
|
907
|
+
iconSize: props.size,
|
|
908
|
+
iconColor: props.color
|
|
909
|
+
}, props)
|
|
910
|
+
);
|
|
911
|
+
}
|
|
912
|
+
function IconCornerLeftDown(props) {
|
|
913
|
+
return /* @__PURE__ */ jsx(
|
|
914
|
+
Icon,
|
|
915
|
+
__spreadValues({
|
|
916
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.29289 14.2929C3.68342 13.9024 4.31658 13.9024 4.70711 14.2929L9 18.5858L13.2929 14.2929C13.6834 13.9024 14.3166 13.9024 14.7071 14.2929C15.0976 14.6834 15.0976 15.3166 14.7071 15.7071L9.70711 20.7071C9.31658 21.0976 8.68342 21.0976 8.29289 20.7071L3.29289 15.7071C2.90237 15.3166 2.90237 14.6834 3.29289 14.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.46447 4.46447C10.4021 3.52678 11.6739 3 13 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H13C12.2044 5 11.4413 5.31607 10.8787 5.87868C10.3161 6.44129 10 7.20435 10 8V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V8C8 6.67392 8.52678 5.40215 9.46447 4.46447Z' fill='currentColor'/></svg>",
|
|
917
|
+
iconName: "IconCornerLeftDown",
|
|
918
|
+
iconSize: props.size,
|
|
919
|
+
iconColor: props.color
|
|
920
|
+
}, props)
|
|
921
|
+
);
|
|
922
|
+
}
|
|
923
|
+
function IconCornerRightDown(props) {
|
|
924
|
+
return /* @__PURE__ */ jsx(
|
|
925
|
+
Icon,
|
|
926
|
+
__spreadValues({
|
|
927
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.29289 14.2929C9.68342 13.9024 10.3166 13.9024 10.7071 14.2929L15 18.5858L19.2929 14.2929C19.6834 13.9024 20.3166 13.9024 20.7071 14.2929C21.0976 14.6834 21.0976 15.3166 20.7071 15.7071L15.7071 20.7071C15.3166 21.0976 14.6834 21.0976 14.2929 20.7071L9.29289 15.7071C8.90237 15.3166 8.90237 14.6834 9.29289 14.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 4C3 3.44772 3.44772 3 4 3H11C12.3261 3 13.5979 3.52678 14.5355 4.46447C15.4732 5.40215 16 6.67392 16 8V20C16 20.5523 15.5523 21 15 21C14.4477 21 14 20.5523 14 20V8C14 7.20435 13.6839 6.44129 13.1213 5.87868C12.5587 5.31607 11.7956 5 11 5H4C3.44772 5 3 4.55228 3 4Z' fill='currentColor'/></svg>",
|
|
928
|
+
iconName: "IconCornerRightDown",
|
|
929
|
+
iconSize: props.size,
|
|
930
|
+
iconColor: props.color
|
|
931
|
+
}, props)
|
|
932
|
+
);
|
|
933
|
+
}
|
|
934
|
+
function IconCpu(props) {
|
|
935
|
+
return /* @__PURE__ */ jsx(
|
|
936
|
+
Icon,
|
|
937
|
+
__spreadValues({
|
|
938
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2533)'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6ZM3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8 8.44772 8.44772 8 9 8H15C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V9ZM10 10V14H14V10H10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 0C9.55228 0 10 0.447715 10 1V4C10 4.55228 9.55228 5 9 5C8.44772 5 8 4.55228 8 4V1C8 0.447715 8.44772 0 9 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C15.5523 0 16 0.447715 16 1V4C16 4.55228 15.5523 5 15 5C14.4477 5 14 4.55228 14 4V1C14 0.447715 14.4477 0 15 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 19C9.55228 19 10 19.4477 10 20V23C10 23.5523 9.55228 24 9 24C8.44772 24 8 23.5523 8 23V20C8 19.4477 8.44772 19 9 19Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 19C15.5523 19 16 19.4477 16 20V23C16 23.5523 15.5523 24 15 24C14.4477 24 14 23.5523 14 23V20C14 19.4477 14.4477 19 15 19Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19 9C19 8.44772 19.4477 8 20 8H23C23.5523 8 24 8.44772 24 9C24 9.55228 23.5523 10 23 10H20C19.4477 10 19 9.55228 19 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19 14C19 13.4477 19.4477 13 20 13H23C23.5523 13 24 13.4477 24 14C24 14.5523 23.5523 15 23 15H20C19.4477 15 19 14.5523 19 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 9C0 8.44772 0.447715 8 1 8H4C4.55228 8 5 8.44772 5 9C5 9.55228 4.55228 10 4 10H1C0.447715 10 0 9.55228 0 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 14C0 13.4477 0.447715 13 1 13H4C4.55228 13 5 13.4477 5 14C5 14.5523 4.55228 15 4 15H1C0.447715 15 0 14.5523 0 14Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2533'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
939
|
+
iconName: "IconCpu",
|
|
940
|
+
iconSize: props.size,
|
|
941
|
+
iconColor: props.color
|
|
942
|
+
}, props)
|
|
943
|
+
);
|
|
944
|
+
}
|
|
945
|
+
function IconCrosshair(props) {
|
|
946
|
+
return /* @__PURE__ */ jsx(
|
|
947
|
+
Icon,
|
|
948
|
+
__spreadValues({
|
|
949
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z' fill='currentColor'/></svg>",
|
|
950
|
+
iconName: "IconCrosshair",
|
|
951
|
+
iconSize: props.size,
|
|
952
|
+
iconColor: props.color
|
|
953
|
+
}, props)
|
|
954
|
+
);
|
|
955
|
+
}
|
|
956
|
+
function IconDatabase(props) {
|
|
957
|
+
return /* @__PURE__ */ jsx(
|
|
958
|
+
Icon,
|
|
959
|
+
__spreadValues({
|
|
960
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4.99994L4 5L4 5.00006C4 5.00095 3.99998 5.00521 4.00305 5.01529C4.00645 5.02644 4.01483 5.04845 4.03507 5.08143C4.07752 5.15057 4.16408 5.25453 4.32624 5.38232C4.65642 5.64253 5.19616 5.9206 5.95227 6.17264C7.45402 6.67322 9.59229 7 12 7C14.4077 7 16.546 6.67322 18.0477 6.17264C18.8038 5.9206 19.3436 5.64253 19.6738 5.38232C19.8359 5.25453 19.9225 5.15057 19.9649 5.08143C19.9852 5.04845 19.9935 5.02644 19.9969 5.01529C20 5.00521 20 5.00095 20 5.00006V5C20 4.99927 20.0001 4.99506 19.9969 4.98471C19.9935 4.97356 19.9852 4.95155 19.9649 4.91857C19.9225 4.84943 19.8359 4.74547 19.6738 4.61768C19.3436 4.35747 18.8038 4.0794 18.0477 3.82736C16.546 3.32678 14.4077 3 12 3C9.59229 3 7.45402 3.32678 5.95227 3.82736C5.19616 4.0794 4.65642 4.35747 4.32624 4.61768C4.16408 4.74547 4.07752 4.84943 4.03507 4.91857C4.01483 4.95155 4.00645 4.97356 4.00305 4.98471C3.99998 4.99479 4 4.99905 4 4.99994ZM5.31981 1.93C7.07541 1.3448 9.43715 1 12 1C14.5629 1 16.9246 1.3448 18.6802 1.93C19.5528 2.22085 20.331 2.58923 20.9117 3.04685C21.4811 3.49559 22 4.14805 22 5C22 5.85195 21.4811 6.50441 20.9117 6.95315C20.331 7.41077 19.5528 7.77915 18.6802 8.07C16.9246 8.6552 14.5629 9 12 9C9.43715 9 7.07541 8.6552 5.31981 8.07C4.44724 7.77915 3.66896 7.41077 3.08829 6.95315C2.51889 6.50441 2 5.85195 2 5C2 4.14805 2.51889 3.49559 3.08829 3.04685C3.66896 2.58923 4.44724 2.22085 5.31981 1.93Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 11C3.55228 11 4 11.4477 4 12C4 12.0019 4.00008 12.007 4.0034 12.018C4.00695 12.0298 4.01544 12.0521 4.03558 12.0851C4.07772 12.1543 4.16348 12.258 4.32419 12.3853C4.65159 12.6447 5.18788 12.9223 5.94167 13.174C7.43891 13.6738 9.57676 14 12 14C14.4232 14 16.5611 13.6738 18.0583 13.174C18.8121 12.9223 19.3484 12.6447 19.6758 12.3853C19.8365 12.258 19.9223 12.1543 19.9644 12.0851C19.9846 12.0521 19.993 12.0298 19.9966 12.018C19.9999 12.007 20 12.0019 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12C22 12.8494 21.4868 13.502 20.9179 13.9528C20.3391 14.4115 19.5629 14.7802 18.6917 15.071C16.9389 15.6562 14.5768 16 12 16C9.42324 16 7.06109 15.6562 5.30833 15.071C4.43712 14.7802 3.66091 14.4115 3.08206 13.9528C2.51319 13.502 2 12.8494 2 12C2 11.4477 2.44772 11 3 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 4C3.55228 4 4 4.44772 4 5V19C4 19.0019 4.00008 19.007 4.0034 19.018C4.00695 19.0298 4.01544 19.0521 4.03558 19.0851C4.07772 19.1543 4.16348 19.258 4.32419 19.3853C4.65159 19.6447 5.18788 19.9223 5.94167 20.174C7.43891 20.6738 9.57676 21 12 21C14.4232 21 16.5611 20.6738 18.0583 20.174C18.8121 19.9223 19.3484 19.6447 19.6758 19.3853C19.8365 19.258 19.9223 19.1543 19.9644 19.0851C19.9846 19.0521 19.993 19.0298 19.9966 19.018C19.9999 19.007 20 19.0019 20 19V5C20 4.44772 20.4477 4 21 4C21.5523 4 22 4.44772 22 5V19C22 19.8494 21.4868 20.502 20.9179 20.9528C20.3391 21.4115 19.5629 21.7802 18.6917 22.071C16.9389 22.6562 14.5768 23 12 23C9.42324 23 7.06109 22.6562 5.30833 22.071C4.43712 21.7802 3.66091 21.4115 3.08206 20.9528C2.51319 20.502 2 19.8494 2 19V5C2 4.44772 2.44772 4 3 4Z' fill='currentColor'/></svg>",
|
|
961
|
+
iconName: "IconDatabase",
|
|
962
|
+
iconSize: props.size,
|
|
963
|
+
iconColor: props.color
|
|
964
|
+
}, props)
|
|
965
|
+
);
|
|
966
|
+
}
|
|
967
|
+
function IconCreditCard(props) {
|
|
968
|
+
return /* @__PURE__ */ jsx(
|
|
969
|
+
Icon,
|
|
970
|
+
__spreadValues({
|
|
971
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 5C2.44772 5 2 5.44772 2 6V18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18V6C22 5.44772 21.5523 5 21 5H3ZM0 6C0 4.34315 1.34315 3 3 3H21C22.6569 3 24 4.34315 24 6V18C24 19.6569 22.6569 21 21 21H3C1.34315 21 0 19.6569 0 18V6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 10C0 9.44772 0.447715 9 1 9H23C23.5523 9 24 9.44772 24 10C24 10.5523 23.5523 11 23 11H1C0.447715 11 0 10.5523 0 10Z' fill='currentColor'/></svg>",
|
|
972
|
+
iconName: "IconCreditCard",
|
|
973
|
+
iconSize: props.size,
|
|
974
|
+
iconColor: props.color
|
|
975
|
+
}, props)
|
|
976
|
+
);
|
|
977
|
+
}
|
|
978
|
+
function IconDelete(props) {
|
|
979
|
+
return /* @__PURE__ */ jsx(
|
|
980
|
+
Icon,
|
|
981
|
+
__spreadValues({
|
|
982
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2468)'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.24742 3.3415C7.43731 3.12448 7.71164 3 8 3H21C21.7957 3 22.5587 3.31607 23.1213 3.87868C23.6839 4.44129 24 5.20435 24 6V18C24 18.7957 23.6839 19.5587 23.1213 20.1213C22.5587 20.6839 21.7957 21 21 21H8C7.71164 21 7.43731 20.8755 7.24742 20.6585L0.247423 12.6585C-0.0824744 12.2815 -0.0824744 11.7185 0.247423 11.3415L7.24742 3.3415ZM8.45377 5L2.32877 12L8.45377 19H21C21.2652 19 21.5196 18.8946 21.7071 18.7071C21.8946 18.5196 22 18.2652 22 18V6C22 5.73478 21.8946 5.48043 21.7071 5.29289C21.5196 5.10536 21.2652 5 21 5H8.45377Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071C10.9024 15.3166 10.9024 14.6834 11.2929 14.2929L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 8.29289C11.6834 7.90237 12.3166 7.90237 12.7071 8.29289L18.7071 14.2929C19.0976 14.6834 19.0976 15.3166 18.7071 15.7071C18.3166 16.0976 17.6834 16.0976 17.2929 15.7071L11.2929 9.70711C10.9024 9.31658 10.9024 8.68342 11.2929 8.29289Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2468'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
983
|
+
iconName: "IconDelete",
|
|
984
|
+
iconSize: props.size,
|
|
985
|
+
iconColor: props.color
|
|
986
|
+
}, props)
|
|
987
|
+
);
|
|
988
|
+
}
|
|
989
|
+
function IconDivideCircle(props) {
|
|
990
|
+
return /* @__PURE__ */ jsx(
|
|
991
|
+
Icon,
|
|
992
|
+
__spreadValues({
|
|
993
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/></svg>",
|
|
994
|
+
iconName: "IconDivideCircle",
|
|
995
|
+
iconSize: props.size,
|
|
996
|
+
iconColor: props.color
|
|
997
|
+
}, props)
|
|
998
|
+
);
|
|
999
|
+
}
|
|
1000
|
+
function IconDisc(props) {
|
|
1001
|
+
return /* @__PURE__ */ jsx(
|
|
1002
|
+
Icon,
|
|
1003
|
+
__spreadValues({
|
|
1004
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z' fill='currentColor'/></svg>",
|
|
1005
|
+
iconName: "IconDisc",
|
|
1006
|
+
iconSize: props.size,
|
|
1007
|
+
iconColor: props.color
|
|
1008
|
+
}, props)
|
|
1009
|
+
);
|
|
1010
|
+
}
|
|
1011
|
+
function IconDribbble(props) {
|
|
1012
|
+
return /* @__PURE__ */ jsx(
|
|
1013
|
+
Icon,
|
|
1014
|
+
__spreadValues({
|
|
1015
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.97319 1.94035C8.42039 1.61626 9.04564 1.71606 9.36973 2.16326C10.9657 4.36553 12.2184 6.241 13.2629 8.14444C15.2845 7.29939 16.9484 6.10255 18.37 4.44014C18.729 4.02041 19.3602 3.97113 19.7799 4.33008C20.1997 4.68902 20.2489 5.32027 19.89 5.74C18.2648 7.64039 16.3785 8.98727 14.1766 9.9299C14.2416 10.0666 14.3057 10.2039 14.369 10.342C14.5185 10.6681 14.6636 10.9982 14.8047 11.3336C16.9246 11.0285 19.3861 11.1773 22.0068 11.8736C22.5406 12.0154 22.8583 12.5631 22.7165 13.0969C22.5746 13.6306 22.027 13.9484 21.4932 13.8065C19.2866 13.2202 17.2671 13.0754 15.5511 13.256C16.2624 15.2421 16.8951 17.481 17.5619 20.2347C17.6919 20.7715 17.3621 21.312 16.8254 21.442C16.2886 21.572 15.7481 21.2422 15.6181 20.7054C14.9267 17.8505 14.2839 15.6047 13.5648 13.6451C13.4213 13.6881 13.2813 13.7339 13.1449 13.7823C10.8167 14.6128 8.53899 16.3878 6.18835 19.7348C5.87093 20.1868 5.24723 20.2958 4.79527 19.9784C4.34332 19.661 4.23425 19.0373 4.55166 18.5853C7.06069 15.0128 9.64263 12.9078 12.4741 11.8982L12.4755 11.8977C12.5891 11.8573 12.7044 11.8186 12.8213 11.7815C12.7327 11.5774 12.6427 11.3756 12.551 11.1756C12.4653 10.9887 12.378 10.8031 12.2889 10.6185C9.45137 11.4911 6.14378 11.8472 2.27393 11.9398C1.7218 11.953 1.2635 11.5161 1.25029 10.964C1.23708 10.4119 1.67396 9.95357 2.22608 9.94036C5.85865 9.85343 8.84556 9.52974 11.3462 8.81235C10.3903 7.10988 9.23625 5.38731 7.75028 3.33689C7.4262 2.88969 7.526 2.26444 7.97319 1.94035Z' fill='currentColor'/></svg>",
|
|
1016
|
+
iconName: "IconDribbble",
|
|
1017
|
+
iconSize: props.size,
|
|
1018
|
+
iconColor: props.color
|
|
1019
|
+
}, props)
|
|
1020
|
+
);
|
|
1021
|
+
}
|
|
1022
|
+
function IconDollarSign(props) {
|
|
1023
|
+
return /* @__PURE__ */ jsx(
|
|
1024
|
+
Icon,
|
|
1025
|
+
__spreadValues({
|
|
1026
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 0C12.5523 0 13 0.447715 13 1V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V1C11 0.447715 11.4477 0 12 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.31802 5.31802C7.16193 4.47411 8.30653 4 9.5 4H17C17.5523 4 18 4.44772 18 5C18 5.55228 17.5523 6 17 6H9.5C8.83696 6 8.20107 6.26339 7.73223 6.73223C7.26339 7.20107 7 7.83696 7 8.5C7 9.16304 7.26339 9.79893 7.73223 10.2678C8.20107 10.7366 8.83696 11 9.5 11H14.5C15.6935 11 16.8381 11.4741 17.682 12.318C18.5259 13.1619 19 14.3065 19 15.5C19 16.6935 18.5259 17.8381 17.682 18.682C16.8381 19.5259 15.6935 20 14.5 20H6C5.44772 20 5 19.5523 5 19C5 18.4477 5.44772 18 6 18H14.5C15.163 18 15.7989 17.7366 16.2678 17.2678C16.7366 16.7989 17 16.163 17 15.5C17 14.837 16.7366 14.2011 16.2678 13.7322C15.7989 13.2634 15.163 13 14.5 13H9.5C8.30653 13 7.16193 12.5259 6.31802 11.682C5.47411 10.8381 5 9.69347 5 8.5C5 7.30653 5.47411 6.16193 6.31802 5.31802Z' fill='currentColor'/></svg>",
|
|
1027
|
+
iconName: "IconDollarSign",
|
|
1028
|
+
iconSize: props.size,
|
|
1029
|
+
iconColor: props.color
|
|
1030
|
+
}, props)
|
|
1031
|
+
);
|
|
1032
|
+
}
|
|
1033
|
+
function IconDownload(props) {
|
|
1034
|
+
return /* @__PURE__ */ jsx(
|
|
1035
|
+
Icon,
|
|
1036
|
+
__spreadValues({
|
|
1037
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 14C3.55228 14 4 14.4477 4 15V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V15C2 14.4477 2.44772 14 3 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289L12 13.5858L16.2929 9.29289C16.6834 8.90237 17.3166 8.90237 17.7071 9.29289C18.0976 9.68342 18.0976 10.3166 17.7071 10.7071L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L6.29289 10.7071C5.90237 10.3166 5.90237 9.68342 6.29289 9.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V3C11 2.44772 11.4477 2 12 2Z' fill='currentColor'/></svg>",
|
|
1038
|
+
iconName: "IconDownload",
|
|
1039
|
+
iconSize: props.size,
|
|
1040
|
+
iconColor: props.color
|
|
1041
|
+
}, props)
|
|
1042
|
+
);
|
|
1043
|
+
}
|
|
1044
|
+
function IconDroplet(props) {
|
|
1045
|
+
return /* @__PURE__ */ jsx(
|
|
1046
|
+
Icon,
|
|
1047
|
+
__spreadValues({
|
|
1048
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.9994 1.68994C12.2648 1.68982 12.5193 1.79519 12.707 1.98283L18.3668 7.6426C18.3667 7.64253 18.3668 7.64268 18.3668 7.6426C19.6259 8.90101 20.4838 10.5048 20.8315 12.2507C21.1793 13.9967 21.0014 15.8066 20.3204 17.4514C19.6394 19.0963 18.4858 20.5023 17.0056 21.4915C15.5255 22.4807 13.7852 23.0086 12.0049 23.0086C10.2246 23.0086 8.48431 22.4807 7.00414 21.4915C5.52397 20.5023 4.37042 19.0963 3.68941 17.4514C3.00839 15.8066 2.83051 13.9967 3.17825 12.2507C3.52594 10.505 4.38348 8.90155 5.64241 7.6432C5.64221 7.6434 5.64261 7.643 5.64241 7.6432L11.2922 1.98346C11.4796 1.79565 11.7341 1.69006 11.9994 1.68994ZM12.0005 4.10478L7.05676 9.05728C6.07733 10.0361 5.41019 11.2833 5.13973 12.6413C4.86926 13.9993 5.00761 15.407 5.53729 16.6864C6.06697 17.9657 6.96417 19.0592 8.11542 19.8286C9.26666 20.598 10.6202 21.0086 12.0049 21.0086C13.3896 21.0086 14.7431 20.598 15.8944 19.8286C17.0456 19.0592 17.9428 17.9657 18.4725 16.6864C19.0022 15.407 19.1405 13.9993 18.87 12.6413C18.5996 11.2833 17.9324 10.0361 16.953 9.05728L12.0005 4.10478Z' fill='currentColor'/></svg>",
|
|
1049
|
+
iconName: "IconDroplet",
|
|
1050
|
+
iconSize: props.size,
|
|
1051
|
+
iconColor: props.color
|
|
1052
|
+
}, props)
|
|
1053
|
+
);
|
|
1054
|
+
}
|
|
1055
|
+
function IconDivide(props) {
|
|
1056
|
+
return /* @__PURE__ */ jsx(
|
|
1057
|
+
Icon,
|
|
1058
|
+
__spreadValues({
|
|
1059
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5ZM9 6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6C15 7.65685 13.6569 9 12 9C10.3431 9 9 7.65685 9 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17ZM9 18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18Z' fill='currentColor'/></svg>",
|
|
1060
|
+
iconName: "IconDivide",
|
|
1061
|
+
iconSize: props.size,
|
|
1062
|
+
iconColor: props.color
|
|
1063
|
+
}, props)
|
|
1064
|
+
);
|
|
1065
|
+
}
|
|
1066
|
+
function IconDivideSquare(props) {
|
|
1067
|
+
return /* @__PURE__ */ jsx(
|
|
1068
|
+
Icon,
|
|
1069
|
+
__spreadValues({
|
|
1070
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
1071
|
+
iconName: "IconDivideSquare",
|
|
1072
|
+
iconSize: props.size,
|
|
1073
|
+
iconColor: props.color
|
|
1074
|
+
}, props)
|
|
1075
|
+
);
|
|
1076
|
+
}
|
|
1077
|
+
function IconEdit2(props) {
|
|
1078
|
+
return /* @__PURE__ */ jsx(
|
|
1079
|
+
Icon,
|
|
1080
|
+
__spreadValues({
|
|
1081
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19 3.17139C18.7599 3.17139 18.5222 3.21868 18.3003 3.31057C18.0785 3.40245 17.8769 3.53714 17.7071 3.70692L4.39491 17.0191L3.42524 20.5746L6.9807 19.6049L20.2929 6.29271C20.4627 6.12292 20.5974 5.92136 20.6893 5.69952C20.7812 5.47769 20.8284 5.23993 20.8284 4.99981C20.8284 4.7597 20.7812 4.52194 20.6893 4.30011C20.5974 4.07827 20.4627 3.87671 20.2929 3.70692C20.1231 3.53714 19.9216 3.40245 19.6997 3.31057C19.4779 3.21868 19.2401 3.17139 19 3.17139ZM17.5349 1.46281C17.9994 1.27041 18.4973 1.17139 19 1.17139C19.5028 1.17139 20.0006 1.27041 20.4651 1.46281C20.9296 1.6552 21.3516 1.9372 21.7071 2.29271C22.0626 2.64821 22.3446 3.07025 22.537 3.53474C22.7294 3.99923 22.8284 4.49706 22.8284 4.99981C22.8284 5.50257 22.7294 6.0004 22.537 6.46489C22.3446 6.92938 22.0626 7.35142 21.7071 7.70692L8.20713 21.2069C8.08407 21.33 7.93104 21.4188 7.76314 21.4646L2.26314 22.9646C1.91693 23.059 1.54667 22.9607 1.29292 22.7069C1.03917 22.4532 0.940838 22.0829 1.03526 21.7367L2.53526 16.2367C2.58105 16.0688 2.66986 15.9158 2.79292 15.7927L16.2929 2.29271C16.6484 1.9372 17.0705 1.6552 17.5349 1.46281Z' fill='currentColor'/></svg>",
|
|
1082
|
+
iconName: "IconEdit2",
|
|
1083
|
+
iconSize: props.size,
|
|
1084
|
+
iconColor: props.color
|
|
1085
|
+
}, props)
|
|
1086
|
+
);
|
|
1087
|
+
}
|
|
1088
|
+
function IconEdit3(props) {
|
|
1089
|
+
return /* @__PURE__ */ jsx(
|
|
1090
|
+
Icon,
|
|
1091
|
+
__spreadValues({
|
|
1092
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11 20C11 19.4477 11.4477 19 12 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H12C11.4477 21 11 20.5523 11 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 3.87891C17.7026 3.87891 17.4174 3.99705 17.2071 4.20733L4.90299 16.5115L4.37439 18.6259L6.48877 18.0973L18.7929 5.79312C18.897 5.689 18.9796 5.56538 19.036 5.42934C19.0923 5.29329 19.1213 5.14748 19.1213 5.00023C19.1213 4.85297 19.0923 4.70716 19.036 4.57112C18.9796 4.43507 18.897 4.31146 18.7929 4.20733C18.6888 4.10321 18.5652 4.02061 18.4291 3.96426C18.2931 3.90791 18.1473 3.87891 18 3.87891ZM15.7929 2.79312C16.3783 2.20776 17.1722 1.87891 18 1.87891C18.4099 1.87891 18.8158 1.95964 19.1945 2.1165C19.5732 2.27336 19.9173 2.50328 20.2071 2.79312C20.497 3.08296 20.7269 3.42705 20.8837 3.80575C21.0406 4.18444 21.1213 4.59033 21.1213 5.00023C21.1213 5.41012 21.0406 5.81601 20.8837 6.1947C20.7269 6.5734 20.497 6.91749 20.2071 7.20733L7.70713 19.7073C7.57897 19.8355 7.41839 19.9264 7.24256 19.9704L3.24256 20.9704C2.90178 21.0556 2.54129 20.9557 2.29291 20.7073C2.04453 20.459 1.94468 20.0985 2.02988 19.7577L3.02988 15.7577C3.07384 15.5819 3.16476 15.4213 3.29291 15.2931L15.7929 2.79312Z' fill='currentColor'/></svg>",
|
|
1093
|
+
iconName: "IconEdit3",
|
|
1094
|
+
iconSize: props.size,
|
|
1095
|
+
iconColor: props.color
|
|
1096
|
+
}, props)
|
|
1097
|
+
);
|
|
1098
|
+
}
|
|
1099
|
+
function IconDownloadCloud(props) {
|
|
1100
|
+
return /* @__PURE__ */ jsx(
|
|
1101
|
+
Icon,
|
|
1102
|
+
__spreadValues({
|
|
1103
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2472)'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.29289 16.2929C7.68342 15.9024 8.31658 15.9024 8.70711 16.2929L12 19.5858L15.2929 16.2929C15.6834 15.9024 16.3166 15.9024 16.7071 16.2929C17.0976 16.6834 17.0976 17.3166 16.7071 17.7071L12.7071 21.7071C12.3166 22.0976 11.6834 22.0976 11.2929 21.7071L7.29289 17.7071C6.90237 17.3166 6.90237 16.6834 7.29289 16.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.66776 1.9941C10.0282 1.94517 11.3821 2.20552 12.6274 2.75554C13.8727 3.30556 14.977 4.13092 15.8572 5.16948C16.5677 6.00784 17.1172 6.96749 17.4806 7.99993L17.9994 7.99993C19.2745 7.9991 20.5175 8.40453 21.5467 9.15741C22.576 9.91044 23.3387 10.9719 23.7239 12.1877C24.1091 13.4036 24.0968 14.7105 23.6889 15.9189C23.281 17.1273 22.4987 18.1743 21.4554 18.9079C21.0036 19.2256 20.3799 19.1169 20.0622 18.6652C19.7445 18.2134 19.8532 17.5896 20.305 17.2719C21.0005 16.7828 21.522 16.0849 21.794 15.2793C22.0659 14.4736 22.0741 13.6023 21.8173 12.7918C21.5605 11.9812 21.0521 11.2736 20.3658 10.7716C19.6796 10.2696 18.8512 9.99927 18.001 9.99993H16.7402C16.2836 9.99993 15.885 9.69071 15.7716 9.24848C15.5084 8.22287 15.016 7.27032 14.3314 6.46255C13.6468 5.65478 12.7879 5.01283 11.8194 4.58504C10.8508 4.15724 9.7978 3.95475 8.73964 3.9928C7.68149 4.03086 6.64576 4.30846 5.71042 4.80472C4.77508 5.30099 3.9645 6.00297 3.33972 6.85783C2.71494 7.71269 2.29223 8.69814 2.10341 9.74001C1.91459 10.7819 1.96459 11.853 2.24964 12.8727C2.53469 13.8925 3.04736 14.8343 3.74906 15.6272C4.11506 16.0408 4.07648 16.6728 3.66288 17.0388C3.24929 17.4048 2.6173 17.3662 2.2513 16.9526C1.34911 15.9331 0.689966 14.7223 0.323475 13.4112C-0.0430157 12.1001 -0.107298 10.7229 0.135466 9.38336C0.378231 8.04382 0.921717 6.7768 1.72501 5.6777C2.5283 4.57859 3.57047 3.67604 4.77305 3.03799C5.97563 2.39994 7.30728 2.04302 8.66776 1.9941Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2472'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
1104
|
+
iconName: "IconDownloadCloud",
|
|
1105
|
+
iconSize: props.size,
|
|
1106
|
+
iconColor: props.color
|
|
1107
|
+
}, props)
|
|
1108
|
+
);
|
|
1109
|
+
}
|
|
1110
|
+
function IconEyeOff(props) {
|
|
1111
|
+
return /* @__PURE__ */ jsx(
|
|
1112
|
+
Icon,
|
|
1113
|
+
__spreadValues({
|
|
1114
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2690)'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.9977 5.00002C11.3682 4.99854 10.7408 5.07025 10.1279 5.21371C9.59016 5.33958 9.05219 5.00569 8.92632 4.46794C8.80045 3.93019 9.13434 3.39222 9.67209 3.26634C10.4355 3.08765 11.2171 2.99828 12.0012 3.00003C12.0016 3.00003 12.002 3.00003 12.0023 3.00003L12 4.00003V3.00003C12.0004 3.00003 12.0008 3.00003 12.0012 3.00003C15.9001 3.00046 18.8957 5.22667 20.8545 7.31608C21.8432 8.37062 22.5979 9.42134 23.1057 10.2075C23.3601 10.6015 23.5542 10.9317 23.686 11.166C23.752 11.2833 23.8025 11.3767 23.8372 11.4425C23.8546 11.4753 23.8681 11.5013 23.8777 11.5198L23.889 11.5421L23.8925 11.5489L23.8936 11.5512C23.8938 11.5516 23.8944 11.5528 23 12L22.1181 11.5286C22.0338 11.6864 21.947 11.8428 21.858 11.9978C21.7488 11.8093 21.6044 11.5694 21.4256 11.2926C20.9646 10.5787 20.2818 9.62943 19.3955 8.68397C17.6045 6.77359 15.1005 5.00003 12 5.00003L11.9977 5.00002ZM21.858 11.9978C21.3406 12.8982 20.7439 13.7511 20.0748 14.5462C19.7193 14.9688 19.7736 15.5996 20.1962 15.9552C20.6187 16.3108 21.2496 16.2565 21.6052 15.8339C22.479 14.7953 23.2421 13.6684 23.8819 12.4714C24.0348 12.1854 24.0395 11.8429 23.8944 11.5528L23 12C22.1056 12.4472 22.1057 12.4475 22.1058 12.4478L22.1051 12.4464L22.099 12.4343C22.0929 12.4226 22.0831 12.4036 22.0695 12.3779C22.0423 12.3265 22 12.248 21.9429 12.1465C21.9175 12.1014 21.8892 12.0517 21.858 11.9978ZM6.85478 5.45312C7.18996 5.89207 7.10584 6.51962 6.6669 6.8548C4.83188 8.25604 3.29462 10.0064 2.14257 12.0032C2.25165 12.1916 2.39592 12.4311 2.57441 12.7075C3.03543 13.4213 3.71817 14.3706 4.60454 15.3161C6.39395 17.2248 8.89512 18.9969 11.9918 19C13.9246 18.9667 15.7963 18.3167 17.3338 17.1447C17.773 16.8099 18.4005 16.8946 18.7353 17.3338C19.0701 17.773 18.9855 18.4005 18.5462 18.7353C16.6671 20.1677 14.3789 20.9613 12.0163 20.9999L12 21C8.10049 21 5.10448 18.7736 3.14546 16.684C2.15683 15.6294 1.40207 14.5787 0.894336 13.7926C0.63985 13.3985 0.445792 13.0684 0.313971 12.834C0.248023 12.7168 0.19754 12.6233 0.162753 12.5576C0.145357 12.5247 0.131875 12.4988 0.122338 12.4802L0.11099 12.458L0.107539 12.4512L0.10637 12.4488C0.106186 12.4485 0.105573 12.4472 1 12L0.105573 12.4472C-0.0397387 12.1566 -0.0347895 11.8135 0.118844 11.5272C1.43015 9.08345 3.24891 6.94839 5.4531 5.26525C5.89204 4.93007 6.5196 5.01418 6.85478 5.45312ZM10.6116 9.1983C10.9881 9.60236 10.9658 10.2351 10.5617 10.6116C10.3652 10.7947 10.2076 11.0155 10.0983 11.2609C9.98899 11.5062 9.93022 11.771 9.92548 12.0396C9.92074 12.3081 9.97014 12.5749 10.0707 12.8239C10.1713 13.0729 10.321 13.2992 10.511 13.4891C10.7009 13.679 10.9271 13.8287 11.1761 13.9293C11.4252 14.0299 11.6919 14.0793 11.9604 14.0745C12.229 14.0698 12.4938 14.011 12.7392 13.9017C12.9845 13.7924 13.2053 13.6348 13.3884 13.4383C13.7649 13.0342 14.3977 13.0119 14.8017 13.3884C15.2058 13.7649 15.2281 14.3977 14.8516 14.8017C14.4854 15.1947 14.0438 15.51 13.5531 15.7286C13.0625 15.9472 12.5328 16.0648 11.9957 16.0742C11.4586 16.0837 10.9252 15.9849 10.4271 15.7837C9.92902 15.5826 9.47657 15.2831 9.09674 14.9033C8.71691 14.5235 8.41747 14.071 8.21629 13.5729C8.01511 13.0749 7.91631 12.5414 7.92579 12.0043C7.93527 11.4672 8.05282 10.9375 8.27145 10.4469C8.49007 9.95621 8.80528 9.51461 9.19828 9.14841C9.60234 8.77191 10.2351 8.79425 10.6116 9.1983Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2690'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
1115
|
+
iconName: "IconEyeOff",
|
|
1116
|
+
iconSize: props.size,
|
|
1117
|
+
iconColor: props.color
|
|
1118
|
+
}, props)
|
|
1119
|
+
);
|
|
1120
|
+
}
|
|
1121
|
+
function IconEye(props) {
|
|
1122
|
+
return /* @__PURE__ */ jsx(
|
|
1123
|
+
Icon,
|
|
1124
|
+
__spreadValues({
|
|
1125
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.14074 12C2.25003 12.1889 2.39492 12.4296 2.57441 12.7075C3.03543 13.4213 3.71817 14.3706 4.60454 15.3161C6.39552 17.2264 8.89951 19 12 19C15.1005 19 17.6045 17.2264 19.3955 15.3161C20.2818 14.3706 20.9646 13.4213 21.4256 12.7075C21.6051 12.4296 21.75 12.1889 21.8593 12C21.75 11.8111 21.6051 11.5704 21.4256 11.2925C20.9646 10.5787 20.2818 9.6294 19.3955 8.68394C17.6045 6.77356 15.1005 5 12 5C8.89951 5 6.39552 6.77356 4.60454 8.68394C3.71817 9.6294 3.03543 10.5787 2.57441 11.2925C2.39492 11.5704 2.25003 11.8111 2.14074 12ZM23 12C23.8944 11.5528 23.8943 11.5524 23.8941 11.5521L23.8925 11.5489L23.889 11.542L23.8777 11.5198C23.8681 11.5013 23.8546 11.4753 23.8372 11.4424C23.8025 11.3767 23.752 11.2832 23.686 11.166C23.5542 10.9316 23.3601 10.6015 23.1057 10.2075C22.5979 9.42131 21.8432 8.3706 20.8545 7.31606C18.8955 5.22644 15.8995 3 12 3C8.10049 3 5.10448 5.22644 3.14546 7.31606C2.15683 8.3706 1.40207 9.42131 0.894336 10.2075C0.63985 10.6015 0.445792 10.9316 0.313971 11.166C0.248023 11.2832 0.19754 11.3767 0.162753 11.4424C0.145357 11.4753 0.131875 11.5013 0.122338 11.5198L0.11099 11.542L0.107539 11.5489L0.10637 11.5512C0.106186 11.5516 0.105573 11.5528 1 12L0.105573 11.5528C-0.0351909 11.8343 -0.0351909 12.1657 0.105573 12.4472L1 12C0.105573 12.4472 0.105389 12.4468 0.105573 12.4472L0.107539 12.4511L0.11099 12.458L0.122338 12.4802C0.131875 12.4987 0.145357 12.5247 0.162753 12.5576C0.19754 12.6233 0.248023 12.7168 0.313971 12.834C0.445792 13.0684 0.63985 13.3985 0.894336 13.7925C1.40207 14.5787 2.15683 15.6294 3.14546 16.6839C5.10448 18.7736 8.10049 21 12 21C15.8995 21 18.8955 18.7736 20.8545 16.6839C21.8432 15.6294 22.5979 14.5787 23.1057 13.7925C23.3601 13.3985 23.5542 13.0684 23.686 12.834C23.752 12.7168 23.8025 12.6233 23.8372 12.5576C23.8546 12.5247 23.8681 12.4987 23.8777 12.4802L23.889 12.458L23.8925 12.4511L23.8936 12.4488C23.8938 12.4484 23.8944 12.4472 23 12ZM23 12L23.8944 12.4472C24.0352 12.1657 24.0348 11.8336 23.8941 11.5521L23 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z' fill='currentColor'/></svg>",
|
|
1126
|
+
iconName: "IconEye",
|
|
1127
|
+
iconSize: props.size,
|
|
1128
|
+
iconColor: props.color
|
|
1129
|
+
}, props)
|
|
1130
|
+
);
|
|
1131
|
+
}
|
|
1132
|
+
function IconEdit(props) {
|
|
1133
|
+
return /* @__PURE__ */ jsx(
|
|
1134
|
+
Icon,
|
|
1135
|
+
__spreadValues({
|
|
1136
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.87868 3.87868C2.44129 3.31607 3.20435 3 4 3H11C11.5523 3 12 3.44772 12 4C12 4.55228 11.5523 5 11 5H4C3.73478 5 3.48043 5.10536 3.29289 5.29289C3.10536 5.48043 3 5.73478 3 6V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V13C19 12.4477 19.4477 12 20 12C20.5523 12 21 12.4477 21 13V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H4C3.20435 23 2.44129 22.6839 1.87868 22.1213C1.31607 21.5587 1 20.7957 1 20V6C1 5.20435 1.31607 4.44129 1.87868 3.87868Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 2.87891C19.7026 2.87891 19.4174 2.99705 19.2071 3.20733L9.90299 12.5115L9.37439 14.6259L11.4888 14.0973L20.7929 4.79312C21.0032 4.58283 21.1213 4.29762 21.1213 4.00023C21.1213 3.70283 21.0032 3.41762 20.7929 3.20733C20.5826 2.99705 20.2974 2.87891 20 2.87891ZM17.7929 1.79312C18.3783 1.20776 19.1722 0.878906 20 0.878906C20.8278 0.878906 21.6218 1.20776 22.2071 1.79312C22.7925 2.37848 23.1213 3.1724 23.1213 4.00023C23.1213 4.82805 22.7925 5.62197 22.2071 6.20733L12.7071 15.7073C12.579 15.8355 12.4184 15.9264 12.2426 15.9704L8.24256 16.9704C7.90178 17.0556 7.54129 16.9557 7.29291 16.7073C7.04453 16.459 6.94468 16.0985 7.02988 15.7577L8.02988 11.7577C8.07384 11.5819 8.16476 11.4213 8.29291 11.2931L17.7929 1.79312Z' fill='currentColor'/></svg>",
|
|
1137
|
+
iconName: "IconEdit",
|
|
1138
|
+
iconSize: props.size,
|
|
1139
|
+
iconColor: props.color
|
|
1140
|
+
}, props)
|
|
1141
|
+
);
|
|
1142
|
+
}
|
|
1143
|
+
function IconFastForward(props) {
|
|
1144
|
+
return /* @__PURE__ */ jsx(
|
|
1145
|
+
Icon,
|
|
1146
|
+
__spreadValues({
|
|
1147
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.5606 4.10169C12.9037 3.93389 13.3125 3.97617 13.6139 4.21066L22.6139 11.2107C22.8575 11.4001 23 11.6914 23 12C23 12.3086 22.8575 12.5999 22.6139 12.7894L13.6139 19.7894C13.3125 20.0238 12.9037 20.0661 12.5606 19.8983C12.2176 19.7305 12 19.3819 12 19V5.00001C12 4.61807 12.2176 4.2695 12.5606 4.10169ZM14 7.04465V16.9554L20.3712 12L14 7.04465Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.56065 4.10169C1.90375 3.93389 2.31246 3.97617 2.61394 4.21066L11.6139 11.2107C11.8575 11.4001 12 11.6914 12 12C12 12.3086 11.8575 12.5999 11.6139 12.7894L2.61394 19.7894C2.31246 20.0238 1.90375 20.0661 1.56065 19.8983C1.21755 19.7305 1 19.3819 1 19V5.00001C1 4.61807 1.21755 4.2695 1.56065 4.10169ZM3 7.04465V16.9554L9.37118 12L3 7.04465Z' fill='currentColor'/></svg>",
|
|
1148
|
+
iconName: "IconFastForward",
|
|
1149
|
+
iconSize: props.size,
|
|
1150
|
+
iconColor: props.color
|
|
1151
|
+
}, props)
|
|
1152
|
+
);
|
|
1153
|
+
}
|
|
1154
|
+
function IconExternalLink(props) {
|
|
1155
|
+
return /* @__PURE__ */ jsx(
|
|
1156
|
+
Icon,
|
|
1157
|
+
__spreadValues({
|
|
1158
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 7C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H16C16.2652 20 16.5196 19.8946 16.7071 19.7071C16.8946 19.5196 17 19.2652 17 19V13C17 12.4477 17.4477 12 18 12C18.5523 12 19 12.4477 19 13V19C19 19.7957 18.6839 20.5587 18.1213 21.1213C17.5587 21.6839 16.7957 22 16 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V8C2 7.20435 2.31607 6.44129 2.87868 5.87868C3.44129 5.31607 4.20435 5 5 5H11C11.5523 5 12 5.44772 12 6C12 6.55228 11.5523 7 11 7H5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9V4H15C14.4477 4 14 3.55228 14 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L10.7071 14.7071C10.3166 15.0976 9.68342 15.0976 9.29289 14.7071C8.90237 14.3166 8.90237 13.6834 9.29289 13.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z' fill='currentColor'/></svg>",
|
|
1159
|
+
iconName: "IconExternalLink",
|
|
1160
|
+
iconSize: props.size,
|
|
1161
|
+
iconColor: props.color
|
|
1162
|
+
}, props)
|
|
1163
|
+
);
|
|
1164
|
+
}
|
|
1165
|
+
function IconFeather(props) {
|
|
1166
|
+
return /* @__PURE__ */ jsx(
|
|
1167
|
+
Icon,
|
|
1168
|
+
__spreadValues({
|
|
1169
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0429 3.04293C12.3563 1.72955 14.1376 0.991699 15.995 0.991699C17.8524 0.991699 19.6337 1.72955 20.9471 3.04293C22.2605 4.35631 22.9983 6.13764 22.9983 7.99504C22.9983 9.85208 22.2608 11.6331 20.9479 12.9464C20.9476 12.9466 20.9474 12.9469 20.9471 12.9471L14.2082 19.7061C14.0205 19.8943 13.7657 20 13.5 20H5C4.44772 20 4 19.5523 4 19V10.5C4 10.2348 4.10536 9.98047 4.29289 9.79293L11.0429 3.04293ZM15.995 2.9917C14.668 2.9917 13.3954 3.51884 12.4571 4.45714L6 10.9142V18H13.0849L19.5318 11.534L19.5329 11.5329C20.4712 10.5946 20.9983 9.322 20.9983 7.99504C20.9983 6.66807 20.4712 5.39545 19.5329 4.45714C18.5946 3.51884 17.322 2.9917 15.995 2.9917Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L2.70711 22.7071C2.31658 23.0976 1.68342 23.0976 1.29289 22.7071C0.902369 22.3166 0.902369 21.6834 1.29289 21.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15C8 14.4477 8.44772 14 9 14H17.5C18.0523 14 18.5 14.4477 18.5 15C18.5 15.5523 18.0523 16 17.5 16H9C8.44772 16 8 15.5523 8 15Z' fill='currentColor'/></svg>",
|
|
1170
|
+
iconName: "IconFeather",
|
|
1171
|
+
iconSize: props.size,
|
|
1172
|
+
iconColor: props.color
|
|
1173
|
+
}, props)
|
|
1174
|
+
);
|
|
1175
|
+
}
|
|
1176
|
+
function IconFileMinus(props) {
|
|
1177
|
+
return /* @__PURE__ */ jsx(
|
|
1178
|
+
Icon,
|
|
1179
|
+
__spreadValues({
|
|
1180
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14C14.2652 1 14.5196 1.10536 14.7071 1.29289L20.7071 7.29289C20.8946 7.48043 21 7.73478 21 8V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V8.41421L13.5858 3H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15C8 14.4477 8.44772 14 9 14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15Z' fill='currentColor'/></svg>",
|
|
1181
|
+
iconName: "IconFileMinus",
|
|
1182
|
+
iconSize: props.size,
|
|
1183
|
+
iconColor: props.color
|
|
1184
|
+
}, props)
|
|
1185
|
+
);
|
|
1186
|
+
}
|
|
1187
|
+
function IconFilePdf(props) {
|
|
1188
|
+
return /* @__PURE__ */ jsx(
|
|
1189
|
+
Icon,
|
|
1190
|
+
__spreadValues({
|
|
1191
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14C14.2652 1 14.5196 1.10536 14.7071 1.29289L20.7071 7.29289C20.8946 7.48043 21 7.73478 21 8V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V8.41421L13.5858 3H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z' fill='currentColor'/><path d='M7.51859 18.0482C7.81735 18.0482 8.04282 17.813 8.04282 17.5106C8.04282 17.2083 7.81735 16.9731 7.51859 16.9731C7.21984 16.9731 7 17.2083 7 17.5106C7 17.813 7.21984 18.0482 7.51859 18.0482Z' fill='currentColor'/><path d='M8.73977 19H9.60785V18.1937L9.57966 17.7626C9.77696 17.9474 9.99679 18.0482 10.2392 18.0482C10.8423 18.0482 11.4117 17.4994 11.4117 16.542C11.4117 15.6853 10.9945 15.131 10.3181 15.131C10.0306 15.131 9.74877 15.271 9.53457 15.467H9.51202L9.45002 15.1982H8.73977V19ZM10.0306 17.3371C9.89533 17.3371 9.74877 17.2979 9.60785 17.1747V16.0717C9.76005 15.9093 9.89533 15.8365 10.0588 15.8365C10.3688 15.8365 10.5154 16.0661 10.5154 16.5532C10.5154 17.1187 10.3012 17.3371 10.0306 17.3371Z' fill='currentColor'/><path d='M12.9854 18.0482C13.2504 18.0482 13.5266 17.9082 13.7239 17.7122H13.7408L13.8028 17.981H14.5187V14.0672H13.645V15.0022L13.6731 15.4166C13.4928 15.243 13.3067 15.131 12.9967 15.131C12.4161 15.131 11.8412 15.6797 11.8412 16.5868C11.8412 17.4938 12.2921 18.0482 12.9854 18.0482ZM13.2166 17.3371C12.9178 17.3371 12.7374 17.1131 12.7374 16.5812C12.7374 16.0605 12.9573 15.8365 13.2053 15.8365C13.3462 15.8365 13.5097 15.8813 13.645 15.9989V17.1075C13.5153 17.2811 13.3857 17.3371 13.2166 17.3371Z' fill='currentColor'/><path d='M15.3709 17.981H16.2447V15.8757H16.7407V15.1982H16.2447V15.0582C16.2447 14.7839 16.363 14.6775 16.5547 14.6775C16.6505 14.6775 16.7407 14.6887 16.8365 14.7167L17 14.1008C16.876 14.0504 16.6731 14 16.4307 14C15.6471 14 15.3709 14.4983 15.3709 15.0862V15.2038L14.9989 15.2262V15.8757H15.3709V17.981Z' fill='currentColor'/></svg>",
|
|
1192
|
+
iconName: "IconFilePdf",
|
|
1193
|
+
iconSize: props.size,
|
|
1194
|
+
iconColor: props.color
|
|
1195
|
+
}, props)
|
|
1196
|
+
);
|
|
1197
|
+
}
|
|
1198
|
+
function IconFacebook(props) {
|
|
1199
|
+
return /* @__PURE__ */ jsx(
|
|
1200
|
+
Icon,
|
|
1201
|
+
__spreadValues({
|
|
1202
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.7574 2.75736C11.8826 1.63214 13.4087 1 15 1H18C18.5523 1 19 1.44772 19 2V6C19 6.55228 18.5523 7 18 7H15V9H18C18.3079 9 18.5987 9.14187 18.7882 9.38459C18.9777 9.6273 19.0448 9.94379 18.9701 10.2425L17.9701 14.2425C17.8589 14.6877 17.4589 15 17 15H15V22C15 22.5523 14.5523 23 14 23H10C9.44772 23 9 22.5523 9 22V15H7C6.44772 15 6 14.5523 6 14V10C6 9.44772 6.44772 9 7 9H9V7C9 5.4087 9.63214 3.88258 10.7574 2.75736ZM15 3C13.9391 3 12.9217 3.42143 12.1716 4.17157C11.4214 4.92172 11 5.93913 11 7V10C11 10.5523 10.5523 11 10 11H8V13H10C10.5523 13 11 13.4477 11 14V21H13V14C13 13.4477 13.4477 13 14 13H16.2192L16.7192 11H14C13.4477 11 13 10.5523 13 10V7C13 6.46957 13.2107 5.96086 13.5858 5.58579C13.9609 5.21071 14.4696 5 15 5H17V3H15Z' fill='currentColor'/></svg>",
|
|
1203
|
+
iconName: "IconFacebook",
|
|
1204
|
+
iconSize: props.size,
|
|
1205
|
+
iconColor: props.color
|
|
1206
|
+
}, props)
|
|
1207
|
+
);
|
|
1208
|
+
}
|
|
1209
|
+
function IconFilePlus(props) {
|
|
1210
|
+
return /* @__PURE__ */ jsx(
|
|
1211
|
+
Icon,
|
|
1212
|
+
__spreadValues({
|
|
1213
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14C14.2652 1 14.5196 1.10536 14.7071 1.29289L20.7071 7.29289C20.8946 7.48043 21 7.73478 21 8V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V8.41421L13.5858 3H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15C8 14.4477 8.44772 14 9 14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15Z' fill='currentColor'/></svg>",
|
|
1214
|
+
iconName: "IconFilePlus",
|
|
1215
|
+
iconSize: props.size,
|
|
1216
|
+
iconColor: props.color
|
|
1217
|
+
}, props)
|
|
1218
|
+
);
|
|
1219
|
+
}
|
|
1220
|
+
function IconFilm(props) {
|
|
1221
|
+
return /* @__PURE__ */ jsx(
|
|
1222
|
+
Icon,
|
|
1223
|
+
__spreadValues({
|
|
1224
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.18 3C3.5283 3 3 3.5283 3 4.18V19.82C3 20.4717 3.5283 21 4.18 21H19.82C20.4717 21 21 20.4717 21 19.82V4.18C21 3.5283 20.4717 3 19.82 3H4.18ZM1 4.18C1 2.42373 2.42373 1 4.18 1H19.82C21.5763 1 23 2.42373 23 4.18V19.82C23 21.5763 21.5763 23 19.82 23H4.18C2.42373 23 1 21.5763 1 19.82V4.18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 1C7.55228 1 8 1.44772 8 2V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22V2C6 1.44772 6.44772 1 7 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17 1C17.5523 1 18 1.44772 18 2V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V2C16 1.44772 16.4477 1 17 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 7C1 6.44772 1.44772 6 2 6H7C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8H2C1.44772 8 1 7.55228 1 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 17C1 16.4477 1.44772 16 2 16H7C7.55228 16 8 16.4477 8 17C8 17.5523 7.55228 18 7 18H2C1.44772 18 1 17.5523 1 17Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 17C16 16.4477 16.4477 16 17 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H17C16.4477 18 16 17.5523 16 17Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 7C16 6.44772 16.4477 6 17 6H22C22.5523 6 23 6.44772 23 7C23 7.55228 22.5523 8 22 8H17C16.4477 8 16 7.55228 16 7Z' fill='currentColor'/></svg>",
|
|
1225
|
+
iconName: "IconFilm",
|
|
1226
|
+
iconSize: props.size,
|
|
1227
|
+
iconColor: props.color
|
|
1228
|
+
}, props)
|
|
1229
|
+
);
|
|
1230
|
+
}
|
|
1231
|
+
function IconFile(props) {
|
|
1232
|
+
return /* @__PURE__ */ jsx(
|
|
1233
|
+
Icon,
|
|
1234
|
+
__spreadValues({
|
|
1235
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H13C13.2652 1 13.5196 1.10536 13.7071 1.29289L20.7071 8.29289C20.8946 8.48043 21 8.73478 21 9V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V9.41421L12.5858 3H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 1C13.5523 1 14 1.44772 14 2V8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H13C12.4477 10 12 9.55228 12 9V2C12 1.44772 12.4477 1 13 1Z' fill='currentColor'/></svg>",
|
|
1236
|
+
iconName: "IconFile",
|
|
1237
|
+
iconSize: props.size,
|
|
1238
|
+
iconColor: props.color
|
|
1239
|
+
}, props)
|
|
1240
|
+
);
|
|
1241
|
+
}
|
|
1242
|
+
function IconFilter(props) {
|
|
1243
|
+
return /* @__PURE__ */ jsx(
|
|
1244
|
+
Icon,
|
|
1245
|
+
__spreadValues({
|
|
1246
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.0929 2.57912C1.25675 2.22596 1.61069 2 2.00001 2H22C22.3893 2 22.7433 2.22596 22.9071 2.57912C23.071 2.93229 23.015 3.34845 22.7636 3.64573L15 12.8261V21C15 21.3466 14.8206 21.6684 14.5257 21.8507C14.2309 22.0329 13.8628 22.0494 13.5528 21.8944L9.5528 19.8944C9.21402 19.725 9.00001 19.3788 9.00001 19V12.8261L1.23644 3.64573C0.985046 3.34845 0.929037 2.93229 1.0929 2.57912ZM4.15532 4L10.7636 11.8143C10.9162 11.9948 11 12.2236 11 12.46V18.382L13 19.382V12.46C13 12.2236 13.0838 11.9948 13.2364 11.8143L19.8447 4H4.15532Z' fill='currentColor'/></svg>",
|
|
1247
|
+
iconName: "IconFilter",
|
|
1248
|
+
iconSize: props.size,
|
|
1249
|
+
iconColor: props.color
|
|
1250
|
+
}, props)
|
|
1251
|
+
);
|
|
1252
|
+
}
|
|
1253
|
+
function IconFlag(props) {
|
|
1254
|
+
return /* @__PURE__ */ jsx(
|
|
1255
|
+
Icon,
|
|
1256
|
+
__spreadValues({
|
|
1257
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 3.65959V13.1146C5.56771 12.8442 6.22198 12.6281 6.94361 12.5232C8.6231 12.279 10.6039 12.6476 12.6139 14.2109C14.0844 15.3546 15.4196 15.6216 16.4965 15.5296C17.5625 15.4385 18.4441 14.9885 19 14.5511V4.44251C17.1348 4.97864 14.2767 5.25664 11.5528 3.89469C9.12322 2.6799 6.46609 3.1197 5 3.65959ZM5 15.4493C5.49806 15.0575 6.27803 14.641 7.23139 14.5024C8.36024 14.3382 9.79607 14.553 11.3861 15.7896C13.2374 17.2296 15.068 17.6589 16.6668 17.5223C18.2377 17.3881 19.5168 16.7144 20.3272 16.0502C20.8032 15.6602 21 15.0964 21 14.586V3.16206C21 2.34178 20.151 1.83199 19.4357 2.16203C18.1649 2.74834 15.1657 3.4651 12.4472 2.10583C9.28584 0.525146 5.94688 1.15713 4.20948 1.82006C3.41908 2.12164 3 2.87983 3 3.61829V22.0001C3 22.5524 3.44772 23.0001 4 23.0001C4.55228 23.0001 5 22.5524 5 22.0001V15.4493Z' fill='currentColor'/></svg>",
|
|
1258
|
+
iconName: "IconFlag",
|
|
1259
|
+
iconSize: props.size,
|
|
1260
|
+
iconColor: props.color
|
|
1261
|
+
}, props)
|
|
1262
|
+
);
|
|
1263
|
+
}
|
|
1264
|
+
function IconFileText(props) {
|
|
1265
|
+
return /* @__PURE__ */ jsx(
|
|
1266
|
+
Icon,
|
|
1267
|
+
__spreadValues({
|
|
1268
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14C14.2652 1 14.5196 1.10536 14.7071 1.29289L20.7071 7.29289C20.8946 7.48043 21 7.73478 21 8V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V8.41421L13.5858 3H6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 13C7 12.4477 7.44772 12 8 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H8C7.44772 14 7 13.5523 7 13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 17C7 16.4477 7.44772 16 8 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H8C7.44772 18 7 17.5523 7 17Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 9C7 8.44772 7.44772 8 8 8H10C10.5523 8 11 8.44772 11 9C11 9.55228 10.5523 10 10 10H8C7.44772 10 7 9.55228 7 9Z' fill='currentColor'/></svg>",
|
|
1269
|
+
iconName: "IconFileText",
|
|
1270
|
+
iconSize: props.size,
|
|
1271
|
+
iconColor: props.color
|
|
1272
|
+
}, props)
|
|
1273
|
+
);
|
|
1274
|
+
}
|
|
1275
|
+
function IconFigma(props) {
|
|
1276
|
+
return /* @__PURE__ */ jsx(
|
|
1277
|
+
Icon,
|
|
1278
|
+
__spreadValues({
|
|
1279
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 3C7.83696 3 7.20107 3.26339 6.73223 3.73223C6.26339 4.20107 6 4.83696 6 5.5C6 6.16304 6.26339 6.79893 6.73223 7.26777C7.20107 7.73661 7.83696 8 8.5 8H11V3H8.5ZM5.31802 2.31802C6.16193 1.47411 7.30653 1 8.5 1H12C12.5523 1 13 1.44772 13 2V9C13 9.55228 12.5523 10 12 10H8.5C7.30653 10 6.16193 9.52589 5.31802 8.68198C4.47411 7.83807 4 6.69347 4 5.5C4 4.30653 4.47411 3.16193 5.31802 2.31802Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 2C11 1.44772 11.4477 1 12 1H15.5C16.0909 1 16.6761 1.1164 17.2221 1.34254C17.768 1.56869 18.2641 1.90016 18.682 2.31802C19.0998 2.73588 19.4313 3.23196 19.6575 3.77792C19.8836 4.32389 20 4.90905 20 5.5C20 6.09095 19.8836 6.67611 19.6575 7.22208C19.4313 7.76804 19.0998 8.26412 18.682 8.68198C18.2641 9.09984 17.768 9.43131 17.2221 9.65746C16.6761 9.8836 16.0909 10 15.5 10H12C11.4477 10 11 9.55228 11 9V2ZM13 3V8H15.5C15.8283 8 16.1534 7.93534 16.4567 7.8097C16.76 7.68406 17.0356 7.49991 17.2678 7.26777C17.4999 7.03562 17.6841 6.76002 17.8097 6.45671C17.9353 6.15339 18 5.8283 18 5.5C18 5.1717 17.9353 4.84661 17.8097 4.54329C17.6841 4.23998 17.4999 3.96438 17.2678 3.73223C17.0356 3.50009 16.76 3.31594 16.4567 3.1903C16.1534 3.06466 15.8283 3 15.5 3H13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.5 10C15.1717 10 14.8466 10.0647 14.5433 10.1903C14.24 10.3159 13.9644 10.5001 13.7322 10.7322C13.5001 10.9644 13.3159 11.24 13.1903 11.5433C13.0647 11.8466 13 12.1717 13 12.5C13 12.8283 13.0647 13.1534 13.1903 13.4567C13.3159 13.76 13.5001 14.0356 13.7322 14.2678C13.9644 14.4999 14.24 14.6841 14.5433 14.8097C14.8466 14.9353 15.1717 15 15.5 15C15.8283 15 16.1534 14.9353 16.4567 14.8097C16.76 14.6841 17.0356 14.4999 17.2678 14.2678C17.4999 14.0356 17.6841 13.76 17.8097 13.4567C17.9353 13.1534 18 12.8283 18 12.5C18 12.1717 17.9353 11.8466 17.8097 11.5433C17.6841 11.24 17.4999 10.9644 17.2678 10.7322C17.0356 10.5001 16.76 10.3159 16.4567 10.1903C16.1534 10.0647 15.8283 10 15.5 10ZM13.7779 8.34254C14.3239 8.1164 14.9091 8 15.5 8C16.0909 8 16.6761 8.1164 17.2221 8.34254C17.768 8.56869 18.2641 8.90016 18.682 9.31802C19.0998 9.73588 19.4313 10.232 19.6575 10.7779C19.8836 11.3239 20 11.9091 20 12.5C20 13.0909 19.8836 13.6761 19.6575 14.2221C19.4313 14.768 19.0998 15.2641 18.682 15.682C18.2641 16.0998 17.768 16.4313 17.2221 16.6575C16.6761 16.8836 16.0909 17 15.5 17C14.9091 17 14.3239 16.8836 13.7779 16.6575C13.232 16.4313 12.7359 16.0998 12.318 15.682C11.9002 15.2641 11.5687 14.768 11.3425 14.2221C11.1164 13.6761 11 13.0909 11 12.5C11 11.9091 11.1164 11.3239 11.3425 10.7779C11.5687 10.232 11.9002 9.73588 12.318 9.31802C12.7359 8.90016 13.232 8.56869 13.7779 8.34254Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 17C7.83696 17 7.20107 17.2634 6.73223 17.7322C6.26339 18.2011 6 18.837 6 19.5C6 20.163 6.26339 20.7989 6.73223 21.2678C7.20107 21.7366 7.83696 22 8.5 22C9.16304 22 9.79893 21.7366 10.2678 21.2678C10.7366 20.7989 11 20.163 11 19.5V17H8.5ZM5.31802 16.318C6.16193 15.4741 7.30653 15 8.5 15H12C12.5523 15 13 15.4477 13 16V19.5C13 20.6935 12.5259 21.8381 11.682 22.682C10.8381 23.5259 9.69347 24 8.5 24C7.30653 24 6.16193 23.5259 5.31802 22.682C4.47411 21.8381 4 20.6935 4 19.5C4 18.3065 4.47411 17.1619 5.31802 16.318Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 10C7.83696 10 7.20107 10.2634 6.73223 10.7322C6.26339 11.2011 6 11.837 6 12.5C6 13.163 6.26339 13.7989 6.73223 14.2678C7.20107 14.7366 7.83696 15 8.5 15H11V10H8.5ZM5.31802 9.31802C6.16193 8.47411 7.30653 8 8.5 8H12C12.5523 8 13 8.44772 13 9V16C13 16.5523 12.5523 17 12 17H8.5C7.30653 17 6.16193 16.5259 5.31802 15.682C4.47411 14.8381 4 13.6935 4 12.5C4 11.3065 4.47411 10.1619 5.31802 9.31802Z' fill='currentColor'/></svg>",
|
|
1280
|
+
iconName: "IconFigma",
|
|
1281
|
+
iconSize: props.size,
|
|
1282
|
+
iconColor: props.color
|
|
1283
|
+
}, props)
|
|
1284
|
+
);
|
|
1285
|
+
}
|
|
1286
|
+
function IconFolder(props) {
|
|
1287
|
+
return /* @__PURE__ */ jsx(
|
|
1288
|
+
Icon,
|
|
1289
|
+
__spreadValues({
|
|
1290
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.73478 4 3.48043 4.10536 3.29289 4.29289C3.10536 4.48043 3 4.73478 3 5V19C3 19.2652 3.10536 19.5196 3.29289 19.7071C3.48043 19.8946 3.73478 20 4 20H20C20.2652 20 20.5196 19.8946 20.7071 19.7071C20.8946 19.5196 21 19.2652 21 19V8C21 7.73478 20.8946 7.48043 20.7071 7.29289C20.5196 7.10536 20.2652 7 20 7H11C10.6656 7 10.3534 6.8329 10.1679 6.5547L8.46482 4H4ZM1.87868 2.87868C2.44129 2.31607 3.20435 2 4 2H9C9.33435 2 9.64658 2.1671 9.83205 2.4453L11.5352 5H20C20.7957 5 21.5587 5.31607 22.1213 5.87868C22.6839 6.44129 23 7.20435 23 8V19C23 19.7957 22.6839 20.5587 22.1213 21.1213C21.5587 21.6839 20.7957 22 20 22H4C3.20435 22 2.44129 21.6839 1.87868 21.1213C1.31607 20.5587 1 19.7957 1 19V5C1 4.20435 1.31607 3.44129 1.87868 2.87868Z' fill='currentColor'/></svg>",
|
|
1291
|
+
iconName: "IconFolder",
|
|
1292
|
+
iconSize: props.size,
|
|
1293
|
+
iconColor: props.color
|
|
1294
|
+
}, props)
|
|
1295
|
+
);
|
|
1296
|
+
}
|
|
1297
|
+
function IconFolderPlus(props) {
|
|
1298
|
+
return /* @__PURE__ */ jsx(
|
|
1299
|
+
Icon,
|
|
1300
|
+
__spreadValues({
|
|
1301
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.73478 4 3.48043 4.10536 3.29289 4.29289C3.10536 4.48043 3 4.73478 3 5V19C3 19.2652 3.10536 19.5196 3.29289 19.7071C3.48043 19.8946 3.73478 20 4 20H20C20.2652 20 20.5196 19.8946 20.7071 19.7071C20.8946 19.5196 21 19.2652 21 19V8C21 7.73478 20.8946 7.48043 20.7071 7.29289C20.5196 7.10536 20.2652 7 20 7H11C10.6656 7 10.3534 6.8329 10.1679 6.5547L8.46482 4H4ZM1.87868 2.87868C2.44129 2.31607 3.20435 2 4 2H9C9.33435 2 9.64658 2.1671 9.83205 2.4453L11.5352 5H20C20.7957 5 21.5587 5.31607 22.1213 5.87868C22.6839 6.44129 23 7.20435 23 8V19C23 19.7957 22.6839 20.5587 22.1213 21.1213C21.5587 21.6839 20.7957 22 20 22H4C3.20435 22 2.44129 21.6839 1.87868 21.1213C1.31607 20.5587 1 19.7957 1 19V5C1 4.20435 1.31607 3.44129 1.87868 2.87868Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 10C12.5523 10 13 10.4477 13 11V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V11C11 10.4477 11.4477 10 12 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 14C8 13.4477 8.44772 13 9 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14Z' fill='currentColor'/></svg>",
|
|
1302
|
+
iconName: "IconFolderPlus",
|
|
1303
|
+
iconSize: props.size,
|
|
1304
|
+
iconColor: props.color
|
|
1305
|
+
}, props)
|
|
1306
|
+
);
|
|
1307
|
+
}
|
|
1308
|
+
function IconFramer(props) {
|
|
1309
|
+
return /* @__PURE__ */ jsx(
|
|
1310
|
+
Icon,
|
|
1311
|
+
__spreadValues({
|
|
1312
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2489)'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.07615 1.61732C4.23093 1.24364 4.59557 1 5.00003 1H19C19.5523 1 20 1.44772 20 2V9C20 9.55228 19.5523 10 19 10H14.4142L19.7071 15.2929C19.9931 15.5789 20.0787 16.009 19.9239 16.3827C19.7691 16.7564 19.4045 17 19 17H13V23C13 23.4045 12.7564 23.7691 12.3827 23.9239C12.009 24.0787 11.5789 23.9931 11.2929 23.7071L4.29292 16.7071C4.10539 16.5196 4.00003 16.2652 4.00003 16V9C4.00003 8.44772 4.44774 8 5.00003 8H9.58582L4.29292 2.70711C4.00692 2.42111 3.92137 1.99099 4.07615 1.61732ZM12.4142 8H18V3H7.41424L12.4142 8ZM11.5858 10H6.00003V15H16.5858L11.5858 10ZM7.41424 17L11 20.5858V17H7.41424Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2489'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
1313
|
+
iconName: "IconFramer",
|
|
1314
|
+
iconSize: props.size,
|
|
1315
|
+
iconColor: props.color
|
|
1316
|
+
}, props)
|
|
1317
|
+
);
|
|
1318
|
+
}
|
|
1319
|
+
function IconFolderMinus(props) {
|
|
1320
|
+
return /* @__PURE__ */ jsx(
|
|
1321
|
+
Icon,
|
|
1322
|
+
__spreadValues({
|
|
1323
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.73478 4 3.48043 4.10536 3.29289 4.29289C3.10536 4.48043 3 4.73478 3 5V19C3 19.2652 3.10536 19.5196 3.29289 19.7071C3.48043 19.8946 3.73478 20 4 20H20C20.2652 20 20.5196 19.8946 20.7071 19.7071C20.8946 19.5196 21 19.2652 21 19V8C21 7.73478 20.8946 7.48043 20.7071 7.29289C20.5196 7.10536 20.2652 7 20 7H11C10.6656 7 10.3534 6.8329 10.1679 6.5547L8.46482 4H4ZM1.87868 2.87868C2.44129 2.31607 3.20435 2 4 2H9C9.33435 2 9.64658 2.1671 9.83205 2.4453L11.5352 5H20C20.7957 5 21.5587 5.31607 22.1213 5.87868C22.6839 6.44129 23 7.20435 23 8V19C23 19.7957 22.6839 20.5587 22.1213 21.1213C21.5587 21.6839 20.7957 22 20 22H4C3.20435 22 2.44129 21.6839 1.87868 21.1213C1.31607 20.5587 1 19.7957 1 19V5C1 4.20435 1.31607 3.44129 1.87868 2.87868Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 14C8 13.4477 8.44772 13 9 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14Z' fill='currentColor'/></svg>",
|
|
1324
|
+
iconName: "IconFolderMinus",
|
|
1325
|
+
iconSize: props.size,
|
|
1326
|
+
iconColor: props.color
|
|
1327
|
+
}, props)
|
|
1328
|
+
);
|
|
1329
|
+
}
|
|
1330
|
+
function IconFrown(props) {
|
|
1331
|
+
return /* @__PURE__ */ jsx(
|
|
1332
|
+
Icon,
|
|
1333
|
+
__spreadValues({
|
|
1334
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8 8.44772 8.44772 8 9 8H9.01C9.56228 8 10.01 8.44772 10.01 9C10.01 9.55228 9.56228 10 9.01 10H9C8.44772 10 8 9.55228 8 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 9C14 8.44772 14.4477 8 15 8H15.01C15.5623 8 16.01 8.44772 16.01 9C16.01 9.55228 15.5623 10 15.01 10H15C14.4477 10 14 9.55228 14 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2477 15.1703C10.0749 15.3912 9.16219 16.1172 8.80006 16.6C8.46869 17.0419 7.84189 17.1314 7.40006 16.8C6.95823 16.4687 6.86869 15.8419 7.20006 15.4C7.83792 14.5495 9.17527 13.5255 10.8774 13.2048C12.6556 12.8698 14.7353 13.3211 16.7072 15.2929C17.0977 15.6834 17.0977 16.3166 16.7072 16.7071C16.3167 17.0977 15.6835 17.0977 15.293 16.7071C13.7648 15.1791 12.3445 14.9636 11.2477 15.1703Z' fill='currentColor'/></svg>",
|
|
1335
|
+
iconName: "IconFrown",
|
|
1336
|
+
iconSize: props.size,
|
|
1337
|
+
iconColor: props.color
|
|
1338
|
+
}, props)
|
|
1339
|
+
);
|
|
1340
|
+
}
|
|
1341
|
+
function IconGift(props) {
|
|
1342
|
+
return /* @__PURE__ */ jsx(
|
|
1343
|
+
Icon,
|
|
1344
|
+
__spreadValues({
|
|
1345
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 11C4.55228 11 5 11.4477 5 12V21H19V12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V12C3 11.4477 3.44772 11 4 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 7C1 6.44772 1.44772 6 2 6H22C22.5523 6 23 6.44772 23 7V12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12V7ZM3 8V11H21V8H3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12.5523 6 13 6.44772 13 7V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V7C11 6.44772 11.4477 6 12 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.5 3C7.10218 3 6.72064 3.15804 6.43934 3.43934C6.15804 3.72064 6 4.10218 6 4.5C6 4.89782 6.15804 5.27936 6.43934 5.56066C6.72064 5.84196 7.10218 6 7.5 6H10.654C10.5319 5.68061 10.3774 5.32942 10.1863 4.98192C9.55732 3.83834 8.6939 3 7.5 3ZM12 7C12.9806 6.80388 12.9805 6.80354 12.9804 6.80318L12.9803 6.80236L12.9799 6.80038L12.9788 6.79503L12.9754 6.77893C12.9727 6.76583 12.9688 6.74805 12.9639 6.72588C12.954 6.68157 12.9396 6.61965 12.9203 6.54262C12.8819 6.38877 12.8237 6.17343 12.7424 5.91686C12.581 5.40732 12.3233 4.71734 11.9387 4.01808C11.1927 2.66166 9.8061 1 7.5 1C6.57174 1 5.6815 1.36875 5.02513 2.02513C4.36875 2.6815 4 3.57174 4 4.5C4 5.42826 4.36875 6.3185 5.02513 6.97487C5.6815 7.63125 6.57174 8 7.5 8H12C12.2996 8 12.5834 7.86568 12.7733 7.63399C12.9633 7.4023 13.0393 7.09766 12.9806 6.80388L12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0613 4.01808C12.8073 2.66166 14.1939 1 16.5 1C17.4283 1 18.3185 1.36875 18.9749 2.02513C19.6313 2.6815 20 3.57174 20 4.5C20 5.42826 19.6313 6.3185 18.9749 6.97487C18.3185 7.63125 17.4283 8 16.5 8H12C11.7004 8 11.4166 7.86568 11.2267 7.63399C11.0367 7.4023 10.9607 7.09766 11.0194 6.80388L12 7C11.0194 6.80388 11.0195 6.80354 11.0196 6.80318L11.0197 6.80236L11.0201 6.80038L11.0212 6.79503L11.0246 6.77893C11.0274 6.76583 11.0312 6.74805 11.0361 6.72588C11.046 6.68157 11.0604 6.61965 11.0797 6.54262C11.1181 6.38877 11.1764 6.17343 11.2576 5.91686C11.419 5.40732 11.6767 4.71734 12.0613 4.01808ZM13.346 6H16.5C16.8978 6 17.2794 5.84196 17.5607 5.56066C17.842 5.27936 18 4.89782 18 4.5C18 4.10218 17.842 3.72064 17.5607 3.43934C17.2794 3.15804 16.8978 3 16.5 3C15.3061 3 14.4427 3.83834 13.8137 4.98192C13.6226 5.32942 13.4681 5.68061 13.346 6ZM12.9803 7.1978C12.9802 7.19807 12.9802 7.19804 12.9803 7.19772L12.9803 7.1978Z' fill='currentColor'/></svg>",
|
|
1346
|
+
iconName: "IconGift",
|
|
1347
|
+
iconSize: props.size,
|
|
1348
|
+
iconColor: props.color
|
|
1349
|
+
}, props)
|
|
1350
|
+
);
|
|
1351
|
+
}
|
|
1352
|
+
function IconGitBranch(props) {
|
|
1353
|
+
return /* @__PURE__ */ jsx(
|
|
1354
|
+
Icon,
|
|
1355
|
+
__spreadValues({
|
|
1356
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 2C6.55228 2 7 2.44772 7 3V15C7 15.5523 6.55228 16 6 16C5.44772 16 5 15.5523 5 15V3C5 2.44772 5.44772 2 6 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4ZM14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 16C4.89543 16 4 16.8954 4 18C4 19.1046 4.89543 20 6 20C7.10457 20 8 19.1046 8 18C8 16.8954 7.10457 16 6 16ZM2 18C2 15.7909 3.79086 14 6 14C8.20914 14 10 15.7909 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 8C18.5523 8 19 8.44772 19 9C19 11.6522 17.9464 14.1957 16.0711 16.0711C14.1957 17.9464 11.6522 19 9 19C8.44772 19 8 18.5523 8 18C8 17.4477 8.44772 17 9 17C11.1217 17 13.1566 16.1571 14.6569 14.6569C16.1571 13.1566 17 11.1217 17 9C17 8.44772 17.4477 8 18 8Z' fill='currentColor'/></svg>",
|
|
1357
|
+
iconName: "IconGitBranch",
|
|
1358
|
+
iconSize: props.size,
|
|
1359
|
+
iconColor: props.color
|
|
1360
|
+
}, props)
|
|
1361
|
+
);
|
|
1362
|
+
}
|
|
1363
|
+
function IconGitMerge(props) {
|
|
1364
|
+
return /* @__PURE__ */ jsx(
|
|
1365
|
+
Icon,
|
|
1366
|
+
__spreadValues({
|
|
1367
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16ZM14 18C14 15.7909 15.7909 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4ZM2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 8C6.55228 8 7 8.44772 7 9C7 11.1217 7.84285 13.1566 9.34315 14.6569C10.8434 16.1571 12.8783 17 15 17C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19C12.3478 19 9.8043 17.9464 7.92893 16.0711C7.59237 15.7345 7.28228 15.3764 7 15.0001V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V9C5 8.44772 5.44772 8 6 8Z' fill='currentColor'/></svg>",
|
|
1368
|
+
iconName: "IconGitMerge",
|
|
1369
|
+
iconSize: props.size,
|
|
1370
|
+
iconColor: props.color
|
|
1371
|
+
}, props)
|
|
1372
|
+
);
|
|
1373
|
+
}
|
|
1374
|
+
function IconGitCommit(props) {
|
|
1375
|
+
return /* @__PURE__ */ jsx(
|
|
1376
|
+
Icon,
|
|
1377
|
+
__spreadValues({
|
|
1378
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.0498047 12C0.0498047 11.4477 0.49752 11 1.0498 11H6.9998C7.55209 11 7.9998 11.4477 7.9998 12C7.9998 12.5523 7.55209 13 6.9998 13H1.0498C0.49752 13 0.0498047 12.5523 0.0498047 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.0098 12C16.0098 11.4477 16.4575 11 17.0098 11H22.9598C23.512 11 23.9598 11.4477 23.9598 12C23.9598 12.5523 23.512 13 22.9598 13H17.0098C16.4575 13 16.0098 12.5523 16.0098 12Z' fill='currentColor'/></svg>",
|
|
1379
|
+
iconName: "IconGitCommit",
|
|
1380
|
+
iconSize: props.size,
|
|
1381
|
+
iconColor: props.color
|
|
1382
|
+
}, props)
|
|
1383
|
+
);
|
|
1384
|
+
}
|
|
1385
|
+
function IconGitPullRequest(props) {
|
|
1386
|
+
return /* @__PURE__ */ jsx(
|
|
1387
|
+
Icon,
|
|
1388
|
+
__spreadValues({
|
|
1389
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16ZM14 18C14 15.7909 15.7909 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4ZM2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12 5.44772 12.4477 5 13 5H16C16.7956 5 17.5587 5.31607 18.1213 5.87868C18.6839 6.44129 19 7.20435 19 8V15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15V8C17 7.73478 16.8946 7.48043 16.7071 7.29289C16.5196 7.10536 16.2652 7 16 7H13C12.4477 7 12 6.55228 12 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 8C6.55228 8 7 8.44772 7 9V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V9C5 8.44772 5.44772 8 6 8Z' fill='currentColor'/></svg>",
|
|
1390
|
+
iconName: "IconGitPullRequest",
|
|
1391
|
+
iconSize: props.size,
|
|
1392
|
+
iconColor: props.color
|
|
1393
|
+
}, props)
|
|
1394
|
+
);
|
|
1395
|
+
}
|
|
1396
|
+
function IconGithub(props) {
|
|
1397
|
+
return /* @__PURE__ */ jsx(
|
|
1398
|
+
Icon,
|
|
1399
|
+
__spreadValues({
|
|
1400
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2616)'><path d='M9 18.9999C4 20.4999 4 16.4999 2 15.9999M16 21.9999V18.1299C16.0375 17.6531 15.9731 17.1737 15.811 16.7237C15.6489 16.2737 15.3929 15.8634 15.06 15.5199C18.2 15.1699 21.5 13.9799 21.5 8.51994C21.4997 7.12376 20.9627 5.78114 20 4.76994C20.4559 3.54844 20.4236 2.19829 19.91 0.999938C19.91 0.999938 18.73 0.649938 16 2.47994C13.708 1.85876 11.292 1.85876 9 2.47994C6.27 0.649938 5.09 0.999938 5.09 0.999938C4.57638 2.19829 4.54414 3.54844 5 4.76994C4.03013 5.78864 3.49252 7.1434 3.5 8.54994C3.5 13.9699 6.8 15.1599 9.94 15.5499C9.611 15.8899 9.35726 16.2953 9.19531 16.7399C9.03335 17.1844 8.96681 17.658 9 18.1299V21.9999' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_434_2616'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
1401
|
+
iconName: "IconGithub",
|
|
1402
|
+
iconSize: props.size,
|
|
1403
|
+
iconColor: props.color
|
|
1404
|
+
}, props)
|
|
1405
|
+
);
|
|
1406
|
+
}
|
|
1407
|
+
function IconGlobe(props) {
|
|
1408
|
+
return /* @__PURE__ */ jsx(
|
|
1409
|
+
Icon,
|
|
1410
|
+
__spreadValues({
|
|
1411
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.2809 1 12.5489 1.11816 12.7383 1.32558C15.4031 4.24291 16.9175 8.02885 16.9998 11.9792C17.0001 11.9931 17.0001 12.0069 16.9998 12.0208C16.9175 15.9711 15.4031 19.7571 12.7383 22.6744C12.5489 22.8818 12.2809 23 12 23C11.7191 23 11.4511 22.8818 11.2617 22.6744C8.59689 19.7571 7.08251 15.9711 7.00022 12.0208C6.99993 12.0069 6.99993 11.9931 7.00022 11.9792C7.08251 8.02885 8.59689 4.24291 11.2617 1.32558C11.4511 1.11816 11.7191 1 12 1ZM9.00023 12C9.06877 15.0748 10.1263 18.0352 12 20.4492C13.8737 18.0352 14.9312 15.0748 14.9998 12C14.9312 8.92516 13.8737 5.96485 12 3.5508C10.1263 5.96485 9.06877 8.92516 9.00023 12Z' fill='currentColor'/></svg>",
|
|
1412
|
+
iconName: "IconGlobe",
|
|
1413
|
+
iconSize: props.size,
|
|
1414
|
+
iconColor: props.color
|
|
1415
|
+
}, props)
|
|
1416
|
+
);
|
|
1417
|
+
}
|
|
1418
|
+
function IconGitlab(props) {
|
|
1419
|
+
return /* @__PURE__ */ jsx(
|
|
1420
|
+
Icon,
|
|
1421
|
+
__spreadValues({
|
|
1422
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2494)'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.55678 2.48185C4.55557 2.47814 4.55439 2.4744 4.55326 2.47066L4.55678 2.48185ZM5.10763 4.17305L6.99932 9.97995C7.13343 10.3916 7.5172 10.6702 7.95014 10.6702H16.0501C16.4834 10.6702 16.8673 10.3912 17.0012 9.97921L18.8869 4.1753L20.7791 9.9992L22.0034 13.6241L12.0001 20.894L2.03572 13.6523L5.10763 4.17305ZM19.2709 2.74187L19.2746 2.73855C19.2734 2.73967 19.2721 2.74077 19.2709 2.74187ZM4.14755 1.2602C4.41083 1.02054 4.75407 0.887695 5.11014 0.887695C5.46705 0.887695 5.81105 1.02116 6.07456 1.26186C6.08151 1.2682 6.08837 1.27464 6.09513 1.28118C6.26571 1.44605 6.39221 1.65099 6.46317 1.87722L8.6761 8.67021H15.3236L17.5391 1.8512C17.5447 1.8338 17.5509 1.81656 17.5575 1.7995C17.6372 1.59337 17.7639 1.4087 17.9275 1.2602C18.1908 1.02054 18.5341 0.887695 18.8901 0.887695C19.247 0.887695 19.591 1.02115 19.8546 1.26186C19.8615 1.2682 19.8684 1.27464 19.8751 1.28118C20.0458 1.44617 20.1724 1.65128 20.2433 1.87771L22.6794 9.3756L23.9476 13.1302C23.9496 13.1361 23.9515 13.1421 23.9534 13.148C23.9558 13.1555 23.9581 13.1631 23.9603 13.1706C24.0709 13.5506 24.0561 13.9562 23.918 14.3271C23.7836 14.688 23.5395 14.9973 23.2204 15.2119L12.588 22.9391C12.2375 23.1939 11.7628 23.1939 11.4122 22.9391L0.762244 15.1991L0.757682 15.1958C0.444936 14.9658 0.212952 14.6428 0.0949196 14.2729C-0.0227092 13.9044 -0.0211584 13.5081 0.099294 13.1405L3.75908 1.85121C3.76474 1.8338 3.77087 1.81656 3.77747 1.7995C3.85718 1.59337 3.98391 1.40871 4.14755 1.2602ZM17.9275 1.2602C17.9282 1.25964 17.9288 1.25909 17.9294 1.25854L18.6001 2.00021L17.9257 1.26186C17.9263 1.2613 17.9269 1.26075 17.9275 1.2602Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2494'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
1423
|
+
iconName: "IconGitlab",
|
|
1424
|
+
iconSize: props.size,
|
|
1425
|
+
iconColor: props.color
|
|
1426
|
+
}, props)
|
|
1427
|
+
);
|
|
1428
|
+
}
|
|
1429
|
+
function IconHardDrive(props) {
|
|
1430
|
+
return /* @__PURE__ */ jsx(
|
|
1431
|
+
Icon,
|
|
1432
|
+
__spreadValues({
|
|
1433
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.24 3L16.76 3C17.3181 3.0003 17.8656 3.15628 18.34 3.45042C18.8139 3.7443 19.1965 4.16444 19.4449 4.66368C19.4451 4.66412 19.4453 4.66456 19.4455 4.665L22.8942 11.5523C22.9638 11.6913 23 11.8446 23 12V18C23 18.7957 22.6839 19.5587 22.1213 20.1213C21.5587 20.6839 20.7957 21 20 21H4C3.20435 21 2.44129 20.6839 1.87868 20.1213C1.31607 19.5587 1 18.7956 1 18V12C1 11.8446 1.03624 11.6913 1.10583 11.5523L4.55447 4.665C4.55471 4.66451 4.55495 4.66403 4.5552 4.66354C4.80358 4.16436 5.18617 3.74427 5.66004 3.45042C6.13437 3.15628 6.68187 3.0003 7.24 3ZM7.24034 5C7.05436 5.00013 6.87211 5.05213 6.71405 5.15014C6.55594 5.24819 6.42832 5.38839 6.34553 5.555L6.34417 5.55773L3 12.2364V18C3 18.2652 3.10536 18.5196 3.29289 18.7071C3.48043 18.8946 3.73478 19 4 19H20C20.2652 19 20.5196 18.8946 20.7071 18.7071C20.8946 18.5196 21 18.2652 21 18V12.2364L17.6558 5.55773L17.6545 5.555C17.5717 5.38839 17.4441 5.24818 17.2859 5.15014C17.1279 5.05213 16.9456 5.00013 16.7597 5H7.24034Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 16C5 15.4477 5.44772 15 6 15H6.01C6.56228 15 7.01 15.4477 7.01 16C7.01 16.5523 6.56228 17 6.01 17H6C5.44772 17 5 16.5523 5 16Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 16C9 15.4477 9.44772 15 10 15H10.01C10.5623 15 11.01 15.4477 11.01 16C11.01 16.5523 10.5623 17 10.01 17H10C9.44772 17 9 16.5523 9 16Z' fill='currentColor'/></svg>",
|
|
1434
|
+
iconName: "IconHardDrive",
|
|
1435
|
+
iconSize: props.size,
|
|
1436
|
+
iconColor: props.color
|
|
1437
|
+
}, props)
|
|
1438
|
+
);
|
|
1439
|
+
}
|
|
1440
|
+
function IconGraduationHat(props) {
|
|
1441
|
+
return /* @__PURE__ */ jsx(
|
|
1442
|
+
Icon,
|
|
1443
|
+
__spreadValues({
|
|
1444
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.3523 2.9223L2.04619 6.56543L1.77331 6.67216C1.18091 6.90396 0.799805 7.4714 0.799805 8.11276C0.799805 8.75413 1.18091 9.32154 1.77333 9.55328L4.46777 10.6081V17.0423C4.46777 17.6321 4.8275 18.0907 5.34545 18.4383C5.8627 18.7855 6.56729 19.0442 7.3347 19.2362C8.87236 19.6209 10.7233 19.7528 12.001 19.7528C13.2786 19.7528 15.1296 19.6209 16.6673 19.2362C17.4347 19.0442 18.1393 18.7855 18.6565 18.4383C19.1745 18.0907 19.5342 17.6321 19.5342 17.0423V10.6071L20.9663 10.0464V19.1559C20.9663 19.7475 21.4822 20.1996 22.083 20.1996C22.6836 20.1996 23.1996 19.7475 23.1996 19.1559V8.3167C23.1996 8.28597 23.1982 8.25563 23.1955 8.2257C23.1981 8.18835 23.1995 8.15069 23.1995 8.11276C23.1995 7.4714 22.8184 6.90395 22.2259 6.67224L12.6469 2.92223C12.2296 2.75891 11.7696 2.75906 11.3523 2.9223ZM17.301 11.4813L12.6471 13.3032C12.4386 13.3847 12.2192 13.4257 11.9996 13.4257C11.7802 13.4257 11.5608 13.3848 11.3524 13.3033L6.7011 11.4824V16.7955C6.79642 16.8528 6.94779 16.9252 7.16081 17.0043C7.43889 17.1075 7.8082 17.2171 8.26505 17.3173C9.17845 17.5177 10.4354 17.6791 12.001 17.6791C13.5666 17.6791 14.8235 17.5177 15.7369 17.3173C16.1938 17.2171 16.5631 17.1075 16.8412 17.0043C17.0542 16.9252 17.2056 16.8528 17.301 16.7955V11.4813ZM3.90503 8.11276L11.9996 4.94399L20.0943 8.11276L11.9996 11.2815L3.90503 8.11276Z' fill='currentColor'/></svg>",
|
|
1445
|
+
iconName: "IconGraduationHat",
|
|
1446
|
+
iconSize: props.size,
|
|
1447
|
+
iconColor: props.color
|
|
1448
|
+
}, props)
|
|
1449
|
+
);
|
|
1450
|
+
}
|
|
1451
|
+
function IconGrid(props) {
|
|
1452
|
+
return /* @__PURE__ */ jsx(
|
|
1453
|
+
Icon,
|
|
1454
|
+
__spreadValues({
|
|
1455
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 3C2 2.44772 2.44772 2 3 2H10C10.5523 2 11 2.44772 11 3V10C11 10.5523 10.5523 11 10 11H3C2.44772 11 2 10.5523 2 10V3ZM4 4V9H9V4H4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 3C13 2.44772 13.4477 2 14 2H21C21.5523 2 22 2.44772 22 3V10C22 10.5523 21.5523 11 21 11H14C13.4477 11 13 10.5523 13 10V3ZM15 4V9H20V4H15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 14C13 13.4477 13.4477 13 14 13H21C21.5523 13 22 13.4477 22 14V21C22 21.5523 21.5523 22 21 22H14C13.4477 22 13 21.5523 13 21V14ZM15 15V20H20V15H15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H10C10.5523 13 11 13.4477 11 14V21C11 21.5523 10.5523 22 10 22H3C2.44772 22 2 21.5523 2 21V14ZM4 15V20H9V15H4Z' fill='currentColor'/></svg>",
|
|
1456
|
+
iconName: "IconGrid",
|
|
1457
|
+
iconSize: props.size,
|
|
1458
|
+
iconColor: props.color
|
|
1459
|
+
}, props)
|
|
1460
|
+
);
|
|
1461
|
+
}
|
|
1462
|
+
function IconHash(props) {
|
|
1463
|
+
return /* @__PURE__ */ jsx(
|
|
1464
|
+
Icon,
|
|
1465
|
+
__spreadValues({
|
|
1466
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 9C3 8.44772 3.44772 8 4 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H4C3.44772 10 3 9.55228 3 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 15C3 14.4477 3.44772 14 4 14H20C20.5523 14 21 14.4477 21 15C21 15.5523 20.5523 16 20 16H4C3.44772 16 3 15.5523 3 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.1105 2.0062C10.6594 2.06719 11.055 2.56161 10.994 3.11052L8.99397 21.1105C8.93298 21.6594 8.43856 22.055 7.88966 21.994C7.34075 21.933 6.94521 21.4386 7.0062 20.8897L9.0062 2.88966C9.06719 2.34075 9.56161 1.94521 10.1105 2.0062Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.1105 2.0062C16.6594 2.06719 17.055 2.56161 16.994 3.11052L14.994 21.1105C14.933 21.6594 14.4386 22.055 13.8897 21.994C13.3407 21.933 12.9452 21.4386 13.0062 20.8897L15.0062 2.88966C15.0672 2.34075 15.5616 1.94521 16.1105 2.0062Z' fill='currentColor'/></svg>",
|
|
1467
|
+
iconName: "IconHash",
|
|
1468
|
+
iconSize: props.size,
|
|
1469
|
+
iconColor: props.color
|
|
1470
|
+
}, props)
|
|
1471
|
+
);
|
|
1472
|
+
}
|
|
1473
|
+
function IconHelpCircle(props) {
|
|
1474
|
+
return /* @__PURE__ */ jsx(
|
|
1475
|
+
Icon,
|
|
1476
|
+
__spreadValues({
|
|
1477
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.2582 8.0244C11.7927 7.94455 11.314 8.03203 10.9068 8.27135C10.4996 8.51066 10.1902 8.88637 10.0335 9.33193C9.85018 9.85292 9.27926 10.1267 8.75827 9.94342C8.23728 9.76015 7.96351 9.18923 8.14678 8.66824C8.46025 7.77713 9.07898 7.02572 9.89339 6.54708C10.7078 6.06845 11.6653 5.89349 12.5964 6.05319C13.5274 6.21289 14.3719 6.69694 14.9802 7.41961C15.5884 8.14213 15.9214 9.05656 15.9201 10.001C15.9197 11.5314 14.7851 12.542 13.9748 13.0821C13.5392 13.3726 13.1107 13.5861 12.795 13.7264C12.6358 13.7972 12.5016 13.8509 12.405 13.8877C12.3566 13.9061 12.3174 13.9204 12.2888 13.9306L12.2541 13.9427L12.243 13.9465L12.2391 13.9478L12.2376 13.9483C12.2373 13.9484 12.2363 13.9488 11.9201 13.0001L12.2363 13.9488C11.7124 14.1234 11.1461 13.8403 10.9714 13.3163C10.7969 12.7927 11.0796 12.2268 11.6028 12.0517L11.6016 12.0522C11.6017 12.0521 11.6018 12.0521 11.6028 12.0517L11.6188 12.0461C11.6342 12.0407 11.6594 12.0315 11.693 12.0187C11.7605 11.993 11.8607 11.953 11.9827 11.8988C12.2296 11.7891 12.551 11.6276 12.8654 11.418C13.555 10.9583 13.9201 10.4692 13.9201 10.0001L13.9201 9.99859C13.9208 9.52628 13.7543 9.06895 13.4502 8.70761C13.146 8.34628 12.7238 8.10425 12.2582 8.0244Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 17C11 16.4477 11.4477 16 12 16H12.01C12.5623 16 13.01 16.4477 13.01 17C13.01 17.5523 12.5623 18 12.01 18H12C11.4477 18 11 17.5523 11 17Z' fill='currentColor'/></svg>",
|
|
1478
|
+
iconName: "IconHelpCircle",
|
|
1479
|
+
iconSize: props.size,
|
|
1480
|
+
iconColor: props.color
|
|
1481
|
+
}, props)
|
|
1482
|
+
);
|
|
1483
|
+
}
|
|
1484
|
+
function IconHexagon(props) {
|
|
1485
|
+
return /* @__PURE__ */ jsx(
|
|
1486
|
+
Icon,
|
|
1487
|
+
__spreadValues({
|
|
1488
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5021 1.40264C10.9577 1.14014 11.4742 1.00195 12 1.00195C12.5258 1.00195 13.0424 1.14015 13.4979 1.40267C13.4986 1.40307 13.4993 1.40348 13.5 1.40388L20.5 5.40387C20.9556 5.66692 21.334 6.04515 21.5973 6.50062C21.8606 6.95609 21.9995 7.47279 22 7.99888V16.0009C21.9995 16.527 21.8606 17.0437 21.5973 17.4992C21.334 17.9547 20.9556 18.3329 20.5 18.5959L20.4961 18.5981L13.5 22.5959C13.4994 22.5963 13.4988 22.5966 13.4982 22.597C13.0426 22.8596 12.5259 22.9979 12 22.9979C11.4741 22.9979 10.9575 22.8596 10.5019 22.597C10.5012 22.5966 10.5006 22.5963 10.5 22.5959L3.50386 18.5981L3.5 18.5959C3.04439 18.3329 2.66597 17.9547 2.40269 17.4992C2.13941 17.0437 2.00054 16.527 2 16.0009V7.99888C2.00054 7.47279 2.13941 6.95609 2.40269 6.50062C2.66597 6.04515 3.04439 5.66692 3.5 5.40388L3.50386 5.40165L10.5021 1.40264ZM12 3.00195C11.8245 3.00195 11.652 3.04816 11.5 3.13593L11.4961 3.13815L4.5 7.13593C4.49947 7.13623 4.49895 7.13654 4.49842 7.13684C4.34726 7.22448 4.22169 7.35021 4.13423 7.50151C4.04654 7.65321 4.00025 7.82528 4 8.0005V15.9993C4.00025 16.1745 4.04654 16.3466 4.13423 16.4983C4.22169 16.6496 4.34726 16.7753 4.49842 16.863C4.49895 16.8633 4.49947 16.8636 4.5 16.8639L11.5 20.8639C11.652 20.9516 11.8245 20.9979 12 20.9979C12.1755 20.9979 12.348 20.9516 12.5 20.8639L12.5039 20.8617L19.5 16.8639C19.5005 16.8636 19.5011 16.8633 19.5016 16.863C19.6527 16.7753 19.7783 16.6496 19.8658 16.4983C19.9535 16.3465 19.9998 16.1742 20 15.9989V8.00093C19.9998 7.82556 19.9535 7.65333 19.8658 7.50151C19.7783 7.35021 19.6527 7.22449 19.5016 7.13685C19.5011 7.13654 19.5005 7.13623 19.5 7.13593L12.5 3.13594C12.348 3.04817 12.1755 3.00195 12 3.00195Z' fill='currentColor'/></svg>",
|
|
1489
|
+
iconName: "IconHexagon",
|
|
1490
|
+
iconSize: props.size,
|
|
1491
|
+
iconColor: props.color
|
|
1492
|
+
}, props)
|
|
1493
|
+
);
|
|
1494
|
+
}
|
|
1495
|
+
function IconHeadphones(props) {
|
|
1496
|
+
return /* @__PURE__ */ jsx(
|
|
1497
|
+
Icon,
|
|
1498
|
+
__spreadValues({
|
|
1499
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12V18C4 18.5523 3.55228 19 3 19C2.44772 19 2 18.5523 2 18V12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12V18C22 18.5523 21.5523 19 21 19C20.4477 19 20 18.5523 20 18V12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 14C2 13.4477 2.44772 13 3 13H6C6.79565 13 7.55871 13.3161 8.12132 13.8787C8.68393 14.4413 9 15.2044 9 16V19C9 19.7956 8.68393 20.5587 8.12132 21.1213C7.55871 21.6839 6.79565 22 6 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V14ZM4 15V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H6C6.26522 20 6.51957 19.8946 6.70711 19.7071C6.89464 19.5196 7 19.2652 7 19V16C7 15.7348 6.89464 15.4804 6.70711 15.2929C6.51957 15.1054 6.26522 15 6 15H4ZM18 15C17.7348 15 17.4804 15.1054 17.2929 15.2929C17.1054 15.4804 17 15.7348 17 16V19C17 19.2652 17.1054 19.5196 17.2929 19.7071C17.4804 19.8946 17.7348 20 18 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V15H18ZM15.8787 13.8787C16.4413 13.3161 17.2043 13 18 13H21C21.5523 13 22 13.4477 22 14V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H18C17.2043 22 16.4413 21.6839 15.8787 21.1213C15.3161 20.5587 15 19.7957 15 19V16C15 15.2043 15.3161 14.4413 15.8787 13.8787Z' fill='currentColor'/></svg>",
|
|
1500
|
+
iconName: "IconHeadphones",
|
|
1501
|
+
iconSize: props.size,
|
|
1502
|
+
iconColor: props.color
|
|
1503
|
+
}, props)
|
|
1504
|
+
);
|
|
1505
|
+
}
|
|
1506
|
+
function IconHomeChimney(props) {
|
|
1507
|
+
return /* @__PURE__ */ jsx(
|
|
1508
|
+
Icon,
|
|
1509
|
+
__spreadValues({
|
|
1510
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20C22 20.7957 21.6839 21.5587 21.1213 22.1213C20.5587 22.6839 19.7957 23 19 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065ZM4 9.48908V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V9.48908L12 3.26686L4 9.48908Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V13H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V12Z' fill='currentColor'/><path d='M21 10.9995C20.4478 10.9995 20 10.5518 20 9.99956V2.99993H18L18 5C18 5.55215 17.5522 5.99997 17 5.99997C16.4478 5.99997 16 5.55215 16 5L16 1.99997C16 1.44782 16.4478 1 17 1H21C21.5521 1 22 1.44782 22 1.99997V9.99956C22 10.5518 21.5521 10.9995 21 10.9995Z' fill='currentColor'/></svg>",
|
|
1511
|
+
iconName: "IconHomeChimney",
|
|
1512
|
+
iconSize: props.size,
|
|
1513
|
+
iconColor: props.color
|
|
1514
|
+
}, props)
|
|
1515
|
+
);
|
|
1516
|
+
}
|
|
1517
|
+
function IconHeart(props) {
|
|
1518
|
+
return /* @__PURE__ */ jsx(
|
|
1519
|
+
Icon,
|
|
1520
|
+
__spreadValues({
|
|
1521
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.462 2.49312C15.2508 2.16628 16.0963 1.99805 16.9501 1.99805C17.804 1.99805 18.6495 2.16628 19.4383 2.49312C20.2269 2.81991 20.9435 3.29885 21.5471 3.9026C22.1508 4.50615 22.6301 5.22306 22.9569 6.01173C23.2837 6.80054 23.4519 7.64602 23.4519 8.49987C23.4519 9.35372 23.2837 10.1992 22.9569 10.988C22.6301 11.7768 22.1511 12.4934 21.5472 13.097C21.5472 13.097 21.5473 13.0969 21.5472 13.097L12.7072 21.937C12.3167 22.3275 11.6835 22.3275 11.293 21.937L2.45301 13.097C1.23378 11.8778 0.548828 10.2241 0.548828 8.49987C0.548828 6.77562 1.23378 5.12199 2.45301 3.90277C3.67224 2.68354 5.32587 1.99858 7.05012 1.99858C8.77437 1.99858 10.428 2.68354 11.6472 3.90277L12.0001 4.25566L12.3528 3.90293C12.3528 3.90299 12.3529 3.90288 12.3528 3.90293C12.9564 3.29911 13.6732 2.81994 14.462 2.49312ZM16.9501 3.99805C16.359 3.99805 15.7737 4.11451 15.2276 4.34079C14.6815 4.56707 14.1853 4.89873 13.7674 5.31681L12.7072 6.37698C12.3167 6.7675 11.6835 6.7675 11.293 6.37698L10.233 5.31698C9.38886 4.47282 8.24394 3.99858 7.05012 3.99858C5.8563 3.99858 4.71138 4.47282 3.86723 5.31698C3.02307 6.16114 2.54883 7.30606 2.54883 8.49987C2.54883 9.69369 3.02307 10.8386 3.86723 11.6828L12.0001 19.8157L20.133 11.6828C20.5511 11.2649 20.8829 10.7685 21.1092 10.2224C21.3355 9.67633 21.4519 9.091 21.4519 8.49987C21.4519 7.90875 21.3355 7.32341 21.1092 6.77731C20.8829 6.23121 20.5513 5.73504 20.1332 5.31715C19.7153 4.89906 19.2188 4.56707 18.6727 4.34079C18.1266 4.11451 17.5412 3.99805 16.9501 3.99805Z' fill='currentColor'/></svg>",
|
|
1522
|
+
iconName: "IconHeart",
|
|
1523
|
+
iconSize: props.size,
|
|
1524
|
+
iconColor: props.color
|
|
1525
|
+
}, props)
|
|
1526
|
+
);
|
|
1527
|
+
}
|
|
1528
|
+
function IconGiveMoney(props) {
|
|
1529
|
+
return /* @__PURE__ */ jsx(
|
|
1530
|
+
Icon,
|
|
1531
|
+
__spreadValues({
|
|
1532
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0001 1.19126C11.2228 1.19126 11.4034 1.38698 11.4034 1.62842V10.3716C11.4034 10.613 11.2228 10.8087 11.0001 10.8087C10.7773 10.8087 10.5967 10.613 10.5967 10.3716V1.62842C10.5967 1.38698 10.7773 1.19126 11.0001 1.19126Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.70811 3.18786C9.04851 2.81893 9.5102 2.61167 9.9916 2.61167H13.0168C13.2396 2.61167 13.4202 2.80739 13.4202 3.04883C13.4202 3.29027 13.2396 3.48599 13.0168 3.48599H9.9916C9.72415 3.48599 9.46766 3.60114 9.27855 3.8061C9.08944 4.01106 8.98319 4.28905 8.98319 4.5789C8.98319 4.86876 9.08944 5.14674 9.27855 5.3517C9.46766 5.55666 9.72415 5.67181 9.9916 5.67181H12.0084C12.4898 5.67181 12.9515 5.87907 13.2919 6.248C13.6323 6.61693 13.8235 7.1173 13.8235 7.63904C13.8235 8.16079 13.6323 8.66116 13.2919 9.03009C12.9515 9.39902 12.4898 9.60628 12.0084 9.60628H8.57983C8.35706 9.60628 8.17647 9.41055 8.17647 9.16912C8.17647 8.92768 8.35706 8.73195 8.57983 8.73195H12.0084C12.2758 8.73195 12.5323 8.61681 12.7215 8.41185C12.9106 8.20689 13.0168 7.9289 13.0168 7.63904C13.0168 7.34919 12.9106 7.0712 12.7215 6.86624C12.5323 6.66128 12.2758 6.54614 12.0084 6.54614H9.9916C9.5102 6.54614 9.04851 6.33887 8.70811 5.96995C8.36771 5.60102 8.17647 5.10065 8.17647 4.5789C8.17647 4.05716 8.36771 3.55679 8.70811 3.18786Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0001 1C10.6798 1 10.4202 1.28135 10.4202 1.62842V2.42041H9.9916C9.46339 2.42041 8.95682 2.64782 8.58333 3.05262C8.20983 3.45741 8 4.00643 8 4.5789C8 5.15137 8.20983 5.70039 8.58333 6.10519C8.95682 6.50998 9.46339 6.7374 9.9916 6.7374H10.4202V8.54069H8.57983C8.2596 8.54069 8 8.82205 8 9.16912C8 9.51618 8.2596 9.79754 8.57983 9.79754H10.4202V10.3716C10.4202 10.7186 10.6798 11 11.0001 11C11.3203 11 11.5799 10.7186 11.5799 10.3716V9.79754H12.0084C12.5366 9.79754 13.0432 9.57013 13.4167 9.16533C13.7902 8.76053 14 8.21151 14 7.63904C14 7.06658 13.7902 6.51755 13.4167 6.11276C13.0432 5.70796 12.5366 5.48055 12.0084 5.48055H11.5799V3.67725H13.0168C13.337 3.67725 13.5966 3.3959 13.5966 3.04883C13.5966 2.70176 13.337 2.42041 13.0168 2.42041H11.5799V1.62842C11.5799 1.28135 11.3203 1 11.0001 1ZM11.227 2.42041V1.62842C11.227 1.49261 11.1254 1.38252 11.0001 1.38252C10.8748 1.38252 10.7732 1.49261 10.7732 1.62842V2.42041H11.227ZM10.7732 2.80293H11.227V3.29474H10.7732V2.80293ZM10.4202 2.80293H9.9916C9.557 2.80293 9.1402 2.99004 8.83289 3.3231C8.52558 3.65616 8.35294 4.10788 8.35294 4.5789C8.35294 5.04992 8.52558 5.50165 8.83289 5.83471C9.1402 6.16777 9.557 6.35488 9.9916 6.35488H10.4202V5.86307H9.9916C9.67735 5.86307 9.37597 5.72777 9.15376 5.48695C8.93156 5.24612 8.80672 4.91948 8.80672 4.5789C8.80672 4.23832 8.93156 3.91169 9.15376 3.67086C9.37597 3.43003 9.67735 3.29474 9.9916 3.29474H10.4202V2.80293ZM10.4202 3.67725H9.9916C9.77095 3.67725 9.55935 3.77225 9.40333 3.94134C9.24731 4.11043 9.15966 4.33977 9.15966 4.5789C9.15966 4.81803 9.24731 5.04737 9.40333 5.21646C9.55935 5.38556 9.77095 5.48055 9.9916 5.48055H10.4202V3.67725ZM10.7732 5.86307V6.35488H11.227V5.86307H10.7732ZM11.227 5.48055H10.7732V3.67725H11.227V5.48055ZM11.5799 5.86307V6.35488H12.0084C12.3227 6.35488 12.624 6.49017 12.8462 6.731C13.0684 6.97183 13.1933 7.29846 13.1933 7.63904C13.1933 7.97963 13.0684 8.30626 12.8462 8.54709C12.624 8.78792 12.3227 8.92321 12.0084 8.92321H11.5799V9.41502H12.0084C12.443 9.41502 12.8598 9.22791 13.1671 8.89485C13.4744 8.56179 13.6471 8.11006 13.6471 7.63904C13.6471 7.16803 13.4744 6.7163 13.1671 6.38324C12.8598 6.05018 12.443 5.86307 12.0084 5.86307H11.5799ZM11.227 9.41502V8.92321H10.7732V9.41502H11.227ZM10.7732 9.79754V10.3716C10.7732 10.5074 10.8748 10.6175 11.0001 10.6175C11.1254 10.6175 11.227 10.5074 11.227 10.3716V9.79754H10.7732ZM10.4202 9.41502V8.92321H8.57983C8.45452 8.92321 8.35294 9.03331 8.35294 9.16912C8.35294 9.30492 8.45452 9.41502 8.57983 9.41502H10.4202ZM10.7732 8.54069H11.227V6.7374H10.7732V8.54069ZM11.5799 6.7374V8.54069H12.0084C12.229 8.54069 12.4407 8.4457 12.5967 8.27661C12.7527 8.10751 12.8403 7.87818 12.8403 7.63904C12.8403 7.39991 12.7527 7.17057 12.5967 7.00148C12.4407 6.83239 12.229 6.7374 12.0084 6.7374H11.5799ZM11.5799 3.29474V2.80293H13.0168C13.1421 2.80293 13.2437 2.91302 13.2437 3.04883C13.2437 3.18464 13.1421 3.29474 13.0168 3.29474H11.5799Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.7668 9.60842C18.2351 9.21529 18.8253 9 19.4349 9H21.2604C22.5749 9 23.4131 10.4138 22.7899 11.5797L17.6452 21.2047C17.3423 21.7715 16.7548 22.125 16.1157 22.125H8.55024L6.69195 22.8738C6.4851 22.9572 6.26416 23 6.04114 23H2.73717C1.77776 23 1 22.2165 1 21.25V15.125C1 14.1585 1.77776 13.375 2.73717 13.375H6.46751L8.73662 12.3953C9.32321 12.1421 9.98165 12.1145 10.5871 12.3178L13.4101 13.2658L17.7668 9.60842ZM13.1253 15.0148L10.0377 13.978C9.83594 13.9102 9.61646 13.9194 9.42093 14.0038L7.15182 14.9835C7.1281 14.9937 7.10419 15.0034 7.08009 15.0126V20.8326L7.90507 20.5002C8.11027 20.4175 8.32924 20.375 8.55024 20.375H15.8548C16.0154 20.375 16.163 20.2865 16.2387 20.1449L21.1235 11.0062C21.1855 10.8902 21.1014 10.75 20.9699 10.75H19.4349C19.2317 10.75 19.035 10.8218 18.8789 10.9528L14.8812 14.3088L15.1319 14.5614C15.5972 15.0301 15.7597 15.7234 15.5516 16.3522L15.485 16.5534C15.2486 17.268 14.5847 17.75 13.837 17.75H10.1201C9.64043 17.75 9.25155 17.3582 9.25155 16.875C9.25155 16.3918 9.64043 16 10.1201 16H13.7741C13.8117 16 13.845 15.9759 13.8568 15.9403L13.8868 15.8496C13.8971 15.8184 13.889 15.7842 13.8659 15.7609L13.1253 15.0148ZM5.34292 21.25V15.125H2.73717V21.25H5.34292Z' fill='currentColor'/></svg>",
|
|
1533
|
+
iconName: "IconGiveMoney",
|
|
1534
|
+
iconSize: props.size,
|
|
1535
|
+
iconColor: props.color
|
|
1536
|
+
}, props)
|
|
1537
|
+
);
|
|
1538
|
+
}
|
|
1539
|
+
function IconHome(props) {
|
|
1540
|
+
return /* @__PURE__ */ jsx(
|
|
1541
|
+
Icon,
|
|
1542
|
+
__spreadValues({
|
|
1543
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20C22 20.7957 21.6839 21.5587 21.1213 22.1213C20.5587 22.6839 19.7957 23 19 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065ZM4 9.48908V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V9.48908L12 3.26686L4 9.48908Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V13H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V12Z' fill='currentColor'/></svg>",
|
|
1544
|
+
iconName: "IconHome",
|
|
1545
|
+
iconSize: props.size,
|
|
1546
|
+
iconColor: props.color
|
|
1547
|
+
}, props)
|
|
1548
|
+
);
|
|
1549
|
+
}
|
|
1550
|
+
function IconInfo(props) {
|
|
1551
|
+
return /* @__PURE__ */ jsx(
|
|
1552
|
+
Icon,
|
|
1553
|
+
__spreadValues({
|
|
1554
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 8C11 7.44772 11.4477 7 12 7H12.01C12.5623 7 13.01 7.44772 13.01 8C13.01 8.55228 12.5623 9 12.01 9H12C11.4477 9 11 8.55228 11 8Z' fill='currentColor'/></svg>",
|
|
1555
|
+
iconName: "IconInfo",
|
|
1556
|
+
iconSize: props.size,
|
|
1557
|
+
iconColor: props.color
|
|
1558
|
+
}, props)
|
|
1559
|
+
);
|
|
1560
|
+
}
|
|
1561
|
+
function IconInbox(props) {
|
|
1562
|
+
return /* @__PURE__ */ jsx(
|
|
1563
|
+
Icon,
|
|
1564
|
+
__spreadValues({
|
|
1565
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H8C8.33435 11 8.64658 11.1671 8.83205 11.4453L10.5352 14H13.4648L15.1679 11.4453C15.3534 11.1671 15.6656 11 16 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H16.5352L14.8321 15.5547C14.6466 15.8329 14.3344 16 14 16H10C9.66565 16 9.35342 15.8329 9.16795 15.5547L7.46482 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.24 3L16.76 3C17.3181 3.0003 17.8656 3.15628 18.34 3.45042C18.8139 3.7443 19.1965 4.16444 19.4449 4.66368C19.4451 4.66412 19.4453 4.66456 19.4455 4.665L22.8942 11.5523C22.9638 11.6913 23 11.8446 23 12V18C23 18.7957 22.6839 19.5587 22.1213 20.1213C21.5587 20.6839 20.7957 21 20 21H4C3.20435 21 2.44129 20.6839 1.87868 20.1213C1.31607 19.5587 1 18.7956 1 18V12C1 11.8446 1.03624 11.6913 1.10583 11.5523L4.55447 4.665C4.55471 4.66451 4.55495 4.66403 4.5552 4.66354C4.80358 4.16436 5.18617 3.74427 5.66004 3.45042C6.13437 3.15628 6.68187 3.0003 7.24 3ZM7.24034 5C7.05436 5.00013 6.87211 5.05213 6.71405 5.15014C6.55594 5.24819 6.42832 5.38839 6.34553 5.555L6.34417 5.55773L3 12.2364V18C3 18.2652 3.10536 18.5196 3.29289 18.7071C3.48043 18.8946 3.73478 19 4 19H20C20.2652 19 20.5196 18.8946 20.7071 18.7071C20.8946 18.5196 21 18.2652 21 18V12.2364L17.6558 5.55773L17.6545 5.555C17.5717 5.38839 17.4441 5.24818 17.2859 5.15014C17.1279 5.05213 16.9456 5.00013 16.7597 5H7.24034Z' fill='currentColor'/></svg>",
|
|
1566
|
+
iconName: "IconInbox",
|
|
1567
|
+
iconSize: props.size,
|
|
1568
|
+
iconColor: props.color
|
|
1569
|
+
}, props)
|
|
1570
|
+
);
|
|
1571
|
+
}
|
|
1572
|
+
function IconImage(props) {
|
|
1573
|
+
return /* @__PURE__ */ jsx(
|
|
1574
|
+
Icon,
|
|
1575
|
+
__spreadValues({
|
|
1576
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 8C8.22386 8 8 8.22386 8 8.5C8 8.77614 8.22386 9 8.5 9C8.77614 9 9 8.77614 9 8.5C9 8.22386 8.77614 8 8.5 8ZM6 8.5C6 7.11929 7.11929 6 8.5 6C9.88071 6 11 7.11929 11 8.5C11 9.88071 9.88071 11 8.5 11C7.11929 11 6 9.88071 6 8.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2929 9.29289C15.6834 8.90237 16.3166 8.90237 16.7071 9.29289L21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071C21.3166 16.0976 20.6834 16.0976 20.2929 15.7071L16 11.4142L5.70711 21.7071C5.31658 22.0976 4.68342 22.0976 4.29289 21.7071C3.90237 21.3166 3.90237 20.6834 4.29289 20.2929L15.2929 9.29289Z' fill='currentColor'/></svg>",
|
|
1577
|
+
iconName: "IconImage",
|
|
1578
|
+
iconSize: props.size,
|
|
1579
|
+
iconColor: props.color
|
|
1580
|
+
}, props)
|
|
1581
|
+
);
|
|
1582
|
+
}
|
|
1583
|
+
function IconKey(props) {
|
|
1584
|
+
return /* @__PURE__ */ jsx(
|
|
1585
|
+
Icon,
|
|
1586
|
+
__spreadValues({
|
|
1587
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7074 1.29289C22.0979 1.68342 22.0979 2.31658 21.7074 2.70711L20.4145 4L22.7074 6.29289C23.0979 6.68342 23.0979 7.31658 22.7074 7.70711L19.2074 11.2071C18.8169 11.5976 18.1837 11.5976 17.7932 11.2071L15.5003 8.91421L12.7538 11.6607C13.0613 12.0765 13.3187 12.5285 13.52 13.0075C13.852 13.7978 14.0244 14.646 14.0273 15.5033C14.0302 16.3605 13.8634 17.2099 13.5367 18.0024C13.21 18.795 12.7297 19.5151 12.1235 20.1213C11.5174 20.7274 10.7973 21.2077 10.0047 21.5344C9.21216 21.8612 8.36281 22.0279 7.50556 22.025C6.64831 22.0221 5.80009 21.8497 5.00974 21.5177C4.2194 21.1857 3.50254 20.7006 2.90045 20.0904L2.89295 20.0828C1.70892 18.8568 1.0538 17.2149 1.06861 15.5106C1.08341 13.8063 1.76701 12.176 2.97217 10.9709C4.17732 9.76574 5.8076 9.08214 7.51188 9.06733C8.8847 9.0554 10.2171 9.47819 11.3241 10.2619L20.2932 1.29289C20.6837 0.902369 21.3169 0.902369 21.7074 1.29289ZM10.7221 12.3559C10.7128 12.3476 10.7036 12.339 10.6946 12.3303C9.84585 11.5106 8.70914 11.057 7.52926 11.0673C6.34937 11.0775 5.22072 11.5508 4.38638 12.3851C3.55204 13.2194 3.07878 14.3481 3.06853 15.528C3.05829 16.7061 3.51049 17.8412 4.32787 18.6895C4.74393 19.1101 5.23887 19.4446 5.78439 19.6738C6.33155 19.9037 6.91877 20.023 7.51226 20.025C8.10574 20.027 8.69375 19.9116 9.24244 19.6854C9.79113 19.4592 10.2897 19.1267 10.7093 18.707C11.129 18.2874 11.4615 17.7889 11.6877 17.2402C11.9139 16.6915 12.0293 16.1035 12.0273 15.51C12.0253 14.9165 11.906 14.3293 11.6761 13.7821C11.4525 13.2498 11.1285 12.7656 10.7221 12.3559ZM16.9145 7.5L18.5003 9.08579L20.5861 7L19.0003 5.41421L16.9145 7.5Z' fill='currentColor'/></svg>",
|
|
1588
|
+
iconName: "IconKey",
|
|
1589
|
+
iconSize: props.size,
|
|
1590
|
+
iconColor: props.color
|
|
1591
|
+
}, props)
|
|
1592
|
+
);
|
|
1593
|
+
}
|
|
1594
|
+
function IconInstagram(props) {
|
|
1595
|
+
return /* @__PURE__ */ jsx(
|
|
1596
|
+
Icon,
|
|
1597
|
+
__spreadValues({
|
|
1598
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7ZM1 7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V17C23 20.3137 20.3137 23 17 23H7C3.68629 23 1 20.3137 1 17V7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.483 8.98949C11.8588 8.89693 11.2214 9.00354 10.6613 9.29417C10.1012 9.58479 9.64697 10.0446 9.36327 10.6083C9.07957 11.1719 8.98083 11.8107 9.08108 12.4336C9.18132 13.0566 9.47546 13.6322 9.92165 14.0784C10.3678 14.5245 10.9434 14.8187 11.5664 14.9189C12.1894 15.0192 12.8281 14.9204 13.3917 14.6367C13.9554 14.353 14.4152 13.8988 14.7058 13.3387C14.9965 12.7786 15.1031 12.1412 15.0105 11.517C14.9161 10.8803 14.6194 10.2908 14.1643 9.83572C13.7092 9.38058 13.1197 9.0839 12.483 8.98949ZM9.74012 7.51892C10.6736 7.03455 11.7361 6.85685 12.7764 7.01112C13.8375 7.16847 14.82 7.66295 15.5785 8.4215C16.3371 9.18006 16.8315 10.1625 16.9889 11.2236C17.1432 12.2639 16.9655 13.3264 16.4811 14.2599C15.9967 15.1934 15.2303 15.9504 14.2909 16.4232C13.3515 16.896 12.287 17.0606 11.2486 16.8935C10.2103 16.7265 9.25109 16.2362 8.50744 15.4926C7.76379 14.7489 7.27356 13.7897 7.10648 12.7514C6.9394 11.7131 7.10397 10.6485 7.5768 9.70909C8.04963 8.76969 8.80662 8.00329 9.74012 7.51892Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.5 6.5C16.5 5.94772 16.9477 5.5 17.5 5.5H17.51C18.0623 5.5 18.51 5.94772 18.51 6.5C18.51 7.05228 18.0623 7.5 17.51 7.5H17.5C16.9477 7.5 16.5 7.05228 16.5 6.5Z' fill='currentColor'/></svg>",
|
|
1599
|
+
iconName: "IconInstagram",
|
|
1600
|
+
iconSize: props.size,
|
|
1601
|
+
iconColor: props.color
|
|
1602
|
+
}, props)
|
|
1603
|
+
);
|
|
1604
|
+
}
|
|
1605
|
+
function IconCompass(props) {
|
|
1606
|
+
return /* @__PURE__ */ jsx(
|
|
1607
|
+
Icon,
|
|
1608
|
+
__spreadValues({
|
|
1609
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.9469 7.05269C17.2147 7.32052 17.3083 7.71669 17.1885 8.07602L15.0685 14.436C14.9689 14.7346 14.7346 14.9689 14.436 15.0685L8.07602 17.1885C7.71669 17.3083 7.32052 17.2147 7.05269 16.9469C6.78485 16.6791 6.69133 16.2829 6.81111 15.9236L8.93111 9.56356C9.03064 9.26496 9.26496 9.03064 9.56356 8.93111L15.9236 6.81111C16.2829 6.69133 16.6791 6.78485 16.9469 7.05269ZM10.6704 10.6704L9.34093 14.6587L13.3292 13.3292L14.6587 9.34093L10.6704 10.6704Z' fill='currentColor'/></svg>",
|
|
1610
|
+
iconName: "IconCompass",
|
|
1611
|
+
iconSize: props.size,
|
|
1612
|
+
iconColor: props.color
|
|
1613
|
+
}, props)
|
|
1614
|
+
);
|
|
1615
|
+
}
|
|
1616
|
+
function IconLink2(props) {
|
|
1617
|
+
return /* @__PURE__ */ jsx(
|
|
1618
|
+
Icon,
|
|
1619
|
+
__spreadValues({
|
|
1620
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 8C4.93913 8 3.92172 8.42143 3.17157 9.17157C2.42143 9.92172 2 10.9391 2 12C2 13.0609 2.42143 14.0783 3.17157 14.8284C3.54301 15.1999 3.98396 15.4945 4.46927 15.6955C4.95457 15.8965 5.47471 16 6 16H9C9.55229 16 10 16.4477 10 17C10 17.5523 9.55229 18 9 18H6C5.21207 18 4.43185 17.8448 3.7039 17.5433C2.97595 17.2417 2.31451 16.7998 1.75736 16.2426C0.632141 15.1174 0 13.5913 0 12C0 10.4087 0.632141 8.88258 1.75736 7.75736C2.88258 6.63214 4.4087 6 6 6H9C9.55229 6 10 6.44772 10 7C10 7.55228 9.55229 8 9 8H6ZM14 7C14 6.44772 14.4477 6 15 6H18C18.7879 6 19.5681 6.15519 20.2961 6.45672C21.0241 6.75825 21.6855 7.20021 22.2426 7.75736C22.7998 8.31451 23.2417 8.97595 23.5433 9.7039C23.8448 10.4319 24 11.2121 24 12C24 12.7879 23.8448 13.5681 23.5433 14.2961C23.2417 15.0241 22.7998 15.6855 22.2426 16.2426C21.6855 16.7998 21.0241 17.2417 20.2961 17.5433C19.5681 17.8448 18.7879 18 18 18H15C14.4477 18 14 17.5523 14 17C14 16.4477 14.4477 16 15 16H18C18.5253 16 19.0454 15.8965 19.5307 15.6955C20.016 15.4945 20.457 15.1999 20.8284 14.8284C21.1999 14.457 21.4945 14.016 21.6955 13.5307C21.8965 13.0454 22 12.5253 22 12C22 11.4747 21.8965 10.9546 21.6955 10.4693C21.4945 9.98396 21.1999 9.54301 20.8284 9.17157C20.457 8.80014 20.016 8.5055 19.5307 8.30448C19.0454 8.10346 18.5253 8 18 8H15C14.4477 8 14 7.55228 14 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
1621
|
+
iconName: "IconLink2",
|
|
1622
|
+
iconSize: props.size,
|
|
1623
|
+
iconColor: props.color
|
|
1624
|
+
}, props)
|
|
1625
|
+
);
|
|
1626
|
+
}
|
|
1627
|
+
function IconLayout(props) {
|
|
1628
|
+
return /* @__PURE__ */ jsx(
|
|
1629
|
+
Icon,
|
|
1630
|
+
__spreadValues({
|
|
1631
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 9C2 8.44772 2.44772 8 3 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H3C2.44772 10 2 9.55228 2 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 8C9.55228 8 10 8.44772 10 9V21C10 21.5523 9.55228 22 9 22C8.44772 22 8 21.5523 8 21V9C8 8.44772 8.44772 8 9 8Z' fill='currentColor'/></svg>",
|
|
1632
|
+
iconName: "IconLayout",
|
|
1633
|
+
iconSize: props.size,
|
|
1634
|
+
iconColor: props.color
|
|
1635
|
+
}, props)
|
|
1636
|
+
);
|
|
1637
|
+
}
|
|
1638
|
+
function IconLaptop(props) {
|
|
1639
|
+
return /* @__PURE__ */ jsx(
|
|
1640
|
+
Icon,
|
|
1641
|
+
__spreadValues({
|
|
1642
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.9326 18.774H3.45024C2.97476 18.774 2.58936 18.3885 2.58936 17.9132V6.89393C2.58936 5.84961 3.43894 5 4.48329 5H19.8995C20.9439 5 21.7934 5.84961 21.7934 6.89393V17.9132C21.7934 18.3885 21.408 18.774 20.9326 18.774H20.9326ZM4.31114 17.0523H20.0717V6.89393C20.0717 6.79896 19.9945 6.72175 19.8995 6.72175H4.48329C4.38832 6.72175 4.31113 6.79896 4.31113 6.89393L4.31114 17.0523Z' fill='currentColor' stroke='currentColor' stroke-width='0.3'/><path d='M22.5833 19H1.41668C0.910447 19 0.5 18.5522 0.5 18C0.5 17.4478 0.91045 17 1.41668 17H22.5833C23.0895 17 23.5 17.4478 23.5 18C23.5 18.5522 23.0895 19 22.5833 19Z' fill='currentColor'/></svg>",
|
|
1643
|
+
iconName: "IconLaptop",
|
|
1644
|
+
iconSize: props.size,
|
|
1645
|
+
iconColor: props.color
|
|
1646
|
+
}, props)
|
|
1647
|
+
);
|
|
1648
|
+
}
|
|
1649
|
+
function IconLink(props) {
|
|
1650
|
+
return /* @__PURE__ */ jsx(
|
|
1651
|
+
Icon,
|
|
1652
|
+
__spreadValues({
|
|
1653
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.7753 2.75068C13.907 1.65773 15.4226 1.05296 16.9958 1.06663C18.5689 1.0803 20.0738 1.71132 21.1863 2.82377C22.2987 3.93621 22.9297 5.44109 22.9434 7.01427C22.9571 8.58745 22.3523 10.1031 21.2593 11.2347L21.2472 11.2471L18.2473 14.2469C17.639 14.8554 16.907 15.326 16.1009 15.6267C15.2948 15.9274 14.4334 16.0512 13.5753 15.9897C12.7171 15.9283 11.8822 15.683 11.1272 15.2705C10.3721 14.858 9.71464 14.2879 9.19929 13.5989C8.86849 13.1567 8.95883 12.53 9.40108 12.1992C9.84333 11.8684 10.47 11.9587 10.8008 12.401C11.1444 12.8603 11.5827 13.2403 12.0861 13.5153C12.5894 13.7903 13.146 13.9539 13.7181 13.9949C14.2903 14.0358 14.8645 13.9533 15.4019 13.7528C15.9393 13.5523 16.4273 13.2386 16.8328 12.833L16.833 12.8329L19.8265 9.83934C20.5515 9.08557 20.9526 8.0777 20.9435 7.03165C20.9344 5.98286 20.5137 4.97961 19.772 4.23798C19.0304 3.49635 18.0272 3.07567 16.9784 3.06656C15.9319 3.05746 14.9236 3.45887 14.1697 4.1845L12.4551 5.88913C12.0634 6.27851 11.4303 6.27667 11.0409 5.88501C10.6515 5.49335 10.6534 4.86018 11.045 4.4708L12.765 2.7608L12.7753 2.75068Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.89935 8.37351C8.70546 8.07281 9.56681 7.94899 10.425 8.01045C11.2832 8.07191 12.1181 8.31721 12.8731 8.72972C13.6281 9.14223 14.2856 9.71229 14.801 10.4012C15.1318 10.8435 15.0414 11.4702 14.5992 11.801C14.1569 12.1318 13.5302 12.0415 13.1994 11.5992C12.8559 11.1399 12.4175 10.7599 11.9142 10.4849C11.4108 10.2098 10.8542 10.0463 10.2821 10.0053C9.71 9.96436 9.13577 10.0469 8.59836 10.2474C8.06095 10.4478 7.57294 10.7615 7.16743 11.1672L4.17379 14.1608C3.44875 14.9146 3.0477 15.9225 3.05679 16.9685C3.06591 18.0173 3.48658 19.0206 4.22821 19.7622C4.96985 20.5038 5.9731 20.9245 7.02188 20.9336C8.06793 20.9427 9.0758 20.5417 9.82957 19.8166L11.5331 18.1131C11.9236 17.7226 12.5568 17.7226 12.9473 18.1131C13.3378 18.5036 13.3378 19.1368 12.9473 19.5273L11.2373 21.2373L11.2249 21.2495C10.0933 22.3425 8.57768 22.9472 7.0045 22.9336C5.43132 22.9199 3.92645 22.2889 2.814 21.1764C1.70155 20.064 1.07054 18.5591 1.05687 16.9859C1.0432 15.4127 1.64796 13.8971 2.74091 12.7655L2.75309 12.7531L5.75296 9.75325C5.75292 9.75329 5.75301 9.7532 5.75296 9.75325C6.3612 9.14482 7.0933 8.67419 7.89935 8.37351Z' fill='currentColor'/></svg>",
|
|
1654
|
+
iconName: "IconLink",
|
|
1655
|
+
iconSize: props.size,
|
|
1656
|
+
iconColor: props.color
|
|
1657
|
+
}, props)
|
|
1658
|
+
);
|
|
1659
|
+
}
|
|
1660
|
+
function IconArrowLeftCircle(props) {
|
|
1661
|
+
return /* @__PURE__ */ jsx(
|
|
1662
|
+
Icon,
|
|
1663
|
+
__spreadValues({
|
|
1664
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 7.29289C13.0976 7.68342 13.0976 8.31658 12.7071 8.70711L9.41421 12L12.7071 15.2929C13.0976 15.6834 13.0976 16.3166 12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L11.2929 7.29289C11.6834 6.90237 12.3166 6.90237 12.7071 7.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
1665
|
+
iconName: "IconArrowLeftCircle",
|
|
1666
|
+
iconSize: props.size,
|
|
1667
|
+
iconColor: props.color
|
|
1668
|
+
}, props)
|
|
1669
|
+
);
|
|
1670
|
+
}
|
|
1671
|
+
function IconItalic(props) {
|
|
1672
|
+
return /* @__PURE__ */ jsx(
|
|
1673
|
+
Icon,
|
|
1674
|
+
__spreadValues({
|
|
1675
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 4C9 3.44772 9.44772 3 10 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H10C9.44772 5 9 4.55228 9 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 20C4 19.4477 4.44772 19 5 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H5C4.44772 21 4 20.5523 4 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.3509 3.06345C15.868 3.25737 16.13 3.83379 15.9361 4.35091L9.93611 20.3509C9.74219 20.868 9.16578 21.13 8.64866 20.9361C8.13154 20.7422 7.86953 20.1658 8.06345 19.6487L14.0635 3.64866C14.2574 3.13154 14.8338 2.86953 15.3509 3.06345Z' fill='currentColor'/></svg>",
|
|
1676
|
+
iconName: "IconItalic",
|
|
1677
|
+
iconSize: props.size,
|
|
1678
|
+
iconColor: props.color
|
|
1679
|
+
}, props)
|
|
1680
|
+
);
|
|
1681
|
+
}
|
|
1682
|
+
function IconLogIn(props) {
|
|
1683
|
+
return /* @__PURE__ */ jsx(
|
|
1684
|
+
Icon,
|
|
1685
|
+
__spreadValues({
|
|
1686
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14 3C14 2.44772 14.4477 2 15 2H19C19.7956 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H15C14.4477 22 14 21.5523 14 21C14 20.4477 14.4477 20 15 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H15C14.4477 4 14 3.55228 14 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.29289 6.29289C9.68342 5.90237 10.3166 5.90237 10.7071 6.29289L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L10.7071 17.7071C10.3166 18.0976 9.68342 18.0976 9.29289 17.7071C8.90237 17.3166 8.90237 16.6834 9.29289 16.2929L13.5858 12L9.29289 7.70711C8.90237 7.31658 8.90237 6.68342 9.29289 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 11.4477 2.44772 11 3 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H3C2.44772 13 2 12.5523 2 12Z' fill='currentColor'/></svg>",
|
|
1687
|
+
iconName: "IconLogIn",
|
|
1688
|
+
iconSize: props.size,
|
|
1689
|
+
iconColor: props.color
|
|
1690
|
+
}, props)
|
|
1691
|
+
);
|
|
1692
|
+
}
|
|
1693
|
+
function IconLock(props) {
|
|
1694
|
+
return /* @__PURE__ */ jsx(
|
|
1695
|
+
Icon,
|
|
1696
|
+
__spreadValues({
|
|
1697
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 12C4.44772 12 4 12.4477 4 13V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V13C20 12.4477 19.5523 12 19 12H5ZM2 13C2 11.3431 3.34315 10 5 10H19C20.6569 10 22 11.3431 22 13V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10V6.5C8 5.43913 8.42143 4.42172 9.17157 3.67157C9.26534 3.5778 9.36329 3.48917 9.46497 3.40586C10.1768 2.82265 11.0717 2.5 12 2.5C13.0609 2.5 14.0783 2.92143 14.8284 3.67157C15.5786 4.42172 16 5.43913 16 6.5V10C16 10.5523 15.5523 11 15 11C14.4477 11 14 10.5523 14 10V6.5C14 5.96957 13.7893 5.46086 13.4142 5.08579C13.0391 4.71071 12.5304 4.5 12 4.5C11.4696 4.5 10.9609 4.71071 10.5858 5.08579C10.5389 5.13267 10.4946 5.18164 10.4529 5.23248C10.1613 5.58837 10 6.03587 10 6.5V10Z' fill='currentColor'/></svg>",
|
|
1698
|
+
iconName: "IconLock",
|
|
1699
|
+
iconSize: props.size,
|
|
1700
|
+
iconColor: props.color
|
|
1701
|
+
}, props)
|
|
1702
|
+
);
|
|
1703
|
+
}
|
|
1704
|
+
function IconLogOut(props) {
|
|
1705
|
+
return /* @__PURE__ */ jsx(
|
|
1706
|
+
Icon,
|
|
1707
|
+
__spreadValues({
|
|
1708
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H9C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4H5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L19.5858 12L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 12C8 11.4477 8.44772 11 9 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H9C8.44772 13 8 12.5523 8 12Z' fill='currentColor'/></svg>",
|
|
1709
|
+
iconName: "IconLogOut",
|
|
1710
|
+
iconSize: props.size,
|
|
1711
|
+
iconColor: props.color
|
|
1712
|
+
}, props)
|
|
1713
|
+
);
|
|
1714
|
+
}
|
|
1715
|
+
function IconMap(props) {
|
|
1716
|
+
return /* @__PURE__ */ jsx(
|
|
1717
|
+
Icon,
|
|
1718
|
+
__spreadValues({
|
|
1719
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.50386 1.13176C7.79416 0.965872 8.14816 0.956046 8.44721 1.10557L15.9685 4.86623L22.5039 1.13176C22.8134 0.954898 23.1936 0.956168 23.5019 1.13509C23.8102 1.31401 24 1.64353 24 2V18C24 18.3589 23.8077 18.6902 23.4961 18.8682L16.4961 22.8682C16.2058 23.0341 15.8518 23.044 15.5528 22.8944L8.03147 19.1338L1.49614 22.8682C1.18664 23.0451 0.806388 23.0438 0.498073 22.8649C0.189758 22.686 0 22.3565 0 22V6C0 5.64114 0.192286 5.3098 0.503861 5.13176L7.50386 1.13176ZM8.03147 3.13377L2 6.58032V20.2768L7.50386 17.1318C7.79416 16.9659 8.14816 16.956 8.44721 17.1056L15.9685 20.8662L22 17.4197V3.72318L16.4961 6.86824C16.2058 7.03413 15.8518 7.04395 15.5528 6.89443L8.03147 3.13377Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8.55228 1 9 1.44772 9 2V18C9 18.5523 8.55228 19 8 19C7.44772 19 7 18.5523 7 18V2C7 1.44772 7.44772 1 8 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 5C16.5523 5 17 5.44772 17 6V22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22V6C15 5.44772 15.4477 5 16 5Z' fill='currentColor'/></svg>",
|
|
1720
|
+
iconName: "IconMap",
|
|
1721
|
+
iconSize: props.size,
|
|
1722
|
+
iconColor: props.color
|
|
1723
|
+
}, props)
|
|
1724
|
+
);
|
|
1725
|
+
}
|
|
1726
|
+
function IconMail(props) {
|
|
1727
|
+
return /* @__PURE__ */ jsx(
|
|
1728
|
+
Icon,
|
|
1729
|
+
__spreadValues({
|
|
1730
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 5C3.45228 5 3 5.45228 3 6V18C3 18.5477 3.45228 19 4 19H20C20.5477 19 21 18.5477 21 18V6C21 5.45228 20.5477 5 20 5H4ZM1 6C1 4.34772 2.34772 3 4 3H20C21.6523 3 23 4.34772 23 6V18C23 19.6523 21.6523 21 20 21H4C2.34772 21 1 19.6523 1 18V6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.18085 5.42662C1.49757 4.97417 2.1211 4.86414 2.57355 5.18085L12.0001 11.7794L21.4266 5.18085C21.8791 4.86414 22.5026 4.97417 22.8193 5.42662C23.136 5.87907 23.026 6.5026 22.5735 6.81932L12.5735 13.8193C12.2292 14.0603 11.7709 14.0603 11.4266 13.8193L1.42662 6.81932C0.974174 6.5026 0.864139 5.87907 1.18085 5.42662Z' fill='currentColor'/></svg>",
|
|
1731
|
+
iconName: "IconMail",
|
|
1732
|
+
iconSize: props.size,
|
|
1733
|
+
iconColor: props.color
|
|
1734
|
+
}, props)
|
|
1735
|
+
);
|
|
1736
|
+
}
|
|
1737
|
+
function IconMapPin(props) {
|
|
1738
|
+
return /* @__PURE__ */ jsx(
|
|
1739
|
+
Icon,
|
|
1740
|
+
__spreadValues({
|
|
1741
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C9.87827 2 7.84344 2.84285 6.34315 4.34315C4.84285 5.84344 4 7.87827 4 10C4 13.0981 6.01574 16.1042 8.22595 18.4373C9.31061 19.5822 10.3987 20.5195 11.2167 21.1708C11.5211 21.4133 11.787 21.6152 12 21.7726C12.213 21.6152 12.4789 21.4133 12.7833 21.1708C13.6013 20.5195 14.6894 19.5822 15.774 18.4373C17.9843 16.1042 20 13.0981 20 10C20 7.87827 19.1571 5.84344 17.6569 4.34315C16.1566 2.84285 14.1217 2 12 2ZM12 23C11.4453 23.8321 11.445 23.8319 11.4448 23.8317L11.4419 23.8298L11.4352 23.8253L11.4123 23.8098C11.3928 23.7966 11.3651 23.7776 11.3296 23.753C11.2585 23.7038 11.1565 23.6321 11.0278 23.5392C10.7705 23.3534 10.4064 23.0822 9.97082 22.7354C9.10133 22.043 7.93939 21.0428 6.77405 19.8127C4.48426 17.3958 2 13.9019 2 10C2 7.34784 3.05357 4.8043 4.92893 2.92893C6.8043 1.05357 9.34784 0 12 0C14.6522 0 17.1957 1.05357 19.0711 2.92893C20.9464 4.8043 22 7.34784 22 10C22 13.9019 19.5157 17.3958 17.226 19.8127C16.0606 21.0428 14.8987 22.043 14.0292 22.7354C13.5936 23.0822 13.2295 23.3534 12.9722 23.5392C12.8435 23.6321 12.7415 23.7038 12.6704 23.753C12.6349 23.7776 12.6072 23.7966 12.5877 23.8098L12.5648 23.8253L12.5581 23.8298L12.556 23.8312C12.5557 23.8314 12.5547 23.8321 12 23ZM12 23L12.5547 23.8321C12.2188 24.056 11.7807 24.0556 11.4448 23.8317L12 23Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10Z' fill='currentColor'/></svg>",
|
|
1742
|
+
iconName: "IconMapPin",
|
|
1743
|
+
iconSize: props.size,
|
|
1744
|
+
iconColor: props.color
|
|
1745
|
+
}, props)
|
|
1746
|
+
);
|
|
1747
|
+
}
|
|
1748
|
+
function IconLifeBuoy(props) {
|
|
1749
|
+
return /* @__PURE__ */ jsx(
|
|
1750
|
+
Icon,
|
|
1751
|
+
__spreadValues({
|
|
1752
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.22258 4.22258C4.6131 3.83206 5.24627 3.83206 5.63679 4.22258L9.87679 8.46258C10.2673 8.85311 10.2673 9.48627 9.87679 9.87679C9.48627 10.2673 8.85311 10.2673 8.46258 9.87679L4.22258 5.63679C3.83206 5.24627 3.83206 4.6131 4.22258 4.22258Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.123 14.123C14.5135 13.7324 15.1467 13.7324 15.5372 14.123L19.7772 18.363C20.1677 18.7535 20.1677 19.3867 19.7772 19.7772C19.3867 20.1677 18.7535 20.1677 18.363 19.7772L14.123 15.5372C13.7324 15.1467 13.7324 14.5135 14.123 14.123Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.7772 4.22307C20.1677 4.61359 20.1677 5.24676 19.7772 5.63728L15.5372 9.87728C15.1467 10.2678 14.5135 10.2678 14.123 9.87728C13.7324 9.48676 13.7324 8.85359 14.123 8.46307L18.363 4.22307C18.7535 3.83254 19.3867 3.83254 19.7772 4.22307Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.0672 4.93303C19.4577 5.32355 19.4577 5.95672 19.0672 6.34724L15.5372 9.87724C15.1467 10.2678 14.5135 10.2678 14.123 9.87724C13.7324 9.48672 13.7324 8.85355 14.123 8.46303L17.653 4.93303C18.0435 4.54251 18.6767 4.54251 19.0672 4.93303Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.87679 14.123C10.2673 14.5135 10.2673 15.1467 9.87679 15.5372L5.63679 19.7772C5.24627 20.1677 4.6131 20.1677 4.22258 19.7772C3.83206 19.3867 3.83206 18.7535 4.22258 18.363L8.46258 14.123C8.85311 13.7324 9.48627 13.7324 9.87679 14.123Z' fill='currentColor'/></svg>",
|
|
1753
|
+
iconName: "IconLifeBuoy",
|
|
1754
|
+
iconSize: props.size,
|
|
1755
|
+
iconColor: props.color
|
|
1756
|
+
}, props)
|
|
1757
|
+
);
|
|
1758
|
+
}
|
|
1759
|
+
function IconLinkedin(props) {
|
|
1760
|
+
return /* @__PURE__ */ jsx(
|
|
1761
|
+
Icon,
|
|
1762
|
+
__spreadValues({
|
|
1763
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16 9C14.6739 9 13.4021 9.52678 12.4645 10.4645C11.5268 11.4021 11 12.6739 11 14V20H13V14C13 13.2043 13.3161 12.4413 13.8787 11.8787C14.4413 11.3161 15.2043 11 16 11C16.7957 11 17.5587 11.3161 18.1213 11.8787C18.6839 12.4413 19 13.2043 19 14V20H21V14C21 12.6739 20.4732 11.4021 19.5355 10.4645C18.5979 9.52678 17.3261 9 16 9ZM11.0503 9.05025C12.363 7.7375 14.1435 7 16 7C17.8565 7 19.637 7.7375 20.9497 9.05025C22.2625 10.363 23 12.1435 23 14V21C23 21.5523 22.5523 22 22 22H18C17.4477 22 17 21.5523 17 21V14C17 13.7348 16.8946 13.4804 16.7071 13.2929C16.5196 13.1054 16.2652 13 16 13C15.7348 13 15.4804 13.1054 15.2929 13.2929C15.1054 13.4804 15 13.7348 15 14V21C15 21.5523 14.5523 22 14 22H10C9.44772 22 9 21.5523 9 21V14C9 12.1435 9.7375 10.363 11.0503 9.05025Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 9C1 8.44772 1.44772 8 2 8H6C6.55228 8 7 8.44772 7 9V21C7 21.5523 6.55228 22 6 22H2C1.44772 22 1 21.5523 1 21V9ZM3 10V20H5V10H3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 3C3.44772 3 3 3.44772 3 4C3 4.55228 3.44772 5 4 5C4.55228 5 5 4.55228 5 4C5 3.44772 4.55228 3 4 3ZM1 4C1 2.34315 2.34315 1 4 1C5.65685 1 7 2.34315 7 4C7 5.65685 5.65685 7 4 7C2.34315 7 1 5.65685 1 4Z' fill='currentColor'/></svg>",
|
|
1764
|
+
iconName: "IconLinkedin",
|
|
1765
|
+
iconSize: props.size,
|
|
1766
|
+
iconColor: props.color
|
|
1767
|
+
}, props)
|
|
1768
|
+
);
|
|
1769
|
+
}
|
|
1770
|
+
function IconMaximize2(props) {
|
|
1771
|
+
return /* @__PURE__ */ jsx(
|
|
1772
|
+
Icon,
|
|
1773
|
+
__spreadValues({
|
|
1774
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14 3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9V4H15C14.4477 4 14 3.55228 14 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 14C3.55228 14 4 14.4477 4 15V20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H3C2.44772 22 2 21.5523 2 21V15C2 14.4477 2.44772 14 3 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68342 13.2929 9.29289L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.7071 13.2929C11.0976 13.6834 11.0976 14.3166 10.7071 14.7071L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929Z' fill='currentColor'/></svg>",
|
|
1775
|
+
iconName: "IconMaximize2",
|
|
1776
|
+
iconSize: props.size,
|
|
1777
|
+
iconColor: props.color
|
|
1778
|
+
}, props)
|
|
1779
|
+
);
|
|
1780
|
+
}
|
|
1781
|
+
function IconLips(props) {
|
|
1782
|
+
return /* @__PURE__ */ jsx(
|
|
1783
|
+
Icon,
|
|
1784
|
+
__spreadValues({
|
|
1785
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 14.0179C11.7095 14.0179 11.4359 13.8704 11.2615 13.6198C10.0815 11.9228 9.34502 12.0442 7.56634 12.3377C5.99425 12.5969 3.84134 12.9522 0.67278 11.9894C0.254009 11.8623 -0.0255337 11.4368 0.00184717 10.9686C0.0290244 10.5002 0.35577 10.1162 0.786123 10.0464C3.66997 9.57998 4.8538 8.52954 5.89828 7.60274C6.75421 6.84346 7.63929 6.05831 9.15389 6.00379C10.4878 5.95589 11.424 6.37576 12.0001 6.76976C12.5758 6.37576 13.51 5.95559 14.8461 6.00379C16.3607 6.0583 17.2458 6.84345 18.1017 7.60274C19.1462 8.52954 20.33 9.57998 23.2138 10.0464C23.6442 10.1162 23.9709 10.5002 23.9982 10.9686C24.0255 11.4368 23.746 11.8623 23.3272 11.9894C20.1587 12.9524 18.0056 12.597 16.4336 12.3377C14.6547 12.0441 13.9185 11.9227 12.7384 13.6198C12.5641 13.8704 12.2904 14.0179 12 14.0179ZM9.06834 10.1705C10.0595 10.1705 11.0129 10.4576 12 11.504C13.5613 9.84924 15.0382 10.093 16.7127 10.3693C17.3506 10.4745 18.0555 10.5908 18.8729 10.622C18.0406 10.1271 17.4409 9.59504 16.9289 9.14072C16.1453 8.44542 15.6723 8.02585 14.7847 7.99388C13.4184 7.944 12.7751 8.61057 12.699 8.69499C12.5246 8.93265 12.2817 9.07144 12 9.07144C11.7183 9.07144 11.4754 8.93273 11.3009 8.69499C11.2249 8.61057 10.5782 7.94466 9.21533 7.99388C8.32766 8.02584 7.85467 8.44542 7.07107 9.14072C6.55905 9.59504 5.95937 10.1271 5.12708 10.622C5.94466 10.5908 6.64931 10.4745 7.2872 10.3693C7.90289 10.2677 8.49202 10.1705 9.06834 10.1705Z' fill='currentColor'/><path d='M11.9995 18.4664C8.05794 18.4664 4.38178 16.1782 2.4055 12.4947C2.1502 12.0186 2.30094 11.4096 2.74212 11.1342C3.1835 10.8587 3.74817 11.0215 4.00347 11.4972C5.65069 14.5677 8.71456 16.4752 11.9995 16.4752C15.2843 16.4752 18.3482 14.5677 19.9955 11.4972C20.2508 11.0215 20.8152 10.8584 21.2568 11.1342C21.6979 11.4096 21.8487 12.0186 21.5934 12.4947C19.6172 16.1782 15.941 18.4664 11.9995 18.4664Z' fill='currentColor'/></svg>",
|
|
1786
|
+
iconName: "IconLips",
|
|
1787
|
+
iconSize: props.size,
|
|
1788
|
+
iconColor: props.color
|
|
1789
|
+
}, props)
|
|
1790
|
+
);
|
|
1791
|
+
}
|
|
1792
|
+
function IconMaximize(props) {
|
|
1793
|
+
return /* @__PURE__ */ jsx(
|
|
1794
|
+
Icon,
|
|
1795
|
+
__spreadValues({
|
|
1796
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H8C8.55228 2 9 2.44772 9 3C9 3.55228 8.55228 4 8 4H5C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V8C4 8.55228 3.55228 9 3 9C2.44772 9 2 8.55228 2 8V5C2 4.20435 2.31607 3.44129 2.87868 2.87868ZM15 3C15 2.44772 15.4477 2 16 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V8C22 8.55228 21.5523 9 21 9C20.4477 9 20 8.55228 20 8V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H16C15.4477 4 15 3.55228 15 3ZM3 15C3.55228 15 4 15.4477 4 16V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H8C8.55228 20 9 20.4477 9 21C9 21.5523 8.55228 22 8 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V16C2 15.4477 2.44772 15 3 15ZM21 15C21.5523 15 22 15.4477 22 16V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H16C15.4477 22 15 21.5523 15 21C15 20.4477 15.4477 20 16 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V16C20 15.4477 20.4477 15 21 15Z' fill='currentColor'/></svg>",
|
|
1797
|
+
iconName: "IconMaximize",
|
|
1798
|
+
iconSize: props.size,
|
|
1799
|
+
iconColor: props.color
|
|
1800
|
+
}, props)
|
|
1801
|
+
);
|
|
1802
|
+
}
|
|
1803
|
+
function IconLayers(props) {
|
|
1804
|
+
return /* @__PURE__ */ jsx(
|
|
1805
|
+
Icon,
|
|
1806
|
+
__spreadValues({
|
|
1807
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.5528 1.10557C11.8343 0.964809 12.1657 0.964809 12.4472 1.10557L22.4472 6.10557C22.786 6.27496 23 6.62123 23 7C23 7.37877 22.786 7.72504 22.4472 7.89443L12.4472 12.8944C12.1657 13.0352 11.8343 13.0352 11.5528 12.8944L1.55279 7.89443C1.214 7.72504 1 7.37877 1 7C1 6.62123 1.214 6.27496 1.55279 6.10557L11.5528 1.10557ZM4.23607 7L12 10.882L19.7639 7L12 3.11803L4.23607 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.10579 16.553C1.35278 16.059 1.95345 15.8588 2.44743 16.1058L12.0002 20.8822L21.553 16.1058C22.047 15.8588 22.6477 16.059 22.8946 16.553C23.1416 17.047 22.9414 17.6477 22.4474 17.8946L12.4474 22.8946C12.1659 23.0354 11.8345 23.0354 11.553 22.8946L1.55301 17.8946C1.05903 17.6477 0.858803 17.047 1.10579 16.553Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.10579 11.553C1.35278 11.059 1.95345 10.8588 2.44743 11.1058L12.0002 15.8822L21.553 11.1058C22.047 10.8588 22.6477 11.059 22.8946 11.553C23.1416 12.047 22.9414 12.6477 22.4474 12.8946L12.4474 17.8946C12.1659 18.0354 11.8345 18.0354 11.553 17.8946L1.55301 12.8946C1.05903 12.6477 0.858803 12.047 1.10579 11.553Z' fill='currentColor'/></svg>",
|
|
1808
|
+
iconName: "IconLayers",
|
|
1809
|
+
iconSize: props.size,
|
|
1810
|
+
iconColor: props.color
|
|
1811
|
+
}, props)
|
|
1812
|
+
);
|
|
1813
|
+
}
|
|
1814
|
+
function IconMeh(props) {
|
|
1815
|
+
return /* @__PURE__ */ jsx(
|
|
1816
|
+
Icon,
|
|
1817
|
+
__spreadValues({
|
|
1818
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 15C7 14.4477 7.44772 14 8 14H16C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16H8C7.44772 16 7 15.5523 7 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8 8.44772 8.44772 8 9 8H9.01C9.56228 8 10.01 8.44772 10.01 9C10.01 9.55228 9.56228 10 9.01 10H9C8.44772 10 8 9.55228 8 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 9C14 8.44772 14.4477 8 15 8H15.01C15.5623 8 16.01 8.44772 16.01 9C16.01 9.55228 15.5623 10 15.01 10H15C14.4477 10 14 9.55228 14 9Z' fill='currentColor'/></svg>",
|
|
1819
|
+
iconName: "IconMeh",
|
|
1820
|
+
iconSize: props.size,
|
|
1821
|
+
iconColor: props.color
|
|
1822
|
+
}, props)
|
|
1823
|
+
);
|
|
1824
|
+
}
|
|
1825
|
+
function IconMessageSquare(props) {
|
|
1826
|
+
return /* @__PURE__ */ jsx(
|
|
1827
|
+
Icon,
|
|
1828
|
+
__spreadValues({
|
|
1829
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V18.5858L6.29289 16.2929C6.48043 16.1054 6.73478 16 7 16H19C19.2652 16 19.5196 15.8946 19.7071 15.7071C19.8946 15.5196 20 15.2652 20 15V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H5ZM2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V15C22 15.7957 21.6839 16.5587 21.1213 17.1213C20.5587 17.6839 19.7957 18 19 18H7.41421L3.70711 21.7071C3.42111 21.9931 2.99099 22.0787 2.61732 21.9239C2.24364 21.7691 2 21.4045 2 21V5C2 4.20435 2.31607 3.44129 2.87868 2.87868Z' fill='currentColor'/></svg>",
|
|
1830
|
+
iconName: "IconMessageSquare",
|
|
1831
|
+
iconSize: props.size,
|
|
1832
|
+
iconColor: props.color
|
|
1833
|
+
}, props)
|
|
1834
|
+
);
|
|
1835
|
+
}
|
|
1836
|
+
function IconMenu(props) {
|
|
1837
|
+
return /* @__PURE__ */ jsx(
|
|
1838
|
+
Icon,
|
|
1839
|
+
__spreadValues({
|
|
1840
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z' fill='currentColor'/></svg>",
|
|
1841
|
+
iconName: "IconMenu",
|
|
1842
|
+
iconSize: props.size,
|
|
1843
|
+
iconColor: props.color
|
|
1844
|
+
}, props)
|
|
1845
|
+
);
|
|
1846
|
+
}
|
|
1847
|
+
function IconMonitor(props) {
|
|
1848
|
+
return /* @__PURE__ */ jsx(
|
|
1849
|
+
Icon,
|
|
1850
|
+
__spreadValues({
|
|
1851
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.44772 4 3 4.44772 3 5V15C3 15.5523 3.44772 16 4 16H20C20.5523 16 21 15.5523 21 15V5C21 4.44772 20.5523 4 20 4H4ZM1 5C1 3.34315 2.34315 2 4 2H20C21.6569 2 23 3.34315 23 5V15C23 16.6569 21.6569 18 20 18H4C2.34315 18 1 16.6569 1 15V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 21C7 20.4477 7.44772 20 8 20H16C16.5523 20 17 20.4477 17 21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 16C12.5523 16 13 16.4477 13 17V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V17C11 16.4477 11.4477 16 12 16Z' fill='currentColor'/></svg>",
|
|
1852
|
+
iconName: "IconMonitor",
|
|
1853
|
+
iconSize: props.size,
|
|
1854
|
+
iconColor: props.color
|
|
1855
|
+
}, props)
|
|
1856
|
+
);
|
|
1857
|
+
}
|
|
1858
|
+
function IconMinimize(props) {
|
|
1859
|
+
return /* @__PURE__ */ jsx(
|
|
1860
|
+
Icon,
|
|
1861
|
+
__spreadValues({
|
|
1862
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 2C8.55228 2 9 2.44772 9 3V6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H6C6.26522 7 6.51957 6.89464 6.70711 6.70711C6.89464 6.51957 7 6.26522 7 6V3C7 2.44772 7.44772 2 8 2ZM16 2C16.5523 2 17 2.44772 17 3V6C17 6.26522 17.1054 6.51957 17.2929 6.70711C17.4804 6.89464 17.7348 7 18 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H18C17.2044 9 16.4413 8.68393 15.8787 8.12132C15.3161 7.55871 15 6.79565 15 6V3C15 2.44772 15.4477 2 16 2ZM2 16C2 15.4477 2.44772 15 3 15H6C6.79565 15 7.55871 15.3161 8.12132 15.8787C8.68393 16.4413 9 17.2044 9 18V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V18C7 17.7348 6.89464 17.4804 6.70711 17.2929C6.51957 17.1054 6.26522 17 6 17H3C2.44772 17 2 16.5523 2 16ZM18 17C17.7348 17 17.4804 17.1054 17.2929 17.2929C17.1054 17.4804 17 17.7348 17 18V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V18C15 17.2043 15.3161 16.4413 15.8787 15.8787C16.4413 15.3161 17.2043 15 18 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H18Z' fill='currentColor'/></svg>",
|
|
1863
|
+
iconName: "IconMinimize",
|
|
1864
|
+
iconSize: props.size,
|
|
1865
|
+
iconColor: props.color
|
|
1866
|
+
}, props)
|
|
1867
|
+
);
|
|
1868
|
+
}
|
|
1869
|
+
function IconMic(props) {
|
|
1870
|
+
return /* @__PURE__ */ jsx(
|
|
1871
|
+
Icon,
|
|
1872
|
+
__spreadValues({
|
|
1873
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.17157 1.17157C9.92172 0.421427 10.9391 0 12 0C13.0609 0 14.0783 0.421427 14.8284 1.17157C15.5786 1.92172 16 2.93913 16 4V12C16 13.0609 15.5786 14.0783 14.8284 14.8284C14.0783 15.5786 13.0609 16 12 16C10.9391 16 9.92172 15.5786 9.17157 14.8284C8.42143 14.0783 8 13.0609 8 12V4C8 2.93913 8.42143 1.92172 9.17157 1.17157ZM12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4V12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12V4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 9C5.55228 9 6 9.44772 6 10V12C6 13.5913 6.63214 15.1174 7.75736 16.2426C8.88258 17.3679 10.4087 18 12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12V10C18 9.44772 18.4477 9 19 9C19.5523 9 20 9.44772 20 10V12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12V10C4 9.44772 4.44772 9 5 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 18C12.5523 18 13 18.4477 13 19V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V19C11 18.4477 11.4477 18 12 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 23C7 22.4477 7.44772 22 8 22H16C16.5523 22 17 22.4477 17 23C17 23.5523 16.5523 24 16 24H8C7.44772 24 7 23.5523 7 23Z' fill='currentColor'/></svg>",
|
|
1874
|
+
iconName: "IconMic",
|
|
1875
|
+
iconSize: props.size,
|
|
1876
|
+
iconColor: props.color
|
|
1877
|
+
}, props)
|
|
1878
|
+
);
|
|
1879
|
+
}
|
|
1880
|
+
function IconMessageCircle(props) {
|
|
1881
|
+
return /* @__PURE__ */ jsx(
|
|
1882
|
+
Icon,
|
|
1883
|
+
__spreadValues({
|
|
1884
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2.90405C7.52912 2.90405 3.90476 6.52705 3.90476 10.9962C3.90476 12.7752 4.47787 14.4175 5.44982 15.7524L5.71141 16.1117L4.84984 19.5668L8.35354 18.2339L8.71239 18.3935C9.71579 18.8399 10.8276 19.0884 12 19.0884C16.4709 19.0884 20.0952 15.4654 20.0952 10.9962C20.0952 6.52705 16.4709 2.90405 12 2.90405ZM2 10.9962C2 5.47547 6.47715 1 12 1C17.5228 1 22 5.47547 22 10.9962C22 16.517 17.5228 20.9925 12 20.9925C10.6974 20.9925 9.45101 20.743 8.30755 20.2887L3.99394 21.9297C3.20308 22.2305 2.40012 21.5185 2.6048 20.6976L3.65139 16.5006C2.60778 14.9217 2 13.0287 2 10.9962Z' fill='currentColor'/></svg>",
|
|
1885
|
+
iconName: "IconMessageCircle",
|
|
1886
|
+
iconSize: props.size,
|
|
1887
|
+
iconColor: props.color
|
|
1888
|
+
}, props)
|
|
1889
|
+
);
|
|
1890
|
+
}
|
|
1891
|
+
function IconMinusCircle(props) {
|
|
1892
|
+
return /* @__PURE__ */ jsx(
|
|
1893
|
+
Icon,
|
|
1894
|
+
__spreadValues({
|
|
1895
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
1896
|
+
iconName: "IconMinusCircle",
|
|
1897
|
+
iconSize: props.size,
|
|
1898
|
+
iconColor: props.color
|
|
1899
|
+
}, props)
|
|
1900
|
+
);
|
|
1901
|
+
}
|
|
1902
|
+
function IconMinusSquare(props) {
|
|
1903
|
+
return /* @__PURE__ */ jsx(
|
|
1904
|
+
Icon,
|
|
1905
|
+
__spreadValues({
|
|
1906
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
1907
|
+
iconName: "IconMinusSquare",
|
|
1908
|
+
iconSize: props.size,
|
|
1909
|
+
iconColor: props.color
|
|
1910
|
+
}, props)
|
|
1911
|
+
);
|
|
1912
|
+
}
|
|
1913
|
+
function IconMoreHorizontal(props) {
|
|
1914
|
+
return /* @__PURE__ */ jsx(
|
|
1915
|
+
Icon,
|
|
1916
|
+
__spreadValues({
|
|
1917
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12Z' fill='currentColor'/></svg>",
|
|
1918
|
+
iconName: "IconMoreHorizontal",
|
|
1919
|
+
iconSize: props.size,
|
|
1920
|
+
iconColor: props.color
|
|
1921
|
+
}, props)
|
|
1922
|
+
);
|
|
1923
|
+
}
|
|
1924
|
+
function IconMoney(props) {
|
|
1925
|
+
return /* @__PURE__ */ jsx(
|
|
1926
|
+
Icon,
|
|
1927
|
+
__spreadValues({
|
|
1928
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 7.17213C12.2228 7.17213 12.4034 7.34829 12.4034 7.56558V15.4344C12.4034 15.6517 12.2228 15.8279 12.0001 15.8279C11.7773 15.8279 11.5967 15.6517 11.5967 15.4344V7.56558C11.5967 7.34829 11.7773 7.17213 12.0001 7.17213Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.70811 8.96907C10.0485 8.63704 10.5102 8.4505 10.9916 8.4505H14.0168C14.2396 8.4505 14.4202 8.62665 14.4202 8.84395C14.4202 9.06124 14.2396 9.23739 14.0168 9.23739H10.9916C10.7242 9.23739 10.4677 9.34103 10.2785 9.52549C10.0894 9.70995 9.98319 9.96014 9.98319 10.221C9.98319 10.4819 10.0894 10.7321 10.2785 10.9165C10.4677 11.101 10.7242 11.2046 10.9916 11.2046H13.0084C13.4898 11.2046 13.9515 11.3912 14.2919 11.7232C14.6323 12.0552 14.8235 12.5056 14.8235 12.9751C14.8235 13.4447 14.6323 13.895 14.2919 14.2271C13.9515 14.5591 13.4898 14.7457 13.0084 14.7457H9.57983C9.35706 14.7457 9.17647 14.5695 9.17647 14.3522C9.17647 14.1349 9.35706 13.9588 9.57983 13.9588H13.0084C13.2758 13.9588 13.5323 13.8551 13.7215 13.6707C13.9106 13.4862 14.0168 13.236 14.0168 12.9751C14.0168 12.7143 13.9106 12.4641 13.7215 12.2796C13.5323 12.0952 13.2758 11.9915 13.0084 11.9915H10.9916C10.5102 11.9915 10.0485 11.805 9.70811 11.473C9.36771 11.1409 9.17647 10.6906 9.17647 10.221C9.17647 9.75144 9.36771 9.30111 9.70811 8.96907Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 7C11.6798 7 11.4202 7.25322 11.4202 7.56558V8.27837H10.9916C10.4634 8.27837 9.95682 8.48304 9.58333 8.84736C9.20983 9.21167 9 9.70579 9 10.221C9 10.7362 9.20983 11.2304 9.58333 11.5947C9.95682 11.959 10.4634 12.1637 10.9916 12.1637H11.4202V13.7866H9.57983C9.2596 13.7866 9 14.0398 9 14.3522C9 14.6646 9.2596 14.9178 9.57983 14.9178H11.4202V15.4344C11.4202 15.7468 11.6798 16 12.0001 16C12.3203 16 12.5799 15.7468 12.5799 15.4344V14.9178H13.0084C13.5366 14.9178 14.0432 14.7131 14.4167 14.3488C14.7902 13.9845 15 13.4904 15 12.9751C15 12.4599 14.7902 11.9658 14.4167 11.6015C14.0432 11.2372 13.5366 11.0325 13.0084 11.0325H12.5799V9.40953H14.0168C14.337 9.40953 14.5966 9.15631 14.5966 8.84395C14.5966 8.53159 14.337 8.27837 14.0168 8.27837H12.5799V7.56558C12.5799 7.25322 12.3203 7 12.0001 7ZM12.227 8.27837V7.56558C12.227 7.44335 12.1254 7.34427 12.0001 7.34427C11.8748 7.34427 11.7732 7.44335 11.7732 7.56558V8.27837H12.227ZM11.7732 8.62263H12.227V9.06526H11.7732V8.62263ZM11.4202 8.62263H10.9916C10.557 8.62263 10.1402 8.79103 9.83289 9.09079C9.52558 9.39054 9.35294 9.7971 9.35294 10.221C9.35294 10.6449 9.52558 11.0515 9.83289 11.3512C10.1402 11.651 10.557 11.8194 10.9916 11.8194H11.4202V11.3768H10.9916C10.6773 11.3768 10.376 11.255 10.1538 11.0383C9.93156 10.8215 9.80672 10.5275 9.80672 10.221C9.80672 9.91449 9.93156 9.62052 10.1538 9.40377C10.376 9.18703 10.6773 9.06526 10.9916 9.06526H11.4202V8.62263ZM11.4202 9.40953H10.9916C10.771 9.40953 10.5593 9.49502 10.4033 9.64721C10.2473 9.79939 10.1597 10.0058 10.1597 10.221C10.1597 10.4362 10.2473 10.6426 10.4033 10.7948C10.5593 10.947 10.771 11.0325 10.9916 11.0325H11.4202V9.40953ZM11.7732 11.3768V11.8194H12.227V11.3768H11.7732ZM12.227 11.0325H11.7732V9.40953H12.227V11.0325ZM12.5799 11.3768V11.8194H13.0084C13.3227 11.8194 13.624 11.9412 13.8462 12.1579C14.0684 12.3746 14.1933 12.6686 14.1933 12.9751C14.1933 13.2817 14.0684 13.5756 13.8462 13.7924C13.624 14.0091 13.3227 14.1309 13.0084 14.1309H12.5799V14.5735H13.0084C13.443 14.5735 13.8598 14.4051 14.1671 14.1054C14.4744 13.8056 14.6471 13.3991 14.6471 12.9751C14.6471 12.5512 14.4744 12.1447 14.1671 11.8449C13.8598 11.5452 13.443 11.3768 13.0084 11.3768H12.5799ZM12.227 14.5735V14.1309H11.7732V14.5735H12.227ZM11.7732 14.9178V15.4344C11.7732 15.5566 11.8748 15.6557 12.0001 15.6557C12.1254 15.6557 12.227 15.5566 12.227 15.4344V14.9178H11.7732ZM11.4202 14.5735V14.1309H9.57983C9.45452 14.1309 9.35294 14.23 9.35294 14.3522C9.35294 14.4744 9.45452 14.5735 9.57983 14.5735H11.4202ZM11.7732 13.7866H12.227V12.1637H11.7732V13.7866ZM12.5799 12.1637V13.7866H13.0084C13.229 13.7866 13.4407 13.7011 13.5967 13.5489C13.7527 13.3968 13.8403 13.1904 13.8403 12.9751C13.8403 12.7599 13.7527 12.5535 13.5967 12.4013C13.4407 12.2492 13.229 12.1637 13.0084 12.1637H12.5799ZM12.5799 9.06526V8.62263H14.0168C14.1421 8.62263 14.2437 8.72172 14.2437 8.84395C14.2437 8.96618 14.1421 9.06526 14.0168 9.06526H12.5799Z' fill='currentColor'/><path d='M4.99951 11.9997C4.73445 11.9997 4.48027 11.8945 4.29287 11.7072C4.20002 11.6147 4.12632 11.5048 4.07598 11.3838C4.05126 11.3234 4.03219 11.2609 4.01901 11.1971C4.00598 11.1313 3.99962 11.0644 4.00002 10.9974C3.99985 10.9321 4.00621 10.8669 4.01901 10.8028C4.03191 10.7388 4.05099 10.6763 4.07598 10.6161C4.10082 10.5556 4.13162 10.4977 4.16793 10.4434C4.20459 10.3889 4.24643 10.3381 4.29287 10.2916C4.43267 10.1523 4.61066 10.0575 4.80438 10.0191C4.9981 9.9807 5.19886 10.0005 5.38131 10.076C5.44186 10.1008 5.49978 10.1316 5.55423 10.1678C5.66464 10.2412 5.75886 10.3363 5.83109 10.4474C5.8674 10.5017 5.8982 10.5596 5.92304 10.6201C5.94803 10.6803 5.96711 10.7428 5.98001 10.8067C5.99314 10.8708 5.99983 10.936 6 11.0014C6.00007 11.0685 5.99337 11.1354 5.98001 11.2011C5.96683 11.2649 5.94776 11.3274 5.92304 11.3878C5.89798 11.4478 5.86718 11.5053 5.83109 11.5595C5.75839 11.669 5.66462 11.763 5.55523 11.836C5.50078 11.8723 5.44286 11.903 5.38231 11.9278C5.322 11.9528 5.25941 11.9719 5.19541 11.9847C5.13077 11.9963 5.06515 12.0013 4.99951 11.9997Z' fill='currentColor'/><path d='M18.9995 11.9997C18.7344 11.9997 18.4803 11.8945 18.2929 11.7072C18.2 11.6147 18.1263 11.5048 18.076 11.3838C18.0513 11.3234 18.0322 11.2609 18.019 11.1971C18.006 11.1313 17.9996 11.0644 18 10.9974C17.9998 10.9321 18.0062 10.8669 18.019 10.8028C18.0319 10.7388 18.051 10.6763 18.076 10.6161C18.1008 10.5556 18.1316 10.4977 18.1679 10.4434C18.2046 10.3889 18.2464 10.3381 18.2929 10.2916C18.4327 10.1523 18.6107 10.0575 18.8044 10.0191C18.9981 9.9807 19.1989 10.0005 19.3813 10.076C19.4419 10.1008 19.4998 10.1316 19.5542 10.1678C19.6646 10.2412 19.7589 10.3363 19.8311 10.4474C19.8674 10.5017 19.8982 10.5596 19.923 10.6201C19.948 10.6803 19.9671 10.7428 19.98 10.8067C19.9931 10.8708 19.9998 10.936 20 11.0014C20.0001 11.0685 19.9934 11.1354 19.98 11.2011C19.9668 11.2649 19.9478 11.3274 19.923 11.3878C19.898 11.4478 19.8672 11.5053 19.8311 11.5595C19.7584 11.669 19.6646 11.763 19.5552 11.836C19.5008 11.8723 19.4429 11.903 19.3823 11.9278C19.322 11.9528 19.2594 11.9719 19.1954 11.9847C19.1308 11.9963 19.0651 12.0013 18.9995 11.9997Z' fill='currentColor'/><path d='M1 16V7C1 5.89543 1.89543 5 3 5H21C22.1046 5 23 5.89543 23 7V16C23 17.1046 22.1046 18 21 18H3C1.89543 18 1 17.1046 1 16Z' stroke='currentColor' stroke-width='2'/></svg>",
|
|
1929
|
+
iconName: "IconMoney",
|
|
1930
|
+
iconSize: props.size,
|
|
1931
|
+
iconColor: props.color
|
|
1932
|
+
}, props)
|
|
1933
|
+
);
|
|
1934
|
+
}
|
|
1935
|
+
function IconMoreVertical(props) {
|
|
1936
|
+
return /* @__PURE__ */ jsx(
|
|
1937
|
+
Icon,
|
|
1938
|
+
__spreadValues({
|
|
1939
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19Z' fill='currentColor'/></svg>",
|
|
1940
|
+
iconName: "IconMoreVertical",
|
|
1941
|
+
iconSize: props.size,
|
|
1942
|
+
iconColor: props.color
|
|
1943
|
+
}, props)
|
|
1944
|
+
);
|
|
1945
|
+
}
|
|
1946
|
+
function IconMousePointer(props) {
|
|
1947
|
+
return /* @__PURE__ */ jsx(
|
|
1948
|
+
Icon,
|
|
1949
|
+
__spreadValues({
|
|
1950
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.29292 2.29292C2.57945 2.0064 3.01056 1.9211 3.38461 2.07694L20.3546 9.14694C20.7386 9.30692 20.9835 9.68792 20.9695 10.1037C20.9555 10.5194 20.6855 10.8831 20.2916 11.0169L13.3684 13.3684L11.0169 20.2916C10.8831 20.6855 10.5194 20.9555 10.1037 20.9695C9.68792 20.9835 9.30692 20.7386 9.14694 20.3546L2.07694 3.38461C1.9211 3.01056 2.0064 2.57945 2.29292 2.29292ZM4.85698 4.85698L9.97476 17.1411L11.6332 12.2584C11.7331 11.9642 11.9642 11.7331 12.2584 11.6332L17.1411 9.97476L4.85698 4.85698Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.2929 12.2929C12.6834 11.9024 13.3166 11.9024 13.7071 12.2929L19.7071 18.2929C20.0976 18.6834 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6834 20.0976 18.2929 19.7071L12.2929 13.7071C11.9024 13.3166 11.9024 12.6834 12.2929 12.2929Z' fill='currentColor'/></svg>",
|
|
1951
|
+
iconName: "IconMousePointer",
|
|
1952
|
+
iconSize: props.size,
|
|
1953
|
+
iconColor: props.color
|
|
1954
|
+
}, props)
|
|
1955
|
+
);
|
|
1956
|
+
}
|
|
1957
|
+
function IconNavigation2(props) {
|
|
1958
|
+
return /* @__PURE__ */ jsx(
|
|
1959
|
+
Icon,
|
|
1960
|
+
__spreadValues({
|
|
1961
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.419 1 12.7936 1.26117 12.9384 1.65429L19.9384 20.6543C20.0837 21.0487 19.9669 21.4918 19.646 21.7633C19.3252 22.0349 18.8688 22.0768 18.5039 21.8682L12 18.1518L5.49619 21.8682C5.13126 22.0768 4.67489 22.0349 4.35406 21.7633C4.03322 21.4918 3.91641 21.0487 4.06171 20.6543L11.0617 1.65429C11.2065 1.26117 11.5811 1 12 1ZM6.88743 18.7697L11.5039 16.1318C11.8113 15.9561 12.1888 15.9561 12.4962 16.1318L17.1127 18.7697L12 4.89264L6.88743 18.7697Z' fill='currentColor'/></svg>",
|
|
1962
|
+
iconName: "IconNavigation2",
|
|
1963
|
+
iconSize: props.size,
|
|
1964
|
+
iconColor: props.color
|
|
1965
|
+
}, props)
|
|
1966
|
+
);
|
|
1967
|
+
}
|
|
1968
|
+
function IconMove(props) {
|
|
1969
|
+
return /* @__PURE__ */ jsx(
|
|
1970
|
+
Icon,
|
|
1971
|
+
__spreadValues({
|
|
1972
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.70711 8.29289C6.09763 8.68342 6.09763 9.31658 5.70711 9.70711L3.41421 12L5.70711 14.2929C6.09763 14.6834 6.09763 15.3166 5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071L1.29289 12.7071C0.902369 12.3166 0.902369 11.6834 1.29289 11.2929L4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 1.29289C11.6834 0.902369 12.3166 0.902369 12.7071 1.29289L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711C15.3166 6.09763 14.6834 6.09763 14.2929 5.70711L12 3.41421L9.70711 5.70711C9.31658 6.09763 8.68342 6.09763 8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289L11.2929 1.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 18.2929C8.68342 17.9024 9.31658 17.9024 9.70711 18.2929L12 20.5858L14.2929 18.2929C14.6834 17.9024 15.3166 17.9024 15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071L12.7071 22.7071C12.3166 23.0976 11.6834 23.0976 11.2929 22.7071L8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289L22.7071 11.2929C23.0976 11.6834 23.0976 12.3166 22.7071 12.7071L19.7071 15.7071C19.3166 16.0976 18.6834 16.0976 18.2929 15.7071C17.9024 15.3166 17.9024 14.6834 18.2929 14.2929L20.5858 12L18.2929 9.70711C17.9024 9.31658 17.9024 8.68342 18.2929 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 11.4477 1.44772 11 2 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H2C1.44772 13 1 12.5523 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/></svg>",
|
|
1973
|
+
iconName: "IconMove",
|
|
1974
|
+
iconSize: props.size,
|
|
1975
|
+
iconColor: props.color
|
|
1976
|
+
}, props)
|
|
1977
|
+
);
|
|
1978
|
+
}
|
|
1979
|
+
function IconMusic(props) {
|
|
1980
|
+
return /* @__PURE__ */ jsx(
|
|
1981
|
+
Icon,
|
|
1982
|
+
__spreadValues({
|
|
1983
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M21.6464 2.23699C21.8707 2.42699 22 2.70606 22 3.00001V16C22 16.5523 21.5523 17 21 17C20.4477 17 20 16.5523 20 16V4.18047L10 5.84713V18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V5.00001C8 4.51117 8.35341 4.09398 8.8356 4.01361L20.8356 2.01361C21.1256 1.96529 21.4221 2.04698 21.6464 2.23699Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 16C4.89543 16 4 16.8954 4 18C4 19.1046 4.89543 20 6 20C7.10457 20 8 19.1046 8 18C8 16.8954 7.10457 16 6 16ZM2 18C2 15.7909 3.79086 14 6 14C8.20914 14 10 15.7909 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14ZM14 16C14 13.7909 15.7909 12 18 12C20.2091 12 22 13.7909 22 16C22 18.2091 20.2091 20 18 20C15.7909 20 14 18.2091 14 16Z' fill='currentColor'/></svg>",
|
|
1984
|
+
iconName: "IconMusic",
|
|
1985
|
+
iconSize: props.size,
|
|
1986
|
+
iconColor: props.color
|
|
1987
|
+
}, props)
|
|
1988
|
+
);
|
|
1989
|
+
}
|
|
1990
|
+
function IconMinus(props) {
|
|
1991
|
+
return /* @__PURE__ */ jsx(
|
|
1992
|
+
Icon,
|
|
1993
|
+
__spreadValues({
|
|
1994
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='currentColor'/></svg>",
|
|
1995
|
+
iconName: "IconMinus",
|
|
1996
|
+
iconSize: props.size,
|
|
1997
|
+
iconColor: props.color
|
|
1998
|
+
}, props)
|
|
1999
|
+
);
|
|
2000
|
+
}
|
|
2001
|
+
function IconMoon(props) {
|
|
2002
|
+
return /* @__PURE__ */ jsx(
|
|
2003
|
+
Icon,
|
|
2004
|
+
__spreadValues({
|
|
2005
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0811 2.50904C12.2746 2.85242 12.2484 3.27745 12.0141 3.59442C11.1598 4.75008 10.7488 6.17395 10.8557 7.60706C10.9625 9.04018 11.5802 10.3873 12.5964 11.4035C13.6126 12.4197 14.9597 13.0374 16.3929 13.1443C17.826 13.2511 19.2498 12.8401 20.4055 11.9859C20.7225 11.7516 21.1475 11.7253 21.4909 11.9188C21.8343 12.1124 22.0319 12.4895 21.9957 12.882C21.8209 14.7734 21.1111 16.5758 19.9493 18.0785C18.7875 19.5811 17.2218 20.7218 15.4353 21.3671C13.6489 22.0124 11.7156 22.1355 9.86177 21.7221C8.0079 21.3088 6.3101 20.376 4.96702 19.0329C3.62394 17.6898 2.69115 15.992 2.27778 14.1381C1.86441 12.2843 1.98757 10.351 2.63284 8.56459C3.27811 6.77816 4.4188 5.21244 5.92145 4.05065C7.4241 2.88886 9.22654 2.17904 11.1179 2.00426C11.5104 1.96799 11.8876 2.16566 12.0811 2.50904ZM9.31629 4.43908C8.53868 4.72043 7.8055 5.12204 7.14478 5.63289C5.94266 6.56232 5.0301 7.81489 4.51389 9.24404C3.99767 10.6732 3.89914 12.2198 4.22984 13.7029C4.56054 15.186 5.30677 16.5442 6.38123 17.6187C7.45569 18.6931 8.81394 19.4394 10.297 19.7701C11.7801 20.1008 13.3267 20.0022 14.7559 19.486C16.185 18.9698 17.4376 18.0573 18.367 16.8551C18.8779 16.1944 19.2795 15.4612 19.5608 14.6836C18.5077 15.0646 17.3781 15.2233 16.2441 15.1387C14.3333 14.9962 12.5371 14.1726 11.1822 12.8177C9.82729 11.4628 9.0037 9.66661 8.8612 7.7558C8.77664 6.62183 8.93528 5.4922 9.31629 4.43908Z' fill='currentColor'/></svg>",
|
|
2006
|
+
iconName: "IconMoon",
|
|
2007
|
+
iconSize: props.size,
|
|
2008
|
+
iconColor: props.color
|
|
2009
|
+
}, props)
|
|
2010
|
+
);
|
|
2011
|
+
}
|
|
2012
|
+
function IconObjective(props) {
|
|
2013
|
+
return /* @__PURE__ */ jsx(
|
|
2014
|
+
Icon,
|
|
2015
|
+
__spreadValues({
|
|
2016
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.0515 13.4129C13.9793 13.4357 13.9028 13.4486 13.8233 13.4503L11.779 13.4942C11.3481 13.5035 10.9845 13.1763 10.9488 12.7472L10.7865 10.8019C10.749 10.3533 11.0828 9.95875 11.5316 9.92133C11.9807 9.88369 12.3751 10.2169 12.4125 10.6657L12.5112 11.8474L13.789 11.8199C14.2394 11.8103 14.6123 12.1674 14.6218 12.6176C14.6296 12.9885 14.3885 13.3068 14.0515 13.4129Z' fill='currentColor'/><path d='M21.9003 6.01257C21.8282 6.0287 21.7528 6.03578 21.6754 6.03281L19.055 5.92849C18.8248 5.9193 18.6077 5.81914 18.4515 5.64998C18.2953 5.48087 18.2128 5.2566 18.2219 5.02661L18.3271 2.40804C18.3464 1.92888 18.7511 1.55652 19.2299 1.57519C19.7092 1.59431 20.0821 1.99803 20.0629 2.47701L19.9926 4.2284L21.7451 4.29808C22.2244 4.31719 22.5974 4.721 22.5781 5.19997C22.5621 5.60167 22.2752 5.92873 21.9003 6.01257L21.9003 6.01257Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.9987 5.29726L12.6661 13.0342C12.3179 13.4016 11.7377 13.4172 11.3702 13.0689C11.0028 12.7207 10.9872 12.1405 11.3355 11.773L18.668 4.03613C19.0163 3.66867 19.5965 3.6531 19.9639 4.00135C20.3314 4.34961 20.3469 4.9298 19.9987 5.29726Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22.5722 8.96153C22.419 8.42861 21.8323 8.17357 21.3156 8.37467C20.7988 8.57578 20.5489 9.15692 20.6912 9.69284C21.1294 11.3435 21.0901 13.0923 20.567 14.7326C19.9417 16.693 18.6629 18.3797 16.944 19.5111C15.2252 20.6425 13.1703 21.1501 11.1223 20.9492C9.0744 20.7484 7.15731 19.8512 5.69104 18.4074C4.22478 16.9636 3.29807 15.0606 3.06559 13.016C2.8331 10.9714 3.30892 8.90891 4.4136 7.1728C5.51829 5.43668 7.18502 4.13198 9.13559 3.47646C10.7675 2.92801 12.5156 2.86175 14.1728 3.27441C14.7108 3.4084 15.2881 3.14949 15.4811 2.62971C15.6742 2.10992 15.4102 1.52722 14.8749 1.3823C12.7837 0.816054 10.5637 0.87817 8.49592 1.57307C6.10978 2.37498 4.07086 3.97103 2.71949 6.09483C1.36811 8.21863 0.786048 10.7417 1.07045 13.2429C1.35484 15.744 2.4885 18.072 4.28219 19.8382C6.07588 21.6044 8.42107 22.7019 10.9263 22.9476C13.4316 23.1934 15.9454 22.5724 18.048 21.1884C20.1507 19.8043 21.7151 17.741 22.48 15.3427C23.1429 13.2645 23.1707 11.0437 22.5722 8.96153Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.6848 12.2085C16.6558 12.8597 16.4911 13.5017 16.1968 14.092C15.7439 15.0002 15.0087 15.7369 14.1015 16.1917C13.1943 16.6464 12.164 16.7946 11.1654 16.6139C10.1668 16.4332 9.2538 15.9335 8.56343 15.1897C7.87305 14.4459 7.4426 13.4982 7.3367 12.489C7.23081 11.4797 7.45518 10.4633 7.97613 9.59243C8.49709 8.72154 9.2865 8.04316 10.2258 7.65915C10.8364 7.40955 11.4889 7.29307 12.1404 7.31255C12.2052 7.31448 12.2699 7.31776 12.3345 7.32238C12.4135 7.32802 12.4924 7.32535 12.5696 7.31487C12.9577 7.26216 13.3034 7.01198 13.404 6.62703C13.5245 6.16547 13.248 5.68732 12.7744 5.62977C12.669 5.61696 12.5634 5.60678 12.4577 5.59923C12.3283 5.58998 12.1987 5.58467 12.0692 5.58328C11.2185 5.57415 10.3692 5.73421 9.57213 6.06007C8.28672 6.58556 7.20647 7.51386 6.49359 8.70559C5.78071 9.89731 5.47368 11.2881 5.61859 12.6692C5.7635 14.0503 6.35254 15.3471 7.29725 16.3649C8.24197 17.3827 9.49137 18.0666 10.8579 18.3138C12.2243 18.5611 13.6342 18.3583 14.8756 17.7361C16.1171 17.1138 17.1231 16.1056 17.7428 14.8628C18.127 14.0922 18.3498 13.2571 18.404 12.4082C18.4122 12.2789 18.4166 12.1493 18.417 12.0196C18.4173 11.9136 18.415 11.8075 18.4101 11.7014C18.3879 11.2249 17.9317 10.9135 17.4624 10.9995C17.071 11.0711 16.7958 11.3973 16.7144 11.7803C16.6982 11.8565 16.6897 11.935 16.6894 12.0142C16.6892 12.079 16.6877 12.1438 16.6848 12.2085Z' fill='currentColor'/></svg>",
|
|
2017
|
+
iconName: "IconObjective",
|
|
2018
|
+
iconSize: props.size,
|
|
2019
|
+
iconColor: props.color
|
|
2020
|
+
}, props)
|
|
2021
|
+
);
|
|
2022
|
+
}
|
|
2023
|
+
function IconPackage(props) {
|
|
2024
|
+
return /* @__PURE__ */ jsx(
|
|
2025
|
+
Icon,
|
|
2026
|
+
__spreadValues({
|
|
2027
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.63389 3.71057C6.90978 3.23214 7.52129 3.06795 7.99972 3.34385L16.9997 8.53385C17.4782 8.80974 17.6423 9.42125 17.3664 9.89968C17.0906 10.3781 16.479 10.5423 16.0006 10.2664L7.00061 5.07641C6.52218 4.80051 6.35799 4.18901 6.63389 3.71057Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5021 1.40264C10.9577 1.14014 11.4742 1.00195 12 1.00195C12.5258 1.00195 13.0424 1.14015 13.4979 1.40267C13.4986 1.40307 13.4993 1.40348 13.5 1.40388L20.5 5.40387C20.9556 5.66692 21.334 6.04515 21.5973 6.50062C21.8606 6.95609 21.9995 7.47279 22 7.99888V16.0009C21.9995 16.527 21.8606 17.0437 21.5973 17.4992C21.334 17.9547 20.9556 18.3329 20.5 18.5959L20.4961 18.5981L13.5 22.5959C13.4994 22.5963 13.4988 22.5966 13.4982 22.597C13.0426 22.8596 12.5259 22.9979 12 22.9979C11.4741 22.9979 10.9575 22.8596 10.5019 22.597C10.5012 22.5966 10.5006 22.5963 10.5 22.5959L3.50386 18.5981L3.5 18.5959C3.04439 18.3329 2.66597 17.9547 2.40269 17.4992C2.13941 17.0437 2.00054 16.527 2 16.0009V7.99888C2.00054 7.47279 2.13941 6.95609 2.40269 6.50062C2.66597 6.04515 3.04439 5.66692 3.5 5.40388L3.50386 5.40165L10.5021 1.40264ZM12 3.00195C11.8245 3.00195 11.652 3.04816 11.5 3.13593L11.4961 3.13815L4.5 7.13593C4.49947 7.13623 4.49895 7.13654 4.49842 7.13684C4.34726 7.22448 4.22169 7.35021 4.13423 7.50151C4.04654 7.65321 4.00025 7.82528 4 8.0005V15.9993C4.00025 16.1745 4.04654 16.3466 4.13423 16.4983C4.22169 16.6496 4.34726 16.7753 4.49842 16.863C4.49895 16.8633 4.49947 16.8636 4.5 16.8639L11.5 20.8639C11.652 20.9516 11.8245 20.9979 12 20.9979C12.1755 20.9979 12.348 20.9516 12.5 20.8639L12.5039 20.8617L19.5 16.8639C19.5005 16.8636 19.5011 16.8633 19.5016 16.863C19.6527 16.7753 19.7783 16.6496 19.8658 16.4983C19.9535 16.3465 19.9998 16.1742 20 15.9989V8.00093C19.9998 7.82556 19.9535 7.65333 19.8658 7.50151C19.7783 7.35021 19.6527 7.22449 19.5016 7.13685C19.5011 7.13654 19.5005 7.13623 19.5 7.13593L12.5 3.13594C12.348 3.04817 12.1755 3.00195 12 3.00195Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.40409 6.4594C2.68063 5.98134 3.29236 5.81798 3.77042 6.09452L11.9997 10.8549L20.229 6.09452C20.707 5.81798 21.3188 5.98134 21.5953 6.4594C21.8718 6.93747 21.7085 7.54919 21.2304 7.82573L12.5004 12.8757C12.1907 13.0549 11.8087 13.0549 11.499 12.8757L2.76897 7.82573C2.29091 7.54919 2.12755 6.93747 2.40409 6.4594Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V22.08C13 22.6323 12.5523 23.08 12 23.08C11.4477 23.08 11 22.6323 11 22.08V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/></svg>",
|
|
2028
|
+
iconName: "IconPackage",
|
|
2029
|
+
iconSize: props.size,
|
|
2030
|
+
iconColor: props.color
|
|
2031
|
+
}, props)
|
|
2032
|
+
);
|
|
2033
|
+
}
|
|
2034
|
+
function IconNavigation(props) {
|
|
2035
|
+
return /* @__PURE__ */ jsx(
|
|
2036
|
+
Icon,
|
|
2037
|
+
__spreadValues({
|
|
2038
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7071 1.29292C23.006 1.59175 23.0847 2.04618 22.9038 2.42811L13.9038 21.4281C13.7229 21.8098 13.3218 22.0368 12.9015 21.9952C12.4812 21.9535 12.1323 21.6523 12.0299 21.2426L10.1754 13.8246L2.75749 11.9702C2.34773 11.8677 2.04651 11.5189 2.00489 11.0986C1.96327 10.6782 2.19022 10.2771 2.57194 10.0963L21.5719 1.09629C21.9539 0.915375 22.4083 0.994089 22.7071 1.29292ZM5.95337 10.7076L11.2426 12.0299C11.6008 12.1195 11.8806 12.3992 11.9702 12.7575L13.2925 18.0467L19.8976 4.10241L5.95337 10.7076Z' fill='currentColor'/></svg>",
|
|
2039
|
+
iconName: "IconNavigation",
|
|
2040
|
+
iconSize: props.size,
|
|
2041
|
+
iconColor: props.color
|
|
2042
|
+
}, props)
|
|
2043
|
+
);
|
|
2044
|
+
}
|
|
2045
|
+
function IconPaperclip(props) {
|
|
2046
|
+
return /* @__PURE__ */ jsx(
|
|
2047
|
+
Icon,
|
|
2048
|
+
__spreadValues({
|
|
2049
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15.7803 2.3877C14.984 2.3877 14.2204 2.704 13.6574 3.26703L4.4674 12.457C3.52909 13.3953 3.00195 14.668 3.00195 15.9949C3.00195 17.3219 3.52909 18.5945 4.4674 19.5328C5.4057 20.4711 6.67832 20.9983 8.00529 20.9983C9.33226 20.9983 10.6049 20.4711 11.5432 19.5328L20.7332 10.3428C21.1237 9.95229 21.7569 9.95229 22.1474 10.3428C22.5379 10.7333 22.5379 11.3665 22.1474 11.757L12.9574 20.947C11.644 22.2604 9.86269 22.9983 8.00529 22.9983C6.14789 22.9983 4.36656 22.2604 3.05318 20.947C1.7398 19.6336 1.00195 17.8523 1.00195 15.9949C1.00195 14.1375 1.7398 12.3562 3.05318 11.0428L12.2432 1.85281C13.1813 0.914714 14.4536 0.387695 15.7803 0.387695C17.107 0.387695 18.3793 0.914714 19.3174 1.85281C20.2555 2.79091 20.7825 4.06325 20.7825 5.38992C20.7825 6.71659 20.2555 7.98893 19.3174 8.92703L10.1174 18.117C9.55458 18.6798 8.79124 18.996 7.99529 18.996C7.19934 18.996 6.436 18.6798 5.87318 18.117C5.31037 17.5542 4.99418 16.7909 4.99418 15.9949C4.99418 15.199 5.31037 14.4356 5.87318 13.8728L14.3636 5.3924C14.7544 5.0021 15.3875 5.00247 15.7778 5.39323C16.1681 5.78398 16.1677 6.41715 15.777 6.80744L7.2874 15.287C7.09991 15.4747 6.99418 15.7296 6.99418 15.9949C6.99418 16.2604 7.09965 16.5151 7.2874 16.7028C7.47514 16.8906 7.72978 16.996 7.99529 16.996C8.2608 16.996 8.51544 16.8906 8.70318 16.7028L17.9032 7.51281C18.466 6.94982 18.7825 6.18598 18.7825 5.38992C18.7825 4.59368 18.4662 3.83005 17.9032 3.26703C17.3402 2.704 16.5765 2.3877 15.7803 2.3877Z' fill='currentColor'/></svg>",
|
|
2050
|
+
iconName: "IconPaperclip",
|
|
2051
|
+
iconSize: props.size,
|
|
2052
|
+
iconColor: props.color
|
|
2053
|
+
}, props)
|
|
2054
|
+
);
|
|
2055
|
+
}
|
|
2056
|
+
function IconPause(props) {
|
|
2057
|
+
return /* @__PURE__ */ jsx(
|
|
2058
|
+
Icon,
|
|
2059
|
+
__spreadValues({
|
|
2060
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C5 3.44772 5.44772 3 6 3H10C10.5523 3 11 3.44772 11 4V20C11 20.5523 10.5523 21 10 21H6C5.44772 21 5 20.5523 5 20V4ZM7 5V19H9V5H7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 4C13 3.44772 13.4477 3 14 3H18C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20V4ZM15 5V19H17V5H15Z' fill='currentColor'/></svg>",
|
|
2061
|
+
iconName: "IconPause",
|
|
2062
|
+
iconSize: props.size,
|
|
2063
|
+
iconColor: props.color
|
|
2064
|
+
}, props)
|
|
2065
|
+
);
|
|
2066
|
+
}
|
|
2067
|
+
function IconPercent(props) {
|
|
2068
|
+
return /* @__PURE__ */ jsx(
|
|
2069
|
+
Icon,
|
|
2070
|
+
__spreadValues({
|
|
2071
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19.7071 4.29289C20.0976 4.68342 20.0976 5.31658 19.7071 5.70711L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L18.2929 4.29289C18.6834 3.90237 19.3166 3.90237 19.7071 4.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8C7.32843 8 8 7.32843 8 6.5C8 5.67157 7.32843 5 6.5 5ZM3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.5 16C16.6716 16 16 16.6716 16 17.5C16 18.3284 16.6716 19 17.5 19C18.3284 19 19 18.3284 19 17.5C19 16.6716 18.3284 16 17.5 16ZM14 17.5C14 15.567 15.567 14 17.5 14C19.433 14 21 15.567 21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5Z' fill='currentColor'/></svg>",
|
|
2072
|
+
iconName: "IconPercent",
|
|
2073
|
+
iconSize: props.size,
|
|
2074
|
+
iconColor: props.color
|
|
2075
|
+
}, props)
|
|
2076
|
+
);
|
|
2077
|
+
}
|
|
2078
|
+
function IconPhoneCall(props) {
|
|
2079
|
+
return /* @__PURE__ */ jsx(
|
|
2080
|
+
Icon,
|
|
2081
|
+
__spreadValues({
|
|
2082
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.69015 9.91954C9.64749 12.0011 11.3252 13.6787 13.4067 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.58481 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/><path d='M15.0503 5C16.027 5.19057 16.9247 5.66826 17.6284 6.37194C18.332 7.07561 18.8097 7.97326 19.0003 8.95M15.0503 1C17.0796 1.22544 18.9719 2.13417 20.4165 3.57701C21.8612 5.01984 22.7723 6.91101 23.0003 8.94' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>",
|
|
2083
|
+
iconName: "IconPhoneCall",
|
|
2084
|
+
iconSize: props.size,
|
|
2085
|
+
iconColor: props.color
|
|
2086
|
+
}, props)
|
|
2087
|
+
);
|
|
2088
|
+
}
|
|
2089
|
+
function IconPhoneForwarded(props) {
|
|
2090
|
+
return /* @__PURE__ */ jsx(
|
|
2091
|
+
Icon,
|
|
2092
|
+
__spreadValues({
|
|
2093
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.69015 9.91954C9.64749 12.0011 11.3252 13.6787 13.4067 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.58481 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/><path d='M19 1L23 5L19 9' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M15 5H23' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>",
|
|
2094
|
+
iconName: "IconPhoneForwarded",
|
|
2095
|
+
iconSize: props.size,
|
|
2096
|
+
iconColor: props.color
|
|
2097
|
+
}, props)
|
|
2098
|
+
);
|
|
2099
|
+
}
|
|
2100
|
+
function IconPhoneIncoming(props) {
|
|
2101
|
+
return /* @__PURE__ */ jsx(
|
|
2102
|
+
Icon,
|
|
2103
|
+
__spreadValues({
|
|
2104
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.69015 9.91954C9.64749 12.0011 11.3252 13.6787 13.4067 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.58481 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/><path d='M16 2V8H22' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M23 1L16 8' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>",
|
|
2105
|
+
iconName: "IconPhoneIncoming",
|
|
2106
|
+
iconSize: props.size,
|
|
2107
|
+
iconColor: props.color
|
|
2108
|
+
}, props)
|
|
2109
|
+
);
|
|
2110
|
+
}
|
|
2111
|
+
function IconPhoneOff(props) {
|
|
2112
|
+
return /* @__PURE__ */ jsx(
|
|
2113
|
+
Icon,
|
|
2114
|
+
__spreadValues({
|
|
2115
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_1737)'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.96707 3.11995C6.5582 2.72983 5.90623 2.73563 5.50461 3.13726L5.50182 3.14005L3.31702 5.30694C2.51315 6.1116 2.2388 7.27529 2.59854 8.35431C2.89164 9.23362 3.2456 10.0937 3.65589 10.9269L3.7172 11.0295C3.76838 11.1152 3.84089 11.2367 3.92628 11.3801C4.09697 11.6666 4.3196 12.0414 4.52641 12.3924C4.73152 12.7405 4.92633 13.0742 5.03833 13.2742C5.06632 13.3242 5.09268 13.3721 5.11386 13.4125C5.12404 13.4319 5.13707 13.4573 5.14967 13.4841C5.15582 13.4971 5.16543 13.518 5.17563 13.5431L5.1761 13.5443C5.18231 13.5596 5.20792 13.6225 5.22593 13.7044L5.22622 13.7057C5.23299 13.7365 5.2607 13.8623 5.24186 14.0226C5.23187 14.1077 5.20101 14.2747 5.08342 14.448C4.94688 14.6491 4.73211 14.7991 4.47567 14.8491C4.25329 14.8924 4.07434 14.8461 3.98438 14.8154C3.8885 14.7827 3.81808 14.7415 3.77969 14.7171C3.70366 14.6688 3.65166 14.6203 3.63218 14.6017C3.56546 14.5383 3.51708 14.4723 3.51062 14.4635L3.50999 14.4627C3.47884 14.421 3.44376 14.3693 3.41101 14.32C2.87497 13.5144 2.39025 12.6745 1.9612 11.8072C1.50547 10.8859 1.11238 9.93348 0.787281 8.95818M6.96707 3.11995L8.51672 4.87389L9.24949 5.81265C9.51391 6.1514 9.70191 6.50728 9.76678 6.7941C9.82418 7.0479 9.77152 7.13971 9.71287 7.20019L6.92195 9.88662C6.54209 10.2523 6.53057 10.8566 6.8962 11.2364C7.26183 11.6163 7.86616 11.6278 8.24601 11.2622L11.052 8.56127L11.0585 8.55478C11.7184 7.8947 11.7841 7.05882 11.629 6.37295C11.4799 5.71339 11.117 5.10225 10.7545 4.63785L9.98601 3.65328L8.35571 1.80807L8.33486 1.78722C7.18224 0.634593 5.30928 0.634065 4.15604 1.78571L1.97109 3.95276L1.96837 3.95547C0.652018 5.27158 0.198625 7.19247 0.787281 8.95818M16.878 13.8191C16.7694 13.8972 16.633 14.0181 16.4507 14.2004L16.4442 14.2069L13.6383 16.9078C13.2584 17.2734 12.6541 17.2619 12.2884 16.8821C11.9228 16.5022 11.9343 15.8979 12.3142 15.5322L15.1071 12.8439C15.4818 12.4695 15.9878 12.0021 16.6225 11.8702C17.4021 11.7082 18.0384 12.0853 18.5329 12.5798L22.135 16.1818C23.2871 17.3339 23.2882 19.2054 22.1385 20.3588L20.3015 22.2302C19.2636 23.2682 17.666 23.4642 16.5948 23.4642C16.0746 23.4642 15.5498 23.3807 15.0395 23.2105C13.5796 22.7238 12.1707 22.0848 10.8408 21.3111C10.0471 20.8494 9.2812 20.3395 8.54914 19.7852C8.12882 19.4669 8.04608 18.8682 8.36436 18.4479C8.68263 18.0275 9.28138 17.9448 9.70171 18.2631C10.3721 18.7707 11.0737 19.2378 11.8009 19.6608C13.0195 20.3698 14.3092 20.9545 15.6435 21.3993C15.9582 21.5043 16.2791 21.5549 16.5948 21.5549C17.5688 21.5549 18.4801 21.3488 18.9487 20.8829L20.7849 19.0122C21.1925 18.6046 21.1925 17.9394 20.785 17.5319L17.1829 13.9299C17.0835 13.8305 17.0151 13.7803 16.9762 13.7563C16.954 13.7682 16.9216 13.7877 16.878 13.8191Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 0.292893C24.0976 0.683417 24.0976 1.31658 23.7071 1.70711L1.70711 23.7071C1.31658 24.0976 0.683417 24.0976 0.292893 23.7071C-0.0976311 23.3166 -0.0976311 22.6834 0.292893 22.2929L22.2929 0.292893C22.6834 -0.0976311 23.3166 -0.0976311 23.7071 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_1737'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2116
|
+
iconName: "IconPhoneOff",
|
|
2117
|
+
iconSize: props.size,
|
|
2118
|
+
iconColor: props.color
|
|
2119
|
+
}, props)
|
|
2120
|
+
);
|
|
2121
|
+
}
|
|
2122
|
+
function IconPhoneOutgoing(props) {
|
|
2123
|
+
return /* @__PURE__ */ jsx(
|
|
2124
|
+
Icon,
|
|
2125
|
+
__spreadValues({
|
|
2126
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.56897 9.91954C9.5263 12.0011 11.204 13.6787 13.2855 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.5848 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 1C16 0.447715 16.4477 0 17 0H23C23.5523 0 24 0.447715 24 1V7C24 7.55228 23.5523 8 23 8C22.4477 8 22 7.55228 22 7V2H17C16.4477 2 16 1.55228 16 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 0.292893C24.0976 0.683417 24.0976 1.31658 23.7071 1.70711L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L22.2929 0.292893C22.6834 -0.0976311 23.3166 -0.0976311 23.7071 0.292893Z' fill='currentColor'/></svg>",
|
|
2127
|
+
iconName: "IconPhoneOutgoing",
|
|
2128
|
+
iconSize: props.size,
|
|
2129
|
+
iconColor: props.color
|
|
2130
|
+
}, props)
|
|
2131
|
+
);
|
|
2132
|
+
}
|
|
2133
|
+
function IconNegotiation(props) {
|
|
2134
|
+
return /* @__PURE__ */ jsx(
|
|
2135
|
+
Icon,
|
|
2136
|
+
__spreadValues({
|
|
2137
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.43955 13.6925C4.22198 13.6925 4.00453 13.6102 3.83945 13.446L2.54293 12.1554C1.35183 10.9695 0.834363 9.49463 1.04639 7.88992C1.22779 6.51866 1.94152 5.15854 3.05616 4.06008C4.17098 2.96179 5.55213 2.25814 6.94511 2.07884C8.57459 1.86899 10.075 2.37789 11.283 3.55025C11.2852 3.55232 11.2874 3.55448 11.2896 3.55673L12.1632 4.4234C12.4914 4.74903 12.4893 5.2748 12.1584 5.59786C11.8277 5.92081 11.2933 5.91891 10.9649 5.59303L10.0947 4.72975C8.24717 2.94011 5.7705 3.73619 4.25031 5.23385C2.72868 6.73326 1.92072 9.1734 3.74324 10.9876L5.03964 12.2783C5.36731 12.6045 5.36426 13.1302 5.03279 13.4527C4.86827 13.6127 4.65388 13.6925 4.43954 13.6925L4.43955 13.6925Z' fill='currentColor'/><path d='M19.6067 14.3059C19.3923 14.3059 19.1779 14.226 19.0134 14.0659C18.682 13.7435 18.679 13.2176 19.0066 12.8915L20.3053 11.5988C22.1912 9.72136 21.1107 7.17989 19.6123 5.57411C19.0927 5.00789 18.4968 4.53054 17.8368 4.1501C17.1185 3.75124 14.6994 3.11801 13.1896 4.57946L9.44943 8.29039C9.56849 8.33664 9.7378 8.37932 9.9507 8.38697C10.1552 8.39352 10.672 8.37136 11.0479 8.00222L12.0293 7.03787C12.0375 7.02983 12.046 7.02177 12.0546 7.01405C13.073 6.09331 14.1972 6.43198 15.1002 6.70412C16.1273 7.01338 16.7992 7.16943 17.6419 6.50629C18.0058 6.21979 18.5369 6.27816 18.8279 6.63635C19.119 6.99461 19.0598 7.51713 18.6957 7.80356C17.1144 9.04793 15.6648 8.61119 14.6062 8.29221C13.7498 8.03435 13.4724 7.9954 13.2074 8.22735L12.2403 9.17766C11.0336 10.3632 8.96964 10.2463 8.06511 9.35928C7.45224 8.7581 7.46619 7.89974 8.09892 7.27191L11.9948 3.40626C11.997 3.40401 11.9992 3.40186 12.0014 3.39978C14.1862 1.27919 17.4409 2.0183 18.6749 2.70835L18.6838 2.7135C19.4955 3.18046 20.2277 3.76668 20.8602 4.45571C23.0136 6.76349 24.0514 10.2318 21.5056 12.7666L20.2069 14.0593C20.0418 14.2236 19.8242 14.3059 19.6067 14.3059H19.6067Z' fill='currentColor'/><path d='M18.8174 16.8397C18.3173 16.8398 17.7821 16.6379 17.2944 16.1362L14.9425 13.7188C14.6201 13.3876 14.6318 12.8619 14.9684 12.5446C15.3053 12.2275 15.8393 12.239 16.1616 12.5701L18.5136 14.9876C18.8007 15.2831 18.9214 15.1705 19.0095 15.0883C19.1766 14.9321 19.3051 14.5881 19.1005 14.3742L14.083 9.13027C13.7635 8.79641 13.7795 8.27082 14.1189 7.95632C14.4582 7.64192 14.9923 7.6577 15.3118 7.99162L20.3292 13.2355C21.2373 14.1846 20.9544 15.5615 20.1716 16.2928C19.8207 16.6206 19.3381 16.8396 18.8174 16.8397H18.8174Z' fill='currentColor'/><path d='M16.9096 18.6009C16.4039 18.6009 15.8942 18.4192 15.4807 17.9957L12.8955 15.3477C12.5726 15.017 12.5833 14.4913 12.9194 14.1735C13.2554 13.8558 13.7898 13.8662 14.1126 14.1971L16.6976 16.8449C16.8955 17.0475 17.2126 16.8741 17.3352 16.7585C17.5424 16.5631 17.5304 16.3765 17.2956 16.1347L14.7689 13.5354C14.4467 13.204 14.4586 12.6783 14.7954 12.3612C15.1321 12.0443 15.6662 12.0557 15.9886 12.3873L18.5152 14.9867C19.5461 16.0475 19.2315 17.2702 18.5031 17.9574C18.082 18.3547 17.4983 18.6009 16.9096 18.6009Z' fill='currentColor'/><path d='M14.8442 20.1834C14.339 20.1834 13.8265 20.0026 13.4065 19.5806L12.1153 18.2824C11.7893 17.9546 11.795 17.4287 12.1281 17.1079C12.4613 16.7871 12.9955 16.7928 13.3214 17.1205L14.6125 18.4185C14.8338 18.641 15.1419 18.447 15.2326 18.3615C15.3656 18.2358 15.4618 18.0653 15.165 17.7548C14.8459 17.4206 14.8623 16.8951 15.2018 16.5809C15.5415 16.2667 16.0754 16.2829 16.3947 16.6171C17.4123 17.6823 17.1113 18.8893 16.401 19.5599C15.9929 19.9454 15.4234 20.1834 14.8442 20.1834L14.8442 20.1834Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0318 21.9995C10.4861 21.9996 9.9725 21.7894 9.58562 21.4077L9.44476 21.2673C9.14848 20.9695 8.96385 20.6017 8.891 20.217C8.39483 20.1857 7.93247 19.9793 7.57722 19.6282L7.43674 19.4881C7.14582 19.196 6.96262 18.8366 6.88702 18.4597C6.37068 18.4405 5.88778 18.2325 5.5197 17.8692L5.37847 17.7284C5.05691 17.4053 4.86699 17 4.80864 16.5798C4.34255 16.5328 3.91002 16.3305 3.57339 15.9984L3.43228 15.8577C2.64662 15.0685 2.64662 13.7878 3.43017 13.0009L5.21918 11.2165C5.60825 10.8315 6.1221 10.6206 6.66858 10.6206H6.66871C7.21519 10.6207 7.72904 10.8315 8.11568 11.2143C8.12097 11.2195 8.12614 11.2248 8.13137 11.2302L8.25522 11.3535C8.37827 11.4775 8.48207 11.6135 8.56657 11.7578C8.8943 11.5478 9.27564 11.4355 9.6743 11.4355C10.2214 11.4355 10.7354 11.6468 11.1221 12.0305C11.1268 12.0351 11.1312 12.0396 11.1356 12.0441L11.2614 12.1695C11.832 12.7428 11.9881 13.5752 11.7306 14.2895C11.9336 14.3872 12.1208 14.519 12.2852 14.6819L12.287 14.6839L12.4249 14.8215C12.958 15.3566 13.1295 16.118 12.9397 16.7983C13.1602 16.8978 13.363 17.0367 13.5395 17.2114C13.5448 17.2168 13.5501 17.2221 13.5553 17.2275L13.6792 17.3512C14.4637 18.1405 14.4637 19.4205 13.6819 20.2072L12.4809 21.4046C12.0911 21.7893 11.5775 21.9995 11.0318 21.9995H11.0318ZM12.0922 18.2783C12.0378 18.2783 11.9332 18.2918 11.8421 18.382L10.6459 19.5748C10.5027 19.7187 10.5027 19.9566 10.6481 20.1028L10.7836 20.2377C10.8722 20.3251 10.9774 20.3385 11.0318 20.3385C11.0863 20.3385 11.1913 20.3251 11.2829 20.2347L12.4781 19.0433C12.6207 18.8997 12.6207 18.6615 12.4754 18.5152L12.34 18.3802C12.3381 18.3783 12.336 18.3763 12.3342 18.3743C12.245 18.291 12.1449 18.2783 12.0922 18.2783H12.0922ZM10.8374 15.7482C10.7833 15.7482 10.6788 15.7617 10.5879 15.8518L8.63793 17.796C8.49465 17.9399 8.49465 18.1774 8.63999 18.3234L8.77592 18.4589C8.86478 18.5467 8.96971 18.5603 9.02401 18.5603C9.07843 18.5603 9.18329 18.5467 9.27465 18.4564L11.2234 16.5135C11.3669 16.3694 11.3669 16.1319 11.2214 15.9859L11.0868 15.8515C10.9959 15.7617 10.8916 15.7482 10.8374 15.7482L10.8374 15.7482ZM9.67429 13.0965C9.62012 13.0965 9.51569 13.1099 9.42465 13.2001L6.57985 16.0366C6.43669 16.1803 6.43669 16.4179 6.58215 16.564L6.71796 16.6996C6.80632 16.7868 6.91137 16.8003 6.9658 16.8003C7.02028 16.8003 7.12527 16.7868 7.21687 16.6964L10.0601 13.8616C10.2033 13.7178 10.2033 13.4801 10.0578 13.334L9.92219 13.1987C9.92045 13.1969 9.91877 13.1952 9.91696 13.1935C9.82779 13.1093 9.72716 13.0965 9.67429 13.0965ZM6.66858 12.2815C6.61428 12.2815 6.50954 12.295 6.41832 12.3853L4.6336 14.1653C4.49025 14.3094 4.49025 14.547 4.63559 14.6932L4.77159 14.8287C4.86001 14.9159 4.96506 14.9295 5.01961 14.9295C5.07403 14.9295 5.17908 14.9159 5.27062 14.8256L7.05416 13.0463C7.19694 12.9026 7.19694 12.6642 7.05148 12.5177L6.9166 12.3835L6.91081 12.3775C6.82158 12.2942 6.72132 12.2815 6.66858 12.2815L6.66858 12.2815Z' fill='currentColor'/></svg>",
|
|
2138
|
+
iconName: "IconNegotiation",
|
|
2139
|
+
iconSize: props.size,
|
|
2140
|
+
iconColor: props.color
|
|
2141
|
+
}, props)
|
|
2142
|
+
);
|
|
2143
|
+
}
|
|
2144
|
+
function IconPieChart(props) {
|
|
2145
|
+
return /* @__PURE__ */ jsx(
|
|
2146
|
+
Icon,
|
|
2147
|
+
__spreadValues({
|
|
2148
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.91694 2.42988C9.13783 2.93607 8.90655 3.52548 8.40036 3.74638C7.05296 4.33436 5.8701 5.24346 4.9552 6.3942C4.04031 7.54494 3.42123 8.90228 3.1521 10.3475C2.88297 11.7928 2.97197 13.282 3.41133 14.6849C3.8507 16.0879 4.62704 17.3618 5.67248 18.3954C6.71793 19.4289 8.00065 20.1907 9.40849 20.614C10.8163 21.0373 12.3065 21.1093 13.7486 20.8237C15.1907 20.5381 16.5408 19.9035 17.6811 18.9755C18.8213 18.0476 19.7168 16.8544 20.2894 15.5004C20.5045 14.9917 21.0912 14.7537 21.5999 14.9688C22.1085 15.1839 22.3465 15.7706 22.1314 16.2793C21.4316 17.9342 20.3371 19.3925 18.9435 20.5267C17.5499 21.6609 15.8997 22.4365 14.1371 22.7856C12.3746 23.1347 10.5533 23.0467 8.8326 22.5293C7.1119 22.0119 5.54413 21.0809 4.26637 19.8176C2.9886 18.5544 2.03974 16.9973 1.50274 15.2827C0.965745 13.568 0.856961 11.7478 1.1859 9.98141C1.51484 8.21497 2.27149 6.556 3.38969 5.14954C4.5079 3.74308 5.95361 2.63196 7.60044 1.91331C8.10663 1.69242 8.69604 1.9237 8.91694 2.42988Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 1.29289C11.4804 1.10536 11.7348 1 12 1C13.4445 1 14.8749 1.28452 16.2095 1.83733C17.5441 2.39013 18.7567 3.20038 19.7782 4.22183C20.7996 5.24327 21.6099 6.4559 22.1627 7.79048C22.7155 9.12506 23 10.5555 23 12C23 12.5523 22.5523 13 22 13H12C11.4477 13 11 12.5523 11 12V2C11 1.73478 11.1054 1.48043 11.2929 1.29289ZM13 3.05573V11H20.9443C20.8505 10.1614 20.6391 9.33849 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.6615 3.3609 13.8386 3.14949 13 3.05573Z' fill='currentColor'/></svg>",
|
|
2149
|
+
iconName: "IconPieChart",
|
|
2150
|
+
iconSize: props.size,
|
|
2151
|
+
iconColor: props.color
|
|
2152
|
+
}, props)
|
|
2153
|
+
);
|
|
2154
|
+
}
|
|
2155
|
+
function IconPix(props) {
|
|
2156
|
+
return /* @__PURE__ */ jsx(
|
|
2157
|
+
Icon,
|
|
2158
|
+
__spreadValues({
|
|
2159
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.9368 3.58326C13.3173 1.96378 10.6828 1.96378 9.06335 3.58326L3.58326 9.06335C1.96378 10.6828 1.96378 13.3173 3.58326 14.9368L9.06335 20.4169C10.6828 22.0364 13.3173 22.0364 14.9368 20.4169L20.4169 14.9368C22.0364 13.3173 22.0364 10.6828 20.4169 9.06335L14.9368 3.58326ZM10.4378 4.95769C11.2991 4.0964 12.7011 4.0964 13.5624 4.95769L15.3982 6.79348C14.7802 6.89899 14.2105 7.19209 13.7586 7.64407L12.0558 9.42677C12.0404 9.44148 12.0215 9.44908 12.0001 9.44908C11.9783 9.44908 11.9588 9.44112 11.9427 9.42501L10.1665 7.73017C9.71214 7.2758 9.13896 6.98213 8.51722 6.87826L10.4378 4.95769ZM6.84482 15.4495L4.95769 13.5624C4.0964 12.7011 4.0964 11.2991 4.95769 10.4378L6.61553 8.77995L8.00806 8.77995C8.30511 8.77995 8.58298 8.89521 8.79346 9.10611L10.5701 10.8011C10.9519 11.1823 11.4605 11.3926 12.0001 11.3926C12.5407 11.3926 13.0501 11.1815 13.4319 10.7993L15.1349 9.01673C15.3448 8.80783 15.6221 8.69333 15.9183 8.69333H17.298L19.0425 10.4378C19.9038 11.2991 19.9038 12.7011 19.0425 13.5624L17.242 15.3629H15.8221C15.4883 15.3629 15.1192 15.2559 14.94 15.0495L13.4377 13.3491L13.4323 13.3437C13.0502 12.9612 12.5407 12.75 12.0001 12.75C11.4618 12.75 10.9543 12.9594 10.5731 13.3385L8.59806 15.1148L8.58872 15.1242C8.37859 15.3343 8.10047 15.4495 7.80332 15.4495H6.84482ZM15.3252 17.2796L13.5624 19.0425C12.7011 19.9038 11.2991 19.9038 10.4378 19.0425L8.66567 17.2704C9.14827 17.1291 9.59084 16.8689 9.95684 16.5049L11.9369 14.7798L11.9431 14.7736C11.9586 14.7581 11.9781 14.75 12.0001 14.75C12.0219 14.75 12.0413 14.758 12.0574 14.7742L13.8266 16.4139C14.0961 16.6837 14.3577 16.9096 14.6591 17.0661C14.864 17.1725 15.0815 17.2438 15.3252 17.2796Z' fill='currentColor'/></svg>",
|
|
2160
|
+
iconName: "IconPix",
|
|
2161
|
+
iconSize: props.size,
|
|
2162
|
+
iconColor: props.color
|
|
2163
|
+
}, props)
|
|
2164
|
+
);
|
|
2165
|
+
}
|
|
2166
|
+
function IconPlane(props) {
|
|
2167
|
+
return /* @__PURE__ */ jsx(
|
|
2168
|
+
Icon,
|
|
2169
|
+
__spreadValues({
|
|
2170
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.92585 24C6.86508 24 6.80397 23.9942 6.74313 23.982C6.43765 23.9209 6.1831 23.7112 6.06439 23.4232L4.37632 19.3232L0.612085 17.9488C0.313202 17.8397 0.0906861 17.5856 0.022016 17.2749C-0.0467245 16.9642 0.0478634 16.64 0.272783 16.415L2.24901 14.4388C2.42382 14.2641 2.6607 14.1659 2.90782 14.1659H5.15667L8.57858 10.7438L1.92015 6.18233C1.69166 6.02573 1.54462 5.77549 1.51905 5.49965C1.49348 5.22388 1.59205 4.95093 1.7879 4.7549L4.42272 2.11989C4.66105 1.88168 5.00943 1.79049 5.33388 1.88185L14.7811 4.54079L18.3546 0.967093C19.644 -0.322262 21.7419 -0.322467 23.0314 0.967093C23.6561 1.59175 24 2.4223 24 3.30578C24 4.18912 23.6561 5.01967 23.0314 5.64432L19.4307 9.24531L21.7923 18.3551C21.8752 18.6747 21.7828 19.0142 21.5494 19.2477L18.9146 21.8827C18.7173 22.0796 18.4419 22.1778 18.1658 22.1512C17.8886 22.1243 17.6381 21.9748 17.4826 21.7436L13.2421 15.4342L9.83358 18.8431V21.0922C9.83358 21.3393 9.73549 21.5763 9.56082 21.751L7.5846 23.7272C7.40807 23.9036 7.17036 24 6.92585 24L6.92585 24ZM2.62323 16.6996L5.40097 17.7138C5.64658 17.8035 5.84325 17.9923 5.94292 18.2342L7.25518 21.4216L7.9705 20.7063V18.4571C7.9705 18.2101 8.06866 17.9732 8.24333 17.7984L12.7251 13.3162C12.9222 13.1193 13.197 13.0205 13.4739 13.0478C13.751 13.0747 14.0016 13.2242 14.1569 13.4553L18.3975 19.7648L19.8551 18.3069L17.4936 9.19705C17.4107 8.87745 17.503 8.53792 17.7365 8.30446L21.714 4.32681C22.2769 3.76382 22.2769 2.84765 21.714 2.2847C21.151 1.7216 20.2351 1.72181 19.6721 2.2847L15.7127 6.24429C15.4743 6.4825 15.1258 6.57379 14.8015 6.48222L5.35436 3.82329L3.8985 5.27911L10.5569 9.84071C10.7854 9.99731 10.9325 10.2475 10.9581 10.5234C10.9836 10.7993 10.885 11.0721 10.6892 11.2681L6.20138 15.7563C6.02658 15.9309 5.7897 16.0291 5.54264 16.0291H3.29359L2.62323 16.6996ZM19.0133 1.62585H19.0142H19.0133Z' fill='currentColor'/></svg>",
|
|
2171
|
+
iconName: "IconPlane",
|
|
2172
|
+
iconSize: props.size,
|
|
2173
|
+
iconColor: props.color
|
|
2174
|
+
}, props)
|
|
2175
|
+
);
|
|
2176
|
+
}
|
|
2177
|
+
function IconPlayCircle(props) {
|
|
2178
|
+
return /* @__PURE__ */ jsx(
|
|
2179
|
+
Icon,
|
|
2180
|
+
__spreadValues({
|
|
2181
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.52814 7.11833C9.8533 6.94431 10.2478 6.96338 10.5547 7.16795L16.5547 11.168C16.8329 11.3534 17 11.6656 17 12C17 12.3344 16.8329 12.6466 16.5547 12.8321L10.5547 16.8321C10.2478 17.0366 9.8533 17.0557 9.52814 16.8817C9.20298 16.7077 9 16.3688 9 16V8C9 7.63121 9.20298 7.29235 9.52814 7.11833ZM11 9.86852V14.1315L14.1972 12L11 9.86852Z' fill='currentColor'/></svg>",
|
|
2182
|
+
iconName: "IconPlayCircle",
|
|
2183
|
+
iconSize: props.size,
|
|
2184
|
+
iconColor: props.color
|
|
2185
|
+
}, props)
|
|
2186
|
+
);
|
|
2187
|
+
}
|
|
2188
|
+
function IconPlay(props) {
|
|
2189
|
+
return /* @__PURE__ */ jsx(
|
|
2190
|
+
Icon,
|
|
2191
|
+
__spreadValues({
|
|
2192
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.52081 2.12229C4.84189 1.947 5.23305 1.96101 5.54076 2.15882L19.5408 11.1588C19.827 11.3428 20 11.6597 20 12C20 12.3403 19.827 12.6572 19.5408 12.8412L5.54076 21.8412C5.23305 22.039 4.84189 22.053 4.52081 21.8777C4.19974 21.7024 4 21.3658 4 21V3C4 2.63419 4.19974 2.29758 4.52081 2.12229ZM6 4.83167V19.1683L17.1507 12L6 4.83167Z' fill='currentColor'/></svg>",
|
|
2193
|
+
iconName: "IconPlay",
|
|
2194
|
+
iconSize: props.size,
|
|
2195
|
+
iconColor: props.color
|
|
2196
|
+
}, props)
|
|
2197
|
+
);
|
|
2198
|
+
}
|
|
2199
|
+
function IconPlusCircle(props) {
|
|
2200
|
+
return /* @__PURE__ */ jsx(
|
|
2201
|
+
Icon,
|
|
2202
|
+
__spreadValues({
|
|
2203
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
2204
|
+
iconName: "IconPlusCircle",
|
|
2205
|
+
iconSize: props.size,
|
|
2206
|
+
iconColor: props.color
|
|
2207
|
+
}, props)
|
|
2208
|
+
);
|
|
2209
|
+
}
|
|
2210
|
+
function IconPlusSquare(props) {
|
|
2211
|
+
return /* @__PURE__ */ jsx(
|
|
2212
|
+
Icon,
|
|
2213
|
+
__spreadValues({
|
|
2214
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/></svg>",
|
|
2215
|
+
iconName: "IconPlusSquare",
|
|
2216
|
+
iconSize: props.size,
|
|
2217
|
+
iconColor: props.color
|
|
2218
|
+
}, props)
|
|
2219
|
+
);
|
|
2220
|
+
}
|
|
2221
|
+
function IconPlus(props) {
|
|
2222
|
+
return /* @__PURE__ */ jsx(
|
|
2223
|
+
Icon,
|
|
2224
|
+
__spreadValues({
|
|
2225
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V5C11 4.44772 11.4477 4 12 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='currentColor'/></svg>",
|
|
2226
|
+
iconName: "IconPlus",
|
|
2227
|
+
iconSize: props.size,
|
|
2228
|
+
iconColor: props.color
|
|
2229
|
+
}, props)
|
|
2230
|
+
);
|
|
2231
|
+
}
|
|
2232
|
+
function IconPhone(props) {
|
|
2233
|
+
return /* @__PURE__ */ jsx(
|
|
2234
|
+
Icon,
|
|
2235
|
+
__spreadValues({
|
|
2236
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.69015 9.91954C9.64749 12.0011 11.3252 13.6787 13.4067 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.58481 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/></svg>",
|
|
2237
|
+
iconName: "IconPhone",
|
|
2238
|
+
iconSize: props.size,
|
|
2239
|
+
iconColor: props.color
|
|
2240
|
+
}, props)
|
|
2241
|
+
);
|
|
2242
|
+
}
|
|
2243
|
+
function IconPocket(props) {
|
|
2244
|
+
return /* @__PURE__ */ jsx(
|
|
2245
|
+
Icon,
|
|
2246
|
+
__spreadValues({
|
|
2247
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.73478 4 3.48043 4.10536 3.29289 4.29289C3.10536 4.48043 3 4.73478 3 5V11C3 13.3869 3.94821 15.6761 5.63604 17.364C6.47177 18.1997 7.46392 18.8626 8.55585 19.3149C9.64778 19.7672 10.8181 20 12 20C14.3869 20 16.6761 19.0518 18.364 17.364C20.0518 15.6761 21 13.3869 21 11V5C21 4.73478 20.8946 4.48043 20.7071 4.29289C20.5196 4.10536 20.2652 4 20 4H4ZM1.87868 2.87868C2.44129 2.31607 3.20435 2 4 2H20C20.7957 2 21.5587 2.31607 22.1213 2.87868C22.6839 3.44129 23 4.20435 23 5V11C23 13.9174 21.8411 16.7153 19.7782 18.7782C17.7153 20.8411 14.9174 22 12 22C10.5555 22 9.12506 21.7155 7.79048 21.1627C6.4559 20.6099 5.24327 19.7996 4.22183 18.7782C2.15893 16.7153 1 13.9174 1 11V5C1 4.20435 1.31607 3.44129 1.87868 2.87868Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.29289 9.29289C7.68342 8.90237 8.31658 8.90237 8.70711 9.29289L12 12.5858L15.2929 9.29289C15.6834 8.90237 16.3166 8.90237 16.7071 9.29289C17.0976 9.68342 17.0976 10.3166 16.7071 10.7071L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L7.29289 10.7071C6.90237 10.3166 6.90237 9.68342 7.29289 9.29289Z' fill='currentColor'/></svg>",
|
|
2248
|
+
iconName: "IconPocket",
|
|
2249
|
+
iconSize: props.size,
|
|
2250
|
+
iconColor: props.color
|
|
2251
|
+
}, props)
|
|
2252
|
+
);
|
|
2253
|
+
}
|
|
2254
|
+
function IconPower(props) {
|
|
2255
|
+
return /* @__PURE__ */ jsx(
|
|
2256
|
+
Icon,
|
|
2257
|
+
__spreadValues({
|
|
2258
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.33711 5.93291C6.7277 6.32337 6.7278 6.95654 6.33734 7.34713C5.21879 8.46605 4.45712 9.89152 4.14865 11.4433C3.84018 12.9951 3.99876 14.6035 4.60434 16.0651C5.20991 17.5268 6.23529 18.7761 7.55083 19.655C8.86637 20.5339 10.413 21.0031 11.9951 21.0031C13.5773 21.0031 15.1239 20.5339 16.4394 19.655C17.7549 18.7761 18.7803 17.5268 19.3859 16.0651C19.9915 14.6035 20.1501 12.9951 19.8416 11.4433C19.5331 9.89152 18.7715 8.46605 17.6529 7.34713C17.2624 6.95654 17.2625 6.32337 17.6531 5.93291C18.0437 5.54245 18.6769 5.54256 19.0673 5.93315C20.4655 7.3318 21.4176 9.11364 21.8032 11.0534C22.1888 12.9931 21.9906 15.0036 21.2336 16.8306C20.4766 18.6577 19.1949 20.2193 17.5505 21.318C15.9061 22.4167 13.9728 23.0031 11.9951 23.0031C10.0174 23.0031 8.08418 22.4167 6.43976 21.318C4.79534 20.2193 3.51361 18.6577 2.75664 16.8306C1.99967 15.0036 1.80144 12.9931 2.18703 11.0534C2.57262 9.11364 3.5247 7.3318 4.9229 5.93315C5.31336 5.54256 5.94653 5.54245 6.33711 5.93291Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/></svg>",
|
|
2259
|
+
iconName: "IconPower",
|
|
2260
|
+
iconSize: props.size,
|
|
2261
|
+
iconColor: props.color
|
|
2262
|
+
}, props)
|
|
2263
|
+
);
|
|
2264
|
+
}
|
|
2265
|
+
function IconPrinter(props) {
|
|
2266
|
+
return /* @__PURE__ */ jsx(
|
|
2267
|
+
Icon,
|
|
2268
|
+
__spreadValues({
|
|
2269
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 2C5 1.44772 5.44772 1 6 1H18C18.5523 1 19 1.44772 19 2V9C19 9.55228 18.5523 10 18 10C17.4477 10 17 9.55228 17 9V3H7V9C7 9.55228 6.55228 10 6 10C5.44772 10 5 9.55228 5 9V2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 10C3.73478 10 3.48043 10.1054 3.29289 10.2929C3.10536 10.4804 3 10.7348 3 11V16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H6C6.55228 17 7 17.4477 7 18C7 18.5523 6.55228 19 6 19H4C3.20435 19 2.44129 18.6839 1.87868 18.1213C1.31607 17.5587 1 16.7956 1 16V11C1 10.2044 1.31607 9.44129 1.87868 8.87868C2.44129 8.31607 3.20435 8 4 8H20C20.7957 8 21.5587 8.31607 22.1213 8.87868C22.6839 9.44129 23 10.2043 23 11V16C23 16.7957 22.6839 17.5587 22.1213 18.1213C21.5587 18.6839 20.7957 19 20 19H18C17.4477 19 17 18.5523 17 18C17 17.4477 17.4477 17 18 17H20C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16V11C21 10.7348 20.8946 10.4804 20.7071 10.2929C20.5196 10.1054 20.2652 10 20 10H4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 14C5 13.4477 5.44772 13 6 13H18C18.5523 13 19 13.4477 19 14V22C19 22.5523 18.5523 23 18 23H6C5.44772 23 5 22.5523 5 22V14ZM7 15V21H17V15H7Z' fill='currentColor'/></svg>",
|
|
2270
|
+
iconName: "IconPrinter",
|
|
2271
|
+
iconSize: props.size,
|
|
2272
|
+
iconColor: props.color
|
|
2273
|
+
}, props)
|
|
2274
|
+
);
|
|
2275
|
+
}
|
|
2276
|
+
function IconRadio(props) {
|
|
2277
|
+
return /* @__PURE__ */ jsx(
|
|
2278
|
+
Icon,
|
|
2279
|
+
__spreadValues({
|
|
2280
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.63682 4.22296C6.0274 4.61343 6.0275 5.24659 5.63703 5.63718C3.94979 7.32492 3.00195 9.6137 3.00195 12.0002C3.00195 14.3867 3.94979 16.6754 5.63703 18.3632C6.0275 18.7538 6.0274 19.3869 5.63682 19.7774C5.24623 20.1679 4.61307 20.1678 4.2226 19.7772C2.16042 17.7144 1.00195 14.917 1.00195 12.0002C1.00195 9.08337 2.16042 6.28598 4.2226 4.22318C4.61307 3.83259 5.24623 3.8325 5.63682 4.22296ZM18.3628 4.22296C18.7534 3.8325 19.3866 3.83259 19.777 4.22318C21.8392 6.28598 22.9977 9.08337 22.9977 12.0002C22.9977 14.917 21.8392 17.7144 19.777 19.7772C19.3866 20.1678 18.7534 20.1679 18.3628 19.7774C17.9722 19.3869 17.9721 18.7538 18.3626 18.3632C20.0498 16.6754 20.9977 14.3867 20.9977 12.0002C20.9977 9.6137 20.0498 7.32492 18.3626 5.63718C17.9721 5.24659 17.9722 4.61343 18.3628 4.22296ZM8.46732 7.04346C8.85763 7.4342 8.85727 8.06737 8.46653 8.45768C8.00165 8.92204 7.63285 9.47348 7.38123 10.0805C7.12961 10.6875 7.0001 11.3381 7.0001 11.9952C7.0001 12.6523 7.12961 13.3029 7.38123 13.9099C7.63285 14.5169 8.00165 15.0683 8.46653 15.5327C8.85727 15.923 8.85763 16.5561 8.46732 16.9469C8.07701 17.3376 7.44385 17.338 7.0531 16.9477C6.40227 16.2976 5.88596 15.5255 5.53369 14.6758C5.18142 13.826 5.0001 12.9151 5.0001 11.9952C5.0001 11.0753 5.18142 10.1644 5.53369 9.31459C5.88596 8.46481 6.40227 7.69279 7.0531 7.04268C7.44385 6.65237 8.07701 6.65272 8.46732 7.04346ZM15.5323 7.05346C15.9226 6.66272 16.5558 6.66237 16.9465 7.05268C17.5974 7.70279 18.1137 8.47481 18.466 9.32459C18.8182 10.1744 18.9995 11.0853 18.9995 12.0052C18.9995 12.9251 18.8182 13.836 18.466 14.6858C18.1137 15.5355 17.5974 16.3076 16.9465 16.9577C16.5558 17.348 15.9226 17.3476 15.5323 16.9569C15.142 16.5661 15.1424 15.933 15.5331 15.5427C15.998 15.0783 16.3668 14.5269 16.6184 13.9199C16.87 13.3129 16.9995 12.6623 16.9995 12.0052C16.9995 11.3481 16.87 10.6975 16.6184 10.0905C16.3668 9.48348 15.998 8.93204 15.5331 8.46768C15.1424 8.07737 15.142 7.4442 15.5323 7.05346Z' fill='currentColor'/></svg>",
|
|
2281
|
+
iconName: "IconRadio",
|
|
2282
|
+
iconSize: props.size,
|
|
2283
|
+
iconColor: props.color
|
|
2284
|
+
}, props)
|
|
2285
|
+
);
|
|
2286
|
+
}
|
|
2287
|
+
function IconRefreshCw(props) {
|
|
2288
|
+
return /* @__PURE__ */ jsx(
|
|
2289
|
+
Icon,
|
|
2290
|
+
__spreadValues({
|
|
2291
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2577)'><path fill-rule='evenodd' clip-rule='evenodd' d='M23 3C23.5523 3 24 3.44772 24 4V10C24 10.5523 23.5523 11 23 11H17C16.4477 11 16 10.5523 16 10C16 9.44772 16.4477 9 17 9H22V4C22 3.44772 22.4477 3 23 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 14C0 13.4477 0.447715 13 1 13H7C7.55228 13 8 13.4477 8 14C8 14.5523 7.55228 15 7 15H2V20C2 20.5523 1.55228 21 1 21C0.447715 21 0 20.5523 0 20V14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.2173 4.31747C12.9192 3.94198 11.547 3.90145 10.229 4.19968C8.91091 4.49791 7.68987 5.12517 6.6798 6.02293C5.66973 6.9207 4.90353 8.0597 4.45272 9.33367C4.26848 9.85432 3.69705 10.127 3.17641 9.94279C2.65576 9.75855 2.38305 9.18713 2.56729 8.66648C3.13081 7.07402 4.08855 5.65026 5.35114 4.52806C6.61373 3.40585 8.14003 2.62177 9.78761 2.24899C11.4352 1.8762 13.1503 1.92686 14.7731 2.39623C16.3906 2.86411 17.8637 3.73284 19.0559 4.92177L23.6848 9.27132C24.0873 9.64951 24.1069 10.2824 23.7288 10.6849C23.3506 11.0873 22.7177 11.107 22.3152 10.7288L17.6752 6.36883C17.6676 6.36167 17.6601 6.3544 17.6527 6.34701C16.6974 5.3912 15.5155 4.69297 14.2173 4.31747ZM0.27125 13.3153C0.649442 12.9128 1.2823 12.8931 1.68478 13.2713L6.32478 17.6313C6.3324 17.6385 6.3399 17.6458 6.34729 17.6531C7.30262 18.609 8.48451 19.3072 9.78267 19.6827C11.0808 20.0582 12.453 20.0987 13.771 19.8005C15.0891 19.5022 16.3101 18.875 17.3202 17.9772C18.3303 17.0795 19.0965 15.9404 19.5473 14.6665C19.7315 14.1458 20.303 13.8731 20.8236 14.0574C21.3442 14.2416 21.617 14.813 21.4327 15.3337C20.8692 16.9261 19.9115 18.3499 18.6489 19.4721C17.3863 20.5943 15.86 21.3784 14.2124 21.7512C12.5648 22.1239 10.8497 22.0733 9.22695 21.6039C7.6094 21.136 6.13627 20.2673 4.94411 19.0784L0.315226 14.7288C-0.0872528 14.3506 -0.106942 13.7178 0.27125 13.3153Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2577'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2292
|
+
iconName: "IconRefreshCw",
|
|
2293
|
+
iconSize: props.size,
|
|
2294
|
+
iconColor: props.color
|
|
2295
|
+
}, props)
|
|
2296
|
+
);
|
|
2297
|
+
}
|
|
2298
|
+
function IconPauseCircle(props) {
|
|
2299
|
+
return /* @__PURE__ */ jsx(
|
|
2300
|
+
Icon,
|
|
2301
|
+
__spreadValues({
|
|
2302
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 8C10.5523 8 11 8.44772 11 9V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V9C9 8.44772 9.44772 8 10 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 8C14.5523 8 15 8.44772 15 9V15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15V9C13 8.44772 13.4477 8 14 8Z' fill='currentColor'/></svg>",
|
|
2303
|
+
iconName: "IconPauseCircle",
|
|
2304
|
+
iconSize: props.size,
|
|
2305
|
+
iconColor: props.color
|
|
2306
|
+
}, props)
|
|
2307
|
+
);
|
|
2308
|
+
}
|
|
2309
|
+
function IconQrCode(props) {
|
|
2310
|
+
return /* @__PURE__ */ jsx(
|
|
2311
|
+
Icon,
|
|
2312
|
+
__spreadValues({
|
|
2313
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='path-1-inside-1_638_1276' fill='white'><rect x='5' y='5' width='6' height='6' rx='1'/></mask><rect x='5' y='5' width='6' height='6' rx='1' stroke='currentColor' stroke-width='4' mask='url(#path-1-inside-1_638_1276)'/><mask id='path-2-inside-2_638_1276' fill='white'><rect x='5' y='13' width='6' height='6' rx='1'/></mask><rect x='5' y='13' width='6' height='6' rx='1' stroke='currentColor' stroke-width='4' mask='url(#path-2-inside-2_638_1276)'/><rect x='13' y='13' width='6' height='6' rx='1' fill='currentColor'/><mask id='path-4-inside-3_638_1276' fill='white'><rect x='13' y='5' width='6' height='6' rx='1'/></mask><rect x='13' y='5' width='6' height='6' rx='1' stroke='currentColor' stroke-width='4' mask='url(#path-4-inside-3_638_1276)'/><path d='M5 2H2C1.44772 2 1 2.44772 1 3V6' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M19 2H22C22.5523 2 23 2.44772 23 3V6' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M1 18L1 21C1 21.5523 1.44772 22 2 22L5 22' stroke='currentColor' stroke-width='2' stroke-linecap='round'/><path d='M23 18L23 21C23 21.5523 22.5523 22 22 22L19 22' stroke='currentColor' stroke-width='2' stroke-linecap='round'/></svg>",
|
|
2314
|
+
iconName: "IconQrCode",
|
|
2315
|
+
iconSize: props.size,
|
|
2316
|
+
iconColor: props.color
|
|
2317
|
+
}, props)
|
|
2318
|
+
);
|
|
2319
|
+
}
|
|
2320
|
+
function IconRewind(props) {
|
|
2321
|
+
return /* @__PURE__ */ jsx(
|
|
2322
|
+
Icon,
|
|
2323
|
+
__spreadValues({
|
|
2324
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.4394 4.10169C11.7824 4.2695 12 4.61807 12 5.00001V19C12 19.3819 11.7824 19.7305 11.4394 19.8983C11.0963 20.0661 10.6875 20.0238 10.3861 19.7894L1.38606 12.7894C1.14247 12.5999 1 12.3086 1 12C1 11.6914 1.14247 11.4001 1.38606 11.2107L10.3861 4.21066C10.6875 3.97617 11.0963 3.93389 11.4394 4.10169ZM3.62882 12L10 16.9554V7.04465L3.62882 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22.4394 4.10169C22.7824 4.2695 23 4.61807 23 5.00001V19C23 19.3819 22.7824 19.7305 22.4394 19.8983C22.0963 20.0661 21.6875 20.0238 21.3861 19.7894L12.3861 12.7894C12.1425 12.5999 12 12.3086 12 12C12 11.6914 12.1425 11.4001 12.3861 11.2107L21.3861 4.21066C21.6875 3.97617 22.0963 3.93389 22.4394 4.10169ZM14.6288 12L21 16.9554V7.04465L14.6288 12Z' fill='currentColor'/></svg>",
|
|
2325
|
+
iconName: "IconRewind",
|
|
2326
|
+
iconSize: props.size,
|
|
2327
|
+
iconColor: props.color
|
|
2328
|
+
}, props)
|
|
2329
|
+
);
|
|
2330
|
+
}
|
|
2331
|
+
function IconRotateCw(props) {
|
|
2332
|
+
return /* @__PURE__ */ jsx(
|
|
2333
|
+
Icon,
|
|
2334
|
+
__spreadValues({
|
|
2335
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2582)'><path fill-rule='evenodd' clip-rule='evenodd' d='M23 3C23.5523 3 24 3.44772 24 4V10C24 10.5523 23.5523 11 23 11H17C16.4477 11 16 10.5523 16 10C16 9.44772 16.4477 9 17 9H22V4C22 3.44772 22.4477 3 23 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.1274 4.08125C11.41 3.83765 9.66003 4.15882 8.14109 4.99636C6.62214 5.83389 5.41655 7.14241 4.70598 8.72474C3.99542 10.3071 3.81838 12.0775 4.20154 13.7692C4.5847 15.4609 5.50731 16.9822 6.83033 18.1039C8.15335 19.2257 9.80511 19.887 11.5367 19.9883C13.2683 20.0896 14.9859 19.6254 16.4307 18.6656C17.8755 17.7058 18.9692 16.3024 19.547 14.6669C19.731 14.1462 20.3023 13.8732 20.823 14.0571C21.3437 14.2411 21.6167 14.8124 21.4328 15.3331C20.7105 17.3775 19.3434 19.1317 17.5374 20.3315C15.7314 21.5312 13.5844 22.1115 11.4199 21.9849C9.25541 21.8583 7.19072 21.0316 5.53694 19.6294C3.88316 18.2273 2.7299 16.3256 2.25095 14.211C1.772 12.0963 1.9933 9.88334 2.8815 7.90543C3.76971 5.92752 5.2767 4.29187 7.17538 3.24495C9.07407 2.19804 11.2616 1.79658 13.4083 2.10107C15.5498 2.40483 17.5351 3.39476 19.0662 4.92215L23.6854 9.272C24.0875 9.65063 24.1065 10.2835 23.7279 10.6856C23.3493 11.0876 22.7164 11.1067 22.3143 10.728L17.6843 6.36803C17.677 6.3611 17.6697 6.35405 17.6626 6.3469C16.4364 5.12 14.8448 4.32484 13.1274 4.08125Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2582'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2336
|
+
iconName: "IconRotateCw",
|
|
2337
|
+
iconSize: props.size,
|
|
2338
|
+
iconColor: props.color
|
|
2339
|
+
}, props)
|
|
2340
|
+
);
|
|
2341
|
+
}
|
|
2342
|
+
function IconRepeat(props) {
|
|
2343
|
+
return /* @__PURE__ */ jsx(
|
|
2344
|
+
Icon,
|
|
2345
|
+
__spreadValues({
|
|
2346
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2596)'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893L21.7071 4.29289C22.0976 4.68342 22.0976 5.31658 21.7071 5.70711L17.7071 9.70711C17.3166 10.0976 16.6834 10.0976 16.2929 9.70711C15.9024 9.31658 15.9024 8.68342 16.2929 8.29289L19.5858 5L16.2929 1.70711C15.9024 1.31658 15.9024 0.683417 16.2929 0.292893Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 6C6.20435 6 5.44129 6.31607 4.87868 6.87868C4.31607 7.44129 4 8.20435 4 9V11C4 11.5523 3.55228 12 3 12C2.44772 12 2 11.5523 2 11V9C2 7.67392 2.52678 6.40215 3.46447 5.46447C4.40215 4.52678 5.67392 4 7 4H21C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.70711 14.2929C8.09763 14.6834 8.09763 15.3166 7.70711 15.7071L4.41421 19L7.70711 22.2929C8.09763 22.6834 8.09763 23.3166 7.70711 23.7071C7.31658 24.0976 6.68342 24.0976 6.29289 23.7071L2.29289 19.7071C1.90237 19.3166 1.90237 18.6834 2.29289 18.2929L6.29289 14.2929C6.68342 13.9024 7.31658 13.9024 7.70711 14.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21 12C21.5523 12 22 12.4477 22 13V15C22 16.3261 21.4732 17.5979 20.5355 18.5355C19.5979 19.4732 18.3261 20 17 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H17C17.7956 18 18.5587 17.6839 19.1213 17.1213C19.6839 16.5587 20 15.7956 20 15V13C20 12.4477 20.4477 12 21 12Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2596'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2347
|
+
iconName: "IconRepeat",
|
|
2348
|
+
iconSize: props.size,
|
|
2349
|
+
iconColor: props.color
|
|
2350
|
+
}, props)
|
|
2351
|
+
);
|
|
2352
|
+
}
|
|
2353
|
+
function IconRss(props) {
|
|
2354
|
+
return /* @__PURE__ */ jsx(
|
|
2355
|
+
Icon,
|
|
2356
|
+
__spreadValues({
|
|
2357
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 11C3 10.4477 3.44772 10 4 10C6.65216 10 9.1957 11.0536 11.0711 12.9289C12.9464 14.8043 14 17.3478 14 20C14 20.5523 13.5523 21 13 21C12.4477 21 12 20.5523 12 20C12 17.8783 11.1571 15.8434 9.65685 14.3431C8.15656 12.8429 6.12173 12 4 12C3.44772 12 3 11.5523 3 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 4C3 3.44772 3.44772 3 4 3C8.50868 3 12.8327 4.79107 16.0208 7.97919C19.2089 11.1673 21 15.4913 21 20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20C19 16.0218 17.4196 12.2064 14.6066 9.3934C11.7936 6.58035 7.97825 5 4 5C3.44772 5 3 4.55228 3 4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19Z' fill='currentColor'/></svg>",
|
|
2358
|
+
iconName: "IconRss",
|
|
2359
|
+
iconSize: props.size,
|
|
2360
|
+
iconColor: props.color
|
|
2361
|
+
}, props)
|
|
2362
|
+
);
|
|
2363
|
+
}
|
|
2364
|
+
function IconRotateCcw(props) {
|
|
2365
|
+
return /* @__PURE__ */ jsx(
|
|
2366
|
+
Icon,
|
|
2367
|
+
__spreadValues({
|
|
2368
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2706)'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 3C1.55228 3 2 3.44772 2 4V9H7C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11H1C0.447715 11 0 10.5523 0 10V4C0 3.44772 0.447715 3 1 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.6054 2.10682C12.7523 1.80476 14.9392 2.20862 16.8366 3.25754C18.7341 4.30646 20.2392 5.94363 21.1253 7.92236C22.0114 9.90109 22.2304 12.1142 21.7493 14.2282C21.2682 16.3422 20.1131 18.2426 18.4581 19.6431C16.803 21.0435 14.7377 21.8682 12.5732 21.9928C10.4087 22.1173 8.26236 21.5351 6.45756 20.3338C4.65276 19.1324 3.28727 17.3771 2.56683 15.3322C2.38331 14.8113 2.65681 14.2403 3.17771 14.0568C3.69861 13.8733 4.26966 14.1468 4.45318 14.6677C5.02953 16.3035 6.12192 17.7078 7.56576 18.6689C9.0096 19.6299 10.7267 20.0957 12.4583 19.9961C14.1898 19.8964 15.8421 19.2367 17.1662 18.1163C18.4902 16.996 19.4143 15.4756 19.7992 13.7844C20.184 12.0932 20.0088 10.3227 19.3 8.73974C18.5911 7.15676 17.387 5.84703 15.869 5.00789C14.3511 4.16875 12.6015 3.84567 10.884 4.08731C9.16647 4.32896 7.57399 5.12225 6.34651 6.34765C6.33937 6.35478 6.33213 6.3618 6.32478 6.3687L1.68478 10.7287C1.2823 11.1069 0.649442 11.0872 0.27125 10.6847C-0.106942 10.2822 -0.0872528 9.64939 0.315226 9.2712L4.94449 4.92128C6.47735 3.39576 8.46357 2.40816 10.6054 2.10682Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2706'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2369
|
+
iconName: "IconRotateCcw",
|
|
2370
|
+
iconSize: props.size,
|
|
2371
|
+
iconColor: props.color
|
|
2372
|
+
}, props)
|
|
2373
|
+
);
|
|
2374
|
+
}
|
|
2375
|
+
function IconSave(props) {
|
|
2376
|
+
return /* @__PURE__ */ jsx(
|
|
2377
|
+
Icon,
|
|
2378
|
+
__spreadValues({
|
|
2379
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V8.41421L15.5858 4H5ZM2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H16C16.2652 2 16.5196 2.10536 16.7071 2.29289L21.7071 7.29289C21.8946 7.48043 22 7.73478 22 8V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 13C6 12.4477 6.44772 12 7 12H17C17.5523 12 18 12.4477 18 13V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V14H8V21C8 21.5523 7.55228 22 7 22C6.44772 22 6 21.5523 6 21V13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 2C7.55228 2 8 2.44772 8 3V7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H7C6.44772 9 6 8.55228 6 8V3C6 2.44772 6.44772 2 7 2Z' fill='currentColor'/></svg>",
|
|
2380
|
+
iconName: "IconSave",
|
|
2381
|
+
iconSize: props.size,
|
|
2382
|
+
iconColor: props.color
|
|
2383
|
+
}, props)
|
|
2384
|
+
);
|
|
2385
|
+
}
|
|
2386
|
+
function IconSearch(props) {
|
|
2387
|
+
return /* @__PURE__ */ jsx(
|
|
2388
|
+
Icon,
|
|
2389
|
+
__spreadValues({
|
|
2390
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.9433 15.9428C16.3338 15.5523 16.967 15.5523 17.3575 15.9428L21.7075 20.2928C22.098 20.6833 22.098 21.3165 21.7075 21.707C21.317 22.0975 20.6838 22.0975 20.2933 21.707L15.9433 17.357C15.5528 16.9665 15.5528 16.3333 15.9433 15.9428Z' fill='currentColor'/></svg>",
|
|
2391
|
+
iconName: "IconSearch",
|
|
2392
|
+
iconSize: props.size,
|
|
2393
|
+
iconColor: props.color
|
|
2394
|
+
}, props)
|
|
2395
|
+
);
|
|
2396
|
+
}
|
|
2397
|
+
function IconScissors(props) {
|
|
2398
|
+
return /* @__PURE__ */ jsx(
|
|
2399
|
+
Icon,
|
|
2400
|
+
__spreadValues({
|
|
2401
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4ZM2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 16C4.89543 16 4 16.8954 4 18C4 19.1046 4.89543 20 6 20C7.10457 20 8 19.1046 8 18C8 16.8954 7.10457 16 6 16ZM2 18C2 15.7909 3.79086 14 6 14C8.20914 14 10 15.7909 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20.7072 3.29289C21.0977 3.68342 21.0977 4.31658 20.7072 4.70711L8.82722 16.5871C8.4367 16.9776 7.80353 16.9776 7.41301 16.5871C7.02249 16.1966 7.02249 15.5634 7.41301 15.1729L19.293 3.29289C19.6835 2.90237 20.3167 2.90237 20.7072 3.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.762 13.7735C14.1522 13.3826 14.7853 13.3821 15.1762 13.7722L20.7062 19.2922C21.0971 19.6824 21.0976 20.3156 20.7075 20.7064C20.3173 21.0973 19.6841 21.0979 19.2933 20.7077L13.7633 15.1877C13.3724 14.7976 13.3718 14.1644 13.762 13.7735Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.41301 7.41301C7.80353 7.02249 8.4367 7.02249 8.82722 7.41301L12.7072 11.293C13.0977 11.6835 13.0977 12.3167 12.7072 12.7072C12.3167 13.0977 11.6835 13.0977 11.293 12.7072L7.41301 8.82722C7.02249 8.4367 7.02249 7.80353 7.41301 7.41301Z' fill='currentColor'/></svg>",
|
|
2402
|
+
iconName: "IconScissors",
|
|
2403
|
+
iconSize: props.size,
|
|
2404
|
+
iconColor: props.color
|
|
2405
|
+
}, props)
|
|
2406
|
+
);
|
|
2407
|
+
}
|
|
2408
|
+
function IconSend(props) {
|
|
2409
|
+
return /* @__PURE__ */ jsx(
|
|
2410
|
+
Icon,
|
|
2411
|
+
__spreadValues({
|
|
2412
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L11.7071 13.7071C11.3166 14.0976 10.6834 14.0976 10.2929 13.7071C9.90237 13.3166 9.90237 12.6834 10.2929 12.2929L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7071 1.29292C22.9788 1.56456 23.0708 1.96779 22.9439 2.33038L15.9439 22.3304C15.8084 22.7174 15.4504 22.9825 15.0408 22.9992C14.6311 23.0159 14.2527 22.7808 14.0862 22.4062L10.2424 13.7576L1.59387 9.91384C1.21919 9.74731 0.984122 9.36894 1.00084 8.95926C1.01755 8.54959 1.28265 8.19162 1.66965 8.05617L21.6697 1.05617C22.0322 0.929264 22.4355 1.02128 22.7071 1.29292ZM4.71108 9.11063L11.4061 12.0862C11.6324 12.1868 11.8133 12.3677 11.9138 12.5939L14.8894 19.289L20.37 3.63L4.71108 9.11063Z' fill='currentColor'/></svg>",
|
|
2413
|
+
iconName: "IconSend",
|
|
2414
|
+
iconSize: props.size,
|
|
2415
|
+
iconColor: props.color
|
|
2416
|
+
}, props)
|
|
2417
|
+
);
|
|
2418
|
+
}
|
|
2419
|
+
function IconServer(props) {
|
|
2420
|
+
return /* @__PURE__ */ jsx(
|
|
2421
|
+
Icon,
|
|
2422
|
+
__spreadValues({
|
|
2423
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 3C3.44772 3 3 3.44772 3 4V8C3 8.55228 3.44772 9 4 9H20C20.5523 9 21 8.55228 21 8V4C21 3.44772 20.5523 3 20 3H4ZM1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V8C23 9.65685 21.6569 11 20 11H4C2.34315 11 1 9.65685 1 8V4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 15C3.44772 15 3 15.4477 3 16V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V16C21 15.4477 20.5523 15 20 15H4ZM1 16C1 14.3431 2.34315 13 4 13H20C21.6569 13 23 14.3431 23 16V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V16Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 6C5 5.44772 5.44772 5 6 5H6.01C6.56228 5 7.01 5.44772 7.01 6C7.01 6.55228 6.56228 7 6.01 7H6C5.44772 7 5 6.55228 5 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 18C5 17.4477 5.44772 17 6 17H6.01C6.56228 17 7.01 17.4477 7.01 18C7.01 18.5523 6.56228 19 6.01 19H6C5.44772 19 5 18.5523 5 18Z' fill='currentColor'/></svg>",
|
|
2424
|
+
iconName: "IconServer",
|
|
2425
|
+
iconSize: props.size,
|
|
2426
|
+
iconColor: props.color
|
|
2427
|
+
}, props)
|
|
2428
|
+
);
|
|
2429
|
+
}
|
|
2430
|
+
function IconShare2(props) {
|
|
2431
|
+
return /* @__PURE__ */ jsx(
|
|
2432
|
+
Icon,
|
|
2433
|
+
__spreadValues({
|
|
2434
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18 3C16.8954 3 16 3.89543 16 5C16 6.10457 16.8954 7 18 7C19.1046 7 20 6.10457 20 5C20 3.89543 19.1046 3 18 3ZM14 5C14 2.79086 15.7909 1 18 1C20.2091 1 22 2.79086 22 5C22 7.20914 20.2091 9 18 9C15.7909 9 14 7.20914 14 5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10ZM2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 17C16.8954 17 16 17.8954 16 19C16 20.1046 16.8954 21 18 21C19.1046 21 20 20.1046 20 19C20 17.8954 19.1046 17 18 17ZM14 19C14 16.7909 15.7909 15 18 15C20.2091 15 22 16.7909 22 19C22 21.2091 20.2091 23 18 23C15.7909 23 14 21.2091 14 19Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.726 13.0065C8.00406 12.5293 8.61631 12.3679 9.09348 12.6459L15.9235 16.6259C16.4007 16.904 16.5621 17.5162 16.284 17.9934C16.006 18.4706 15.3937 18.632 14.9165 18.3539L8.08653 14.3739C7.60935 14.0959 7.44794 13.4836 7.726 13.0065Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.2737 6.0059C16.5521 6.4829 16.391 7.09525 15.914 7.37362L9.09403 11.3536C8.61703 11.632 8.00469 11.471 7.72632 10.994C7.44795 10.517 7.60898 9.90461 8.08598 9.62624L14.906 5.64624C15.383 5.36787 15.9953 5.5289 16.2737 6.0059Z' fill='currentColor'/></svg>",
|
|
2435
|
+
iconName: "IconShare2",
|
|
2436
|
+
iconSize: props.size,
|
|
2437
|
+
iconColor: props.color
|
|
2438
|
+
}, props)
|
|
2439
|
+
);
|
|
2440
|
+
}
|
|
2441
|
+
function IconShare(props) {
|
|
2442
|
+
return /* @__PURE__ */ jsx(
|
|
2443
|
+
Icon,
|
|
2444
|
+
__spreadValues({
|
|
2445
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 11C4.55228 11 5 11.4477 5 12V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7956 3 20V12C3 11.4477 3.44772 11 4 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 1.29289C11.6834 0.902369 12.3166 0.902369 12.7071 1.29289L16.7071 5.29289C17.0976 5.68342 17.0976 6.31658 16.7071 6.70711C16.3166 7.09763 15.6834 7.09763 15.2929 6.70711L12 3.41421L8.70711 6.70711C8.31658 7.09763 7.68342 7.09763 7.29289 6.70711C6.90237 6.31658 6.90237 5.68342 7.29289 5.29289L11.2929 1.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/></svg>",
|
|
2446
|
+
iconName: "IconShare",
|
|
2447
|
+
iconSize: props.size,
|
|
2448
|
+
iconColor: props.color
|
|
2449
|
+
}, props)
|
|
2450
|
+
);
|
|
2451
|
+
}
|
|
2452
|
+
function IconShieldOff(props) {
|
|
2453
|
+
return /* @__PURE__ */ jsx(
|
|
2454
|
+
Icon,
|
|
2455
|
+
__spreadValues({
|
|
2456
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2671)'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6503 1.06318C11.8763 0.978771 12.1253 0.978944 12.3512 1.06367L20.3512 4.06367C20.7415 4.21003 21.0001 4.58316 21.0001 5V12.0066C20.995 12.7832 20.8754 13.5548 20.6452 14.2964C20.4814 14.8239 19.9211 15.1188 19.3937 14.9551C18.8662 14.7913 18.5713 14.231 18.7351 13.7036C18.9067 13.1507 18.996 12.5755 19.0001 11.9966V5.693L11.9994 3.06772L9.18994 4.11682C8.67255 4.31002 8.0965 4.04721 7.9033 3.52982C7.7101 3.01243 7.9729 2.43639 8.49029 2.24318L11.6503 1.06318Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.6679 4.38287C5.85949 4.90086 5.59489 5.47608 5.0769 5.66767L5 5.69611V11.9998C5 14.5533 6.71825 16.7995 8.6585 18.4972C9.60762 19.3277 10.5615 19.9839 11.28 20.433C11.5626 20.6096 11.8071 20.7531 11.9985 20.8617C13.8252 19.8327 15.4731 18.5121 16.8763 16.9512C17.2456 16.5405 17.8778 16.5069 18.2886 16.8761C18.6993 17.2453 18.7329 17.8776 18.3637 18.2883C16.6845 20.1561 14.688 21.7121 12.4667 22.8842C12.1815 23.0347 11.8412 23.0384 11.5528 22.8942L12 21.9998C11.5528 22.8942 11.5531 22.8944 11.5528 22.8942L11.5492 22.8924L11.5427 22.8891L11.5212 22.8782C11.5032 22.8689 11.4777 22.8558 11.4453 22.8388C11.3806 22.8048 11.2881 22.7554 11.1719 22.6911C10.9397 22.5625 10.6118 22.3739 10.22 22.129C9.43854 21.6406 8.39238 20.9219 7.3415 20.0023C5.28175 18.2001 3 15.4462 3 11.9998V4.99976C3 4.58127 3.2606 4.20703 3.6531 4.06186L4.3831 3.79186C4.90109 3.60027 5.47632 3.86488 5.6679 4.38287Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2671'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2457
|
+
iconName: "IconShieldOff",
|
|
2458
|
+
iconSize: props.size,
|
|
2459
|
+
iconColor: props.color
|
|
2460
|
+
}, props)
|
|
2461
|
+
);
|
|
2462
|
+
}
|
|
2463
|
+
function IconShield(props) {
|
|
2464
|
+
return /* @__PURE__ */ jsx(
|
|
2465
|
+
Icon,
|
|
2466
|
+
__spreadValues({
|
|
2467
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6489 1.06367C11.8753 0.978776 12.1247 0.978776 12.3511 1.06367L20.3511 4.06367C20.7414 4.21003 21 4.58316 21 5V12C21 15.4464 18.7183 18.2003 16.6585 20.0026C15.6076 20.9221 14.5615 21.6408 13.78 22.1292C13.3882 22.3741 13.0603 22.5627 12.8281 22.6913C12.7119 22.7556 12.6194 22.805 12.5547 22.839C12.5223 22.856 12.4968 22.8692 12.4788 22.8784L12.4573 22.8894L12.4508 22.8926L12.4486 22.8937C12.4483 22.8939 12.4472 22.8944 12 22C11.5528 22.8944 11.5525 22.8943 11.5522 22.8941L11.5492 22.8926L11.5427 22.8894L11.5212 22.8784C11.5032 22.8692 11.4777 22.856 11.4453 22.839C11.3806 22.805 11.2881 22.7556 11.1719 22.6913C10.9397 22.5627 10.6118 22.3741 10.22 22.1292C9.43854 21.6408 8.39238 20.9221 7.3415 20.0026C5.28175 18.2003 3 15.4464 3 12V5C3 4.58316 3.25857 4.21003 3.64888 4.06367L11.6489 1.06367ZM12 22L11.5522 22.8941C11.8337 23.0349 12.1657 23.0352 12.4472 22.8944L12 22ZM12 20.8628C12.1916 20.7541 12.4367 20.6103 12.72 20.4333C13.4385 19.9842 14.3924 19.3279 15.3415 18.4974C17.2817 16.7997 19 14.5536 19 12V5.693L12 3.068L5 5.693V12C5 14.5536 6.71825 16.7997 8.6585 18.4974C9.60762 19.3279 10.5615 19.9842 11.28 20.4333C11.5633 20.6103 11.8084 20.7541 12 20.8628Z' fill='currentColor'/></svg>",
|
|
2468
|
+
iconName: "IconShield",
|
|
2469
|
+
iconSize: props.size,
|
|
2470
|
+
iconColor: props.color
|
|
2471
|
+
}, props)
|
|
2472
|
+
);
|
|
2473
|
+
}
|
|
2474
|
+
function IconOctagon(props) {
|
|
2475
|
+
return /* @__PURE__ */ jsx(
|
|
2476
|
+
Icon,
|
|
2477
|
+
__spreadValues({
|
|
2478
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.15289 1.29289C7.34043 1.10536 7.59478 1 7.86 1H16.14C16.4052 1 16.6596 1.10536 16.8471 1.29289L22.7071 7.15289C22.8946 7.34043 23 7.59478 23 7.86V16.14C23 16.4052 22.8946 16.6596 22.7071 16.8471L16.8471 22.7071C16.6596 22.8946 16.4052 23 16.14 23H7.86C7.59478 23 7.34043 22.8946 7.15289 22.7071L1.29289 16.8471C1.10536 16.6596 1 16.4052 1 16.14V7.86C1 7.59478 1.10536 7.34043 1.29289 7.15289L7.15289 1.29289ZM8.27421 3L3 8.27421V15.7258L8.27421 21H15.7258L21 15.7258V8.27421L15.7258 3H8.27421Z' fill='currentColor'/></svg>",
|
|
2479
|
+
iconName: "IconOctagon",
|
|
2480
|
+
iconSize: props.size,
|
|
2481
|
+
iconColor: props.color
|
|
2482
|
+
}, props)
|
|
2483
|
+
);
|
|
2484
|
+
}
|
|
2485
|
+
function IconPenTool(props) {
|
|
2486
|
+
return /* @__PURE__ */ jsx(
|
|
2487
|
+
Icon,
|
|
2488
|
+
__spreadValues({
|
|
2489
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18.2929 11.2929C18.6834 10.9024 19.3166 10.9024 19.7071 11.2929L22.7071 14.2929C23.0976 14.6834 23.0976 15.3166 22.7071 15.7071L15.7071 22.7071C15.3166 23.0976 14.6834 23.0976 14.2929 22.7071L11.2929 19.7071C10.9024 19.3166 10.9024 18.6834 11.2929 18.2929L18.2929 11.2929ZM13.4142 19L15 20.5858L20.5858 15L19 13.4142L13.4142 19Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.29291 1.29291C1.53925 1.04658 1.89602 0.946197 2.23466 1.02794L16.7347 4.52794C17.1132 4.6193 17.4042 4.92208 17.4806 5.3039L18.9806 12.8039C19.0462 13.1318 18.9436 13.4707 18.7071 13.7071L13.7071 18.7071C13.4707 18.9436 13.1318 19.0462 12.8039 18.9806L5.3039 17.4806C4.92208 17.4042 4.6193 17.1132 4.52794 16.7347L1.02794 2.23466C0.946197 1.89602 1.04658 1.53925 1.29291 1.29291ZM3.35606 3.35606L6.32228 15.6447L12.6713 16.9145L16.9145 12.6713L15.6447 6.32228L3.35606 3.35606Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L10.2931 8.87889C10.6836 9.26942 10.6836 9.90258 10.2931 10.2931C9.90258 10.6836 9.26942 10.6836 8.87889 10.2931L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 10C10.4477 10 10 10.4477 10 11C10 11.5523 10.4477 12 11 12C11.5523 12 12 11.5523 12 11C12 10.4477 11.5523 10 11 10ZM8 11C8 9.34315 9.34315 8 11 8C12.6569 8 14 9.34315 14 11C14 12.6569 12.6569 14 11 14C9.34315 14 8 12.6569 8 11Z' fill='currentColor'/></svg>",
|
|
2490
|
+
iconName: "IconPenTool",
|
|
2491
|
+
iconSize: props.size,
|
|
2492
|
+
iconColor: props.color
|
|
2493
|
+
}, props)
|
|
2494
|
+
);
|
|
2495
|
+
}
|
|
2496
|
+
function IconMinimize2(props) {
|
|
2497
|
+
return /* @__PURE__ */ jsx(
|
|
2498
|
+
Icon,
|
|
2499
|
+
__spreadValues({
|
|
2500
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21C9.44772 21 9 20.5523 9 20V15H4C3.44772 15 3 14.5523 3 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 3C14.5523 3 15 3.44772 15 4V9H20C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68342 13.2929 9.29289L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10.7071 13.2929C11.0976 13.6834 11.0976 14.3166 10.7071 14.7071L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929Z' fill='currentColor'/></svg>",
|
|
2501
|
+
iconName: "IconMinimize2",
|
|
2502
|
+
iconSize: props.size,
|
|
2503
|
+
iconColor: props.color
|
|
2504
|
+
}, props)
|
|
2505
|
+
);
|
|
2506
|
+
}
|
|
2507
|
+
function IconSettings(props) {
|
|
2508
|
+
return /* @__PURE__ */ jsx(
|
|
2509
|
+
Icon,
|
|
2510
|
+
__spreadValues({
|
|
2511
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2607)'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C11.7348 2 11.4804 2.10536 11.2929 2.29289C11.1054 2.48043 11 2.73478 11 3V3.17399C10.9979 3.6908 10.8448 4.19572 10.5594 4.62661C10.2741 5.0575 9.86895 5.39555 9.39393 5.59914C9.30938 5.63538 9.22042 5.65969 9.12961 5.67157C8.69798 5.82272 8.23333 5.85998 7.781 5.77796C7.26 5.68349 6.77925 5.43512 6.40073 5.06486L6.39285 5.05715L6.33289 4.99711C6.24002 4.90413 6.12934 4.82998 6.00794 4.77965C5.88654 4.72933 5.75642 4.70343 5.625 4.70343C5.49358 4.70343 5.36346 4.72933 5.24206 4.77965C5.12066 4.82998 5.01037 4.90374 4.9175 4.99671L4.91671 4.9975C4.82374 5.09037 4.74998 5.20066 4.69965 5.32206C4.64933 5.44346 4.62343 5.57358 4.62343 5.705C4.62343 5.83642 4.64933 5.96654 4.69965 6.08794C4.74998 6.20934 4.82374 6.31963 4.91671 6.4125L4.98491 6.48069C5.35516 6.85921 5.60349 7.34 5.69796 7.861C5.79055 8.37163 5.73113 8.89797 5.52745 9.37478C5.34189 9.86133 5.01698 10.2827 4.59305 10.5859C4.16054 10.8952 3.64498 11.0673 3.11338 11.0797L3.09 11.08H3C2.73478 11.08 2.48043 11.1854 2.29289 11.3729C2.10536 11.5604 2 11.8148 2 12.08C2 12.3452 2.10536 12.5996 2.29289 12.7871C2.48043 12.9746 2.73478 13.08 3 13.08H3.17399C3.6908 13.0821 4.19572 13.2352 4.62661 13.5206C5.05601 13.8049 5.3932 14.2082 5.59701 14.6811C5.80908 15.1643 5.87211 15.6998 5.77796 16.219C5.68349 16.74 5.43512 17.2207 5.06486 17.5993L5.05715 17.6072L4.9971 17.6671C4.90413 17.76 4.82998 17.8707 4.77965 17.9921C4.72933 18.1135 4.70343 18.2436 4.70343 18.375C4.70343 18.5064 4.72933 18.6365 4.77965 18.7579C4.82998 18.8793 4.90374 18.9896 4.99671 19.0825L4.9975 19.0833C5.09037 19.1763 5.20066 19.25 5.32206 19.3003C5.44346 19.3507 5.57359 19.3766 5.705 19.3766C5.83641 19.3766 5.96654 19.3507 6.08794 19.3003C6.20934 19.25 6.31963 19.1763 6.4125 19.0833L6.48069 19.0151C6.85921 18.6448 7.34 18.3965 7.861 18.302C8.37163 18.2095 8.89796 18.2689 9.37477 18.4725C9.86132 18.6581 10.2827 18.983 10.5859 19.407C10.8952 19.8395 11.0673 20.355 11.0797 20.8866L11.08 20.91V21C11.08 21.2652 11.1854 21.5196 11.3729 21.7071C11.5604 21.8946 11.8148 22 12.08 22C12.3452 22 12.5996 21.8946 12.7871 21.7071C12.9746 21.5196 13.08 21.2652 13.08 21V20.83L13.08 20.826C13.0821 20.3092 13.2352 19.8043 13.5206 19.3734C13.805 18.944 14.2083 18.6067 14.6812 18.4029C15.1643 18.1909 15.6998 18.1279 16.219 18.222C16.74 18.3165 17.2207 18.5649 17.5993 18.9351L17.6071 18.9429L17.6671 19.0029C17.76 19.0959 17.8707 19.17 17.9921 19.2203C18.1135 19.2707 18.2436 19.2966 18.375 19.2966C18.5064 19.2966 18.6365 19.2707 18.7579 19.2203C18.8793 19.17 18.9896 19.0963 19.0825 19.0033L19.0833 19.0025C19.1763 18.9096 19.25 18.7993 19.3003 18.6779C19.3507 18.5565 19.3766 18.4264 19.3766 18.295C19.3766 18.1636 19.3507 18.0335 19.3003 17.9121C19.25 17.7907 19.1763 17.6804 19.0833 17.5875L19.0151 17.5193C18.6448 17.1408 18.3965 16.66 18.302 16.139C18.2079 15.6198 18.2709 15.0843 18.4829 14.6012C18.6867 14.1283 19.024 13.725 19.4534 13.4406C19.8843 13.1552 20.3892 13.0021 20.906 13L20.91 13L21 13C21.2652 13 21.5196 12.8946 21.7071 12.7071C21.8946 12.5196 22 12.2652 22 12C22 11.7348 21.8946 11.4804 21.7071 11.2929C21.5196 11.1054 21.2652 11 21 11H20.83L20.826 11C20.3092 10.9979 19.8043 10.8448 19.3734 10.5594C18.9425 10.2741 18.6045 9.86896 18.4009 9.39393C18.3646 9.30938 18.3403 9.22042 18.3284 9.12961C18.1773 8.69798 18.14 8.23332 18.222 7.781C18.3165 7.26 18.5649 6.77925 18.9351 6.40073L18.9428 6.39285L19.0029 6.3329C19.0959 6.24002 19.17 6.12934 19.2203 6.00794C19.2707 5.88654 19.2966 5.75641 19.2966 5.625C19.2966 5.49359 19.2707 5.36346 19.2203 5.24206C19.17 5.12066 19.0963 5.01037 19.0033 4.9175L19.0025 4.91671C18.9096 4.82374 18.7993 4.74998 18.6779 4.69965C18.5565 4.64933 18.4264 4.62343 18.295 4.62343C18.1636 4.62343 18.0335 4.64933 17.9121 4.69965C17.7907 4.74998 17.6804 4.82374 17.5875 4.91671L17.5193 4.98491C17.1408 5.35516 16.66 5.60349 16.139 5.69796C15.6198 5.79211 15.0843 5.72908 14.6011 5.51701C14.1282 5.3132 13.7249 4.97601 13.4406 4.54661C13.1552 4.11572 13.0021 3.6108 13 3.09399L13 3.09V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2ZM9.87868 0.87868C10.4413 0.316071 11.2044 0 12 0C12.7956 0 13.5587 0.316071 14.1213 0.87868C14.6839 1.44129 15 2.20435 15 3V3.0875C15.0008 3.21374 15.0383 3.33704 15.1081 3.44232C15.178 3.54801 15.2774 3.63092 15.3939 3.68086L15.4038 3.68508C15.5226 3.73752 15.6544 3.75322 15.7822 3.73005C15.9086 3.70713 16.0253 3.64728 16.1177 3.55811L16.1725 3.50329C16.4511 3.22436 16.782 3.00308 17.1462 2.85211C17.5104 2.70113 17.9008 2.62343 18.295 2.62343C18.6892 2.62343 19.0796 2.70113 19.4438 2.85211C19.808 3.00308 20.1389 3.22436 20.4175 3.50329C20.6961 3.78174 20.9171 4.11233 21.0679 4.47618C21.2189 4.84037 21.2966 5.23075 21.2966 5.625C21.2966 6.01925 21.2189 6.40963 21.0679 6.77382C20.917 7.13784 20.6959 7.46857 20.4171 7.7471C20.417 7.74724 20.4172 7.74697 20.4171 7.7471L20.3619 7.80231C20.2727 7.89468 20.2129 8.01142 20.19 8.13782C20.1668 8.26561 20.1824 8.39742 20.2349 8.51624C20.2631 8.58027 20.2845 8.64692 20.2988 8.71507C20.3461 8.78479 20.4068 8.84498 20.4777 8.89195C20.583 8.96167 20.7063 8.99921 20.8325 9H21C21.7957 9 22.5587 9.31607 23.1213 9.87868C23.6839 10.4413 24 11.2043 24 12C24 12.7957 23.6839 13.5587 23.1213 14.1213C22.5587 14.6839 21.7957 15 21 15H20.9125C20.7863 15.0008 20.663 15.0383 20.5577 15.1081C20.452 15.178 20.3691 15.2774 20.3191 15.3939L20.3149 15.4038C20.2625 15.5226 20.2468 15.6544 20.27 15.7822C20.2929 15.9086 20.3527 16.0253 20.4419 16.1177L20.4967 16.1725C20.4966 16.1724 20.4968 16.1726 20.4967 16.1725C20.7755 16.451 20.997 16.7822 21.1479 17.1462C21.2989 17.5104 21.3766 17.9008 21.3766 18.295C21.3766 18.6892 21.2989 19.0796 21.1479 19.4438C20.9969 19.808 20.7756 20.1389 20.4967 20.4175L19.79 19.71L20.4975 20.4167C20.2189 20.6956 19.888 20.9169 19.5238 21.0679C19.1596 21.2189 18.7692 21.2966 18.375 21.2966C17.9808 21.2966 17.5904 21.2189 17.2262 21.0679C16.8622 20.917 16.5314 20.6959 16.2529 20.4171C16.2528 20.417 16.253 20.4172 16.2529 20.4171L16.1977 20.3619C16.1053 20.2727 15.9886 20.2129 15.8622 20.19C15.7344 20.1668 15.6026 20.1824 15.4838 20.2349L15.474 20.2392C15.3574 20.2891 15.258 20.372 15.1881 20.4777C15.1183 20.583 15.0808 20.7063 15.08 20.8325V21C15.08 21.7957 14.7639 22.5587 14.2013 23.1213C13.6387 23.6839 12.8757 24 12.08 24C11.2843 24 10.5213 23.6839 9.95868 23.1213C9.39607 22.5587 9.08 21.7957 9.08 21V20.9244C9.07526 20.7972 9.03327 20.6741 8.95914 20.5704C8.88326 20.4644 8.77723 20.3836 8.65482 20.3385C8.63505 20.3313 8.61551 20.3234 8.59624 20.3149C8.47742 20.2624 8.34561 20.2468 8.21782 20.27C8.09142 20.2929 7.97467 20.3527 7.8823 20.4419L7.8275 20.4967C7.82737 20.4968 7.82763 20.4966 7.8275 20.4967C7.54896 20.7755 7.21784 20.997 6.85382 21.1479C6.48963 21.2989 6.09925 21.3766 5.705 21.3766C5.31075 21.3766 4.92037 21.2989 4.55618 21.1479C4.19233 20.9971 3.86174 20.7761 3.58329 20.4975C3.30436 20.2189 3.08308 19.888 2.93211 19.5238C2.78113 19.1596 2.70343 18.7692 2.70343 18.375C2.70343 17.9808 2.78113 17.5904 2.93211 17.2262C3.08308 16.862 3.30436 16.5311 3.58329 16.2525L3.63811 16.1977C3.72728 16.1053 3.78713 15.9886 3.81005 15.8622C3.83322 15.7344 3.81758 15.6026 3.76514 15.4838L3.76081 15.474C3.71087 15.3574 3.62801 15.258 3.52232 15.1881C3.41704 15.1183 3.29374 15.0808 3.1675 15.08H3C2.20435 15.08 1.44129 14.7639 0.87868 14.2013C0.316071 13.6387 0 12.8756 0 12.08C0 11.2844 0.316071 10.5213 0.87868 9.95868C1.44129 9.39607 2.20435 9.08 3 9.08H3.07564C3.20283 9.07526 3.32591 9.03327 3.42955 8.95914C3.53564 8.88326 3.61644 8.77723 3.66146 8.65482C3.66874 8.63505 3.67663 8.61551 3.68514 8.59624C3.73758 8.47742 3.75322 8.34561 3.73005 8.21782C3.70713 8.09142 3.64728 7.97468 3.5581 7.88231L3.50329 7.8275C3.22436 7.54888 3.00308 7.21802 2.85211 6.85382C2.70113 6.48963 2.62343 6.09925 2.62343 5.705C2.62343 5.31075 2.70113 4.92037 2.85211 4.55618C3.00301 4.19216 3.22415 3.86143 3.50289 3.58289C3.78143 3.30415 4.11216 3.08301 4.47618 2.93211C4.84037 2.78113 5.23075 2.70343 5.625 2.70343C6.01925 2.70343 6.40963 2.78113 6.77382 2.93211C7.13802 3.08308 7.46888 3.30436 7.7475 3.58329L7.80231 3.6381C7.89468 3.72728 8.01142 3.78713 8.13782 3.81005C8.26561 3.83322 8.39742 3.81758 8.51624 3.76514C8.58027 3.73687 8.64693 3.71549 8.71507 3.70122C8.78479 3.6539 8.84498 3.59323 8.89195 3.52232C8.96167 3.41704 8.99921 3.29374 9 3.1675V3C9 2.20435 9.31607 1.44129 9.87868 0.87868Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2607'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2512
|
+
iconName: "IconSettings",
|
|
2513
|
+
iconSize: props.size,
|
|
2514
|
+
iconColor: props.color
|
|
2515
|
+
}, props)
|
|
2516
|
+
);
|
|
2517
|
+
}
|
|
2518
|
+
function IconShuffle(props) {
|
|
2519
|
+
return /* @__PURE__ */ jsx(
|
|
2520
|
+
Icon,
|
|
2521
|
+
__spreadValues({
|
|
2522
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 3C15 2.44772 15.4477 2 16 2H21C21.5523 2 22 2.44772 22 3V8C22 8.55228 21.5523 9 21 9C20.4477 9 20 8.55228 20 8V4H16C15.4477 4 15 3.55228 15 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L4.70711 20.7071C4.31658 21.0976 3.68342 21.0976 3.29289 20.7071C2.90237 20.3166 2.90237 19.6834 3.29289 19.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21 15C21.5523 15 22 15.4477 22 16V21C22 21.5523 21.5523 22 21 22H16C15.4477 22 15 21.5523 15 21C15 20.4477 15.4477 20 16 20H20V16C20 15.4477 20.4477 15 21 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L9.70711 8.29289C10.0976 8.68342 10.0976 9.31658 9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289Z' fill='currentColor'/></svg>",
|
|
2523
|
+
iconName: "IconShuffle",
|
|
2524
|
+
iconSize: props.size,
|
|
2525
|
+
iconColor: props.color
|
|
2526
|
+
}, props)
|
|
2527
|
+
);
|
|
2528
|
+
}
|
|
2529
|
+
function IconSaveMoney(props) {
|
|
2530
|
+
return /* @__PURE__ */ jsx(
|
|
2531
|
+
Icon,
|
|
2532
|
+
__spreadValues({
|
|
2533
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.1069 2.01263C14.2137 2.00284 14.3089 2.08875 14.3195 2.2045L14.7036 6.39638C14.7143 6.51214 14.6363 6.61391 14.5295 6.6237C14.4227 6.63348 14.3275 6.54758 14.3169 6.43182L13.9327 2.23995C13.9221 2.12419 14.0001 2.02242 14.1069 2.01263Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.0958 3.07058C13.2428 2.87875 13.455 2.75909 13.6858 2.73794L15.1363 2.60504C15.2431 2.59525 15.3382 2.68115 15.3488 2.79691C15.3595 2.91267 15.2815 3.01444 15.1747 3.02423L13.7242 3.15714C13.596 3.16889 13.4781 3.23536 13.3964 3.34194C13.3148 3.44851 13.276 3.58646 13.2888 3.72543C13.3015 3.8644 13.3647 3.99301 13.4643 4.08297C13.564 4.17293 13.692 4.21687 13.8203 4.20512L14.7872 4.11651C15.018 4.09536 15.2485 4.17445 15.4279 4.33638C15.6073 4.4983 15.721 4.7298 15.7439 4.97995C15.7668 5.2301 15.6971 5.4784 15.5501 5.67024C15.4031 5.86208 15.1909 5.98173 14.9601 6.00288L13.3163 6.15351C13.2095 6.1633 13.1143 6.07739 13.1037 5.96163C13.0931 5.84588 13.171 5.7441 13.2778 5.73432L14.9217 5.58369C15.0499 5.57194 15.1678 5.50546 15.2495 5.39889C15.3311 5.29231 15.3699 5.15436 15.3571 5.01539C15.3444 4.87642 15.2812 4.74781 15.1816 4.65785C15.0819 4.56789 14.9539 4.52396 14.8256 4.53571L13.8587 4.62431C13.6279 4.64546 13.3974 4.56637 13.218 4.40445C13.0386 4.24252 12.9249 4.01102 12.902 3.76087C12.8791 3.51073 12.9488 3.26242 13.0958 3.07058Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.0985 1.92093C13.945 1.935 13.8329 2.0813 13.8481 2.2477L13.8829 2.62741L13.6774 2.64625C13.4242 2.66945 13.1913 2.80074 13.03 3.01123C12.8687 3.22171 12.7922 3.49416 12.8174 3.76863C12.8425 4.04309 12.9673 4.2971 13.1641 4.47477C13.361 4.65244 13.6138 4.73922 13.8671 4.71601L14.0726 4.69718L14.1518 5.56176L13.2694 5.64262C13.1159 5.65669 13.0038 5.80299 13.0191 5.96939C13.0343 6.13579 13.1711 6.25928 13.3247 6.24521L14.207 6.16435L14.2323 6.43957C14.2475 6.60597 14.3843 6.72946 14.5379 6.71539C14.6914 6.70133 14.8035 6.55503 14.7883 6.38863L14.763 6.1134L14.9685 6.09458C15.2217 6.07137 15.4546 5.94009 15.6159 5.7296C15.7772 5.51911 15.8537 5.24667 15.8285 4.9722C15.8034 4.69773 15.6786 4.44372 15.4818 4.26605C15.2849 4.08839 15.0321 4.00161 14.7788 4.02481L14.5734 4.04364L14.4941 3.17906L15.1831 3.11593C15.3366 3.10186 15.4487 2.95556 15.4335 2.78916C15.4182 2.62276 15.2814 2.49927 15.1278 2.51334L14.4389 2.57647L14.4041 2.19675C14.3889 2.03035 14.2521 1.90686 14.0985 1.92093ZM14.2697 2.59197L14.2349 2.21226C14.229 2.14714 14.1754 2.09882 14.1153 2.10433C14.0553 2.10983 14.0114 2.16708 14.0174 2.23219L14.0521 2.61191L14.2697 2.59197ZM14.069 2.79531L14.2865 2.77537L14.3081 3.01117L14.0906 3.0311L14.069 2.79531ZM13.8997 2.81081L13.6942 2.82964C13.4859 2.84874 13.2943 2.95676 13.1615 3.12994C13.0288 3.30313 12.9659 3.52729 12.9866 3.75312C13.0073 3.97895 13.1099 4.18794 13.2719 4.33412C13.4339 4.48031 13.6419 4.55171 13.8503 4.53261L14.0558 4.51378L14.0342 4.27799L13.8287 4.29682C13.678 4.31062 13.5276 4.259 13.4105 4.1533C13.2933 4.04759 13.2191 3.89647 13.2042 3.73318C13.1892 3.56989 13.2347 3.40781 13.3307 3.28258C13.4266 3.15735 13.5652 3.07925 13.7158 3.06544L13.9213 3.04661L13.8997 2.81081ZM13.9382 3.23L13.7326 3.24884C13.6269 3.25853 13.5296 3.31337 13.4622 3.4013C13.3948 3.48922 13.3629 3.60303 13.3734 3.71768C13.3839 3.83233 13.436 3.93843 13.5182 4.01265C13.6005 4.08687 13.7061 4.12311 13.8119 4.11342L14.0174 4.09459L13.9382 3.23ZM14.2034 4.26248L14.225 4.49828L14.4426 4.47834L14.421 4.24254L14.2034 4.26248ZM14.4042 4.05915L14.1866 4.07908L14.1074 3.2145L14.3249 3.19456L14.4042 4.05915ZM14.5902 4.22704L14.6118 4.46283L14.8172 4.44401C14.9679 4.4302 15.1183 4.48183 15.2355 4.58753C15.3526 4.69323 15.4268 4.84435 15.4417 5.00764C15.4567 5.17093 15.4112 5.33302 15.3152 5.45825C15.2193 5.58347 15.0807 5.66158 14.9301 5.67539L14.7246 5.69421L14.7462 5.93001L14.9517 5.91118C15.16 5.89209 15.3517 5.78407 15.4844 5.61088C15.6171 5.4377 15.68 5.21353 15.6593 4.9877C15.6386 4.76188 15.536 4.55288 15.374 4.4067C15.212 4.26052 15.004 4.18912 14.7956 4.20821L14.5902 4.22704ZM14.577 5.94551L14.5554 5.70972L14.3378 5.72965L14.3594 5.96545L14.577 5.94551ZM14.3763 6.14885L14.4015 6.42407C14.4074 6.48918 14.461 6.5375 14.5211 6.532C14.5811 6.52649 14.625 6.46924 14.619 6.40413L14.5938 6.12891L14.3763 6.14885ZM14.1902 5.98096L14.1686 5.74516L13.2862 5.82602C13.2262 5.83152 13.1823 5.88877 13.1883 5.95388C13.1942 6.01899 13.2478 6.06732 13.3079 6.06181L14.1902 5.98096ZM14.321 5.54626L14.5386 5.52632L14.4594 4.66174L14.2418 4.68167L14.321 5.54626ZM14.6286 4.64623L14.7078 5.51081L14.9133 5.49199C15.019 5.4823 15.1163 5.42745 15.1837 5.33953C15.2511 5.2516 15.283 5.1378 15.2725 5.02315C15.262 4.9085 15.2099 4.80239 15.1277 4.72817C15.0454 4.65396 14.9398 4.61771 14.834 4.6274L14.6286 4.64623ZM14.4773 2.99566L14.4557 2.75986L15.1447 2.69673C15.2047 2.69123 15.2583 2.73955 15.2642 2.80466C15.2702 2.86978 15.2263 2.92703 15.1663 2.93253L14.4773 2.99566Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.1069 2.01263C14.2137 2.00284 14.3089 2.08875 14.3195 2.2045L14.7036 6.39638C14.7143 6.51214 14.6363 6.61391 14.5295 6.6237C14.4227 6.63348 14.3275 6.54758 14.3169 6.43182L13.9327 2.23995C13.9221 2.12419 14.0001 2.02242 14.1069 2.01263Z' stroke='currentColor' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.0958 3.07058C13.2428 2.87875 13.455 2.75909 13.6858 2.73794L15.1363 2.60504C15.2431 2.59525 15.3382 2.68115 15.3488 2.79691C15.3595 2.91267 15.2815 3.01444 15.1747 3.02423L13.7242 3.15714C13.596 3.16889 13.4781 3.23536 13.3964 3.34194C13.3148 3.44851 13.276 3.58646 13.2888 3.72543C13.3015 3.8644 13.3647 3.99301 13.4643 4.08297C13.564 4.17293 13.692 4.21687 13.8203 4.20512L14.7872 4.11651C15.018 4.09536 15.2485 4.17445 15.4279 4.33638C15.6073 4.4983 15.721 4.7298 15.7439 4.97995C15.7668 5.2301 15.6971 5.4784 15.5501 5.67024C15.4031 5.86208 15.1909 5.98173 14.9601 6.00288L13.3163 6.15351C13.2095 6.1633 13.1143 6.07739 13.1037 5.96163C13.0931 5.84588 13.171 5.7441 13.2778 5.73432L14.9217 5.58369C15.0499 5.57194 15.1678 5.50546 15.2495 5.39889C15.3311 5.29231 15.3699 5.15436 15.3571 5.01539C15.3444 4.87642 15.2812 4.74781 15.1816 4.65785C15.0819 4.56789 14.9539 4.52396 14.8256 4.53571L13.8587 4.62431C13.6279 4.64546 13.3974 4.56637 13.218 4.40445C13.0386 4.24252 12.9249 4.01102 12.902 3.76087C12.8791 3.51073 12.9488 3.26242 13.0958 3.07058Z' stroke='currentColor' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.0985 1.92093C13.945 1.935 13.8329 2.0813 13.8481 2.2477L13.8829 2.62741L13.6774 2.64625C13.4242 2.66945 13.1913 2.80074 13.03 3.01123C12.8687 3.22171 12.7922 3.49416 12.8174 3.76863C12.8425 4.04309 12.9673 4.2971 13.1641 4.47477C13.361 4.65244 13.6138 4.73922 13.8671 4.71601L14.0726 4.69718L14.1518 5.56176L13.2694 5.64262C13.1159 5.65669 13.0038 5.80299 13.0191 5.96939C13.0343 6.13579 13.1711 6.25928 13.3247 6.24521L14.207 6.16435L14.2323 6.43957C14.2475 6.60597 14.3843 6.72946 14.5379 6.71539C14.6914 6.70133 14.8035 6.55503 14.7883 6.38863L14.763 6.1134L14.9685 6.09458C15.2217 6.07137 15.4546 5.94009 15.6159 5.7296C15.7772 5.51911 15.8537 5.24667 15.8285 4.9722C15.8034 4.69773 15.6786 4.44372 15.4818 4.26605C15.2849 4.08839 15.0321 4.00161 14.7788 4.02481L14.5734 4.04364L14.4941 3.17906L15.1831 3.11593C15.3366 3.10186 15.4487 2.95556 15.4335 2.78916C15.4182 2.62276 15.2814 2.49927 15.1278 2.51334L14.4389 2.57647L14.4041 2.19675C14.3889 2.03035 14.2521 1.90686 14.0985 1.92093ZM14.2697 2.59197L14.2349 2.21226C14.229 2.14714 14.1754 2.09882 14.1153 2.10433C14.0553 2.10983 14.0114 2.16708 14.0174 2.23219L14.0521 2.61191L14.2697 2.59197ZM14.069 2.79531L14.2865 2.77537L14.3081 3.01117L14.0906 3.0311L14.069 2.79531ZM13.8997 2.81081L13.6942 2.82964C13.4859 2.84874 13.2943 2.95676 13.1615 3.12994C13.0288 3.30313 12.9659 3.52729 12.9866 3.75312C13.0073 3.97895 13.1099 4.18794 13.2719 4.33412C13.4339 4.48031 13.6419 4.55171 13.8503 4.53261L14.0558 4.51378L14.0342 4.27799L13.8287 4.29682C13.678 4.31062 13.5276 4.259 13.4105 4.1533C13.2933 4.04759 13.2191 3.89647 13.2042 3.73318C13.1892 3.56989 13.2347 3.40781 13.3307 3.28258C13.4266 3.15735 13.5652 3.07925 13.7158 3.06544L13.9213 3.04661L13.8997 2.81081ZM13.9382 3.23L13.7326 3.24884C13.6269 3.25853 13.5296 3.31337 13.4622 3.4013C13.3948 3.48922 13.3629 3.60303 13.3734 3.71768C13.3839 3.83233 13.436 3.93843 13.5182 4.01265C13.6005 4.08687 13.7061 4.12311 13.8119 4.11342L14.0174 4.09459L13.9382 3.23ZM14.2034 4.26248L14.225 4.49828L14.4426 4.47834L14.421 4.24254L14.2034 4.26248ZM14.4042 4.05915L14.1866 4.07908L14.1074 3.2145L14.3249 3.19456L14.4042 4.05915ZM14.5902 4.22704L14.6118 4.46283L14.8172 4.44401C14.9679 4.4302 15.1183 4.48183 15.2355 4.58753C15.3526 4.69323 15.4268 4.84435 15.4417 5.00764C15.4567 5.17093 15.4112 5.33302 15.3152 5.45825C15.2193 5.58347 15.0807 5.66158 14.9301 5.67539L14.7246 5.69421L14.7462 5.93001L14.9517 5.91118C15.16 5.89209 15.3517 5.78407 15.4844 5.61088C15.6171 5.4377 15.68 5.21353 15.6593 4.9877C15.6386 4.76188 15.536 4.55288 15.374 4.4067C15.212 4.26052 15.004 4.18912 14.7956 4.20821L14.5902 4.22704ZM14.577 5.94551L14.5554 5.70972L14.3378 5.72965L14.3594 5.96545L14.577 5.94551ZM14.3763 6.14885L14.4015 6.42407C14.4074 6.48918 14.461 6.5375 14.5211 6.532C14.5811 6.52649 14.625 6.46924 14.619 6.40413L14.5938 6.12891L14.3763 6.14885ZM14.1902 5.98096L14.1686 5.74516L13.2862 5.82602C13.2262 5.83152 13.1823 5.88877 13.1883 5.95388C13.1942 6.01899 13.2478 6.06732 13.3079 6.06181L14.1902 5.98096ZM14.321 5.54626L14.5386 5.52632L14.4594 4.66174L14.2418 4.68167L14.321 5.54626ZM14.6286 4.64623L14.7078 5.51081L14.9133 5.49199C15.019 5.4823 15.1163 5.42745 15.1837 5.33953C15.2511 5.2516 15.283 5.1378 15.2725 5.02315C15.262 4.9085 15.2099 4.80239 15.1277 4.72817C15.0454 4.65396 14.9398 4.61771 14.834 4.6274L14.6286 4.64623ZM14.4773 2.99566L14.4557 2.75986L15.1447 2.69673C15.2047 2.69123 15.2583 2.73955 15.2642 2.80466C15.2702 2.86978 15.2263 2.92703 15.1663 2.93253L14.4773 2.99566Z' stroke='currentColor' stroke-width='0.2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.0213 1.0823C12.234 1.24608 10.9178 2.82778 11.0816 4.61512C11.2454 6.40246 12.8271 7.71861 14.6144 7.55483C16.4018 7.39105 17.7179 5.80935 17.5541 4.02201C17.3904 2.23468 15.8087 0.918523 14.0213 1.0823ZM10.3625 4.68102C10.1623 2.49649 11.7709 0.563311 13.9554 0.363134C16.14 0.162957 18.0731 1.77159 18.2733 3.95611C18.4735 6.14064 16.8649 8.07382 14.6803 8.274C12.4958 8.47418 10.5626 6.86554 10.3625 4.68102Z' fill='currentColor' stroke='currentColor' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.2876 24.0001H17.2784L14.6346 23.9863C13.8999 23.9821 13.2341 23.4699 13.0857 22.7949L12.9402 22.1355C12.4386 22.1884 11.896 22.2184 11.3922 22.2184C10.8885 22.2184 10.3458 22.1884 9.84439 22.1355L9.69873 22.7954C9.5499 23.4705 8.88408 23.9825 8.14994 23.9863L5.5055 24.0001H5.49741C5.05968 24.0001 4.65827 23.8217 4.39484 23.5098C4.14213 23.2108 4.04599 22.8204 4.13099 22.4387L4.56961 20.4745C3.67978 20.0293 2.94771 19.3237 2.43744 18.416H1.73912C1.49457 18.416 1.15976 18.416 0.825922 18.2762C0.30106 18.0565 0 17.5907 0 16.9984V14.1159C0 13.1162 0.722249 12.3905 1.71748 12.3905H2.013C2.27906 11.6446 2.68663 10.9292 3.21613 10.2804C3.10256 9.68596 2.83373 9.25972 2.48253 8.70284C2.32077 8.44627 2.13749 8.15561 1.95753 7.82656C1.81361 7.56359 1.81382 7.2494 1.95781 6.98661C2.1018 6.72373 2.37125 6.54603 2.67791 6.5115C5.11107 6.23771 6.67826 6.76808 7.63994 7.37381C8.14966 7.21532 8.71346 7.0855 9.29787 6.99274C9.80883 6.91142 10.2909 7.24417 10.3751 7.7355C10.4595 8.22666 10.1138 8.69067 9.60308 8.77172C8.94875 8.87557 8.33466 9.03154 7.82709 9.22266C7.50854 9.34248 7.14765 9.28622 6.88512 9.07553C6.27816 8.58871 5.42789 8.31104 4.38404 8.25208C4.74029 8.85529 5.05345 9.53053 5.13133 10.4843C5.15111 10.7265 5.06832 10.9661 4.90185 11.149C4.25665 11.8573 3.83069 12.6441 3.63565 13.4878C3.54021 13.9001 3.15996 14.1936 2.72065 14.1936H1.87453V16.6129H3.02932C3.40949 16.6129 3.75198 16.8338 3.89639 17.172C4.30375 18.1264 5.02503 18.8002 5.92737 19.0695C6.39089 19.2078 6.66795 19.6635 6.56614 20.1198L6.10297 22.1939L7.91741 22.1844L8.19378 20.9312C8.30042 20.4473 8.79188 20.1361 9.29697 20.2349C9.85039 20.3428 10.6924 20.4154 11.3922 20.4154C12.092 20.4154 12.9342 20.3428 13.4877 20.2349C13.992 20.1363 14.484 20.4474 14.5909 20.9313L14.8673 22.1844L16.6916 22.1939L16.2157 19.902C16.1424 19.5492 16.2943 19.1881 16.6022 18.9837C18.2957 17.8586 19.267 16.2322 19.267 14.5214C19.267 12.9806 18.4939 11.5213 17.0904 10.4121C16.6904 10.0962 16.6325 9.5281 16.961 9.14333C17.2896 8.75856 17.8799 8.70285 18.2802 9.01892C20.1254 10.4769 21.1416 12.431 21.1416 14.5214C21.1416 16.6518 20.0665 18.6591 18.1701 20.1089L18.6566 22.4511C18.7358 22.833 18.6358 23.2219 18.3818 23.518C18.1187 23.8247 17.7204 24.0001 17.2876 24.0001L17.2876 24.0001ZM16.8183 22.8042H16.8193H16.8183Z' fill='currentColor'/><path d='M21.5424 14.8363C21.0385 14.8363 20.394 14.6888 19.6718 14.1791C19.2545 13.8845 19.1646 13.3203 19.4708 12.9189C19.7771 12.5174 20.3637 12.4309 20.7808 12.7255C21.0196 12.894 21.365 13.0825 21.6541 13.0224C21.9333 12.9645 22.1631 12.6827 22.2457 12.5418C22.4998 12.1079 23.0714 11.9544 23.5222 12.1986C23.9732 12.443 24.133 12.9927 23.8789 13.4266C23.726 13.6879 23.1417 14.5583 22.0493 14.7848C21.9025 14.8153 21.7325 14.8363 21.5424 14.8363L21.5424 14.8363Z' fill='currentColor'/><path d='M5.93659 13.4821C5.78063 13.4821 5.62267 13.4447 5.47722 13.3658C5.02622 13.1213 4.86681 12.5715 5.12091 12.1377C5.30536 11.823 5.53165 11.538 5.81286 11.2661C6.17789 10.9132 6.77116 10.9118 7.13834 11.2629C7.50524 11.6141 7.50676 12.1849 7.14172 12.5378C6.97892 12.6952 6.85574 12.8494 6.75401 13.0231C6.5818 13.3169 6.26393 13.4821 5.93659 13.4821L5.93659 13.4821Z' fill='currentColor'/></svg>",
|
|
2534
|
+
iconName: "IconSaveMoney",
|
|
2535
|
+
iconSize: props.size,
|
|
2536
|
+
iconColor: props.color
|
|
2537
|
+
}, props)
|
|
2538
|
+
);
|
|
2539
|
+
}
|
|
2540
|
+
function IconMicOff(props) {
|
|
2541
|
+
return /* @__PURE__ */ jsx(
|
|
2542
|
+
Icon,
|
|
2543
|
+
__spreadValues({
|
|
2544
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_1858)'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 8.00293C9.55228 8.00293 10 8.45064 10 9.00293V12.0024C10.0004 12.3976 10.1179 12.7838 10.3376 13.1123C10.5574 13.4409 10.8696 13.6969 11.2349 13.8482C11.6001 13.9994 12.002 14.039 12.3897 13.962C12.7774 13.8849 13.1336 13.6947 13.4133 13.4154C13.8041 13.0251 14.4373 13.0255 14.8275 13.4163C15.2178 13.807 15.2174 14.4402 14.8267 14.8305C14.2673 15.3892 13.5549 15.7696 12.7794 15.9236C12.0039 16.0777 11.2002 15.9985 10.4697 15.696C9.73927 15.3936 9.11481 14.8814 8.67524 14.2243C8.23567 13.5671 8.0007 12.7944 8 12.0038L8 9.00293C8 8.45064 8.44772 8.00293 9 8.00293Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.00019 9C5.55247 9 6.00019 9.44772 6.00019 10V12.0073C5.99144 13.2029 6.34009 14.3739 7.00145 15.37C7.66281 16.3661 8.6067 17.1419 9.71201 17.5978C10.8173 18.0538 12.0337 18.1691 13.205 17.929C14.3763 17.6888 15.4491 17.1042 16.2859 16.2502C16.6724 15.8557 17.3055 15.8492 17.7 16.2357C18.0945 16.6222 18.101 17.2553 17.7145 17.6498C16.5988 18.7886 15.1684 19.5681 13.6066 19.8882C12.0449 20.2084 10.4231 20.0546 8.94935 19.4467C7.4756 18.8388 6.21708 17.8044 5.33527 16.4763C4.45415 15.1492 3.98929 13.5893 4.00019 11.9965V10C4.00019 9.44772 4.4479 9 5.00019 9ZM19.0002 9C19.5525 9 20.0002 9.44772 20.0002 10V12C19.9998 12.4714 19.9577 12.9426 19.8745 13.4066C19.7769 13.9502 19.2572 14.3118 18.7136 14.2143C18.17 14.1168 17.8084 13.597 17.9059 13.0534C17.9683 12.7054 17.9999 12.3526 18.0002 11.9991V10C18.0002 9.44772 18.4479 9 19.0002 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 18C12.5523 18 13 18.4477 13 19V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V19C11 18.4477 11.4477 18 12 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 23C7 22.4477 7.44772 22 8 22H16C16.5523 22 17 22.4477 17 23C17 23.5523 16.5523 24 16 24H8C7.44772 24 7 23.5523 7 23Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.1201 7.99756C14.5678 7.99756 14.1201 7.54984 14.1201 6.99756L14.1201 3.99807C14.1197 3.60289 14.0022 3.21669 13.7825 2.88822C13.5627 2.55964 13.2505 2.30357 12.8852 2.15234C12.52 2.00111 12.1182 1.96151 11.7304 2.03853C11.3427 2.11556 10.9865 2.30575 10.7068 2.5851C10.316 2.97539 9.68285 2.97499 9.29257 2.58423C8.90229 2.19346 8.90268 1.56029 9.29345 1.17001C9.85285 0.611311 10.5653 0.230914 11.3407 0.0768633C12.1162 -0.0771869 12.9199 0.00202103 13.6504 0.304482C14.3808 0.606942 15.0053 1.11909 15.4449 1.77624C15.8844 2.43339 16.1194 3.20607 16.1201 3.99668L16.1201 6.99756C16.1201 7.54984 15.6724 7.99756 15.1201 7.99756Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_1858'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2545
|
+
iconName: "IconMicOff",
|
|
2546
|
+
iconSize: props.size,
|
|
2547
|
+
iconColor: props.color
|
|
2548
|
+
}, props)
|
|
2549
|
+
);
|
|
2550
|
+
}
|
|
2551
|
+
function IconSkipForward(props) {
|
|
2552
|
+
return /* @__PURE__ */ jsx(
|
|
2553
|
+
Icon,
|
|
2554
|
+
__spreadValues({
|
|
2555
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.56681 3.09871C4.91328 2.93219 5.32453 2.979 5.6247 3.21914L15.6247 11.2191C15.8619 11.4089 16 11.6962 16 12C16 12.3038 15.8619 12.5911 15.6247 12.7809L5.6247 20.7809C5.32453 21.021 4.91328 21.0678 4.56681 20.9013C4.22035 20.7348 4 20.3844 4 20V4.00001C4 3.6156 4.22035 3.26523 4.56681 3.09871ZM6 6.08063V17.9194L13.3992 12L6 6.08063Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19 4C19.5523 4 20 4.44772 20 5V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19V5C18 4.44772 18.4477 4 19 4Z' fill='currentColor'/></svg>",
|
|
2556
|
+
iconName: "IconSkipForward",
|
|
2557
|
+
iconSize: props.size,
|
|
2558
|
+
iconColor: props.color
|
|
2559
|
+
}, props)
|
|
2560
|
+
);
|
|
2561
|
+
}
|
|
2562
|
+
function IconRefreshCcw(props) {
|
|
2563
|
+
return /* @__PURE__ */ jsx(
|
|
2564
|
+
Icon,
|
|
2565
|
+
__spreadValues({
|
|
2566
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2600)'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 3C1.55228 3 2 3.44772 2 4V9H7C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11H1C0.447715 11 0 10.5523 0 10V4C0 3.44772 0.447715 3 1 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 14C16 13.4477 16.4477 13 17 13H23C23.5523 13 24 13.4477 24 14V20C24 20.5523 23.5523 21 23 21C22.4477 21 22 20.5523 22 20V15H17C16.4477 15 16 14.5523 16 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.22695 2.39623C10.8497 1.92686 12.5648 1.8762 14.2124 2.24899C15.86 2.62177 17.3863 3.40585 18.6489 4.52806C19.9115 5.65026 20.8692 7.07402 21.4327 8.66648C21.617 9.18713 21.3442 9.75855 20.8236 9.94279C20.303 10.127 19.7315 9.85432 19.5473 9.33367C19.0965 8.0597 18.3303 6.9207 17.3202 6.02293C16.3101 5.12517 15.0891 4.49791 13.771 4.19968C12.453 3.90145 11.0808 3.94198 9.78267 4.31747C8.48451 4.69297 7.30262 5.3912 6.34729 6.34701C6.3399 6.3544 6.3324 6.36167 6.32478 6.36883L1.68478 10.7288C1.2823 11.107 0.649442 11.0873 0.27125 10.6849C-0.106942 10.2824 -0.0872528 9.64951 0.315226 9.27132L4.9441 4.92178C6.13627 3.73285 7.6094 2.86411 9.22695 2.39623ZM23.7288 13.3153C24.1069 13.7178 24.0873 14.3506 23.6848 14.7288L19.0559 19.0784C17.8637 20.2673 16.3906 21.136 14.7731 21.6039C13.1503 22.0733 11.4352 22.1239 9.78761 21.7512C8.14003 21.3784 6.61373 20.5943 5.35114 19.4721C4.08855 18.3499 3.13081 16.9261 2.56729 15.3337C2.38305 14.813 2.65576 14.2416 3.17641 14.0574C3.69705 13.8731 4.26848 14.1458 4.45272 14.6665C4.90353 15.9404 5.66973 17.0795 6.6798 17.9772C7.68988 18.875 8.91091 19.5022 10.229 19.8005C11.547 20.0987 12.9192 20.0582 14.2173 19.6827C15.5155 19.3072 16.6974 18.609 17.6527 17.6531C17.6572 17.6487 17.6616 17.6443 17.6662 17.6399C17.6692 17.637 17.6722 17.6342 17.6752 17.6313L22.3152 13.2713C22.7177 12.8931 23.3506 12.9128 23.7288 13.3153Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2600'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2567
|
+
iconName: "IconRefreshCcw",
|
|
2568
|
+
iconSize: props.size,
|
|
2569
|
+
iconColor: props.color
|
|
2570
|
+
}, props)
|
|
2571
|
+
);
|
|
2572
|
+
}
|
|
2573
|
+
function IconSlash(props) {
|
|
2574
|
+
return /* @__PURE__ */ jsx(
|
|
2575
|
+
Icon,
|
|
2576
|
+
__spreadValues({
|
|
2577
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.22258 4.22258C4.6131 3.83206 5.24627 3.83206 5.63679 4.22258L19.7768 18.3626C20.1673 18.7531 20.1673 19.3863 19.7768 19.7768C19.3863 20.1673 18.7531 20.1673 18.3626 19.7768L4.22258 5.63679C3.83206 5.24627 3.83206 4.6131 4.22258 4.22258Z' fill='currentColor'/></svg>",
|
|
2578
|
+
iconName: "IconSlash",
|
|
2579
|
+
iconSize: props.size,
|
|
2580
|
+
iconColor: props.color
|
|
2581
|
+
}, props)
|
|
2582
|
+
);
|
|
2583
|
+
}
|
|
2584
|
+
function IconSliders(props) {
|
|
2585
|
+
return /* @__PURE__ */ jsx(
|
|
2586
|
+
Icon,
|
|
2587
|
+
__spreadValues({
|
|
2588
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 13C4.55228 13 5 13.4477 5 14V21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21V14C3 13.4477 3.44772 13 4 13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 2C4.55228 2 5 2.44772 5 3V10C5 10.5523 4.55228 11 4 11C3.44772 11 3 10.5523 3 10V3C3 2.44772 3.44772 2 4 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C12.5523 2 13 2.44772 13 3V8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8V3C11 2.44772 11.4477 2 12 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 15C20.5523 15 21 15.4477 21 16V21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21V16C19 15.4477 19.4477 15 20 15Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 2C20.5523 2 21 2.44772 21 3V12C21 12.5523 20.5523 13 20 13C19.4477 13 19 12.5523 19 12V3C19 2.44772 19.4477 2 20 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 14C0 13.4477 0.447715 13 1 13H7C7.55228 13 8 13.4477 8 14C8 14.5523 7.55228 15 7 15H1C0.447715 15 0 14.5523 0 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H9C8.44772 9 8 8.55228 8 8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 16C16 15.4477 16.4477 15 17 15H23C23.5523 15 24 15.4477 24 16C24 16.5523 23.5523 17 23 17H17C16.4477 17 16 16.5523 16 16Z' fill='currentColor'/></svg>",
|
|
2589
|
+
iconName: "IconSliders",
|
|
2590
|
+
iconSize: props.size,
|
|
2591
|
+
iconColor: props.color
|
|
2592
|
+
}, props)
|
|
2593
|
+
);
|
|
2594
|
+
}
|
|
2595
|
+
function IconPhoneMissed(props) {
|
|
2596
|
+
return /* @__PURE__ */ jsx(
|
|
2597
|
+
Icon,
|
|
2598
|
+
__spreadValues({
|
|
2599
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_635_1735)'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.8243 23C16.3865 23 15.9437 22.9298 15.5115 22.7857C12.1996 21.6817 9.144 19.7933 6.67541 17.3247C4.20676 14.856 2.31831 11.8005 1.21429 8.48841C0.717449 6.99815 1.09887 5.38224 2.20989 4.27143L4.86807 1.61306C5.68545 0.795647 7.01542 0.795647 7.83283 1.61306L10.9324 4.71256C11.3283 5.10846 11.5463 5.63495 11.5463 6.19494C11.5463 6.75486 11.3283 7.28134 10.9324 7.6774L8.69015 9.91954C9.64749 12.0011 11.3252 13.6787 13.4067 14.6361L15.6489 12.3939C16.4663 11.5764 17.7963 11.5764 18.6137 12.3939L22.3869 16.1671C23.2044 16.9845 23.2044 18.3145 22.3869 19.132L19.7285 21.7903C18.9399 22.579 17.8965 23 16.8243 23ZM6.35049 2.90496C6.30169 2.90496 6.25282 2.92345 6.21577 2.96065L3.55737 5.61913C2.96029 6.21621 2.75522 7.08467 3.02224 7.8856C5.07171 14.0341 9.96588 18.9283 16.1143 20.9777C16.9155 21.245 17.7839 21.0398 18.3809 20.4427L21.0393 17.7843C21.1136 17.71 21.1136 17.589 21.0393 17.5148L17.266 13.7415C17.1918 13.6671 17.0709 13.6671 16.9965 13.7415L14.3014 16.4367C14.0349 16.7028 13.6369 16.7876 13.2855 16.6522C10.2509 15.4851 7.84103 13.0753 6.67401 10.0408C6.5388 9.68932 6.62331 9.2912 6.88956 9.02484L9.58473 6.32966C9.63082 6.28357 9.64056 6.23094 9.64056 6.19494C9.64056 6.15894 9.63083 6.10634 9.58481 6.06028L6.48522 2.96065C6.44809 2.92345 6.39918 2.90496 6.35049 2.90496Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 0.292893C24.0976 0.683417 24.0976 1.31658 23.7071 1.70711L17.7071 7.70711C17.3166 8.09763 16.6834 8.09763 16.2929 7.70711C15.9024 7.31658 15.9024 6.68342 16.2929 6.29289L22.2929 0.292893C22.6834 -0.0976311 23.3166 -0.0976311 23.7071 0.292893Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893L23.7071 6.29289C24.0976 6.68342 24.0976 7.31658 23.7071 7.70711C23.3166 8.09763 22.6834 8.09763 22.2929 7.70711L16.2929 1.70711C15.9024 1.31658 15.9024 0.683417 16.2929 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_635_1735'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2600
|
+
iconName: "IconPhoneMissed",
|
|
2601
|
+
iconSize: props.size,
|
|
2602
|
+
iconColor: props.color
|
|
2603
|
+
}, props)
|
|
2604
|
+
);
|
|
2605
|
+
}
|
|
2606
|
+
function IconShoppingCart(props) {
|
|
2607
|
+
return /* @__PURE__ */ jsx(
|
|
2608
|
+
Icon,
|
|
2609
|
+
__spreadValues({
|
|
2610
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2591)'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 21C7 19.8954 7.89543 19 9 19C10.1046 19 11 19.8954 11 21C11 22.1046 10.1046 23 9 23C7.89543 23 7 22.1046 7 21Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18 21C18 19.8954 18.8954 19 20 19C21.1046 19 22 19.8954 22 21C22 22.1046 21.1046 23 20 23C18.8954 23 18 22.1046 18 21Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.447715 0.447715 0 1 0H5C5.47663 0 5.88701 0.336385 5.98055 0.803743L6.82043 5H23C23.298 5 23.5805 5.13293 23.7705 5.36256C23.9605 5.59218 24.0381 5.89458 23.9823 6.18733L22.3809 14.5848C22.2437 15.2754 21.868 15.8958 21.3195 16.3373C20.7738 16.7766 20.0916 17.011 19.3914 17H9.68864C8.98837 17.011 8.3062 16.7766 7.76048 16.3373C7.21225 15.8959 6.83664 15.2759 6.69933 14.5857C6.69927 14.5854 6.69939 14.5859 6.69933 14.5857L5.02879 6.2392C5.02201 6.21159 5.01638 6.18353 5.01195 6.15508L4.18032 2H1C0.447715 2 0 1.55228 0 1ZM7.22073 7L8.66084 14.1952C8.70656 14.4254 8.83179 14.6322 9.01461 14.7793C9.19743 14.9265 9.42619 15.0047 9.66084 15.0002L9.68 15H19.4L19.4192 15.0002C19.6538 15.0047 19.8826 14.9265 20.0654 14.7793C20.2474 14.6328 20.3723 14.4273 20.4185 14.1984L21.7913 7H7.22073Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2591'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2611
|
+
iconName: "IconShoppingCart",
|
|
2612
|
+
iconSize: props.size,
|
|
2613
|
+
iconColor: props.color
|
|
2614
|
+
}, props)
|
|
2615
|
+
);
|
|
2616
|
+
}
|
|
2617
|
+
function IconSmartphone(props) {
|
|
2618
|
+
return /* @__PURE__ */ jsx(
|
|
2619
|
+
Icon,
|
|
2620
|
+
__spreadValues({
|
|
2621
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7ZM4 4C4 2.34315 5.34315 1 7 1H17C18.6569 1 20 2.34315 20 4V20C20 21.6569 18.6569 23 17 23H7C5.34315 23 4 21.6569 4 20V4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 18C11 17.4477 11.4477 17 12 17H12.01C12.5623 17 13.01 17.4477 13.01 18C13.01 18.5523 12.5623 19 12.01 19H12C11.4477 19 11 18.5523 11 18Z' fill='currentColor'/></svg>",
|
|
2622
|
+
iconName: "IconSmartphone",
|
|
2623
|
+
iconSize: props.size,
|
|
2624
|
+
iconColor: props.color
|
|
2625
|
+
}, props)
|
|
2626
|
+
);
|
|
2627
|
+
}
|
|
2628
|
+
function IconSkipBack(props) {
|
|
2629
|
+
return /* @__PURE__ */ jsx(
|
|
2630
|
+
Icon,
|
|
2631
|
+
__spreadValues({
|
|
2632
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19.4332 3.09871C19.7797 3.26523 20 3.6156 20 4.00001V20C20 20.3844 19.7797 20.7348 19.4332 20.9013C19.0867 21.0678 18.6755 21.021 18.3753 20.7809L8.3753 12.7809C8.13809 12.5911 8 12.3038 8 12C8 11.6962 8.13809 11.4089 8.3753 11.2191L18.3753 3.21914C18.6755 2.979 19.0867 2.93219 19.4332 3.09871ZM10.6008 12L18 17.9194V6.08063L10.6008 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C5.55228 4 6 4.44772 6 5V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44772 4 5 4Z' fill='currentColor'/></svg>",
|
|
2633
|
+
iconName: "IconSkipBack",
|
|
2634
|
+
iconSize: props.size,
|
|
2635
|
+
iconColor: props.color
|
|
2636
|
+
}, props)
|
|
2637
|
+
);
|
|
2638
|
+
}
|
|
2639
|
+
function IconSpark(props) {
|
|
2640
|
+
return /* @__PURE__ */ jsx(
|
|
2641
|
+
Icon,
|
|
2642
|
+
__spreadValues({
|
|
2643
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0746 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.2323 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80674 8.70262C9.6612 8.99747 9.38001 9.20193 9.05466 9.24949L4.14844 9.9666L7.69776 13.4236C7.93364 13.6534 8.0413 13.9845 7.98564 14.309L7.14821 19.1917L11.5346 16.8849C11.826 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9588 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3389 8.99747 14.1933 8.70262L12 4.25925Z' fill='currentColor'/><path d='M5 5C4.774 5 4.54801 4.90962 4.37553 4.72903L2.49986 3.39952C2.15499 3.03827 2.15499 2.4525 2.49986 2.09125C2.84483 1.73 3.40386 1.73 3.74881 2.09125L5.62447 3.42076C5.96942 3.78201 5.96942 4.36778 5.62447 4.72903C5.45199 4.90962 5.22608 5 5 5Z' fill='currentColor'/><path d='M22.4083 18.1584C22.1823 18.1584 21.9563 18.0681 21.7838 17.8875L20.2588 16.5791C19.9139 16.2179 19.9139 15.6321 20.2588 15.2709C20.6038 14.9096 21.1628 14.9096 21.5077 15.2709L23.0327 16.5792C23.3777 16.9405 23.3777 17.5262 23.0327 17.8875C22.8603 18.0681 22.6344 18.1584 22.4083 18.1584Z' fill='currentColor'/><path d='M18.8833 5.27097C18.6573 5.27097 18.4313 5.18059 18.2589 5C17.914 4.63875 17.914 4.05298 18.2589 3.69173L19.812 2.27094C20.1569 1.90969 20.7159 1.90969 21.0609 2.27094C21.4059 2.63218 21.4059 3.21795 21.0609 3.5792L19.5078 5C19.3353 5.18059 19.1094 5.27097 18.8833 5.27097Z' fill='currentColor'/><path d='M1.88312 17.9713C1.65714 17.9713 1.43113 17.8809 1.25865 17.7003C0.913783 17.339 0.913783 16.7533 1.25865 16.392L2.75106 15.1917C3.09599 14.8305 3.65503 14.8305 4 15.1917C4.34495 15.553 4.34495 16.1387 4 16.5L2.5076 17.7003C2.33511 17.8809 2.10921 17.9713 1.88312 17.9713Z' fill='currentColor'/></svg>",
|
|
2644
|
+
iconName: "IconSpark",
|
|
2645
|
+
iconSize: props.size,
|
|
2646
|
+
iconColor: props.color
|
|
2647
|
+
}, props)
|
|
2648
|
+
);
|
|
2649
|
+
}
|
|
2650
|
+
function IconSmile(props) {
|
|
2651
|
+
return /* @__PURE__ */ jsx(
|
|
2652
|
+
Icon,
|
|
2653
|
+
__spreadValues({
|
|
2654
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.79692 13.3959C8.46474 12.9577 7.84049 12.8697 7.40006 13.2001C6.95823 13.5314 6.86869 14.1582 7.20006 14.6001L8.00006 14.0001C7.20006 14.6001 7.2003 14.6004 7.20055 14.6007L7.20107 14.6014L7.20222 14.6029L7.20496 14.6066L7.21217 14.616L7.23347 14.6432C7.25071 14.665 7.27407 14.6939 7.30342 14.7289C7.36207 14.7987 7.44506 14.8934 7.55151 15.0045C7.76358 15.2258 8.07349 15.5172 8.47439 15.8088C9.27233 16.3891 10.4745 17.0001 12.0001 17.0001C13.5256 17.0001 14.7278 16.3891 15.5257 15.8088C15.9266 15.5172 16.2365 15.2258 16.4486 15.0045C16.5551 14.8934 16.6381 14.7987 16.6967 14.7289C16.7261 14.6939 16.7494 14.665 16.7666 14.6432L16.7879 14.616L16.7952 14.6066L16.7979 14.6029L16.799 14.6014L16.7996 14.6007C16.7998 14.6004 16.8001 14.6001 16.0001 14.0001L16.8001 14.6001C17.1314 14.1582 17.0419 13.5314 16.6001 13.2001C16.1596 12.8697 15.5354 12.9577 15.2032 13.3959L15.1986 13.4018C15.1926 13.4093 15.1813 13.4234 15.1647 13.4431C15.1316 13.4826 15.0779 13.5442 15.0046 13.6207C14.8573 13.7744 14.636 13.9829 14.3494 14.1913C13.7723 14.611 12.9745 15.0001 12.0001 15.0001C11.0256 15.0001 10.2278 14.611 9.65073 14.1913C9.36413 13.9829 9.14278 13.7744 8.99548 13.6207C8.92225 13.5442 8.86852 13.4826 8.83537 13.4431C8.81883 13.4234 8.80751 13.4093 8.80156 13.4018L8.79692 13.3959Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8 8.44772 8.44772 8 9 8H9.01C9.56228 8 10.01 8.44772 10.01 9C10.01 9.55228 9.56228 10 9.01 10H9C8.44772 10 8 9.55228 8 9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 9C14 8.44772 14.4477 8 15 8H15.01C15.5623 8 16.01 8.44772 16.01 9C16.01 9.55228 15.5623 10 15.01 10H15C14.4477 10 14 9.55228 14 9Z' fill='currentColor'/></svg>",
|
|
2655
|
+
iconName: "IconSmile",
|
|
2656
|
+
iconSize: props.size,
|
|
2657
|
+
iconColor: props.color
|
|
2658
|
+
}, props)
|
|
2659
|
+
);
|
|
2660
|
+
}
|
|
2661
|
+
function IconSlack(props) {
|
|
2662
|
+
return /* @__PURE__ */ jsx(
|
|
2663
|
+
Icon,
|
|
2664
|
+
__spreadValues({
|
|
2665
|
+
iconMarkup: "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path fill='currentColor' fill-rule='evenodd' d='M14.5 3c-.278 0-.5.222-.5.5v5c0 .278.222.5.5.5s.5-.222.5-.5v-5c0-.278-.222-.5-.5-.5Zm-2.5.5C12 2.118 13.118 1 14.5 1S17 2.118 17 3.5v5c0 1.382-1.118 2.5-2.5 2.5A2.498 2.498 0 0 1 12 8.5v-5ZM20.5 8c-.278 0-.5.222-.5.5V9h.5c.278 0 .5-.222.5-.5s-.222-.5-.5-.5Zm-2.5.5C18 7.118 19.118 6 20.5 6S23 7.118 23 8.5 21.882 11 20.5 11H19a1 1 0 0 1-1-1V8.5ZM9.5 15c-.278 0-.5.222-.5.5v5c0 .278.222.5.5.5s.5-.222.5-.5v-5c0-.278-.222-.5-.5-.5Zm-2.5.5C7 14.118 8.118 13 9.5 13s2.5 1.118 2.5 2.5v5c0 1.382-1.118 2.5-2.5 2.5A2.498 2.498 0 0 1 7 20.5v-5ZM3.5 15c-.278 0-.5.222-.5.5s.222.5.5.5.5-.222.5-.5V15h-.5Zm-2.5.5C1 14.118 2.118 13 3.5 13H5a1 1 0 0 1 1 1v1.5C6 16.882 4.882 18 3.5 18A2.498 2.498 0 0 1 1 15.5ZM15.5 14c-.278 0-.5.222-.5.5s.222.5.5.5h5c.278 0 .5-.222.5-.5s-.222-.5-.5-.5h-5Zm-2.5.5c0-1.382 1.118-2.5 2.5-2.5h5c1.382 0 2.5 1.118 2.5 2.5S21.882 17 20.5 17h-5a2.498 2.498 0 0 1-2.5-2.5ZM13 19a1 1 0 0 1 1-1h1.5c1.382 0 2.5 1.118 2.5 2.5S16.882 23 15.5 23a2.498 2.498 0 0 1-2.5-2.5V19Zm2 1v.5c0 .278.222.5.5.5s.5-.222.5-.5-.222-.5-.5-.5H15ZM1 9.5C1 8.118 2.118 7 3.5 7h5C9.882 7 11 8.118 11 9.5S9.882 12 8.5 12h-5A2.498 2.498 0 0 1 1 9.5ZM3.5 9c-.278 0-.5.222-.5.5s.222.5.5.5h5c.278 0 .5-.222.5-.5S8.778 9 8.5 9h-5ZM6 3.5C6 2.118 7.118 1 8.5 1S11 2.118 11 3.5V5a1 1 0 0 1-1 1H8.5A2.498 2.498 0 0 1 6 3.5ZM8.5 3c-.278 0-.5.222-.5.5s.222.5.5.5H9v-.5c0-.278-.222-.5-.5-.5Z' clip-rule='evenodd'/></svg>",
|
|
2666
|
+
iconName: "IconSlack",
|
|
2667
|
+
iconSize: props.size,
|
|
2668
|
+
iconColor: props.color
|
|
2669
|
+
}, props)
|
|
2670
|
+
);
|
|
2671
|
+
}
|
|
2672
|
+
function IconStopCircle(props) {
|
|
2673
|
+
return /* @__PURE__ */ jsx(
|
|
2674
|
+
Icon,
|
|
2675
|
+
__spreadValues({
|
|
2676
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8 8.44772 8.44772 8 9 8H15C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V9ZM10 10V14H14V10H10Z' fill='currentColor'/></svg>",
|
|
2677
|
+
iconName: "IconStopCircle",
|
|
2678
|
+
iconSize: props.size,
|
|
2679
|
+
iconColor: props.color
|
|
2680
|
+
}, props)
|
|
2681
|
+
);
|
|
2682
|
+
}
|
|
2683
|
+
function IconSquare(props) {
|
|
2684
|
+
return /* @__PURE__ */ jsx(
|
|
2685
|
+
Icon,
|
|
2686
|
+
__spreadValues({
|
|
2687
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/></svg>",
|
|
2688
|
+
iconName: "IconSquare",
|
|
2689
|
+
iconSize: props.size,
|
|
2690
|
+
iconColor: props.color
|
|
2691
|
+
}, props)
|
|
2692
|
+
);
|
|
2693
|
+
}
|
|
2694
|
+
function IconShoppingBag(props) {
|
|
2695
|
+
return /* @__PURE__ */ jsx(
|
|
2696
|
+
Icon,
|
|
2697
|
+
__spreadValues({
|
|
2698
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.2 1.4C5.38885 1.14819 5.68524 1 6 1H18C18.3148 1 18.6111 1.14819 18.8 1.4L21.8 5.4C21.9298 5.5731 22 5.78363 22 6V20C22 20.7957 21.6839 21.5587 21.1213 22.1213C20.5587 22.6839 19.7957 23 19 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V6C2 5.78363 2.07018 5.5731 2.2 5.4L5.2 1.4ZM6.5 3L4 6.33333V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V6.33333L17.5 3H6.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 9C8.55228 9 9 9.44772 9 10C9 10.7956 9.31607 11.5587 9.87868 12.1213C10.4413 12.6839 11.2044 13 12 13C12.7956 13 13.5587 12.6839 14.1213 12.1213C14.6839 11.5587 15 10.7956 15 10C15 9.44772 15.4477 9 16 9C16.5523 9 17 9.44772 17 10C17 11.3261 16.4732 12.5979 15.5355 13.5355C14.5979 14.4732 13.3261 15 12 15C10.6739 15 9.40215 14.4732 8.46447 13.5355C7.52678 12.5979 7 11.3261 7 10C7 9.44772 7.44772 9 8 9Z' fill='currentColor'/></svg>",
|
|
2699
|
+
iconName: "IconShoppingBag",
|
|
2700
|
+
iconSize: props.size,
|
|
2701
|
+
iconColor: props.color
|
|
2702
|
+
}, props)
|
|
2703
|
+
);
|
|
2704
|
+
}
|
|
2705
|
+
function IconSunrise(props) {
|
|
2706
|
+
return /* @__PURE__ */ jsx(
|
|
2707
|
+
Icon,
|
|
2708
|
+
__spreadValues({
|
|
2709
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.75736 13.7574C8.88258 12.6321 10.4087 12 12 12C13.5913 12 15.1174 12.6321 16.2426 13.7574C17.3679 14.8826 18 16.4087 18 18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18C16 16.9391 15.5786 15.9217 14.8284 15.1716C14.0783 14.4214 13.0609 14 12 14C10.9391 14 9.92172 14.4214 9.17157 15.1716C8.42143 15.9217 8 16.9391 8 18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18C6 16.4087 6.63214 14.8826 7.75736 13.7574Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.51262 9.51262C3.90314 9.1221 4.53631 9.1221 4.92683 9.51262L6.34683 10.9326C6.73736 11.3231 6.73736 11.9563 6.34683 12.3468C5.95631 12.7374 5.32314 12.7374 4.93262 12.3468L3.51262 10.9268C3.1221 10.5363 3.1221 9.90314 3.51262 9.51262Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 18C0 17.4477 0.447715 17 1 17H3C3.55228 17 4 17.4477 4 18C4 18.5523 3.55228 19 3 19H1C0.447715 19 0 18.5523 0 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 18C20 17.4477 20.4477 17 21 17H23C23.5523 17 24 17.4477 24 18C24 18.5523 23.5523 19 23 19H21C20.4477 19 20 18.5523 20 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20.4875 9.51262C20.878 9.90314 20.878 10.5363 20.4875 10.9268L19.0675 12.3468C18.6769 12.7374 18.0438 12.7374 17.6532 12.3468C17.2627 11.9563 17.2627 11.3231 17.6532 10.9326L19.0732 9.51262C19.4638 9.1221 20.0969 9.1221 20.4875 9.51262Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 22C0 21.4477 0.447715 21 1 21H23C23.5523 21 24 21.4477 24 22C24 22.5523 23.5523 23 23 23H1C0.447715 23 0 22.5523 0 22Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 1.29289C11.6834 0.902369 12.3166 0.902369 12.7071 1.29289L16.7071 5.29289C17.0976 5.68342 17.0976 6.31658 16.7071 6.70711C16.3166 7.09763 15.6834 7.09763 15.2929 6.70711L12 3.41421L8.70711 6.70711C8.31658 7.09763 7.68342 7.09763 7.29289 6.70711C6.90237 6.31658 6.90237 5.68342 7.29289 5.29289L11.2929 1.29289Z' fill='currentColor'/></svg>",
|
|
2710
|
+
iconName: "IconSunrise",
|
|
2711
|
+
iconSize: props.size,
|
|
2712
|
+
iconColor: props.color
|
|
2713
|
+
}, props)
|
|
2714
|
+
);
|
|
2715
|
+
}
|
|
2716
|
+
function IconTable(props) {
|
|
2717
|
+
return /* @__PURE__ */ jsx(
|
|
2718
|
+
Icon,
|
|
2719
|
+
__spreadValues({
|
|
2720
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V8H8V4H5ZM10 4V8H20V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H10ZM20 10H10V20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V10ZM8 20V10H4V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H8Z' fill='currentColor'/></svg>",
|
|
2721
|
+
iconName: "IconTable",
|
|
2722
|
+
iconSize: props.size,
|
|
2723
|
+
iconColor: props.color
|
|
2724
|
+
}, props)
|
|
2725
|
+
);
|
|
2726
|
+
}
|
|
2727
|
+
function IconStar(props) {
|
|
2728
|
+
return /* @__PURE__ */ jsx(
|
|
2729
|
+
Icon,
|
|
2730
|
+
__spreadValues({
|
|
2731
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0746 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.2323 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80674 8.70262C9.6612 8.99747 9.38001 9.20193 9.05466 9.24949L4.14844 9.9666L7.69776 13.4236C7.93364 13.6534 8.0413 13.9845 7.98564 14.309L7.14821 19.1917L11.5346 16.8849C11.826 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9588 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3389 8.99747 14.1933 8.70262L12 4.25925Z' fill='currentColor'/></svg>",
|
|
2732
|
+
iconName: "IconStar",
|
|
2733
|
+
iconSize: props.size,
|
|
2734
|
+
iconColor: props.color
|
|
2735
|
+
}, props)
|
|
2736
|
+
);
|
|
2737
|
+
}
|
|
2738
|
+
function IconSunset(props) {
|
|
2739
|
+
return /* @__PURE__ */ jsx(
|
|
2740
|
+
Icon,
|
|
2741
|
+
__spreadValues({
|
|
2742
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.75736 13.7574C8.88258 12.6321 10.4087 12 12 12C13.5913 12 15.1174 12.6321 16.2426 13.7574C17.3679 14.8826 18 16.4087 18 18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18C16 16.9391 15.5786 15.9217 14.8284 15.1716C14.0783 14.4214 13.0609 14 12 14C10.9391 14 9.92172 14.4214 9.17157 15.1716C8.42143 15.9217 8 16.9391 8 18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18C6 16.4087 6.63214 14.8826 7.75736 13.7574Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1C12.5523 1 13 1.44772 13 2V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V2C11 1.44772 11.4477 1 12 1Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.51262 9.51262C3.90314 9.1221 4.53631 9.1221 4.92683 9.51262L6.34683 10.9326C6.73736 11.3231 6.73736 11.9563 6.34683 12.3468C5.95631 12.7374 5.32314 12.7374 4.93262 12.3468L3.51262 10.9268C3.1221 10.5363 3.1221 9.90314 3.51262 9.51262Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 18C0 17.4477 0.447715 17 1 17H3C3.55228 17 4 17.4477 4 18C4 18.5523 3.55228 19 3 19H1C0.447715 19 0 18.5523 0 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 18C20 17.4477 20.4477 17 21 17H23C23.5523 17 24 17.4477 24 18C24 18.5523 23.5523 19 23 19H21C20.4477 19 20 18.5523 20 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20.4875 9.51262C20.878 9.90314 20.878 10.5363 20.4875 10.9268L19.0675 12.3468C18.6769 12.7374 18.0438 12.7374 17.6532 12.3468C17.2627 11.9563 17.2627 11.3231 17.6532 10.9326L19.0732 9.51262C19.4638 9.1221 20.0969 9.1221 20.4875 9.51262Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 22C0 21.4477 0.447715 21 1 21H23C23.5523 21 24 21.4477 24 22C24 22.5523 23.5523 23 23 23H1C0.447715 23 0 22.5523 0 22Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.29289 4.29289C7.68342 3.90237 8.31658 3.90237 8.70711 4.29289L12 7.58579L15.2929 4.29289C15.6834 3.90237 16.3166 3.90237 16.7071 4.29289C17.0976 4.68342 17.0976 5.31658 16.7071 5.70711L12.7071 9.70711C12.3166 10.0976 11.6834 10.0976 11.2929 9.70711L7.29289 5.70711C6.90237 5.31658 6.90237 4.68342 7.29289 4.29289Z' fill='currentColor'/></svg>",
|
|
2743
|
+
iconName: "IconSunset",
|
|
2744
|
+
iconSize: props.size,
|
|
2745
|
+
iconColor: props.color
|
|
2746
|
+
}, props)
|
|
2747
|
+
);
|
|
2748
|
+
}
|
|
2749
|
+
function IconSmartphoneSms(props) {
|
|
2750
|
+
return /* @__PURE__ */ jsx(
|
|
2751
|
+
Icon,
|
|
2752
|
+
__spreadValues({
|
|
2753
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 18C8 17.4477 8.44772 17 9 17H9.01C9.56228 17 10.01 17.4477 10.01 18C10.01 18.5523 9.56228 19 9.01 19H9C8.44772 19 8 18.5523 8 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 4C3 3.44772 3.44772 3 4 3H14C14.2421 3 14.4641 3.08604 14.6371 3.22921C15.2273 3.08009 15.8526 3 16.5 3C16.6113 3 16.7219 3.00237 16.8318 3.00704C16.4219 1.83817 15.3088 1 14 1H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H14C15.6569 23 17 21.6569 17 20V13.984C16.835 13.9946 16.6682 14 16.5 14C16.3167 14 16.1351 13.9936 15.9556 13.981L16 14L15 14.25V20C15 20.5523 14.5523 21 14 21H4C3.44772 21 3 20.5523 3 20V4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.8106 16.4397C11.6966 16.4401 11.5851 16.4039 11.4912 16.3367C11.3224 16.2165 11.2301 16.0102 11.2501 15.7984L11.4906 13.2445C9.90276 12.136 9 10.5493 9 8.84371C9.04501 7.16211 9.86305 5.60563 11.1993 4.65795C12.6863 3.55096 14.4758 2.97019 16.3043 3.00118C18.1326 2.97019 19.9221 3.55128 21.4091 4.65795C22.7453 5.60563 23.5636 7.1621 23.6086 8.84371C23.5636 10.525 22.7453 12.0818 21.4091 13.0294C19.9223 14.1364 18.1328 14.7173 16.3043 14.6867C16.0019 14.6867 15.6979 14.6716 15.3986 14.6421L12.0604 16.3777C11.9828 16.4183 11.8973 16.4397 11.8106 16.4397ZM16.3057 4.16995C12.8976 4.16995 10.1247 6.26686 10.1247 8.84414C10.1247 10.2361 10.9465 11.5501 12.3744 12.4444C12.5601 12.5608 12.6648 12.7778 12.6441 13.0018L12.4691 14.8598L15.0437 13.5211C15.1408 13.4706 15.2498 13.4505 15.358 13.4634C15.6726 13.4999 15.9891 13.5187 16.3057 13.5184C19.7136 13.5184 22.4867 11.4214 22.4867 8.84414C22.4867 6.26686 19.7139 4.16995 16.3057 4.16995Z' fill='currentColor' stroke='currentColor' stroke-width='0.5'/><path d='M20 8.875C20 9.35825 19.6082 9.75 19.125 9.75C18.6418 9.75 18.25 9.35825 18.25 8.875C18.25 8.39175 18.6418 8 19.125 8C19.6082 8 20 8.39175 20 8.875Z' fill='currentColor'/><path d='M14.75 8.875C14.75 9.35825 14.3582 9.75 13.875 9.75C13.3918 9.75 13 9.35825 13 8.875C13 8.39175 13.3918 8 13.875 8C14.3582 8 14.75 8.39175 14.75 8.875Z' fill='currentColor'/><path d='M17.375 8.875C17.375 9.35825 16.9832 9.75 16.5 9.75C16.0168 9.75 15.625 9.35825 15.625 8.875C15.625 8.39175 16.0168 8 16.5 8C16.9832 8 17.375 8.39175 17.375 8.875Z' fill='currentColor'/></svg>",
|
|
2754
|
+
iconName: "IconSmartphoneSms",
|
|
2755
|
+
iconSize: props.size,
|
|
2756
|
+
iconColor: props.color
|
|
2757
|
+
}, props)
|
|
2758
|
+
);
|
|
2759
|
+
}
|
|
2760
|
+
function IconTag(props) {
|
|
2761
|
+
return /* @__PURE__ */ jsx(
|
|
2762
|
+
Icon,
|
|
2763
|
+
__spreadValues({
|
|
2764
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 2C1 1.44772 1.44772 1 2 1H12C12.2652 1 12.5196 1.10536 12.7071 1.29289L21.2992 9.885C21.858 10.4471 22.1716 11.2074 22.1716 12C22.1716 12.7926 21.858 13.5529 21.2992 14.115L21.2971 14.1171L14.1275 21.2867C14.1274 21.2868 14.1276 21.2866 14.1275 21.2867C13.849 21.5655 13.5178 21.787 13.1538 21.9379C12.7896 22.0889 12.3992 22.1666 12.005 22.1666C11.6108 22.1666 11.2204 22.0889 10.8562 21.9379C10.4921 21.787 10.1613 21.5658 9.88271 21.2869C9.88264 21.2869 9.88278 21.287 9.88271 21.2869L1.29331 12.7075C1.10552 12.5199 1 12.2654 1 12V2ZM3 3V11.5854L11.2967 19.8725L11.2975 19.8733C11.3904 19.9663 11.5007 20.04 11.6221 20.0903C11.7435 20.1407 11.8736 20.1666 12.005 20.1666C12.1364 20.1666 12.2665 20.1407 12.3879 20.0903C12.5093 20.04 12.6196 19.9663 12.7125 19.8733L19.8808 12.705C19.8811 12.7047 19.8814 12.7044 19.8817 12.7041C20.0674 12.5168 20.1716 12.2638 20.1716 12C20.1716 11.7362 20.0674 11.4832 19.8817 11.2959C19.8814 11.2956 19.8811 11.2953 19.8808 11.295L11.5858 3H3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 7C6 6.44772 6.44772 6 7 6H7.01C7.56228 6 8.01 6.44772 8.01 7C8.01 7.55228 7.56228 8 7.01 8H7C6.44772 8 6 7.55228 6 7Z' fill='currentColor'/></svg>",
|
|
2765
|
+
iconName: "IconTag",
|
|
2766
|
+
iconSize: props.size,
|
|
2767
|
+
iconColor: props.color
|
|
2768
|
+
}, props)
|
|
2769
|
+
);
|
|
2770
|
+
}
|
|
2771
|
+
function IconTerminal(props) {
|
|
2772
|
+
return /* @__PURE__ */ jsx(
|
|
2773
|
+
Icon,
|
|
2774
|
+
__spreadValues({
|
|
2775
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.29289 4.29289C3.68342 3.90237 4.31658 3.90237 4.70711 4.29289L10.7071 10.2929C11.0976 10.6834 11.0976 11.3166 10.7071 11.7071L4.70711 17.7071C4.31658 18.0976 3.68342 18.0976 3.29289 17.7071C2.90237 17.3166 2.90237 16.6834 3.29289 16.2929L8.58579 11L3.29289 5.70711C2.90237 5.31658 2.90237 4.68342 3.29289 4.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 19C11 18.4477 11.4477 18 12 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H12C11.4477 20 11 19.5523 11 19Z' fill='currentColor'/></svg>",
|
|
2776
|
+
iconName: "IconTerminal",
|
|
2777
|
+
iconSize: props.size,
|
|
2778
|
+
iconColor: props.color
|
|
2779
|
+
}, props)
|
|
2780
|
+
);
|
|
2781
|
+
}
|
|
2782
|
+
function IconTablet(props) {
|
|
2783
|
+
return /* @__PURE__ */ jsx(
|
|
2784
|
+
Icon,
|
|
2785
|
+
__spreadValues({
|
|
2786
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M21 6C21 5.44772 20.5523 5 20 5L4 5C3.44772 5 3 5.44771 3 6L3 18C3 18.5523 3.44772 19 4 19L20 19C20.5523 19 21 18.5523 21 18L21 6ZM20 3C21.6569 3 23 4.34315 23 6L23 18C23 19.6569 21.6569 21 20 21L4 21C2.34314 21 0.999999 19.6569 0.999999 18L1 6C1 4.34314 2.34315 3 4 3L20 3Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z' fill='currentColor'/></svg>",
|
|
2787
|
+
iconName: "IconTablet",
|
|
2788
|
+
iconSize: props.size,
|
|
2789
|
+
iconColor: props.color
|
|
2790
|
+
}, props)
|
|
2791
|
+
);
|
|
2792
|
+
}
|
|
2793
|
+
function IconSun(props) {
|
|
2794
|
+
return /* @__PURE__ */ jsx(
|
|
2795
|
+
Icon,
|
|
2796
|
+
__spreadValues({
|
|
2797
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2696)'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8ZM6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 0C12.5523 0 13 0.447715 13 1V3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3V1C11 0.447715 11.4477 0 12 0Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 20C12.5523 20 13 20.4477 13 21V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V21C11 20.4477 11.4477 20 12 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.51262 3.51262C3.90314 3.1221 4.53631 3.1221 4.92683 3.51262L6.34683 4.93262C6.73736 5.32314 6.73736 5.95631 6.34683 6.34683C5.95631 6.73736 5.32314 6.73736 4.93262 6.34683L3.51262 4.92683C3.1221 4.53631 3.1221 3.90314 3.51262 3.51262Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.6532 17.6532C18.0438 17.2627 18.6769 17.2627 19.0675 17.6532L20.4875 19.0732C20.878 19.4638 20.878 20.0969 20.4875 20.4875C20.0969 20.878 19.4638 20.878 19.0732 20.4875L17.6532 19.0675C17.2627 18.6769 17.2627 18.0438 17.6532 17.6532Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 11.4477 0.447715 11 1 11H3C3.55228 11 4 11.4477 4 12C4 12.5523 3.55228 13 3 13H1C0.447715 13 0 12.5523 0 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 12C20 11.4477 20.4477 11 21 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H21C20.4477 13 20 12.5523 20 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.34683 17.6532C6.73736 18.0438 6.73736 18.6769 6.34683 19.0675L4.92683 20.4875C4.53631 20.878 3.90314 20.878 3.51262 20.4875C3.1221 20.0969 3.1221 19.4638 3.51262 19.0732L4.93262 17.6532C5.32314 17.2627 5.95631 17.2627 6.34683 17.6532Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20.4875 3.51262C20.878 3.90314 20.878 4.53631 20.4875 4.92683L19.0675 6.34683C18.6769 6.73736 18.0438 6.73736 17.6532 6.34683C17.2627 5.95631 17.2627 5.32314 17.6532 4.93262L19.0732 3.51262C19.4638 3.1221 20.0969 3.1221 20.4875 3.51262Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2696'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2798
|
+
iconName: "IconSun",
|
|
2799
|
+
iconSize: props.size,
|
|
2800
|
+
iconColor: props.color
|
|
2801
|
+
}, props)
|
|
2802
|
+
);
|
|
2803
|
+
}
|
|
2804
|
+
function IconThumbsUp(props) {
|
|
2805
|
+
return /* @__PURE__ */ jsx(
|
|
2806
|
+
Icon,
|
|
2807
|
+
__spreadValues({
|
|
2808
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.0862 1.59386C10.2467 1.23273 10.6048 1 11 1C12.0609 1 13.0783 1.42143 13.8284 2.17157C14.5786 2.92172 15 3.93913 15 5V8H19.6549C20.0876 7.996 20.5162 8.08567 20.911 8.26289C21.3078 8.44096 21.6611 8.70317 21.9465 9.03134C22.2318 9.35951 22.4424 9.7458 22.5637 10.1634C22.6849 10.5811 22.7139 11.0201 22.6487 11.4501L21.2687 20.4499C21.2687 20.4502 21.2687 20.4497 21.2687 20.4499C21.1601 21.165 20.7966 21.8175 20.2456 22.2859C19.6958 22.7532 18.9961 23.0067 18.2748 23H4C3.20435 23 2.44129 22.6839 1.87868 22.1213C1.31607 21.5587 1 20.7957 1 20V13C1 12.2044 1.31607 11.4413 1.87868 10.8787C2.44129 10.3161 3.20435 10 4 10H6.35013L10.0862 1.59386ZM6 12H4C3.73478 12 3.48043 12.1054 3.29289 12.2929C3.10536 12.4804 3 12.7348 3 13V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H6V12ZM8 21H18.2913C18.5325 21.0027 18.7665 20.9183 18.9503 20.7621C19.134 20.6059 19.2551 20.3885 19.2913 20.1501L20.6713 11.1499C20.6713 11.1501 20.6713 11.1498 20.6713 11.1499C20.693 11.0067 20.6834 10.8601 20.643 10.7211C20.6026 10.5818 20.5324 10.4531 20.4373 10.3437C20.3421 10.2343 20.2244 10.1469 20.0921 10.0875C19.9599 10.0282 19.8163 9.99829 19.6713 9.99994L19.66 10.0001L14 10C13.4477 10 13 9.55228 13 9V5C13 4.46957 12.7893 3.96086 12.4142 3.58579C12.1864 3.35794 11.9092 3.19075 11.6078 3.0946L8 11.2122V21Z' fill='currentColor'/></svg>",
|
|
2809
|
+
iconName: "IconThumbsUp",
|
|
2810
|
+
iconSize: props.size,
|
|
2811
|
+
iconColor: props.color
|
|
2812
|
+
}, props)
|
|
2813
|
+
);
|
|
2814
|
+
}
|
|
2815
|
+
function IconThumbsDown(props) {
|
|
2816
|
+
return /* @__PURE__ */ jsx(
|
|
2817
|
+
Icon,
|
|
2818
|
+
__spreadValues({
|
|
2819
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.5641 3.31549C20.3205 3.10641 20.0087 2.99404 19.6877 2.99972L19.67 2.99987H18V11.9999H19.67L19.6877 12C20.0087 12.0057 20.3205 11.8933 20.5641 11.6843C20.793 11.4878 20.9466 11.2187 21 10.923V4.07674C20.9466 3.78102 20.793 3.51197 20.5641 3.31549ZM16 12.7877V2.99987H5.70873C5.46756 2.99715 5.23354 3.08161 5.04977 3.23781C4.86601 3.39401 4.74489 3.61136 4.70873 3.84981L3.32871 12.8499C3.32868 12.8501 3.32874 12.8497 3.32871 12.8499C3.30707 12.9931 3.31667 13.1398 3.35704 13.2788C3.39745 13.418 3.46766 13.5468 3.56278 13.6562C3.6579 13.7656 3.77567 13.853 3.90792 13.9123C4.04017 13.9717 4.18375 14.0016 4.32871 13.9999L4.34003 13.9998L10 13.9999C10.5523 13.9999 11 14.4476 11 14.9999V18.9999C11 19.5303 11.2107 20.039 11.5858 20.4141C11.8137 20.6419 12.0908 20.8091 12.3922 20.9053L16 12.7877ZM17.6499 13.9999L13.9138 22.406C13.7533 22.7671 13.3952 22.9999 13 22.9999C11.9392 22.9999 10.9217 22.5784 10.1716 21.8283C9.42146 21.0782 9.00003 20.0607 9.00003 18.9999V15.9999H4.34514C3.91239 16.0039 3.48387 15.9142 3.089 15.737C2.69224 15.5589 2.33893 15.2967 2.05357 14.9685C1.7682 14.6404 1.5576 14.2541 1.43634 13.8364C1.31509 13.4188 1.28609 12.9798 1.35135 12.5498L2.73133 3.54994C2.73129 3.55024 2.73138 3.54964 2.73133 3.54994C2.83999 2.83493 3.20342 2.18233 3.75448 1.71393C4.30419 1.24667 5.00382 0.993214 5.72511 0.999873H19.662C20.4696 0.98794 21.2538 1.2717 21.8668 1.7979C22.4822 2.32618 22.8823 3.06206 22.991 3.86583C22.997 3.91026 23 3.95504 23 3.99987V10.9999C23 11.0447 22.997 11.0895 22.991 11.1339C22.8823 11.9377 22.4822 12.6736 21.8668 13.2019C21.2538 13.728 20.4696 14.0118 19.662 13.9999H17.6499Z' fill='currentColor'/></svg>",
|
|
2820
|
+
iconName: "IconThumbsDown",
|
|
2821
|
+
iconSize: props.size,
|
|
2822
|
+
iconColor: props.color
|
|
2823
|
+
}, props)
|
|
2824
|
+
);
|
|
2825
|
+
}
|
|
2826
|
+
function IconTool(props) {
|
|
2827
|
+
return /* @__PURE__ */ jsx(
|
|
2828
|
+
Icon,
|
|
2829
|
+
__spreadValues({
|
|
2830
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.5581 3.02772C16.0752 2.97314 15.5841 2.98896 15.1004 3.07708C14.1005 3.25927 13.1799 3.74187 12.4612 4.46056C11.7425 5.17926 11.2599 6.09992 11.0777 7.09984C10.8955 8.09977 11.0224 9.13147 11.4414 10.0575C11.613 10.4367 11.5318 10.8825 11.2375 11.1768L4.32745 18.0868C4.11716 18.2971 3.99902 18.5823 3.99902 18.8797C3.99902 19.1771 4.11716 19.4623 4.32745 19.6726C4.53774 19.8829 4.82295 20.0011 5.12034 20.0011C5.41774 20.0011 5.70295 19.8829 5.91324 19.6726L12.8232 12.7626C13.1176 12.4683 13.5634 12.3871 13.9426 12.5587C14.8686 12.9777 15.9003 13.1046 16.9002 12.9224C17.9002 12.7402 18.8208 12.2576 19.5395 11.5389C20.2582 10.8202 20.7408 9.89956 20.923 8.89963C21.0111 8.41598 21.0269 7.9249 20.9724 7.44193L18.4004 10.0139C18.0265 10.3804 17.5238 10.5856 17.0003 10.5856C16.4768 10.5856 15.9742 10.3803 15.6003 10.0139L15.5932 10.0069L13.9862 8.39977C13.6197 8.02592 13.4145 7.52324 13.4145 6.99974C13.4145 6.47623 13.6197 5.97359 13.9862 5.59974L13.9932 5.59259L16.5581 3.02772ZM14.7419 1.10948C16.1418 0.854411 17.5862 1.03203 18.8826 1.61868C19.1817 1.75402 19.3953 2.02753 19.4541 2.35048C19.513 2.67344 19.4096 3.00472 19.1775 3.23684L15.4146 6.99974L17.0003 8.58552L20.7632 4.82263C20.9954 4.5905 21.3266 4.48709 21.6496 4.54593C21.9726 4.60478 22.2461 4.81838 22.3814 5.11746C22.968 6.41385 23.1457 7.85824 22.8906 9.25813C22.6355 10.658 21.9599 11.9469 20.9537 12.9531C19.9476 13.9593 18.6586 14.6349 17.2587 14.89C16.0913 15.1027 14.8929 15.0145 13.7752 14.6391L7.32745 21.0868C6.74209 21.6722 5.94817 22.0011 5.12034 22.0011C4.29252 22.0011 3.4986 21.6722 2.91324 21.0868C2.32788 20.5015 1.99902 19.7076 1.99902 18.8797C1.99902 18.0519 2.32788 17.258 2.91324 16.6726L9.361 10.2249C8.98558 9.10718 8.89737 7.90879 9.11008 6.74134C9.36515 5.34144 10.0408 4.05252 11.047 3.04635C12.0531 2.04018 13.3421 1.36454 14.7419 1.10948Z' fill='currentColor'/></svg>",
|
|
2831
|
+
iconName: "IconTool",
|
|
2832
|
+
iconSize: props.size,
|
|
2833
|
+
iconColor: props.color
|
|
2834
|
+
}, props)
|
|
2835
|
+
);
|
|
2836
|
+
}
|
|
2837
|
+
function IconToggleLeft(props) {
|
|
2838
|
+
return /* @__PURE__ */ jsx(
|
|
2839
|
+
Icon,
|
|
2840
|
+
__spreadValues({
|
|
2841
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6H8ZM0 12C0 7.58172 3.58172 4 8 4H16C20.4183 4 24 7.58172 24 12C24 16.4183 20.4183 20 16 20H8C3.58172 20 0 16.4183 0 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 10C6.89543 10 6 10.8954 6 12C6 13.1046 6.89543 14 8 14C9.10457 14 10 13.1046 10 12C10 10.8954 9.10457 10 8 10ZM4 12C4 9.79086 5.79086 8 8 8C10.2091 8 12 9.79086 12 12C12 14.2091 10.2091 16 8 16C5.79086 16 4 14.2091 4 12Z' fill='currentColor'/></svg>",
|
|
2842
|
+
iconName: "IconToggleLeft",
|
|
2843
|
+
iconSize: props.size,
|
|
2844
|
+
iconColor: props.color
|
|
2845
|
+
}, props)
|
|
2846
|
+
);
|
|
2847
|
+
}
|
|
2848
|
+
function IconTrello(props) {
|
|
2849
|
+
return /* @__PURE__ */ jsx(
|
|
2850
|
+
Icon,
|
|
2851
|
+
__spreadValues({
|
|
2852
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6 7C6 6.44772 6.44772 6 7 6H10C10.5523 6 11 6.44772 11 7V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V7ZM8 8V15H9V8H8Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 7C13 6.44772 13.4477 6 14 6H17C17.5523 6 18 6.44772 18 7V12C18 12.5523 17.5523 13 17 13H14C13.4477 13 13 12.5523 13 12V7ZM15 8V11H16V8H15Z' fill='currentColor'/></svg>",
|
|
2853
|
+
iconName: "IconTrello",
|
|
2854
|
+
iconSize: props.size,
|
|
2855
|
+
iconColor: props.color
|
|
2856
|
+
}, props)
|
|
2857
|
+
);
|
|
2858
|
+
}
|
|
2859
|
+
function IconTrendingUp(props) {
|
|
2860
|
+
return /* @__PURE__ */ jsx(
|
|
2861
|
+
Icon,
|
|
2862
|
+
__spreadValues({
|
|
2863
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2581)'><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 5.29289C24.0976 5.68342 24.0976 6.31658 23.7071 6.70711L14.2071 16.2071C13.8166 16.5976 13.1834 16.5976 12.7929 16.2071L8.5 11.9142L1.70711 18.7071C1.31658 19.0976 0.683417 19.0976 0.292893 18.7071C-0.0976311 18.3166 -0.0976311 17.6834 0.292893 17.2929L7.79289 9.79289C8.18342 9.40237 8.81658 9.40237 9.20711 9.79289L13.5 14.0858L22.2929 5.29289C22.6834 4.90237 23.3166 4.90237 23.7071 5.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 6C16 5.44772 16.4477 5 17 5H23C23.5523 5 24 5.44772 24 6V12C24 12.5523 23.5523 13 23 13C22.4477 13 22 12.5523 22 12V7H17C16.4477 7 16 6.55228 16 6Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2581'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2864
|
+
iconName: "IconTrendingUp",
|
|
2865
|
+
iconSize: props.size,
|
|
2866
|
+
iconColor: props.color
|
|
2867
|
+
}, props)
|
|
2868
|
+
);
|
|
2869
|
+
}
|
|
2870
|
+
function IconTrendingDown(props) {
|
|
2871
|
+
return /* @__PURE__ */ jsx(
|
|
2872
|
+
Icon,
|
|
2873
|
+
__spreadValues({
|
|
2874
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2628)'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 5.29289C0.683417 4.90237 1.31658 4.90237 1.70711 5.29289L8.5 12.0858L12.7929 7.79289C13.1834 7.40237 13.8166 7.40237 14.2071 7.79289L23.7071 17.2929C24.0976 17.6834 24.0976 18.3166 23.7071 18.7071C23.3166 19.0976 22.6834 19.0976 22.2929 18.7071L13.5 9.91421L9.20711 14.2071C8.81658 14.5976 8.18342 14.5976 7.79289 14.2071L0.292893 6.70711C-0.0976311 6.31658 -0.0976311 5.68342 0.292893 5.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23 11C23.5523 11 24 11.4477 24 12V18C24 18.5523 23.5523 19 23 19H17C16.4477 19 16 18.5523 16 18C16 17.4477 16.4477 17 17 17H22V12C22 11.4477 22.4477 11 23 11Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2628'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2875
|
+
iconName: "IconTrendingDown",
|
|
2876
|
+
iconSize: props.size,
|
|
2877
|
+
iconColor: props.color
|
|
2878
|
+
}, props)
|
|
2879
|
+
);
|
|
2880
|
+
}
|
|
2881
|
+
function IconTarget(props) {
|
|
2882
|
+
return /* @__PURE__ */ jsx(
|
|
2883
|
+
Icon,
|
|
2884
|
+
__spreadValues({
|
|
2885
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7ZM5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z' fill='currentColor'/></svg>",
|
|
2886
|
+
iconName: "IconTarget",
|
|
2887
|
+
iconSize: props.size,
|
|
2888
|
+
iconColor: props.color
|
|
2889
|
+
}, props)
|
|
2890
|
+
);
|
|
2891
|
+
}
|
|
2892
|
+
function IconTrash2(props) {
|
|
2893
|
+
return /* @__PURE__ */ jsx(
|
|
2894
|
+
Icon,
|
|
2895
|
+
__spreadValues({
|
|
2896
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 3C9.73478 3 9.48043 3.10536 9.29289 3.29289C9.10536 3.48043 9 3.73478 9 4V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V4C7 3.20435 7.31607 2.44129 7.87868 1.87868C8.44129 1.31607 9.20435 1 10 1H14C14.7956 1 15.5587 1.31607 16.1213 1.87868C16.6839 2.44129 17 3.20435 17 4V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V4C15 3.73478 14.8946 3.48043 14.7071 3.29289C14.5196 3.10536 14.2652 3 14 3H10ZM5 5C5.55228 5 6 5.44772 6 6V20C6 20.2652 6.10536 20.5196 6.29289 20.7071C6.48043 20.8946 6.73478 21 7 21H17C17.2652 21 17.5196 20.8946 17.7071 20.7071C17.8946 20.5196 18 20.2652 18 20V6C18 5.44772 18.4477 5 19 5C19.5523 5 20 5.44772 20 6V20C20 20.7957 19.6839 21.5587 19.1213 22.1213C18.5587 22.6839 17.7957 23 17 23H7C6.20435 23 5.44129 22.6839 4.87868 22.1213C4.31607 21.5587 4 20.7957 4 20V6C4 5.44772 4.44772 5 5 5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 10C10.5523 10 11 10.4477 11 11V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V11C9 10.4477 9.44772 10 10 10Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14 10C14.5523 10 15 10.4477 15 11V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V11C13 10.4477 13.4477 10 14 10Z' fill='currentColor'/></svg>",
|
|
2897
|
+
iconName: "IconTrash2",
|
|
2898
|
+
iconSize: props.size,
|
|
2899
|
+
iconColor: props.color
|
|
2900
|
+
}, props)
|
|
2901
|
+
);
|
|
2902
|
+
}
|
|
2903
|
+
function IconTriangle(props) {
|
|
2904
|
+
return /* @__PURE__ */ jsx(
|
|
2905
|
+
Icon,
|
|
2906
|
+
__spreadValues({
|
|
2907
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.528 2.2833C10.9773 2.03035 11.4842 1.89746 11.9998 1.89746C12.5154 1.89746 13.0223 2.03035 13.4716 2.2833C13.9209 2.53626 14.2974 2.90074 14.5648 3.34158L14.5677 3.34633L23.0376 17.4863L23.0458 17.5001C23.3077 17.9538 23.4463 18.4681 23.4478 18.9919C23.4493 19.5158 23.3135 20.0308 23.0541 20.4859C22.7947 20.941 22.4207 21.3203 21.9692 21.5859C21.5177 21.8516 21.0046 21.9944 20.4808 22.0001L20.4698 22.0003L3.51879 22.0002C2.99498 21.9944 2.48182 21.8516 2.03035 21.5859C1.57887 21.3203 1.20483 20.941 0.945426 20.4859C0.686022 20.0308 0.550303 19.5158 0.55177 18.9919C0.553236 18.4681 0.691839 17.9538 0.953786 17.5001L0.961909 17.4863L9.43476 3.34157C9.70217 2.90073 10.0787 2.53626 10.528 2.2833ZM11.9998 3.89746C11.8279 3.89746 11.6589 3.94176 11.5092 4.02607C11.3601 4.11001 11.235 4.23079 11.146 4.37684L2.68246 18.506C2.59729 18.6558 2.55224 18.8251 2.55176 18.9975C2.55127 19.1721 2.59651 19.3438 2.68298 19.4955C2.76945 19.6472 2.89413 19.7736 3.04462 19.8622C3.1938 19.95 3.36317 19.9975 3.53617 20.0002H20.4634C20.6364 19.9975 20.8058 19.95 20.9549 19.8622C21.1054 19.7736 21.2301 19.6472 21.3166 19.4955C21.403 19.3438 21.4483 19.1721 21.4478 18.9975C21.4473 18.8251 21.4023 18.6559 21.3171 18.5061L12.8548 4.37883C12.8544 4.37817 12.854 4.37751 12.8536 4.37684C12.7645 4.23079 12.6395 4.11001 12.4904 4.02607C12.3406 3.94176 12.1716 3.89746 11.9998 3.89746Z' fill='currentColor'/></svg>",
|
|
2908
|
+
iconName: "IconTriangle",
|
|
2909
|
+
iconSize: props.size,
|
|
2910
|
+
iconColor: props.color
|
|
2911
|
+
}, props)
|
|
2912
|
+
);
|
|
2913
|
+
}
|
|
2914
|
+
function IconTruck(props) {
|
|
2915
|
+
return /* @__PURE__ */ jsx(
|
|
2916
|
+
Icon,
|
|
2917
|
+
__spreadValues({
|
|
2918
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 3C0 2.44772 0.447715 2 1 2H16C16.5523 2 17 2.44772 17 3V16C17 16.5523 16.5523 17 16 17H1C0.447715 17 0 16.5523 0 16V3ZM2 4V15H15V4H2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15 8C15 7.44772 15.4477 7 16 7H20C20.2652 7 20.5196 7.10536 20.7071 7.29289L23.7071 10.2929C23.8946 10.4804 24 10.7348 24 11V16C24 16.5523 23.5523 17 23 17H16C15.4477 17 15 16.5523 15 16V8ZM17 9V15H22V11.4142L19.5858 9H17Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 17C4.67157 17 4 17.6716 4 18.5C4 19.3284 4.67157 20 5.5 20C6.32843 20 7 19.3284 7 18.5C7 17.6716 6.32843 17 5.5 17ZM2 18.5C2 16.567 3.567 15 5.5 15C7.433 15 9 16.567 9 18.5C9 20.433 7.433 22 5.5 22C3.567 22 2 20.433 2 18.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.5 17C17.6716 17 17 17.6716 17 18.5C17 19.3284 17.6716 20 18.5 20C19.3284 20 20 19.3284 20 18.5C20 17.6716 19.3284 17 18.5 17ZM15 18.5C15 16.567 16.567 15 18.5 15C20.433 15 22 16.567 22 18.5C22 20.433 20.433 22 18.5 22C16.567 22 15 20.433 15 18.5Z' fill='currentColor'/></svg>",
|
|
2919
|
+
iconName: "IconTruck",
|
|
2920
|
+
iconSize: props.size,
|
|
2921
|
+
iconColor: props.color
|
|
2922
|
+
}, props)
|
|
2923
|
+
);
|
|
2924
|
+
}
|
|
2925
|
+
function IconTwitch(props) {
|
|
2926
|
+
return /* @__PURE__ */ jsx(
|
|
2927
|
+
Icon,
|
|
2928
|
+
__spreadValues({
|
|
2929
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 2C2 1.44772 2.44772 1 3 1H21C21.5523 1 22 1.44772 22 2V14C22 14.2652 21.8946 14.5196 21.7071 14.7071L17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19H12.4142L8.70711 22.7071C8.42111 22.9931 7.99099 23.0787 7.61732 22.9239C7.24364 22.7691 7 22.4045 7 22V19H3C2.44772 19 2 18.5523 2 18V2ZM4 3V17H8C8.55228 17 9 17.4477 9 18V19.5858L11.2929 17.2929C11.4804 17.1054 11.7348 17 12 17H16.5858L20 13.5858V3H4ZM11 6C11.5523 6 12 6.44772 12 7V11C12 11.5523 11.5523 12 11 12C10.4477 12 10 11.5523 10 11V7C10 6.44772 10.4477 6 11 6ZM16 6C16.5523 6 17 6.44772 17 7V11C17 11.5523 16.5523 12 16 12C15.4477 12 15 11.5523 15 11V7C15 6.44772 15.4477 6 16 6Z' fill='currentColor'/></svg>",
|
|
2930
|
+
iconName: "IconTwitch",
|
|
2931
|
+
iconSize: props.size,
|
|
2932
|
+
iconColor: props.color
|
|
2933
|
+
}, props)
|
|
2934
|
+
);
|
|
2935
|
+
}
|
|
2936
|
+
function IconSpeaker(props) {
|
|
2937
|
+
return /* @__PURE__ */ jsx(
|
|
2938
|
+
Icon,
|
|
2939
|
+
__spreadValues({
|
|
2940
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 3C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3H6ZM3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C10.3431 11 9 12.3431 9 14C9 15.6569 10.3431 17 12 17C13.6569 17 15 15.6569 15 14C15 12.3431 13.6569 11 12 11ZM7 14C7 11.2386 9.23858 9 12 9C14.7614 9 17 11.2386 17 14C17 16.7614 14.7614 19 12 19C9.23858 19 7 16.7614 7 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 6C11 5.44772 11.4477 5 12 5H12.01C12.5623 5 13.01 5.44772 13.01 6C13.01 6.55228 12.5623 7 12.01 7H12C11.4477 7 11 6.55228 11 6Z' fill='currentColor'/></svg>",
|
|
2941
|
+
iconName: "IconSpeaker",
|
|
2942
|
+
iconSize: props.size,
|
|
2943
|
+
iconColor: props.color
|
|
2944
|
+
}, props)
|
|
2945
|
+
);
|
|
2946
|
+
}
|
|
2947
|
+
function IconList(props) {
|
|
2948
|
+
return /* @__PURE__ */ jsx(
|
|
2949
|
+
Icon,
|
|
2950
|
+
__spreadValues({
|
|
2951
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7 5.44772 7.44772 5 8 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H8C7.44772 7 7 6.55228 7 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H8C7.44772 13 7 12.5523 7 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 18C7 17.4477 7.44772 17 8 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H8C7.44772 19 7 18.5523 7 18Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H3.01C3.56228 5 4.01 5.44772 4.01 6C4.01 6.55228 3.56228 7 3.01 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 11.4477 2.44772 11 3 11H3.01C3.56228 11 4.01 11.4477 4.01 12C4.01 12.5523 3.56228 13 3.01 13H3C2.44772 13 2 12.5523 2 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2 18C2 17.4477 2.44772 17 3 17H3.01C3.56228 17 4.01 17.4477 4.01 18C4.01 18.5523 3.56228 19 3.01 19H3C2.44772 19 2 18.5523 2 18Z' fill='currentColor'/></svg>",
|
|
2952
|
+
iconName: "IconList",
|
|
2953
|
+
iconSize: props.size,
|
|
2954
|
+
iconColor: props.color
|
|
2955
|
+
}, props)
|
|
2956
|
+
);
|
|
2957
|
+
}
|
|
2958
|
+
function IconToggleRight(props) {
|
|
2959
|
+
return /* @__PURE__ */ jsx(
|
|
2960
|
+
Icon,
|
|
2961
|
+
__spreadValues({
|
|
2962
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6H8ZM0 12C0 7.58172 3.58172 4 8 4H16C20.4183 4 24 7.58172 24 12C24 16.4183 20.4183 20 16 20H8C3.58172 20 0 16.4183 0 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 10C14.8954 10 14 10.8954 14 12C14 13.1046 14.8954 14 16 14C17.1046 14 18 13.1046 18 12C18 10.8954 17.1046 10 16 10ZM12 12C12 9.79086 13.7909 8 16 8C18.2091 8 20 9.79086 20 12C20 14.2091 18.2091 16 16 16C13.7909 16 12 14.2091 12 12Z' fill='currentColor'/></svg>",
|
|
2963
|
+
iconName: "IconToggleRight",
|
|
2964
|
+
iconSize: props.size,
|
|
2965
|
+
iconColor: props.color
|
|
2966
|
+
}, props)
|
|
2967
|
+
);
|
|
2968
|
+
}
|
|
2969
|
+
function IconTwitter(props) {
|
|
2970
|
+
return /* @__PURE__ */ jsx(
|
|
2971
|
+
Icon,
|
|
2972
|
+
__spreadValues({
|
|
2973
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2484)'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.5256 2.34999C15.5744 1.94969 16.7208 1.88114 17.8099 2.15363C18.6759 2.37032 19.4724 2.79436 20.1327 3.38491C20.9449 3.08639 21.7152 2.68238 22.4237 2.18264C22.7643 1.94237 23.2183 1.93859 23.5628 2.17316C23.9074 2.40772 24.0703 2.83142 23.9717 3.23642C23.6292 4.64294 22.9426 5.93937 21.977 7.01077C21.9918 7.17217 21.9996 7.33424 22.0001 7.4965L22.0001 7.4998C22.0001 13.5997 19.0632 18.0748 14.845 20.32C10.651 22.5523 5.29097 22.5276 0.51446 19.874C0.109649 19.6491 -0.0877967 19.1757 0.0372519 18.7298C0.162301 18.2839 0.577127 17.9822 1.03985 18.0006C2.72666 18.0677 4.39647 17.7323 5.91484 17.0328C4.41169 16.1052 3.32952 15.004 2.57716 13.8161C1.57353 12.2314 1.19466 10.5527 1.12613 9.04521C1.05781 7.54209 1.29658 6.1887 1.54758 5.21817C1.67368 4.73058 1.80452 4.3333 1.90538 4.05433C1.95587 3.91469 1.99901 3.80421 2.03054 3.72638C2.04631 3.68745 2.0592 3.65665 2.06866 3.63439L2.08023 3.60747L2.08319 3.60071C2.09023 3.58453 2.09773 3.56849 2.10568 3.55259L3.0001 3.9998L3.81846 3.42509C4.734 4.72877 5.95775 5.78579 7.38071 6.50202C8.51256 7.07171 9.7425 7.41172 10.9998 7.50622C10.9924 6.39655 11.3221 5.31046 11.9457 4.39186C12.5762 3.46306 13.4768 2.7503 14.5256 2.34999ZM3.40475 6.04341C3.22106 6.84478 3.07437 7.86104 3.12407 8.95439C3.18055 10.1969 3.48918 11.5182 4.2668 12.746C5.04039 13.9675 6.31614 15.1571 8.40624 16.086C8.73804 16.2335 8.96384 16.5492 8.99614 16.9109C9.02844 17.2725 8.86216 17.6233 8.56173 17.8272C7.4508 18.5813 6.2343 19.1486 4.9602 19.5155C8.13037 20.3232 11.3071 19.9374 13.9053 18.5546C17.4366 16.675 19.9996 12.9006 20.0001 7.50147C19.9993 7.28537 19.9785 7.06981 19.9379 6.85755C19.8752 6.52969 19.9803 6.19218 20.2179 5.9578C20.4407 5.73811 20.647 5.50396 20.8358 5.2573C20.6093 5.34086 20.3801 5.41758 20.1484 5.48733C19.7718 5.60074 19.3637 5.48283 19.1055 5.18604C18.6377 4.64812 18.016 4.26686 17.3244 4.09382C16.6328 3.92078 15.9048 3.96431 15.2388 4.21852C14.5727 4.47273 14.0009 4.92535 13.6005 5.51518C13.2001 6.105 12.9905 6.80357 13 7.5164L13.0002 7.5298H13.0001V8.5298C13.0001 9.07199 12.568 9.51541 12.026 9.52947C10.1038 9.57931 8.19909 9.15299 6.48152 8.28848C5.33595 7.71188 4.29735 6.95228 3.40475 6.04341Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2484'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2974
|
+
iconName: "IconTwitter",
|
|
2975
|
+
iconSize: props.size,
|
|
2976
|
+
iconColor: props.color
|
|
2977
|
+
}, props)
|
|
2978
|
+
);
|
|
2979
|
+
}
|
|
2980
|
+
function IconUmbrella(props) {
|
|
2981
|
+
return /* @__PURE__ */ jsx(
|
|
2982
|
+
Icon,
|
|
2983
|
+
__spreadValues({
|
|
2984
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2587)'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.8943 4.13372C6.11236 2.1173 9.00237 1 12 1C14.9976 1 17.8876 2.1173 20.1057 4.13372C22.3238 6.15015 23.7106 8.92091 23.9955 11.905C24.0223 12.1854 23.9295 12.4642 23.7399 12.6727C23.5504 12.8811 23.2817 13 23 13H13V19C13 19.5304 13.2107 20.0391 13.5858 20.4142C13.9609 20.7893 14.4696 21 15 21C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19C17 18.4477 17.4477 18 18 18C18.5523 18 19 18.4477 19 19C19 20.0609 18.5786 21.0783 17.8284 21.8284C17.0783 22.5786 16.0609 23 15 23C13.9391 23 12.9217 22.5786 12.1716 21.8284C11.4214 21.0783 11 20.0609 11 19V13H1C0.718259 13 0.449586 12.8811 0.260064 12.6727C0.0705417 12.4642 -0.0222434 12.1854 0.00452884 11.905C0.289372 8.92091 1.67623 6.15015 3.8943 4.13372ZM12 3C9.4999 3 7.08957 3.93185 5.23964 5.6136C3.66431 7.04572 2.5917 8.93407 2.16128 11H21.8387C21.4083 8.93407 20.3357 7.04572 18.7604 5.6136C16.9104 3.93185 14.5001 3 12 3Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2587'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
2985
|
+
iconName: "IconUmbrella",
|
|
2986
|
+
iconSize: props.size,
|
|
2987
|
+
iconColor: props.color
|
|
2988
|
+
}, props)
|
|
2989
|
+
);
|
|
2990
|
+
}
|
|
2991
|
+
function IconType(props) {
|
|
2992
|
+
return /* @__PURE__ */ jsx(
|
|
2993
|
+
Icon,
|
|
2994
|
+
__spreadValues({
|
|
2995
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V7C21 7.55228 20.5523 8 20 8C19.4477 8 19 7.55228 19 7V5H5V7C5 7.55228 4.55228 8 4 8C3.44772 8 3 7.55228 3 7V4Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8 20C8 19.4477 8.44772 19 9 19H15C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H9C8.44772 21 8 20.5523 8 20Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z' fill='currentColor'/></svg>",
|
|
2996
|
+
iconName: "IconType",
|
|
2997
|
+
iconSize: props.size,
|
|
2998
|
+
iconColor: props.color
|
|
2999
|
+
}, props)
|
|
3000
|
+
);
|
|
3001
|
+
}
|
|
3002
|
+
function IconUnlock(props) {
|
|
3003
|
+
return /* @__PURE__ */ jsx(
|
|
3004
|
+
Icon,
|
|
3005
|
+
__spreadValues({
|
|
3006
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 12C4.44772 12 4 12.4477 4 13V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V13C20 12.4477 19.5523 12 19 12H5ZM2 13C2 11.3431 3.34315 10 5 10H19C20.6569 10 22 11.3431 22 13V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V13Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 11C9.55228 11 10 10.5523 10 10V6.5C10 5.96957 10.2107 5.46086 10.5858 5.08579C10.9609 4.71071 11.4696 4.5 12 4.5C12.5304 4.5 13.0391 4.71071 13.4142 5.08579C13.7893 5.46086 14 5.96957 14 6.5C14 7.05228 14.4477 7.5 15 7.5C15.5523 7.5 16 7.05228 16 6.5C16 5.43913 15.5786 4.42172 14.8284 3.67157C14.0783 2.92143 13.0609 2.5 12 2.5C10.9391 2.5 9.92172 2.92143 9.17157 3.67157C8.42143 4.42172 8 5.43913 8 6.5V10C8 10.5523 8.44772 11 9 11Z' fill='currentColor'/></svg>",
|
|
3007
|
+
iconName: "IconUnlock",
|
|
3008
|
+
iconSize: props.size,
|
|
3009
|
+
iconColor: props.color
|
|
3010
|
+
}, props)
|
|
3011
|
+
);
|
|
3012
|
+
}
|
|
3013
|
+
function IconUnderline(props) {
|
|
3014
|
+
return /* @__PURE__ */ jsx(
|
|
3015
|
+
Icon,
|
|
3016
|
+
__spreadValues({
|
|
3017
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6 2C6.55228 2 7 2.44772 7 3V10C7 11.3261 7.52678 12.5979 8.46447 13.5355C9.40215 14.4732 10.6739 15 12 15C13.3261 15 14.5979 14.4732 15.5355 13.5355C16.4732 12.5979 17 11.3261 17 10V3C17 2.44772 17.4477 2 18 2C18.5523 2 19 2.44772 19 3V10C19 11.8565 18.2625 13.637 16.9497 14.9497C15.637 16.2625 13.8565 17 12 17C10.1435 17 8.36301 16.2625 7.05025 14.9497C5.7375 13.637 5 11.8565 5 10V3C5 2.44772 5.44772 2 6 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 21C3 20.4477 3.44772 20 4 20H20C20.5523 20 21 20.4477 21 21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21Z' fill='currentColor'/></svg>",
|
|
3018
|
+
iconName: "IconUnderline",
|
|
3019
|
+
iconSize: props.size,
|
|
3020
|
+
iconColor: props.color
|
|
3021
|
+
}, props)
|
|
3022
|
+
);
|
|
3023
|
+
}
|
|
3024
|
+
function IconUploadCloud(props) {
|
|
3025
|
+
return /* @__PURE__ */ jsx(
|
|
3026
|
+
Icon,
|
|
3027
|
+
__spreadValues({
|
|
3028
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2648)'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 11.2929C11.6834 10.9024 12.3166 10.9024 12.7071 11.2929L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L11.2929 11.2929Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 11C12.5523 11 13 11.4477 13 12V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V12C11 11.4477 11.4477 11 12 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.66375 2.00854C10.0232 1.95846 11.3764 2.21721 12.6215 2.76536C13.8666 3.31351 14.9712 4.13678 15.8523 5.17329C16.5638 6.01022 17.1145 6.96858 17.4795 7.99998H18.0004C19.3335 8.00086 20.6289 8.44564 21.6811 9.26412C22.7333 10.0826 23.4829 11.2282 23.8118 12.52C24.1406 13.8119 24.0298 15.1764 23.497 16.3983C22.9641 17.6202 22.0395 18.6299 20.8691 19.268C20.3842 19.5323 19.7768 19.3535 19.5124 18.8686C19.2481 18.3837 19.4269 17.7763 19.9118 17.512C20.6921 17.0866 21.3085 16.4135 21.6637 15.5989C22.0189 14.7843 22.0928 13.8746 21.8736 13.0133C21.6543 12.1521 21.1546 11.3884 20.4531 10.8427C19.7517 10.2971 18.8885 10.0006 17.9998 9.99998H16.7404C16.2846 9.99998 15.8864 9.69166 15.7723 9.25029C15.5074 8.22588 15.0138 7.27483 14.3285 6.46866C13.6432 5.66249 12.784 5.02216 11.8156 4.59582C10.8472 4.16949 9.79476 3.96823 8.73738 4.00719C7.68001 4.04615 6.64522 4.3243 5.71081 4.82075C4.77641 5.31719 3.9667 6.01901 3.34258 6.87343C2.71845 7.72784 2.29614 8.71264 2.10739 9.75376C1.91864 10.7949 1.96837 11.8653 2.25284 12.8844C2.53731 13.9035 3.04912 14.8449 3.74978 15.6378C4.1155 16.0516 4.07649 16.6836 3.66264 17.0493C3.2488 17.415 2.61683 17.376 2.25112 16.9622C1.35026 15.9428 0.692227 14.7324 0.32648 13.4221C-0.0392667 12.1118 -0.103207 10.7356 0.139467 9.397C0.382141 8.05841 0.925114 6.79224 1.72756 5.69371C2.53002 4.59517 3.57106 3.69284 4.77244 3.05455C5.97382 2.41626 7.30426 2.05863 8.66375 2.00854Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 11.2929C11.6834 10.9024 12.3166 10.9024 12.7071 11.2929L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L11.2929 11.2929Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2648'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
3029
|
+
iconName: "IconUploadCloud",
|
|
3030
|
+
iconSize: props.size,
|
|
3031
|
+
iconColor: props.color
|
|
3032
|
+
}, props)
|
|
3033
|
+
);
|
|
3034
|
+
}
|
|
3035
|
+
function IconUpload(props) {
|
|
3036
|
+
return /* @__PURE__ */ jsx(
|
|
3037
|
+
Icon,
|
|
3038
|
+
__spreadValues({
|
|
3039
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 14C3.55228 14 4 14.4477 4 15V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V15C2 14.4477 2.44772 14 3 14Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 2.29289C11.6834 1.90237 12.3166 1.90237 12.7071 2.29289L17.7071 7.29289C18.0976 7.68342 18.0976 8.31658 17.7071 8.70711C17.3166 9.09763 16.6834 9.09763 16.2929 8.70711L12 4.41421L7.70711 8.70711C7.31658 9.09763 6.68342 9.09763 6.29289 8.70711C5.90237 8.31658 5.90237 7.68342 6.29289 7.29289L11.2929 2.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V3C11 2.44772 11.4477 2 12 2Z' fill='currentColor'/></svg>",
|
|
3040
|
+
iconName: "IconUpload",
|
|
3041
|
+
iconSize: props.size,
|
|
3042
|
+
iconColor: props.color
|
|
3043
|
+
}, props)
|
|
3044
|
+
);
|
|
3045
|
+
}
|
|
3046
|
+
function IconUserCheck(props) {
|
|
3047
|
+
return /* @__PURE__ */ jsx(
|
|
3048
|
+
Icon,
|
|
3049
|
+
__spreadValues({
|
|
3050
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.46447 15.4645C2.40215 14.5268 3.67392 14 5 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2044 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H5C4.20435 16 3.44129 16.3161 2.87868 16.8787C2.31607 17.4413 2 18.2044 2 19V21C2 21.5523 1.55228 22 1 22C0.447715 22 0 21.5523 0 21V19C0 17.6739 0.526784 16.4021 1.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 4C6.84315 4 5.5 5.34315 5.5 7C5.5 8.65685 6.84315 10 8.5 10C10.1569 10 11.5 8.65685 11.5 7C11.5 5.34315 10.1569 4 8.5 4ZM3.5 7C3.5 4.23858 5.73858 2 8.5 2C11.2614 2 13.5 4.23858 13.5 7C13.5 9.76142 11.2614 12 8.5 12C5.73858 12 3.5 9.76142 3.5 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 8.29289C24.0976 8.68342 24.0976 9.31658 23.7071 9.70711L19.7071 13.7071C19.3166 14.0976 18.6834 14.0976 18.2929 13.7071L16.2929 11.7071C15.9024 11.3166 15.9024 10.6834 16.2929 10.2929C16.6834 9.90237 17.3166 9.90237 17.7071 10.2929L19 11.5858L22.2929 8.29289C22.6834 7.90237 23.3166 7.90237 23.7071 8.29289Z' fill='currentColor'/></svg>",
|
|
3051
|
+
iconName: "IconUserCheck",
|
|
3052
|
+
iconSize: props.size,
|
|
3053
|
+
iconColor: props.color
|
|
3054
|
+
}, props)
|
|
3055
|
+
);
|
|
3056
|
+
}
|
|
3057
|
+
function IconUserMinus(props) {
|
|
3058
|
+
return /* @__PURE__ */ jsx(
|
|
3059
|
+
Icon,
|
|
3060
|
+
__spreadValues({
|
|
3061
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.46447 15.4645C2.40215 14.5268 3.67392 14 5 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2044 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H5C4.20435 16 3.44129 16.3161 2.87868 16.8787C2.31607 17.4413 2 18.2044 2 19V21C2 21.5523 1.55228 22 1 22C0.447715 22 0 21.5523 0 21V19C0 17.6739 0.526784 16.4021 1.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 4C6.84315 4 5.5 5.34315 5.5 7C5.5 8.65685 6.84315 10 8.5 10C10.1569 10 11.5 8.65685 11.5 7C11.5 5.34315 10.1569 4 8.5 4ZM3.5 7C3.5 4.23858 5.73858 2 8.5 2C11.2614 2 13.5 4.23858 13.5 7C13.5 9.76142 11.2614 12 8.5 12C5.73858 12 3.5 9.76142 3.5 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 11C16 10.4477 16.4477 10 17 10H23C23.5523 10 24 10.4477 24 11C24 11.5523 23.5523 12 23 12H17C16.4477 12 16 11.5523 16 11Z' fill='currentColor'/></svg>",
|
|
3062
|
+
iconName: "IconUserMinus",
|
|
3063
|
+
iconSize: props.size,
|
|
3064
|
+
iconColor: props.color
|
|
3065
|
+
}, props)
|
|
3066
|
+
);
|
|
3067
|
+
}
|
|
3068
|
+
function IconTrophy(props) {
|
|
3069
|
+
return /* @__PURE__ */ jsx(
|
|
3070
|
+
Icon,
|
|
3071
|
+
__spreadValues({
|
|
3072
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.18313 18.2609V16.1739H11.2314V18.7826C11.2314 19.6471 10.5436 20.3478 9.6952 20.3478H7.13485V21.913H17.3762V20.3478H14.8159C13.9675 20.3478 13.2797 19.6471 13.2797 18.7826V16.1739H15.328V18.2609H17.8883C18.7367 18.2609 19.4245 18.9616 19.4245 19.8261V22.4348C19.4245 23.2992 18.7367 24 17.8883 24H6.62278C5.77436 24 5.08658 23.2992 5.08658 22.4348V19.8261C5.08658 18.9616 5.77436 18.2609 6.62278 18.2609H9.18313Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.21761 6.26087H7.13486V4.17391H1.19497C0.449162 4.17391 -0.114465 4.86226 0.019211 5.60985L0.219495 6.72994C0.873285 10.3863 3.99928 13.0435 7.64693 13.0435V10.9565C4.98891 10.9565 2.71102 9.02024 2.2346 6.35589L2.21761 6.26087Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21.7814 6.26087H16.8642V4.17391H22.804C23.5499 4.17391 24.1135 4.86226 23.9798 5.60985L23.7795 6.72994C23.1257 10.3863 19.9997 13.0435 16.3521 13.0435V10.9565C19.0101 10.9565 21.288 9.02024 21.7644 6.35589L21.7814 6.26087Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.52623 1.04348C2.52623 0.467181 2.98475 0 3.55037 0H20.4487C21.0143 0 21.4728 0.467181 21.4728 1.04348C21.4728 1.61978 21.0143 2.08696 20.4487 2.08696H18.4004V13.0435C18.4004 14.7724 17.0248 16.1739 15.328 16.1739H8.67106C6.97421 16.1739 5.59864 14.7724 5.59864 13.0435V2.08696H3.55037C2.98475 2.08696 2.52623 1.61978 2.52623 1.04348ZM7.64692 2.08696L7.64693 13.0435C7.64693 13.6198 8.10544 14.087 8.67106 14.087H15.328C15.8936 14.087 16.3521 13.6198 16.3521 13.0435L16.3521 2.08696H7.64692Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.2555 5.21739C12.3441 5.21739 12.425 5.27102 12.4643 5.35574L13.1294 6.79265L14.6168 7.02449C14.7044 7.03816 14.7772 7.10368 14.8045 7.19354C14.8319 7.28339 14.809 7.382 14.7455 7.4479L13.6694 8.5656L13.9234 10.1446C13.9384 10.2377 13.9025 10.3319 13.8308 10.3874C13.7591 10.4429 13.6641 10.4502 13.5857 10.4063L12.2555 9.66033L10.9254 10.4063C10.847 10.4502 10.752 10.4429 10.6803 10.3874C10.6086 10.3319 10.5727 10.2377 10.5877 10.1446L10.8417 8.5656L9.76556 7.4479C9.70211 7.382 9.67923 7.28339 9.70655 7.19354C9.73388 7.10368 9.80665 7.03816 9.8943 7.02449L11.3817 6.79265L12.0468 5.35574C12.086 5.27102 12.167 5.21739 12.2555 5.21739ZM12.2555 6.02637L11.745 7.12927C11.7112 7.20245 11.6457 7.2532 11.57 7.265L10.428 7.443L11.2542 8.30107C11.3091 8.3581 11.3341 8.44029 11.3212 8.52084L11.1262 9.73276L12.1472 9.1602C12.215 9.12217 12.2961 9.12217 12.3639 9.1602L13.3848 9.73276L13.1899 8.52084C13.177 8.44029 13.202 8.3581 13.2569 8.30107L14.0831 7.443L12.9411 7.265C12.8654 7.2532 12.7999 7.20245 12.7661 7.12927L12.2555 6.02637Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.8152 5.24446C11.8947 5.07283 12.0631 4.95652 12.2555 4.95652C12.4479 4.95652 12.6164 5.07283 12.6958 5.24446L13.3028 6.55578L14.6555 6.76662C14.845 6.79617 14.9943 6.93608 15.0491 7.11634C15.1036 7.29564 15.0592 7.4946 14.9283 7.63058L13.9431 8.65389L14.176 10.1024C14.2058 10.2874 14.1355 10.479 13.9857 10.595C13.8341 10.7125 13.63 10.7289 13.4622 10.6348L12.2555 9.9581L11.0489 10.6348C10.8811 10.7289 10.677 10.7125 10.5253 10.595C10.3755 10.479 10.3053 10.2874 10.335 10.1024L10.568 8.65389L9.58277 7.63058C9.45185 7.4946 9.40745 7.29564 9.46197 7.11634C9.51678 6.93608 9.66603 6.79617 9.85556 6.76662L11.2083 6.55578L11.8152 5.24446ZM12.2555 5.51639L12.1227 5.80336C12.162 5.77906 12.2077 5.7655 12.2555 5.7655C12.3033 5.7655 12.3491 5.77906 12.3884 5.80336L12.2555 5.51639ZM14.2277 7.22775C14.273 7.25935 14.308 7.30554 14.326 7.36054C14.3415 7.40814 14.343 7.45825 14.3317 7.50519L14.5504 7.27805L14.2277 7.22775ZM13.6158 9.84533C13.5973 9.88478 13.569 9.9196 13.5326 9.94583C13.4873 9.97837 13.4341 9.99445 13.3808 9.9936L13.6653 10.1532L13.6158 9.84533ZM12.2596 9.39949L12.2555 9.39722L12.2515 9.39949C12.2542 9.39945 12.2569 9.39945 12.2596 9.39949ZM11.1303 9.9936C11.077 9.99445 11.0237 9.97837 10.9785 9.94583C10.9421 9.9196 10.9138 9.88478 10.8953 9.84533L10.8457 10.1532L11.1303 9.9936ZM10.802 10.1777C10.8019 10.1777 10.802 10.1777 10.802 10.1777V10.1777ZM10.1794 7.50519C10.168 7.45825 10.1695 7.40814 10.1851 7.36054C10.2031 7.30554 10.2381 7.25935 10.2833 7.22775L9.96067 7.27805L10.1794 7.50519ZM12.2555 6.63794L11.9766 7.24054C11.908 7.3888 11.7723 7.49738 11.6087 7.52287L10.9608 7.62386L11.4369 8.11839C11.5504 8.23627 11.5996 8.40257 11.5738 8.56303L11.464 9.24554L12.0237 8.93166C12.1684 8.85052 12.3426 8.85052 12.4873 8.93166L13.047 9.24554L12.9372 8.56302C12.9114 8.40257 12.9607 8.23627 13.0741 8.11839L13.5503 7.62386L12.9024 7.52287C12.7388 7.49738 12.6031 7.3888 12.5345 7.24054L12.2555 6.63794Z' fill='currentColor'/></svg>",
|
|
3073
|
+
iconName: "IconTrophy",
|
|
3074
|
+
iconSize: props.size,
|
|
3075
|
+
iconColor: props.color
|
|
3076
|
+
}, props)
|
|
3077
|
+
);
|
|
3078
|
+
}
|
|
3079
|
+
function IconTrash(props) {
|
|
3080
|
+
return /* @__PURE__ */ jsx(
|
|
3081
|
+
Icon,
|
|
3082
|
+
__spreadValues({
|
|
3083
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M10 3C9.73478 3 9.48043 3.10536 9.29289 3.29289C9.10536 3.48043 9 3.73478 9 4V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V4C7 3.20435 7.31607 2.44129 7.87868 1.87868C8.44129 1.31607 9.20435 1 10 1H14C14.7956 1 15.5587 1.31607 16.1213 1.87868C16.6839 2.44129 17 3.20435 17 4V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V4C15 3.73478 14.8946 3.48043 14.7071 3.29289C14.5196 3.10536 14.2652 3 14 3H10ZM5 5C5.55228 5 6 5.44772 6 6V20C6 20.2652 6.10536 20.5196 6.29289 20.7071C6.48043 20.8946 6.73478 21 7 21H17C17.2652 21 17.5196 20.8946 17.7071 20.7071C17.8946 20.5196 18 20.2652 18 20V6C18 5.44772 18.4477 5 19 5C19.5523 5 20 5.44772 20 6V20C20 20.7957 19.6839 21.5587 19.1213 22.1213C18.5587 22.6839 17.7957 23 17 23H7C6.20435 23 5.44129 22.6839 4.87868 22.1213C4.31607 21.5587 4 20.7957 4 20V6C4 5.44772 4.44772 5 5 5Z' fill='currentColor'/></svg>",
|
|
3084
|
+
iconName: "IconTrash",
|
|
3085
|
+
iconSize: props.size,
|
|
3086
|
+
iconColor: props.color
|
|
3087
|
+
}, props)
|
|
3088
|
+
);
|
|
3089
|
+
}
|
|
3090
|
+
function IconUserPlus(props) {
|
|
3091
|
+
return /* @__PURE__ */ jsx(
|
|
3092
|
+
Icon,
|
|
3093
|
+
__spreadValues({
|
|
3094
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.46447 15.4645C2.40215 14.5268 3.67392 14 5 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2044 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H5C4.20435 16 3.44129 16.3161 2.87868 16.8787C2.31607 17.4413 2 18.2044 2 19V21C2 21.5523 1.55228 22 1 22C0.447715 22 0 21.5523 0 21V19C0 17.6739 0.526784 16.4021 1.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 4C6.84315 4 5.5 5.34315 5.5 7C5.5 8.65685 6.84315 10 8.5 10C10.1569 10 11.5 8.65685 11.5 7C11.5 5.34315 10.1569 4 8.5 4ZM3.5 7C3.5 4.23858 5.73858 2 8.5 2C11.2614 2 13.5 4.23858 13.5 7C13.5 9.76142 11.2614 12 8.5 12C5.73858 12 3.5 9.76142 3.5 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M20 7C20.5523 7 21 7.44772 21 8V14C21 14.5523 20.5523 15 20 15C19.4477 15 19 14.5523 19 14V8C19 7.44772 19.4477 7 20 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 11C16 10.4477 16.4477 10 17 10H23C23.5523 10 24 10.4477 24 11C24 11.5523 23.5523 12 23 12H17C16.4477 12 16 11.5523 16 11Z' fill='currentColor'/></svg>",
|
|
3095
|
+
iconName: "IconUserPlus",
|
|
3096
|
+
iconSize: props.size,
|
|
3097
|
+
iconColor: props.color
|
|
3098
|
+
}, props)
|
|
3099
|
+
);
|
|
3100
|
+
}
|
|
3101
|
+
function IconUser(props) {
|
|
3102
|
+
return /* @__PURE__ */ jsx(
|
|
3103
|
+
Icon,
|
|
3104
|
+
__spreadValues({
|
|
3105
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.46447 15.4645C5.40215 14.5268 6.67392 14 8 14H16C17.3261 14 18.5979 14.5268 19.5355 15.4645C20.4732 16.4021 21 17.6739 21 19V21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21V19C19 18.2044 18.6839 17.4413 18.1213 16.8787C17.5587 16.3161 16.7956 16 16 16H8C7.20435 16 6.44129 16.3161 5.87868 16.8787C5.31607 17.4413 5 18.2044 5 19V21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21V19C3 17.6739 3.52678 16.4021 4.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7Z' fill='currentColor'/></svg>",
|
|
3106
|
+
iconName: "IconUser",
|
|
3107
|
+
iconSize: props.size,
|
|
3108
|
+
iconColor: props.color
|
|
3109
|
+
}, props)
|
|
3110
|
+
);
|
|
3111
|
+
}
|
|
3112
|
+
function IconVideoOff(props) {
|
|
3113
|
+
return /* @__PURE__ */ jsx(
|
|
3114
|
+
Icon,
|
|
3115
|
+
__spreadValues({
|
|
3116
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2619)'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 6C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7V17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H14C14.2652 18 14.5196 17.8946 14.7071 17.7071C14.8946 17.5196 15 17.2652 15 17V16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16V17C17 17.7957 16.6839 18.5587 16.1213 19.1213C15.5587 19.6839 14.7957 20 14 20H3C2.20435 20 1.44129 19.6839 0.87868 19.1213C0.316071 18.5587 0 17.7956 0 17V7C0 6.20435 0.316071 5.44129 0.87868 4.87868C1.44129 4.31607 2.20435 4 3 4H5C5.55228 4 6 4.44772 6 5C6 5.55228 5.55228 6 5 6H3ZM9.66 5C9.66 4.44772 10.1077 4 10.66 4H14C14.7956 4 15.5587 4.31607 16.1213 4.87868C16.6839 5.44129 17 6.20435 17 7V9.92579L17.1045 10.0303L22.4139 6.18975C22.7183 5.96958 23.1204 5.93857 23.4549 6.10947C23.7895 6.28037 24 6.62434 24 7V17C24 17.5523 23.5523 18 23 18C22.4477 18 22 17.5523 22 17V8.95752L17.5861 12.1503C17.1882 12.4381 16.6402 12.3944 16.2929 12.0471L15.2929 11.0471C15.1054 10.8596 15 10.6052 15 10.34V7C15 6.73478 14.8946 6.48043 14.7071 6.29289C14.5196 6.10536 14.2652 6 14 6H10.66C10.1077 6 9.66 5.55228 9.66 5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2619'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
3117
|
+
iconName: "IconVideoOff",
|
|
3118
|
+
iconSize: props.size,
|
|
3119
|
+
iconColor: props.color
|
|
3120
|
+
}, props)
|
|
3121
|
+
);
|
|
3122
|
+
}
|
|
3123
|
+
function IconUserX(props) {
|
|
3124
|
+
return /* @__PURE__ */ jsx(
|
|
3125
|
+
Icon,
|
|
3126
|
+
__spreadValues({
|
|
3127
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.46447 15.4645C2.40215 14.5268 3.67392 14 5 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2044 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H5C4.20435 16 3.44129 16.3161 2.87868 16.8787C2.31607 17.4413 2 18.2044 2 19V21C2 21.5523 1.55228 22 1 22C0.447715 22 0 21.5523 0 21V19C0 17.6739 0.526784 16.4021 1.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.5 4C6.84315 4 5.5 5.34315 5.5 7C5.5 8.65685 6.84315 10 8.5 10C10.1569 10 11.5 8.65685 11.5 7C11.5 5.34315 10.1569 4 8.5 4ZM3.5 7C3.5 4.23858 5.73858 2 8.5 2C11.2614 2 13.5 4.23858 13.5 7C13.5 9.76142 11.2614 12 8.5 12C5.73858 12 3.5 9.76142 3.5 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M17.2929 7.29289C17.6834 6.90237 18.3166 6.90237 18.7071 7.29289L23.7071 12.2929C24.0976 12.6834 24.0976 13.3166 23.7071 13.7071C23.3166 14.0976 22.6834 14.0976 22.2929 13.7071L17.2929 8.70711C16.9024 8.31658 16.9024 7.68342 17.2929 7.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 7.29289C24.0976 7.68342 24.0976 8.31658 23.7071 8.70711L18.7071 13.7071C18.3166 14.0976 17.6834 14.0976 17.2929 13.7071C16.9024 13.3166 16.9024 12.6834 17.2929 12.2929L22.2929 7.29289C22.6834 6.90237 23.3166 6.90237 23.7071 7.29289Z' fill='currentColor'/></svg>",
|
|
3128
|
+
iconName: "IconUserX",
|
|
3129
|
+
iconSize: props.size,
|
|
3130
|
+
iconColor: props.color
|
|
3131
|
+
}, props)
|
|
3132
|
+
);
|
|
3133
|
+
}
|
|
3134
|
+
function IconVoicemail(props) {
|
|
3135
|
+
return /* @__PURE__ */ jsx(
|
|
3136
|
+
Icon,
|
|
3137
|
+
__spreadValues({
|
|
3138
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 8C3.567 8 2 9.567 2 11.5C2 13.433 3.567 15 5.5 15C7.433 15 9 13.433 9 11.5C9 9.567 7.433 8 5.5 8ZM0 11.5C0 8.46243 2.46243 6 5.5 6C8.53757 6 11 8.46243 11 11.5C11 14.5376 8.53757 17 5.5 17C2.46243 17 0 14.5376 0 11.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8C16.567 8 15 9.567 15 11.5C15 13.433 16.567 15 18.5 15C20.433 15 22 13.433 22 11.5C22 9.567 20.433 8 18.5 8ZM13 11.5C13 8.46243 15.4624 6 18.5 6C21.5376 6 24 8.46243 24 11.5C24 14.5376 21.5376 17 18.5 17C15.4624 17 13 14.5376 13 11.5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.5 16C4.5 15.4477 4.94772 15 5.5 15H18.5C19.0523 15 19.5 15.4477 19.5 16C19.5 16.5523 19.0523 17 18.5 17H5.5C4.94772 17 4.5 16.5523 4.5 16Z' fill='currentColor'/></svg>",
|
|
3139
|
+
iconName: "IconVoicemail",
|
|
3140
|
+
iconSize: props.size,
|
|
3141
|
+
iconColor: props.color
|
|
3142
|
+
}, props)
|
|
3143
|
+
);
|
|
3144
|
+
}
|
|
3145
|
+
function IconVideo(props) {
|
|
3146
|
+
return /* @__PURE__ */ jsx(
|
|
3147
|
+
Icon,
|
|
3148
|
+
__spreadValues({
|
|
3149
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M23.4576 6.11084C23.7907 6.28224 24 6.62542 24 7V17C24 17.3746 23.7907 17.7178 23.4576 17.8892C23.1245 18.0606 22.7236 18.0315 22.4188 17.8137L15.4188 12.8137C15.156 12.626 15 12.323 15 12C15 11.6771 15.156 11.374 15.4188 11.1863L22.4188 6.18627C22.7236 5.96855 23.1245 5.93943 23.4576 6.11084ZM17.7205 12L22 15.0568V8.94319L17.7205 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3 6C2.44772 6 2 6.44772 2 7V17C2 17.5523 2.44772 18 3 18H14C14.5523 18 15 17.5523 15 17V7C15 6.44772 14.5523 6 14 6H3ZM0 7C0 5.34315 1.34315 4 3 4H14C15.6569 4 17 5.34315 17 7V17C17 18.6569 15.6569 20 14 20H3C1.34315 20 0 18.6569 0 17V7Z' fill='currentColor'/></svg>",
|
|
3150
|
+
iconName: "IconVideo",
|
|
3151
|
+
iconSize: props.size,
|
|
3152
|
+
iconColor: props.color
|
|
3153
|
+
}, props)
|
|
3154
|
+
);
|
|
3155
|
+
}
|
|
3156
|
+
function IconWatch(props) {
|
|
3157
|
+
return /* @__PURE__ */ jsx(
|
|
3158
|
+
Icon,
|
|
3159
|
+
__spreadValues({
|
|
3160
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.4606 17.35L16.1125 21.18C16.0677 21.6787 15.8385 22.1423 15.4703 22.4792C15.102 22.8162 13.9979 23.002 13.5 23H9.81748C9.31958 23.002 8.83903 22.8162 8.47077 22.4792C8.10251 22.1423 7.87334 21.6787 7.82854 21.18L7.48047 17.35M7.49041 6.65002L7.83848 2.82002C7.88314 2.32309 8.1109 1.8609 8.47705 1.52417C8.8432 1.18744 9.32129 1.00049 9.81748 1.00002H14.1435C14.6414 0.997985 15.1219 1.18381 15.4902 1.52079C15.8584 1.85776 16.0876 2.32137 16.1324 2.82002L16.4805 6.65002' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 8C12.5523 8 13 8.44772 13 9V11.5858L14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071C13.8166 14.5976 13.1834 14.5976 12.7929 14.2071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V9C11 8.44772 11.4477 8 12 8Z' fill='currentColor'/></svg>",
|
|
3161
|
+
iconName: "IconWatch",
|
|
3162
|
+
iconSize: props.size,
|
|
3163
|
+
iconColor: props.color
|
|
3164
|
+
}, props)
|
|
3165
|
+
);
|
|
3166
|
+
}
|
|
3167
|
+
function IconVolume1(props) {
|
|
3168
|
+
return /* @__PURE__ */ jsx(
|
|
3169
|
+
Icon,
|
|
3170
|
+
__spreadValues({
|
|
3171
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.4332 4.09871C11.7797 4.26523 12 4.6156 12 5.00001V19C12 19.3844 11.7797 19.7348 11.4332 19.9013C11.0867 20.0678 10.6755 20.021 10.3753 19.7809L5.64922 16H2C1.44772 16 1 15.5523 1 15V9.00001C1 8.44772 1.44772 8.00001 2 8.00001H5.64922L10.3753 4.21914C10.6755 3.979 11.0867 3.93219 11.4332 4.09871ZM10 7.08063L6.62469 9.78088C6.44738 9.92273 6.22707 10 6 10H3V14H6C6.22707 14 6.44738 14.0773 6.62469 14.2191L10 16.9194V7.08063Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M14.833 7.75275C15.2236 7.36228 15.8568 7.36238 16.2473 7.75296C17.3721 8.87813 18.004 10.404 18.004 11.995C18.004 13.5859 17.3721 15.1118 16.2473 16.237C15.8568 16.6275 15.2236 16.6276 14.833 16.2372C14.4425 15.8467 14.4424 15.2135 14.8328 14.823C15.5827 14.0728 16.004 13.0556 16.004 11.995C16.004 10.9343 15.5827 9.91707 14.8328 9.16696C14.4424 8.77638 14.4425 8.14321 14.833 7.75275Z' fill='currentColor'/></svg>",
|
|
3172
|
+
iconName: "IconVolume1",
|
|
3173
|
+
iconSize: props.size,
|
|
3174
|
+
iconColor: props.color
|
|
3175
|
+
}, props)
|
|
3176
|
+
);
|
|
3177
|
+
}
|
|
3178
|
+
function IconVolumeX(props) {
|
|
3179
|
+
return /* @__PURE__ */ jsx(
|
|
3180
|
+
Icon,
|
|
3181
|
+
__spreadValues({
|
|
3182
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.4332 4.09871C11.7797 4.26523 12 4.6156 12 5.00001V19C12 19.3844 11.7797 19.7348 11.4332 19.9013C11.0867 20.0678 10.6755 20.021 10.3753 19.7809L5.64922 16H2C1.44772 16 1 15.5523 1 15V9.00001C1 8.44772 1.44772 8.00001 2 8.00001H5.64922L10.3753 4.21914C10.6755 3.979 11.0867 3.93219 11.4332 4.09871ZM10 7.08063L6.62469 9.78088C6.44738 9.92273 6.22707 10 6 10H3V14H6C6.22707 14 6.44738 14.0773 6.62469 14.2191L10 16.9194V7.08063Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 8.29289C24.0976 8.68342 24.0976 9.31658 23.7071 9.70711L17.7071 15.7071C17.3166 16.0976 16.6834 16.0976 16.2929 15.7071C15.9024 15.3166 15.9024 14.6834 16.2929 14.2929L22.2929 8.29289C22.6834 7.90237 23.3166 7.90237 23.7071 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.2929 8.29289C16.6834 7.90237 17.3166 7.90237 17.7071 8.29289L23.7071 14.2929C24.0976 14.6834 24.0976 15.3166 23.7071 15.7071C23.3166 16.0976 22.6834 16.0976 22.2929 15.7071L16.2929 9.70711C15.9024 9.31658 15.9024 8.68342 16.2929 8.29289Z' fill='currentColor'/></svg>",
|
|
3183
|
+
iconName: "IconVolumeX",
|
|
3184
|
+
iconSize: props.size,
|
|
3185
|
+
iconColor: props.color
|
|
3186
|
+
}, props)
|
|
3187
|
+
);
|
|
3188
|
+
}
|
|
3189
|
+
function IconUsers(props) {
|
|
3190
|
+
return /* @__PURE__ */ jsx(
|
|
3191
|
+
Icon,
|
|
3192
|
+
__spreadValues({
|
|
3193
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.46447 15.4645C2.40215 14.5268 3.67392 14 5 14H13C14.3261 14 15.5979 14.5268 16.5355 15.4645C17.4732 16.4021 18 17.6739 18 19V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V19C16 18.2044 15.6839 17.4413 15.1213 16.8787C14.5587 16.3161 13.7956 16 13 16H5C4.20435 16 3.44129 16.3161 2.87868 16.8787C2.31607 17.4413 2 18.2044 2 19V21C2 21.5523 1.55228 22 1 22C0.447715 22 0 21.5523 0 21V19C0 17.6739 0.526784 16.4021 1.46447 15.4645Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 4C7.34315 4 6 5.34315 6 7C6 8.65685 7.34315 10 9 10C10.6569 10 12 8.65685 12 7C12 5.34315 10.6569 4 9 4ZM4 7C4 4.23858 6.23858 2 9 2C11.7614 2 14 4.23858 14 7C14 9.76142 11.7614 12 9 12C6.23858 12 4 9.76142 4 7Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.032 14.8801C19.1701 14.3454 19.7155 14.0238 20.2502 14.1619C21.3229 14.4388 22.2732 15.0642 22.9519 15.9398C23.6307 16.8153 23.9994 17.8915 24.0002 18.9994L24.0002 21.0001C24.0002 21.5524 23.5525 22.0001 23.0002 22.0001C22.448 22.0001 22.0002 21.5524 22.0002 21.0001L22.0002 19.0009C22.0002 19.0008 22.0002 19.001 22.0002 19.0009C21.9997 18.3363 21.7784 17.6904 21.3713 17.1651C20.964 16.6398 20.3938 16.2645 19.7502 16.0984C19.2155 15.9603 18.8939 15.4149 19.032 14.8801Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.0315 2.88208C15.1685 2.34706 15.7133 2.02439 16.2483 2.16137C17.3238 2.43675 18.2771 3.06225 18.9578 3.93926C19.6386 4.81627 20.0081 5.89491 20.0081 7.00512C20.0081 8.11534 19.6386 9.19397 18.9578 10.071C18.2771 10.948 17.3238 11.5735 16.2483 11.8489C15.7133 11.9859 15.1685 11.6632 15.0315 11.1282C14.8945 10.5931 15.2172 10.0484 15.7522 9.91137C16.3975 9.74615 16.9695 9.37085 17.3779 8.84464C17.7864 8.31843 18.0081 7.67125 18.0081 7.00512C18.0081 6.339 17.7864 5.69181 17.3779 5.16561C16.9695 4.6394 16.3975 4.2641 15.7522 4.09887C15.2172 3.96189 14.8945 3.41711 15.0315 2.88208Z' fill='currentColor'/></svg>",
|
|
3194
|
+
iconName: "IconUsers",
|
|
3195
|
+
iconSize: props.size,
|
|
3196
|
+
iconColor: props.color
|
|
3197
|
+
}, props)
|
|
3198
|
+
);
|
|
3199
|
+
}
|
|
3200
|
+
function IconWebsite(props) {
|
|
3201
|
+
return /* @__PURE__ */ jsx(
|
|
3202
|
+
Icon,
|
|
3203
|
+
__spreadValues({
|
|
3204
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20 5C20 4.44772 19.5523 4 19 4L5 4C4.44772 4 4 4.44771 4 5L4 19C4 19.5523 4.44771 20 5 20L19 20C19.5523 20 20 19.5523 20 19L20 5ZM19 2C20.6569 2 22 3.34315 22 5L22 19C22 20.6569 20.6569 22 19 22L5 22C3.34314 22 2 20.6569 2 19L2 5C2 3.34314 3.34315 2 5 2L19 2Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22 9C22 9.55228 21.5523 10 21 10L3 10C2.44772 10 2 9.55228 2 9C2 8.44771 2.44772 8 3 8L21 8C21.5523 8 22 8.44772 22 9Z' fill='currentColor'/><path d='M19 5.875C19 6.35825 18.6082 6.75 18.125 6.75C17.6418 6.75 17.25 6.35825 17.25 5.875C17.25 5.39175 17.6418 5 18.125 5C18.6082 5 19 5.39175 19 5.875Z' fill='currentColor'/><path d='M13.75 5.875C13.75 6.35825 13.3582 6.75 12.875 6.75C12.3918 6.75 12 6.35825 12 5.875C12 5.39175 12.3918 5 12.875 5C13.3582 5 13.75 5.39175 13.75 5.875Z' fill='currentColor'/><path d='M16.375 5.875C16.375 6.35825 15.9832 6.75 15.5 6.75C15.0168 6.75 14.625 6.35825 14.625 5.875C14.625 5.39175 15.0168 5 15.5 5C15.9832 5 16.375 5.39175 16.375 5.875Z' fill='currentColor'/></svg>",
|
|
3205
|
+
iconName: "IconWebsite",
|
|
3206
|
+
iconSize: props.size,
|
|
3207
|
+
iconColor: props.color
|
|
3208
|
+
}, props)
|
|
3209
|
+
);
|
|
3210
|
+
}
|
|
3211
|
+
function IconSidebar(props) {
|
|
3212
|
+
return /* @__PURE__ */ jsx(
|
|
3213
|
+
Icon,
|
|
3214
|
+
__spreadValues({
|
|
3215
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9 2C9.55228 2 10 2.44772 10 3V21C10 21.5523 9.55228 22 9 22C8.44772 22 8 21.5523 8 21V3C8 2.44772 8.44772 2 9 2Z' fill='currentColor'/></svg>",
|
|
3216
|
+
iconName: "IconSidebar",
|
|
3217
|
+
iconSize: props.size,
|
|
3218
|
+
iconColor: props.color
|
|
3219
|
+
}, props)
|
|
3220
|
+
);
|
|
3221
|
+
}
|
|
3222
|
+
function IconThermometer(props) {
|
|
3223
|
+
return /* @__PURE__ */ jsx(
|
|
3224
|
+
Icon,
|
|
3225
|
+
__spreadValues({
|
|
3226
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2684)'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.02513 1.02513C9.6815 0.368749 10.5717 0 11.5 0C12.4283 0 13.3185 0.368749 13.9749 1.02513C14.6313 1.6815 15 2.57174 15 3.5V14.259C15.762 14.8876 16.3434 15.7123 16.6785 16.6487C17.076 17.7597 17.1057 18.969 16.7632 20.0982C16.4207 21.2273 15.7241 22.2164 14.7764 22.9193C13.8286 23.6222 12.68 24.0017 11.5 24.0017C10.32 24.0017 9.17138 23.6222 8.22363 22.9193C7.27589 22.2164 6.57933 21.2273 6.23681 20.0982C5.8943 18.969 5.924 17.7597 6.32153 16.6487C6.65661 15.7123 7.23804 14.8876 8 14.259V3.5C8 2.57174 8.36875 1.6815 9.02513 1.02513ZM11.5 2C11.1022 2 10.7206 2.15804 10.4393 2.43934C10.158 2.72064 10 3.10218 10 3.5V14.76C10 15.094 9.83326 15.4059 9.55556 15.5915C8.93122 16.0086 8.45758 16.6155 8.20461 17.3225C7.95164 18.0295 7.93274 18.7991 8.1507 19.5176C8.36866 20.2362 8.81193 20.8656 9.41504 21.3129C10.0181 21.7602 10.7491 22.0017 11.5 22.0017C12.2509 22.0017 12.9819 21.7602 13.585 21.3129C14.1881 20.8656 14.6313 20.2362 14.8493 19.5176C15.0673 18.7991 15.0484 18.0295 14.7954 17.3225C14.5424 16.6155 14.0688 16.0086 13.4444 15.5915C13.1667 15.4059 13 15.094 13 14.76V3.5C13 3.10218 12.842 2.72064 12.5607 2.43934C12.2794 2.15804 11.8978 2 11.5 2Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2684'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
3227
|
+
iconName: "IconThermometer",
|
|
3228
|
+
iconSize: props.size,
|
|
3229
|
+
iconColor: props.color
|
|
3230
|
+
}, props)
|
|
3231
|
+
);
|
|
3232
|
+
}
|
|
3233
|
+
function IconWifi(props) {
|
|
3234
|
+
return /* @__PURE__ */ jsx(
|
|
3235
|
+
Icon,
|
|
3236
|
+
__spreadValues({
|
|
3237
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.04 11.002C9.70148 11.002 7.4369 11.8215 5.64003 13.3182C5.21566 13.6717 4.58511 13.6142 4.23165 13.1898C3.87819 12.7655 3.93566 12.1349 4.36003 11.7815C6.51628 9.98546 9.23378 9.00195 12.04 9.00195C14.8463 9.00195 17.5638 9.98546 19.72 11.7815C20.1444 12.1349 20.2019 12.7655 19.8484 13.1898C19.4949 13.6142 18.8644 13.6717 18.44 13.3182C16.6431 11.8215 14.3786 11.002 12.04 11.002Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.9999 6.00244C8.34771 6.00244 4.82096 7.33493 2.08118 9.74996C1.66688 10.1152 1.03497 10.0753 0.669769 9.66104C0.30457 9.24674 0.344379 8.61482 0.758684 8.24963C3.86376 5.51259 7.86075 4.00244 11.9999 4.00244C16.1391 4.00244 20.1361 5.51259 23.2412 8.24963C23.6555 8.61482 23.6953 9.24674 23.3301 9.66104C22.9649 10.0753 22.333 10.1152 21.9187 9.74996C19.1789 7.33493 15.6522 6.00244 11.9999 6.00244Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0054 16.001C10.9676 16.001 9.95552 16.3239 9.10952 16.9249C8.65929 17.2448 8.03501 17.1391 7.71514 16.6889C7.39528 16.2387 7.50096 15.6144 7.95119 15.2945C9.13559 14.4531 10.5525 14.001 12.0054 14.001C13.4582 14.001 14.8751 14.4531 16.0595 15.2945C16.5097 15.6144 16.6154 16.2387 16.2956 16.6889C15.9757 17.1391 15.3514 17.2448 14.9012 16.9249C14.0552 16.3239 13.0431 16.001 12.0054 16.001Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 20C11 19.4477 11.4477 19 12 19H12.01C12.5623 19 13.01 19.4477 13.01 20C13.01 20.5523 12.5623 21 12.01 21H12C11.4477 21 11 20.5523 11 20Z' fill='currentColor'/></svg>",
|
|
3238
|
+
iconName: "IconWifi",
|
|
3239
|
+
iconSize: props.size,
|
|
3240
|
+
iconColor: props.color
|
|
3241
|
+
}, props)
|
|
3242
|
+
);
|
|
3243
|
+
}
|
|
3244
|
+
function IconVolume2(props) {
|
|
3245
|
+
return /* @__PURE__ */ jsx(
|
|
3246
|
+
Icon,
|
|
3247
|
+
__spreadValues({
|
|
3248
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.4332 4.09871C11.7797 4.26523 12 4.6156 12 5.00001V19C12 19.3844 11.7797 19.7348 11.4332 19.9013C11.0867 20.0678 10.6755 20.021 10.3753 19.7809L5.64922 16H2C1.44772 16 1 15.5523 1 15V9.00001C1 8.44772 1.44772 8.00001 2 8.00001H5.64922L10.3753 4.21914C10.6755 3.979 11.0867 3.93219 11.4332 4.09871ZM10 7.08063L6.62469 9.78088C6.44738 9.92273 6.22707 10 6 10H3V14H6C6.22707 14 6.44738 14.0773 6.62469 14.2191L10 16.9194V7.08063Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M18.363 4.22296C18.7536 3.8325 19.3868 3.83259 19.7773 4.22318C21.8394 6.28598 22.9979 9.08337 22.9979 12.0002C22.9979 14.917 21.8394 17.7144 19.7773 19.7772C19.3868 20.1678 18.7536 20.1679 18.363 19.7774C17.9725 19.3869 17.9724 18.7538 18.3628 18.3632C20.0501 16.6754 20.9979 14.3867 20.9979 12.0002C20.9979 9.6137 20.0501 7.32492 18.3628 5.63718C17.9724 5.24659 17.9725 4.61343 18.363 4.22296ZM14.833 7.75296C15.2236 7.3625 15.8568 7.36259 16.2473 7.75318C17.3721 8.87834 18.004 10.4042 18.004 11.9952C18.004 13.5862 17.3721 15.112 16.2473 16.2372C15.8568 16.6278 15.2236 16.6279 14.833 16.2374C14.4425 15.8469 14.4424 15.2138 14.8328 14.8232C15.5827 14.0731 16.004 13.0558 16.004 11.9952C16.004 10.9345 15.5827 9.91729 14.8328 9.16718C14.4424 8.77659 14.4425 8.14343 14.833 7.75296Z' fill='currentColor'/></svg>",
|
|
3249
|
+
iconName: "IconVolume2",
|
|
3250
|
+
iconSize: props.size,
|
|
3251
|
+
iconColor: props.color
|
|
3252
|
+
}, props)
|
|
3253
|
+
);
|
|
3254
|
+
}
|
|
3255
|
+
function IconXSquare(props) {
|
|
3256
|
+
return /* @__PURE__ */ jsx(
|
|
3257
|
+
Icon,
|
|
3258
|
+
__spreadValues({
|
|
3259
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z' fill='currentColor'/></svg>",
|
|
3260
|
+
iconName: "IconXSquare",
|
|
3261
|
+
iconSize: props.size,
|
|
3262
|
+
iconColor: props.color
|
|
3263
|
+
}, props)
|
|
3264
|
+
);
|
|
3265
|
+
}
|
|
3266
|
+
function IconWifiOff(props) {
|
|
3267
|
+
return /* @__PURE__ */ jsx(
|
|
3268
|
+
Icon,
|
|
3269
|
+
__spreadValues({
|
|
3270
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(#clip0_434_2682)'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.8213 10.6217C16.0635 10.1254 16.6622 9.91937 17.1585 10.1616C18.0525 10.5979 18.8885 11.1442 19.647 11.7878C20.0681 12.1451 20.1198 12.7762 19.7624 13.1973C19.4051 13.6184 18.7741 13.6701 18.353 13.3128C17.7215 12.777 17.0256 12.3222 16.2814 11.959C15.785 11.7167 15.579 11.118 15.8213 10.6217Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.1557 9.99097C11.2489 10.5353 10.8832 11.0522 10.3389 11.1455C8.60881 11.4419 6.98807 12.1911 5.64146 13.317C5.21776 13.6713 4.5871 13.615 4.23285 13.1913C3.87859 12.7676 3.93489 12.1369 4.35859 11.7827C5.97614 10.4302 7.92299 9.53022 10.0012 9.17419C10.5455 9.08093 11.0624 9.44662 11.1557 9.99097Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.7313 6.76589C14.8194 6.12965 12.7988 5.88516 10.7903 6.047C10.2398 6.09135 9.7576 5.68104 9.71324 5.13054C9.66889 4.58004 10.0792 4.09782 10.6297 4.05346C12.906 3.87004 15.1959 4.14713 17.3628 4.8682C19.5297 5.58928 21.529 6.73954 23.2416 8.25033C23.6557 8.6157 23.6953 9.24763 23.3299 9.66178C22.9645 10.0759 22.3326 10.1155 21.9185 9.75012C20.4074 8.41707 18.6433 7.40213 16.7313 6.76589Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.05021 5.75302C7.25282 6.2668 7.00058 6.84755 6.48681 7.05017C4.87276 7.6867 3.38219 8.60007 2.08222 9.74915C1.66842 10.1149 1.03645 10.076 0.67068 9.66218C0.304911 9.24838 0.343849 8.61641 0.75765 8.25064C2.232 6.94743 3.92251 5.91154 5.75306 5.18962C6.26684 4.98701 6.84759 5.23925 7.05021 5.75302Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0054 16.001C10.9676 16.001 9.95552 16.3239 9.10952 16.9249C8.65929 17.2448 8.03501 17.1391 7.71514 16.6889C7.39528 16.2387 7.50096 15.6144 7.95119 15.2945C9.13559 14.4531 10.5525 14.001 12.0054 14.001C13.4582 14.001 14.8751 14.4531 16.0595 15.2945C16.5097 15.6144 16.6154 16.2387 16.2956 16.6889C15.9757 17.1391 15.3514 17.2448 14.9012 16.9249C14.0552 16.3239 13.0431 16.001 12.0054 16.001Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 20C11 19.4477 11.4477 19 12 19H12.01C12.5623 19 13.01 19.4477 13.01 20C13.01 20.5523 12.5623 21 12.01 21H12C11.4477 21 11 20.5523 11 20Z' fill='currentColor'/></g><defs><clipPath id='clip0_434_2682'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>",
|
|
3271
|
+
iconName: "IconWifiOff",
|
|
3272
|
+
iconSize: props.size,
|
|
3273
|
+
iconColor: props.color
|
|
3274
|
+
}, props)
|
|
3275
|
+
);
|
|
3276
|
+
}
|
|
3277
|
+
function IconXCircle(props) {
|
|
3278
|
+
return /* @__PURE__ */ jsx(
|
|
3279
|
+
Icon,
|
|
3280
|
+
__spreadValues({
|
|
3281
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z' fill='currentColor'/></svg>",
|
|
3282
|
+
iconName: "IconXCircle",
|
|
3283
|
+
iconSize: props.size,
|
|
3284
|
+
iconColor: props.color
|
|
3285
|
+
}, props)
|
|
3286
|
+
);
|
|
3287
|
+
}
|
|
3288
|
+
function IconVelocimeter(props) {
|
|
3289
|
+
return /* @__PURE__ */ jsx(
|
|
3290
|
+
Icon,
|
|
3291
|
+
__spreadValues({
|
|
3292
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.7986 9.76349L5.55557 8.50359C7.051 7.04837 9.01188 6.09498 11.1852 5.9029V7.84594C11.1852 8.30798 11.55 8.68254 12 8.68254C12.45 8.68254 12.8148 8.30798 12.8148 7.84594V5.9029C15.013 6.09719 16.994 7.07035 18.4957 8.55389L17.2807 9.78537C16.9605 10.11 16.9572 10.6397 17.2733 10.9685C17.5895 11.2973 18.1054 11.3007 18.4256 10.9761L19.5699 9.81631C20.7024 11.4068 21.3704 13.3665 21.3704 15.488C21.3704 15.7938 21.3565 16.0961 21.3294 16.3943H18.7901C18.3401 16.3943 17.9753 16.7689 17.9753 17.2309C17.9753 17.6929 18.3401 18.0675 18.7901 18.0675H21.9678C22.4084 18.0675 22.7905 17.74 22.8613 17.2855C22.9526 16.6996 23 16.0992 23 15.488C23 12.6242 21.9609 10.0076 20.2498 8.01717C18.2354 5.67384 15.2855 4.19385 12 4.19385C8.74209 4.19385 5.81414 5.6491 3.80113 7.95835C2.0598 9.95594 1 12.5959 1 15.488C1 16.0992 1.04736 16.6996 1.13867 17.2855C1.20952 17.74 1.59157 18.0675 2.03225 18.0675H5.20988C5.65989 18.0675 6.02469 17.6929 6.02469 17.2309C6.02469 16.7689 5.65989 16.3943 5.20988 16.3943H2.67061C2.6435 16.0961 2.62963 15.7938 2.62963 15.488C2.62963 13.3402 3.3143 11.358 4.47263 9.75709L5.65373 10.9542C5.97398 11.2788 6.48989 11.2754 6.80603 10.9466C7.12218 10.6178 7.11885 10.0881 6.7986 9.76349ZM15.8911 13.7736C16.0619 13.1188 15.4784 12.5196 14.8407 12.695L10.9474 13.7653C10.424 13.909 9.92921 14.1919 9.52011 14.6119C8.2765 15.8888 8.2765 17.959 9.5201 19.2358C10.7637 20.5127 12.78 20.5127 14.0236 19.2358C14.4328 18.8157 14.7084 18.3074 14.8483 17.7698L15.8911 13.7736ZM11.3468 15.2966L14.0922 14.5419L13.3566 17.3608C13.2849 17.6364 13.144 17.897 12.9318 18.1149C12.2912 18.7727 11.2525 18.7727 10.6119 18.1149C9.97122 17.4571 9.97122 16.3907 10.6119 15.7329C10.824 15.515 11.0784 15.3702 11.3468 15.2966Z' fill='currentColor'/><path d='M5.55557 8.50359L5.41609 8.36025L5.27177 8.5007L5.4132 8.64405L5.55557 8.50359ZM6.7986 9.76349L6.94097 9.62302L6.7986 9.76349ZM11.1852 5.9029H11.3852V5.68444L11.1676 5.70367L11.1852 5.9029ZM12.8148 5.9029L12.8324 5.70367L12.6148 5.68444V5.9029H12.8148ZM18.4957 8.55389L18.6381 8.69435L18.7785 8.55207L18.6363 8.4116L18.4957 8.55389ZM17.2807 9.78537L17.1384 9.64491L17.2807 9.78537ZM17.2733 10.9685L17.1291 11.1071L17.1291 11.1071L17.2733 10.9685ZM18.4256 10.9761L18.2832 10.8356V10.8356L18.4256 10.9761ZM19.5699 9.81631L19.7328 9.7003L19.5947 9.50637L19.4275 9.67584L19.5699 9.81631ZM21.3294 16.3943V16.5943H21.512L21.5286 16.4124L21.3294 16.3943ZM22.8613 17.2855L22.6637 17.2547V17.2547L22.8613 17.2855ZM20.2498 8.01717L20.0981 8.14755L20.2498 8.01717ZM3.80113 7.95835L3.65037 7.82693L3.80113 7.95835ZM1.13867 17.2855L0.941057 17.3163L0.941057 17.3163L1.13867 17.2855ZM2.67061 16.3943L2.47143 16.4124L2.48796 16.5943H2.67061V16.3943ZM4.47263 9.75709L4.615 9.61662L4.44908 9.44845L4.31059 9.63985L4.47263 9.75709ZM5.65373 10.9542L5.79611 10.8138L5.65373 10.9542ZM6.80603 10.9466L6.9502 11.0852H6.9502L6.80603 10.9466ZM14.8407 12.695L14.8937 12.8878H14.8937L14.8407 12.695ZM15.8911 13.7736L16.0846 13.8241L15.8911 13.7736ZM10.9474 13.7653L11.0004 13.9582L11.0005 13.9582L10.9474 13.7653ZM9.52011 14.6119L9.37683 14.4724L9.52011 14.6119ZM9.5201 19.2358L9.37683 19.3754L9.5201 19.2358ZM14.0236 19.2358L13.8803 19.0963L14.0236 19.2358ZM14.8483 17.7698L14.6548 17.7193L14.6547 17.7195L14.8483 17.7698ZM14.0922 14.5419L14.2857 14.5924L14.3731 14.2572L14.0392 14.349L14.0922 14.5419ZM11.3468 15.2966L11.3997 15.4895L11.3998 15.4895L11.3468 15.2966ZM13.3566 17.3608L13.1631 17.3103L13.163 17.3105L13.3566 17.3608ZM12.9318 18.1149L13.0751 18.2544H13.0751L12.9318 18.1149ZM10.6119 18.1149L10.4686 18.2544L10.6119 18.1149ZM10.6119 15.7329L10.7551 15.8724H10.7551L10.6119 15.7329ZM5.4132 8.64405L6.65623 9.90395L6.94097 9.62302L5.69795 8.36312L5.4132 8.64405ZM11.1676 5.70367C8.94621 5.90001 6.94287 6.87452 5.41609 8.36025L5.69506 8.64692C7.15912 7.22222 9.07754 6.28996 11.2028 6.10212L11.1676 5.70367ZM11.3852 7.84594V5.9029H10.9852V7.84594H11.3852ZM12 8.48254C11.6654 8.48254 11.3852 8.20253 11.3852 7.84594H10.9852C10.9852 8.41343 11.4346 8.88254 12 8.88254V8.48254ZM12.6148 7.84594C12.6148 8.20253 12.3346 8.48254 12 8.48254V8.88254C12.5654 8.88254 13.0148 8.41343 13.0148 7.84594H12.6148ZM12.6148 5.9029V7.84594H13.0148V5.9029H12.6148ZM18.6363 8.4116C17.1031 6.89699 15.0793 5.90226 12.8324 5.70367L12.7972 6.10212C14.9468 6.29211 16.8849 7.24371 18.3552 8.69617L18.6363 8.4116ZM17.4231 9.92584L18.6381 8.69435L18.3534 8.41342L17.1384 9.64491L17.4231 9.92584ZM17.4175 10.8299C17.1764 10.5791 17.179 10.1732 17.4231 9.92584L17.1384 9.64491C16.7419 10.0467 16.7379 10.7002 17.1291 11.1071L17.4175 10.8299ZM18.2832 10.8356C18.0421 11.0801 17.6557 11.0776 17.4175 10.8299L17.1291 11.1071C17.5232 11.517 18.1687 11.5213 18.568 11.1166L18.2832 10.8356ZM19.4275 9.67584L18.2832 10.8356L18.568 11.1166L19.7123 9.95677L19.4275 9.67584ZM21.5704 15.488C21.5704 13.324 20.8889 11.3239 19.7328 9.7003L19.407 9.93231C20.5159 11.4897 21.1704 13.4091 21.1704 15.488H21.5704ZM21.5286 16.4124C21.5562 16.1082 21.5704 15.7999 21.5704 15.488H21.1704C21.1704 15.7878 21.1568 16.084 21.1302 16.3762L21.5286 16.4124ZM18.7901 16.5943H21.3294V16.1943H18.7901V16.5943ZM18.1753 17.2309C18.1753 16.8743 18.4555 16.5943 18.7901 16.5943V16.1943C18.2247 16.1943 17.7753 16.6634 17.7753 17.2309H18.1753ZM18.7901 17.8675C18.4555 17.8675 18.1753 17.5875 18.1753 17.2309H17.7753C17.7753 17.7984 18.2247 18.2675 18.7901 18.2675V17.8675ZM21.9678 17.8675H18.7901V18.2675H21.9678V17.8675ZM22.6637 17.2547C22.6076 17.6146 22.3072 17.8675 21.9678 17.8675V18.2675C22.5097 18.2675 22.9733 17.8655 23.0589 17.3163L22.6637 17.2547ZM22.8 15.488C22.8 16.0888 22.7534 16.679 22.6637 17.2547L23.0589 17.3163C23.1518 16.7203 23.2 16.1095 23.2 15.488H22.8ZM20.0981 8.14755C21.7788 10.1027 22.8 12.6733 22.8 15.488H23.2C23.2 12.5752 22.1429 9.9126 20.4015 7.8868L20.0981 8.14755ZM12 4.39385C15.2238 4.39385 18.1194 5.84574 20.0981 8.14755L20.4015 7.8868C18.3514 5.50194 15.3472 3.99385 12 3.99385V4.39385ZM3.95189 8.08977C5.92921 5.82147 8.80328 4.39385 12 4.39385V3.99385C8.6809 3.99385 5.69908 5.47673 3.65037 7.82693L3.95189 8.08977ZM1.2 15.488C1.2 12.6454 2.24149 10.0519 3.95189 8.08977L3.65037 7.82693C1.87812 9.86 0.8 12.5463 0.8 15.488H1.2ZM1.33629 17.2547C1.24656 16.679 1.2 16.0888 1.2 15.488H0.8C0.8 16.1095 0.848163 16.7203 0.941057 17.3163L1.33629 17.2547ZM2.03225 17.8675C1.69285 17.8675 1.39238 17.6146 1.33629 17.2547L0.941057 17.3163C1.02666 17.8655 1.49029 18.2675 2.03225 18.2675V17.8675ZM5.20988 17.8675H2.03225V18.2675H5.20988V17.8675ZM5.82469 17.2309C5.82469 17.5875 5.54449 17.8675 5.20988 17.8675V18.2675C5.77529 18.2675 6.22469 17.7984 6.22469 17.2309H5.82469ZM5.20988 16.5943C5.54449 16.5943 5.82469 16.8743 5.82469 17.2309H6.22469C6.22469 16.6634 5.77529 16.1943 5.20988 16.1943V16.5943ZM2.67061 16.5943H5.20988V16.1943H2.67061V16.5943ZM2.42963 15.488C2.42963 15.7999 2.44378 16.1082 2.47143 16.4124L2.86979 16.3762C2.84323 16.084 2.82963 15.7878 2.82963 15.488H2.42963ZM4.31059 9.63985C3.12817 11.2741 2.42963 13.2971 2.42963 15.488H2.82963C2.82963 13.3832 3.50043 11.442 4.63466 9.87432L4.31059 9.63985ZM5.79611 10.8138L4.615 9.61662L4.33026 9.89755L5.51136 11.0947L5.79611 10.8138ZM6.66186 10.808C6.42366 11.0557 6.03728 11.0582 5.79611 10.8138L5.51136 11.0947C5.91069 11.4994 6.55612 11.4951 6.9502 11.0852L6.66186 10.808ZM6.65623 9.90395C6.9003 10.1513 6.90292 10.5573 6.66186 10.808L6.9502 11.0852C7.34144 10.6783 7.3374 10.0248 6.94097 9.62302L6.65623 9.90395ZM14.8937 12.8878C15.3729 12.7561 15.8322 13.207 15.6975 13.7231L16.0846 13.8241C16.2916 13.0306 15.584 12.2832 14.7876 12.5021L14.8937 12.8878ZM11.0005 13.9582L14.8937 12.8878L14.7876 12.5021L10.8944 13.5725L11.0005 13.9582ZM9.66338 14.7515C10.0473 14.3573 10.5107 14.0926 11.0004 13.9582L10.8945 13.5725C10.3372 13.7254 9.81113 14.0265 9.37683 14.4724L9.66338 14.7515ZM9.66338 19.0963C8.49541 17.8971 8.49541 15.9507 9.66338 14.7515L9.37683 14.4724C8.05759 15.8269 8.05759 18.0209 9.37683 19.3754L9.66338 19.0963ZM13.8803 19.0963C12.7152 20.2925 10.8285 20.2925 9.66338 19.0963L9.37683 19.3754C10.6989 20.7328 12.8448 20.7328 14.1669 19.3754L13.8803 19.0963ZM14.6547 17.7195C14.5233 18.2248 14.2644 18.702 13.8803 19.0963L14.1669 19.3754C14.6012 18.9294 14.8936 18.39 15.0418 17.8202L14.6547 17.7195ZM15.6975 13.7231L14.6548 17.7193L15.0418 17.8203L16.0846 13.8241L15.6975 13.7231ZM14.0392 14.349L11.2938 15.1038L11.3998 15.4895L14.1452 14.7347L14.0392 14.349ZM13.5501 17.4113L14.2857 14.5924L13.8987 14.4914L13.1631 17.3103L13.5501 17.4113ZM13.0751 18.2544C13.3124 18.0108 13.4701 17.7191 13.5501 17.4111L13.163 17.3105C13.0997 17.5538 12.9756 17.7833 12.7886 17.9754L13.0751 18.2544ZM10.4686 18.2544C11.1877 18.9928 12.356 18.9928 13.0751 18.2544L12.7886 17.9754C12.2264 18.5525 11.3173 18.5525 10.7551 17.9754L10.4686 18.2544ZM10.4686 15.5933C9.75231 16.3288 9.75231 17.519 10.4686 18.2544L10.7551 17.9754C10.1901 17.3952 10.1901 16.4525 10.7551 15.8724L10.4686 15.5933ZM11.2939 15.1038C10.9917 15.1866 10.706 15.3496 10.4686 15.5933L10.7551 15.8724C10.9421 15.6805 11.165 15.5539 11.3997 15.4895L11.2939 15.1038Z' fill='currentColor'/></svg>",
|
|
3293
|
+
iconName: "IconVelocimeter",
|
|
3294
|
+
iconSize: props.size,
|
|
3295
|
+
iconColor: props.color
|
|
3296
|
+
}, props)
|
|
3297
|
+
);
|
|
3298
|
+
}
|
|
3299
|
+
function IconTv(props) {
|
|
3300
|
+
return /* @__PURE__ */ jsx(
|
|
3301
|
+
Icon,
|
|
3302
|
+
__spreadValues({
|
|
3303
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 8C3.44772 8 3 8.44772 3 9V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V9C21 8.44772 20.5523 8 20 8H4ZM1 9C1 7.34315 2.34315 6 4 6H20C21.6569 6 23 7.34315 23 9V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V9Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29289 1.29289C6.68342 0.902369 7.31658 0.902369 7.70711 1.29289L12 5.58579L16.2929 1.29289C16.6834 0.902369 17.3166 0.902369 17.7071 1.29289C18.0976 1.68342 18.0976 2.31658 17.7071 2.70711L12.7071 7.70711C12.3166 8.09763 11.6834 8.09763 11.2929 7.70711L6.29289 2.70711C5.90237 2.31658 5.90237 1.68342 6.29289 1.29289Z' fill='currentColor'/></svg>",
|
|
3304
|
+
iconName: "IconTv",
|
|
3305
|
+
iconSize: props.size,
|
|
3306
|
+
iconColor: props.color
|
|
3307
|
+
}, props)
|
|
3308
|
+
);
|
|
3309
|
+
}
|
|
3310
|
+
function IconZoomOut(props) {
|
|
3311
|
+
return /* @__PURE__ */ jsx(
|
|
3312
|
+
Icon,
|
|
3313
|
+
__spreadValues({
|
|
3314
|
+
iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.9433 15.9428C16.3338 15.5523 16.967 15.5523 17.3575 15.9428L21.7075 20.2928C22.098 20.6833 22.098 21.3165 21.7075 21.707C21.317 22.0975 20.6838 22.0975 20.2933 21.707L15.9433 17.357C15.5528 16.9665 15.5528 16.3333 15.9433 15.9428Z' fill='currentColor'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7 11C7 10.4477 7.44772 10 8 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H8C7.44772 12 7 11.5523 7 11Z' fill='currentColor'/></svg>",
|
|
3315
|
+
iconName: "IconZoomOut",
|
|
3316
|
+
iconSize: props.size,
|
|
3317
|
+
iconColor: props.color
|
|
3318
|
+
}, props)
|
|
3319
|
+
);
|
|
3320
|
+
}
|
|
3321
|
+
const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3322
|
+
__proto__: null,
|
|
3323
|
+
IconActivity,
|
|
3324
|
+
IconAirplay,
|
|
3325
|
+
IconAlertCircle,
|
|
3326
|
+
IconAlertOctagon,
|
|
3327
|
+
IconAlertTriangle,
|
|
3328
|
+
IconAlignCenter,
|
|
3329
|
+
IconAlignJustify,
|
|
3330
|
+
IconAlignLeft,
|
|
3331
|
+
IconAlignRight,
|
|
3332
|
+
IconAnchor,
|
|
3333
|
+
IconAperture,
|
|
3334
|
+
IconArchive,
|
|
3335
|
+
IconArrowDown,
|
|
3336
|
+
IconArrowDownCircle,
|
|
3337
|
+
IconArrowDownLeft,
|
|
3338
|
+
IconArrowDownRight,
|
|
3339
|
+
IconArrowLeft,
|
|
3340
|
+
IconArrowLeftCircle,
|
|
3341
|
+
IconArrowRight,
|
|
3342
|
+
IconArrowRightCircle,
|
|
3343
|
+
IconArrowUp,
|
|
3344
|
+
IconArrowUpCircle,
|
|
3345
|
+
IconArrowUpLeft,
|
|
3346
|
+
IconArrowUpRight,
|
|
3347
|
+
IconAtSign,
|
|
3348
|
+
IconAward,
|
|
3349
|
+
IconBarChart,
|
|
3350
|
+
IconBarChart2,
|
|
3351
|
+
IconBarCode,
|
|
3352
|
+
IconBattery,
|
|
3353
|
+
IconBatteryCharging,
|
|
3354
|
+
IconBell,
|
|
3355
|
+
IconBellOff,
|
|
3356
|
+
IconBluetooth,
|
|
3357
|
+
IconBold,
|
|
3358
|
+
IconBook,
|
|
3359
|
+
IconBookOpen,
|
|
3360
|
+
IconBookmark,
|
|
3361
|
+
IconBox,
|
|
3362
|
+
IconBriefcase,
|
|
3363
|
+
IconCake,
|
|
3364
|
+
IconCalendar,
|
|
3365
|
+
IconCamera,
|
|
3366
|
+
IconCameraOff,
|
|
3367
|
+
IconCar,
|
|
3368
|
+
IconCast,
|
|
3369
|
+
IconCheck,
|
|
3370
|
+
IconCheckCircle,
|
|
3371
|
+
IconCheckSquare,
|
|
3372
|
+
IconChevronDown,
|
|
3373
|
+
IconChevronLeft,
|
|
3374
|
+
IconChevronRight,
|
|
3375
|
+
IconChevronUp,
|
|
3376
|
+
IconChevronsDown,
|
|
3377
|
+
IconChevronsLeft,
|
|
3378
|
+
IconChevronsRight,
|
|
3379
|
+
IconChevronsUp,
|
|
3380
|
+
IconChrome,
|
|
3381
|
+
IconCircle,
|
|
3382
|
+
IconClipboard,
|
|
3383
|
+
IconClock,
|
|
3384
|
+
IconCloud,
|
|
3385
|
+
IconCloudDrizzle,
|
|
3386
|
+
IconCloudLightning,
|
|
3387
|
+
IconCloudOff,
|
|
3388
|
+
IconCloudRain,
|
|
3389
|
+
IconCloudSnow,
|
|
3390
|
+
IconCode,
|
|
3391
|
+
IconCodepen,
|
|
3392
|
+
IconCodesandbox,
|
|
3393
|
+
IconCoffee,
|
|
3394
|
+
IconCoin,
|
|
3395
|
+
IconColumns,
|
|
3396
|
+
IconCommand,
|
|
3397
|
+
IconCompass,
|
|
3398
|
+
IconCookie,
|
|
3399
|
+
IconCopy,
|
|
3400
|
+
IconCornerDownLeft,
|
|
3401
|
+
IconCornerDownRight,
|
|
3402
|
+
IconCornerLeftDown,
|
|
3403
|
+
IconCornerLeftUp,
|
|
3404
|
+
IconCornerRightDown,
|
|
3405
|
+
IconCornerRightUp,
|
|
3406
|
+
IconCornerUpLeft,
|
|
3407
|
+
IconCornerUpRight,
|
|
3408
|
+
IconCpu,
|
|
3409
|
+
IconCreditCard,
|
|
3410
|
+
IconCrop,
|
|
3411
|
+
IconCrosshair,
|
|
3412
|
+
IconDatabase,
|
|
3413
|
+
IconDelete,
|
|
3414
|
+
IconDisc,
|
|
3415
|
+
IconDivide,
|
|
3416
|
+
IconDivideCircle,
|
|
3417
|
+
IconDivideSquare,
|
|
3418
|
+
IconDollarSign,
|
|
3419
|
+
IconDownload,
|
|
3420
|
+
IconDownloadCloud,
|
|
3421
|
+
IconDribbble,
|
|
3422
|
+
IconDroplet,
|
|
3423
|
+
IconEdit,
|
|
3424
|
+
IconEdit2,
|
|
3425
|
+
IconEdit3,
|
|
3426
|
+
IconExternalLink,
|
|
3427
|
+
IconEye,
|
|
3428
|
+
IconEyeOff,
|
|
3429
|
+
IconFacebook,
|
|
3430
|
+
IconFastForward,
|
|
3431
|
+
IconFeather,
|
|
3432
|
+
IconFigma,
|
|
3433
|
+
IconFile,
|
|
3434
|
+
IconFileMinus,
|
|
3435
|
+
IconFilePdf,
|
|
3436
|
+
IconFilePlus,
|
|
3437
|
+
IconFileText,
|
|
3438
|
+
IconFilm,
|
|
3439
|
+
IconFilter,
|
|
3440
|
+
IconFlag,
|
|
3441
|
+
IconFolder,
|
|
3442
|
+
IconFolderMinus,
|
|
3443
|
+
IconFolderPlus,
|
|
3444
|
+
IconFramer,
|
|
3445
|
+
IconFrown,
|
|
3446
|
+
IconGift,
|
|
3447
|
+
IconGitBranch,
|
|
3448
|
+
IconGitCommit,
|
|
3449
|
+
IconGitMerge,
|
|
3450
|
+
IconGitPullRequest,
|
|
3451
|
+
IconGithub,
|
|
3452
|
+
IconGitlab,
|
|
3453
|
+
IconGiveMoney,
|
|
3454
|
+
IconGlobe,
|
|
3455
|
+
IconGraduationHat,
|
|
3456
|
+
IconGrid,
|
|
3457
|
+
IconHardDrive,
|
|
3458
|
+
IconHash,
|
|
3459
|
+
IconHeadphones,
|
|
3460
|
+
IconHeart,
|
|
3461
|
+
IconHelpCircle,
|
|
3462
|
+
IconHexagon,
|
|
3463
|
+
IconHome,
|
|
3464
|
+
IconHomeChimney,
|
|
3465
|
+
IconImage,
|
|
3466
|
+
IconInbox,
|
|
3467
|
+
IconInfo,
|
|
3468
|
+
IconInstagram,
|
|
3469
|
+
IconItalic,
|
|
3470
|
+
IconKey,
|
|
3471
|
+
IconLaptop,
|
|
3472
|
+
IconLayers,
|
|
3473
|
+
IconLayout,
|
|
3474
|
+
IconLifeBuoy,
|
|
3475
|
+
IconLink,
|
|
3476
|
+
IconLink2,
|
|
3477
|
+
IconLinkedin,
|
|
3478
|
+
IconLips,
|
|
3479
|
+
IconList,
|
|
3480
|
+
IconLoader,
|
|
3481
|
+
IconLock,
|
|
3482
|
+
IconLogIn,
|
|
3483
|
+
IconLogOut,
|
|
3484
|
+
IconMail,
|
|
3485
|
+
IconMap,
|
|
3486
|
+
IconMapPin,
|
|
3487
|
+
IconMaximize,
|
|
3488
|
+
IconMaximize2,
|
|
3489
|
+
IconMeh,
|
|
3490
|
+
IconMenu,
|
|
3491
|
+
IconMessageCircle,
|
|
3492
|
+
IconMessageSquare,
|
|
3493
|
+
IconMic,
|
|
3494
|
+
IconMicOff,
|
|
3495
|
+
IconMinimize,
|
|
3496
|
+
IconMinimize2,
|
|
3497
|
+
IconMinus,
|
|
3498
|
+
IconMinusCircle,
|
|
3499
|
+
IconMinusSquare,
|
|
3500
|
+
IconMoney,
|
|
3501
|
+
IconMonitor,
|
|
3502
|
+
IconMoon,
|
|
3503
|
+
IconMoreHorizontal,
|
|
3504
|
+
IconMoreVertical,
|
|
3505
|
+
IconMousePointer,
|
|
3506
|
+
IconMove,
|
|
3507
|
+
IconMusic,
|
|
3508
|
+
IconNavigation,
|
|
3509
|
+
IconNavigation2,
|
|
3510
|
+
IconNegotiation,
|
|
3511
|
+
IconObjective,
|
|
3512
|
+
IconOctagon,
|
|
3513
|
+
IconPackage,
|
|
3514
|
+
IconPaperclip,
|
|
3515
|
+
IconPause,
|
|
3516
|
+
IconPauseCircle,
|
|
3517
|
+
IconPenTool,
|
|
3518
|
+
IconPercent,
|
|
3519
|
+
IconPhone,
|
|
3520
|
+
IconPhoneCall,
|
|
3521
|
+
IconPhoneForwarded,
|
|
3522
|
+
IconPhoneIncoming,
|
|
3523
|
+
IconPhoneMissed,
|
|
3524
|
+
IconPhoneOff,
|
|
3525
|
+
IconPhoneOutgoing,
|
|
3526
|
+
IconPieChart,
|
|
3527
|
+
IconPix,
|
|
3528
|
+
IconPlane,
|
|
3529
|
+
IconPlay,
|
|
3530
|
+
IconPlayCircle,
|
|
3531
|
+
IconPlus,
|
|
3532
|
+
IconPlusCircle,
|
|
3533
|
+
IconPlusSquare,
|
|
3534
|
+
IconPocket,
|
|
3535
|
+
IconPower,
|
|
3536
|
+
IconPrinter,
|
|
3537
|
+
IconQrCode,
|
|
3538
|
+
IconRadio,
|
|
3539
|
+
IconRefreshCcw,
|
|
3540
|
+
IconRefreshCw,
|
|
3541
|
+
IconRepeat,
|
|
3542
|
+
IconRewind,
|
|
3543
|
+
IconRotateCcw,
|
|
3544
|
+
IconRotateCw,
|
|
3545
|
+
IconRss,
|
|
3546
|
+
IconSave,
|
|
3547
|
+
IconSaveMoney,
|
|
3548
|
+
IconScissors,
|
|
3549
|
+
IconSearch,
|
|
3550
|
+
IconSend,
|
|
3551
|
+
IconServer,
|
|
3552
|
+
IconSettings,
|
|
3553
|
+
IconShare,
|
|
3554
|
+
IconShare2,
|
|
3555
|
+
IconShield,
|
|
3556
|
+
IconShieldOff,
|
|
3557
|
+
IconShoppingBag,
|
|
3558
|
+
IconShoppingCart,
|
|
3559
|
+
IconShuffle,
|
|
3560
|
+
IconSidebar,
|
|
3561
|
+
IconSkipBack,
|
|
3562
|
+
IconSkipForward,
|
|
3563
|
+
IconSlack,
|
|
3564
|
+
IconSlash,
|
|
3565
|
+
IconSliders,
|
|
3566
|
+
IconSmartphone,
|
|
3567
|
+
IconSmartphoneSms,
|
|
3568
|
+
IconSmile,
|
|
3569
|
+
IconSpark,
|
|
3570
|
+
IconSpeaker,
|
|
3571
|
+
IconSquare,
|
|
3572
|
+
IconStar,
|
|
3573
|
+
IconStopCircle,
|
|
3574
|
+
IconSun,
|
|
3575
|
+
IconSunrise,
|
|
3576
|
+
IconSunset,
|
|
3577
|
+
IconTable,
|
|
3578
|
+
IconTablet,
|
|
3579
|
+
IconTag,
|
|
3580
|
+
IconTarget,
|
|
3581
|
+
IconTerminal,
|
|
3582
|
+
IconThermometer,
|
|
3583
|
+
IconThumbsDown,
|
|
3584
|
+
IconThumbsUp,
|
|
3585
|
+
IconToggleLeft,
|
|
3586
|
+
IconToggleRight,
|
|
3587
|
+
IconTool,
|
|
3588
|
+
IconTrash,
|
|
3589
|
+
IconTrash2,
|
|
3590
|
+
IconTrello,
|
|
3591
|
+
IconTrendingDown,
|
|
3592
|
+
IconTrendingUp,
|
|
3593
|
+
IconTriangle,
|
|
3594
|
+
IconTrophy,
|
|
3595
|
+
IconTruck,
|
|
3596
|
+
IconTv,
|
|
3597
|
+
IconTwitch,
|
|
3598
|
+
IconTwitter,
|
|
3599
|
+
IconType,
|
|
3600
|
+
IconUmbrella,
|
|
3601
|
+
IconUnderline,
|
|
3602
|
+
IconUnlock,
|
|
3603
|
+
IconUpload,
|
|
3604
|
+
IconUploadCloud,
|
|
3605
|
+
IconUser,
|
|
3606
|
+
IconUserCheck,
|
|
3607
|
+
IconUserMinus,
|
|
3608
|
+
IconUserPlus,
|
|
3609
|
+
IconUserX,
|
|
3610
|
+
IconUsers,
|
|
3611
|
+
IconVelocimeter,
|
|
3612
|
+
IconVideo,
|
|
3613
|
+
IconVideoOff,
|
|
3614
|
+
IconVoicemail,
|
|
3615
|
+
IconVolume1,
|
|
3616
|
+
IconVolume2,
|
|
3617
|
+
IconVolumeX,
|
|
3618
|
+
IconWatch,
|
|
3619
|
+
IconWebsite,
|
|
3620
|
+
IconWifi,
|
|
3621
|
+
IconWifiOff,
|
|
3622
|
+
IconX,
|
|
3623
|
+
IconXCircle,
|
|
3624
|
+
IconXSquare,
|
|
3625
|
+
IconZoomOut
|
|
3626
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
3627
|
+
const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3628
|
+
__proto__: null,
|
|
3629
|
+
Icons: index$1,
|
|
3630
|
+
IconsColorful: index$3,
|
|
3631
|
+
IconsSocial: index$2
|
|
3632
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
3633
|
+
export {
|
|
3634
|
+
index$3 as a,
|
|
3635
|
+
index$2 as b,
|
|
3636
|
+
index$1 as c,
|
|
3637
|
+
index as i
|
|
3638
|
+
};
|
|
3639
|
+
//# sourceMappingURL=index-Bx1N3tFf.js.map
|