@cleen/ui 0.1.0 → 0.1.1
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 +37 -0
- package/dist/charts/index.d.ts +118 -0
- package/dist/charts/index.js +611 -0
- package/dist/icons/index.d.ts +35 -0
- package/dist/icons/index.js +77 -0
- package/dist/index.d.ts +2959 -0
- package/dist/index.js +16710 -0
- package/package.json +54 -54
- package/src/charts/chart/Chart.tsx +0 -82
- package/src/charts/chart/constant.ts +0 -50
- package/src/charts/chart/index.ts +0 -2
- package/src/charts/chart/types/apexcharts.ts +0 -9
- package/src/charts/chart/variants/BellCurve/BellCurve.tsx +0 -215
- package/src/charts/chart/variants/BellCurve/constant.ts +0 -112
- package/src/charts/chart/variants/BellCurve/helper.ts +0 -116
- package/src/charts/chart/variants/BellCurve/index.ts +0 -2
- package/src/charts/chart/variants/BellCurve/types/bellCurve.ts +0 -47
- package/src/charts/chart/variants/BellCurve/types/props.ts +0 -21
- package/src/charts/chart/variants/RadarChart/RadarChart.tsx +0 -22
- package/src/charts/chart/variants/RadarChart/constant.ts +0 -28
- package/src/charts/chart/variants/RadarChart/index.ts +0 -1
- package/src/charts/chart/variants/ScatterChart/ScatterChart.tsx +0 -23
- package/src/charts/chart/variants/ScatterChart/constant.ts +0 -54
- package/src/charts/chart/variants/ScatterChart/index.ts +0 -1
- package/src/charts/chart/variants/index.ts +0 -3
- package/src/charts/index.ts +0 -2
- package/src/charts/simpleChart/SimpleChart.tsx +0 -54
- package/src/charts/simpleChart/index.ts +0 -1
- package/src/components/advancedProgressBar/AdvancedProgressBar.tsx +0 -156
- package/src/components/advancedProgressBar/blocks/Bar.tsx +0 -118
- package/src/components/advancedProgressBar/blocks/BlockLabel.tsx +0 -49
- package/src/components/advancedProgressBar/blocks/Clamp.tsx +0 -85
- package/src/components/advancedProgressBar/constants.ts +0 -6
- package/src/components/advancedProgressBar/index.ts +0 -2
- package/src/components/advancedProgressBar/types/props.ts +0 -69
- package/src/components/advancedProgressBar/utils.ts +0 -17
- package/src/components/audioPlayback/AudioPlayback.tsx +0 -141
- package/src/components/audioPlayback/index.ts +0 -2
- package/src/components/audioRecorder/AudioRecorder.tsx +0 -391
- package/src/components/audioRecorder/constant/default.ts +0 -19
- package/src/components/audioRecorder/constant/labels.ts +0 -9
- package/src/components/audioRecorder/index.ts +0 -2
- package/src/components/audioRecorder/types/props.ts +0 -56
- package/src/components/avatar/Avatar.tsx +0 -132
- package/src/components/avatar/index.ts +0 -1
- package/src/components/avatar/variants.ts +0 -9
- package/src/components/avatarRow/AvatarRow.tsx +0 -127
- package/src/components/avatarRow/index.ts +0 -1
- package/src/components/breadcrumb/Breadcrumb.tsx +0 -158
- package/src/components/breadcrumb/index.ts +0 -1
- package/src/components/button/Button.tsx +0 -114
- package/src/components/button/index.ts +0 -2
- package/src/components/button/variants.ts +0 -41
- package/src/components/card/Card.tsx +0 -197
- package/src/components/card/index.ts +0 -3
- package/src/components/card/variants/CardIcon/CardIcon.tsx +0 -158
- package/src/components/card/variants/CardMedia/CardMedia.tsx +0 -127
- package/src/components/checkbox/Checkbox.tsx +0 -246
- package/src/components/checkbox/index.ts +0 -1
- package/src/components/checkbox/variants.ts +0 -13
- package/src/components/checkboxGroup/CheckboxGroup.tsx +0 -163
- package/src/components/checkboxGroup/index.ts +0 -1
- package/src/components/cleenIcon/CleenIcon.tsx +0 -674
- package/src/components/cleenIcon/icons/IconAlertCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconAlertFeatured.tsx +0 -30
- package/src/components/cleenIcon/icons/IconAlertOctagon.tsx +0 -21
- package/src/components/cleenIcon/icons/IconAlertTriangle.tsx +0 -25
- package/src/components/cleenIcon/icons/IconAlignRight.tsx +0 -25
- package/src/components/cleenIcon/icons/IconArrowDown.tsx +0 -25
- package/src/components/cleenIcon/icons/IconArrowLeft.tsx +0 -25
- package/src/components/cleenIcon/icons/IconArrowLeft2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconArrowRight.tsx +0 -25
- package/src/components/cleenIcon/icons/IconArrowToTop.tsx +0 -20
- package/src/components/cleenIcon/icons/IconArrowUp.tsx +0 -22
- package/src/components/cleenIcon/icons/IconArrowUpRight.tsx +0 -22
- package/src/components/cleenIcon/icons/IconArrowUpRightNarrow.tsx +0 -22
- package/src/components/cleenIcon/icons/IconArrowUpRightSquare.tsx +0 -22
- package/src/components/cleenIcon/icons/IconAttachment.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBarChartSquare.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBold.tsx +0 -16
- package/src/components/cleenIcon/icons/IconBookmarkCheck.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBookmarkCheckFill.tsx +0 -37
- package/src/components/cleenIcon/icons/IconBookmarkPlus.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBookmarkX.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBoxLines.tsx +0 -16
- package/src/components/cleenIcon/icons/IconBoxText.tsx +0 -24
- package/src/components/cleenIcon/icons/IconBracketsCheck.tsx +0 -25
- package/src/components/cleenIcon/icons/IconBracketsEllipses.tsx +0 -22
- package/src/components/cleenIcon/icons/IconBuilding.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCalendar.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCertificateHeart.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCheck.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCheckCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCheckCircleBroken.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCheckFill.tsx +0 -45
- package/src/components/cleenIcon/icons/IconCheckVerified.tsx +0 -22
- package/src/components/cleenIcon/icons/IconChevronDown.tsx +0 -22
- package/src/components/cleenIcon/icons/IconChevronLeft.tsx +0 -25
- package/src/components/cleenIcon/icons/IconChevronLeftDouble.tsx +0 -22
- package/src/components/cleenIcon/icons/IconChevronRight.tsx +0 -25
- package/src/components/cleenIcon/icons/IconChevronRightDouble.tsx +0 -22
- package/src/components/cleenIcon/icons/IconChevronSelectorVertical.tsx +0 -22
- package/src/components/cleenIcon/icons/IconChevronUp.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCircleSwap.tsx +0 -22
- package/src/components/cleenIcon/icons/IconClockFastForward.tsx +0 -25
- package/src/components/cleenIcon/icons/IconClockRewind.tsx +0 -25
- package/src/components/cleenIcon/icons/IconClockRewind2.tsx +0 -21
- package/src/components/cleenIcon/icons/IconCodeBrowser.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCodeCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconColors.tsx +0 -25
- package/src/components/cleenIcon/icons/IconColumnEdit.tsx +0 -19
- package/src/components/cleenIcon/icons/IconCopy.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCopy2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCopy3.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCopy4.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCopy5.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCopyCheck.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCube.tsx +0 -25
- package/src/components/cleenIcon/icons/IconCubeOutline.tsx +0 -22
- package/src/components/cleenIcon/icons/IconCursorBox.tsx +0 -25
- package/src/components/cleenIcon/icons/IconDataflow.tsx +0 -22
- package/src/components/cleenIcon/icons/IconDataflow2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconDataflow3.tsx +0 -29
- package/src/components/cleenIcon/icons/IconDelete.tsx +0 -25
- package/src/components/cleenIcon/icons/IconDollarCircle.tsx +0 -25
- package/src/components/cleenIcon/icons/IconDotsGrid.tsx +0 -74
- package/src/components/cleenIcon/icons/IconDotsHorizontal.tsx +0 -34
- package/src/components/cleenIcon/icons/IconDotsVertical.tsx +0 -38
- package/src/components/cleenIcon/icons/IconEdit.tsx +0 -25
- package/src/components/cleenIcon/icons/IconEditable.tsx +0 -25
- package/src/components/cleenIcon/icons/IconExpand.tsx +0 -22
- package/src/components/cleenIcon/icons/IconEye.tsx +0 -28
- package/src/components/cleenIcon/icons/IconEyeHidden.tsx +0 -25
- package/src/components/cleenIcon/icons/IconEyeHidden2.tsx +0 -24
- package/src/components/cleenIcon/icons/IconFaceSmile.tsx +0 -24
- package/src/components/cleenIcon/icons/IconFilter.tsx +0 -22
- package/src/components/cleenIcon/icons/IconFilter2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconFlag.tsx +0 -22
- package/src/components/cleenIcon/icons/IconFlag2.tsx +0 -25
- package/src/components/cleenIcon/icons/IconFlag3.tsx +0 -16
- package/src/components/cleenIcon/icons/IconHandShield.tsx +0 -22
- package/src/components/cleenIcon/icons/IconHash.tsx +0 -22
- package/src/components/cleenIcon/icons/IconHeadsetMic.tsx +0 -21
- package/src/components/cleenIcon/icons/IconHeart.tsx +0 -24
- package/src/components/cleenIcon/icons/IconHouseLine.tsx +0 -22
- package/src/components/cleenIcon/icons/IconImage.tsx +0 -22
- package/src/components/cleenIcon/icons/IconImage2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconImage3.tsx +0 -17
- package/src/components/cleenIcon/icons/IconImage4.tsx +0 -25
- package/src/components/cleenIcon/icons/IconImageCheck.tsx +0 -22
- package/src/components/cleenIcon/icons/IconInfoCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconInfoHexagon.tsx +0 -25
- package/src/components/cleenIcon/icons/IconItalic.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLayersMultiple.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLayersSingle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLayout.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLayout2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLayoutColumns.tsx +0 -20
- package/src/components/cleenIcon/icons/IconLayoutCustom.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLayoutSequential.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLayoutStuffed.tsx +0 -20
- package/src/components/cleenIcon/icons/IconLayoutTile.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLifeBuoy.tsx +0 -29
- package/src/components/cleenIcon/icons/IconLightbulb.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLightning.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLightning2.tsx +0 -25
- package/src/components/cleenIcon/icons/IconLightningFast.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLineChartBar.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLineChartBreakoutSquare.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLineChartUp.tsx +0 -25
- package/src/components/cleenIcon/icons/IconLineChartUp2.tsx +0 -34
- package/src/components/cleenIcon/icons/IconLines.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLinesCheck.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLinesPlay.tsx +0 -23
- package/src/components/cleenIcon/icons/IconLink.tsx +0 -25
- package/src/components/cleenIcon/icons/IconLink2.tsx +0 -24
- package/src/components/cleenIcon/icons/IconLink3.tsx +0 -21
- package/src/components/cleenIcon/icons/IconLink4.tsx +0 -17
- package/src/components/cleenIcon/icons/IconLink5.tsx +0 -22
- package/src/components/cleenIcon/icons/IconListBullet.tsx +0 -18
- package/src/components/cleenIcon/icons/IconListOrder.tsx +0 -20
- package/src/components/cleenIcon/icons/IconListOrder2.tsx +0 -16
- package/src/components/cleenIcon/icons/IconLock.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLock2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconLogIn.tsx +0 -25
- package/src/components/cleenIcon/icons/IconLogOut.tsx +0 -25
- package/src/components/cleenIcon/icons/IconLogOut2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconMagicWand.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMagicWand2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconMail.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMessageSquare.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMessageSquare2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconMessageXSquare.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMinusCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconMobile.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMonitor.tsx +0 -22
- package/src/components/cleenIcon/icons/IconMonitor2.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMonitor3.tsx +0 -25
- package/src/components/cleenIcon/icons/IconMoonCircle.tsx +0 -28
- package/src/components/cleenIcon/icons/IconNavigationPointer.tsx +0 -22
- package/src/components/cleenIcon/icons/IconNotificationBox.tsx +0 -22
- package/src/components/cleenIcon/icons/IconPCSetup.tsx +0 -22
- package/src/components/cleenIcon/icons/IconPalette.tsx +0 -40
- package/src/components/cleenIcon/icons/IconPasscodeLock.tsx +0 -25
- package/src/components/cleenIcon/icons/IconPencil.tsx +0 -25
- package/src/components/cleenIcon/icons/IconPercentageCircle.tsx +0 -29
- package/src/components/cleenIcon/icons/IconPerspective.tsx +0 -22
- package/src/components/cleenIcon/icons/IconPhoneCall.tsx +0 -25
- package/src/components/cleenIcon/icons/IconPin.tsx +0 -22
- package/src/components/cleenIcon/icons/IconPlayCircle.tsx +0 -28
- package/src/components/cleenIcon/icons/IconPlus.tsx +0 -22
- package/src/components/cleenIcon/icons/IconPlusCircle.tsx +0 -25
- package/src/components/cleenIcon/icons/IconPulse.tsx +0 -25
- package/src/components/cleenIcon/icons/IconQuestionCircle.tsx +0 -24
- package/src/components/cleenIcon/icons/IconRadioButton.tsx +0 -27
- package/src/components/cleenIcon/icons/IconRadioButtonActive.tsx +0 -39
- package/src/components/cleenIcon/icons/IconReceiptCheck.tsx +0 -25
- package/src/components/cleenIcon/icons/IconRedo.tsx +0 -16
- package/src/components/cleenIcon/icons/IconRefresh.tsx +0 -22
- package/src/components/cleenIcon/icons/IconRefresh2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconRefresh3.tsx +0 -20
- package/src/components/cleenIcon/icons/IconRepeat.tsx +0 -22
- package/src/components/cleenIcon/icons/IconRepeat2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconRetweet.tsx +0 -33
- package/src/components/cleenIcon/icons/IconRoundChart.tsx +0 -25
- package/src/components/cleenIcon/icons/IconRoundChart2.tsx +0 -29
- package/src/components/cleenIcon/icons/IconRoute.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSave.tsx +0 -25
- package/src/components/cleenIcon/icons/IconSave2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconScanDots.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSearch.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSend.tsx +0 -25
- package/src/components/cleenIcon/icons/IconSettings.tsx +0 -32
- package/src/components/cleenIcon/icons/IconSettings2.tsx +0 -25
- package/src/components/cleenIcon/icons/IconSettings3.tsx +0 -22
- package/src/components/cleenIcon/icons/IconShieldLightning.tsx +0 -22
- package/src/components/cleenIcon/icons/IconShieldPlus.tsx +0 -22
- package/src/components/cleenIcon/icons/IconShieldRemove.tsx +0 -16
- package/src/components/cleenIcon/icons/IconShuffle.tsx +0 -25
- package/src/components/cleenIcon/icons/IconSlashCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSlashOctagon.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSocialGlobe.tsx +0 -23
- package/src/components/cleenIcon/icons/IconSocialLinkedin.tsx +0 -21
- package/src/components/cleenIcon/icons/IconSocialX.tsx +0 -28
- package/src/components/cleenIcon/icons/IconSpeedometer.tsx +0 -22
- package/src/components/cleenIcon/icons/IconStairsRound.tsx +0 -21
- package/src/components/cleenIcon/icons/IconStar.tsx +0 -22
- package/src/components/cleenIcon/icons/IconStarHalf.tsx +0 -39
- package/src/components/cleenIcon/icons/IconStars.tsx +0 -28
- package/src/components/cleenIcon/icons/IconStars2.tsx +0 -29
- package/src/components/cleenIcon/icons/IconStrikethrough.tsx +0 -16
- package/src/components/cleenIcon/icons/IconSuccessFeatured.tsx +0 -30
- package/src/components/cleenIcon/icons/IconSun.tsx +0 -22
- package/src/components/cleenIcon/icons/IconSwitchHorizontal.tsx +0 -22
- package/src/components/cleenIcon/icons/IconTag.tsx +0 -22
- package/src/components/cleenIcon/icons/IconTarget.tsx +0 -21
- package/src/components/cleenIcon/icons/IconTarget2.tsx +0 -34
- package/src/components/cleenIcon/icons/IconTextFormat.tsx +0 -17
- package/src/components/cleenIcon/icons/IconTextFormat2.tsx +0 -22
- package/src/components/cleenIcon/icons/IconTextHighlight.tsx +0 -16
- package/src/components/cleenIcon/icons/IconTranslate.tsx +0 -25
- package/src/components/cleenIcon/icons/IconTrash.tsx +0 -25
- package/src/components/cleenIcon/icons/IconTrending.tsx +0 -22
- package/src/components/cleenIcon/icons/IconUnderline.tsx +0 -16
- package/src/components/cleenIcon/icons/IconUndo.tsx +0 -22
- package/src/components/cleenIcon/icons/IconUndo2.tsx +0 -16
- package/src/components/cleenIcon/icons/IconUploadCloud.tsx +0 -22
- package/src/components/cleenIcon/icons/IconUser.tsx +0 -22
- package/src/components/cleenIcon/icons/IconUserEdit.tsx +0 -25
- package/src/components/cleenIcon/icons/IconUserRight.tsx +0 -22
- package/src/components/cleenIcon/icons/IconUserSquare.tsx +0 -25
- package/src/components/cleenIcon/icons/IconUsers.tsx +0 -25
- package/src/components/cleenIcon/icons/IconUsersUp.tsx +0 -25
- package/src/components/cleenIcon/icons/IconVolume.tsx +0 -25
- package/src/components/cleenIcon/icons/IconWrench.tsx +0 -22
- package/src/components/cleenIcon/icons/IconX.tsx +0 -25
- package/src/components/cleenIcon/icons/IconXCircle.tsx +0 -22
- package/src/components/cleenIcon/icons/IconXCircle2.tsx +0 -42
- package/src/components/cleenIcon/icons/IconXClose.tsx +0 -25
- package/src/components/cleenIcon/icons/IconXSquare.tsx +0 -22
- package/src/components/cleenIcon/icons/index.ts +0 -215
- package/src/components/cleenIcon/index.ts +0 -4
- package/src/components/cleenIcon/types/icon.ts +0 -226
- package/src/components/collapsible/Collapsible.tsx +0 -148
- package/src/components/collapsible/index.ts +0 -5
- package/src/components/creditCardInput/CreditCardInput.tsx +0 -236
- package/src/components/creditCardInput/index.ts +0 -2
- package/src/components/creditCardInput/types/card.ts +0 -13
- package/src/components/creditCardInput/types/props.ts +0 -44
- package/src/components/creditCardInput/util/format.ts +0 -102
- package/src/components/datePicker/DatePicker.tsx +0 -235
- package/src/components/datePicker/index.ts +0 -2
- package/src/components/datePicker/types/props.ts +0 -47
- package/src/components/datePicker/utils/date.ts +0 -40
- package/src/components/divider/Divider.tsx +0 -43
- package/src/components/divider/index.ts +0 -1
- package/src/components/drawer/Drawer.tsx +0 -222
- package/src/components/drawer/index.ts +0 -1
- package/src/components/dropdown/Dropdown.tsx +0 -224
- package/src/components/dropdown/index.ts +0 -1
- package/src/components/filterDrawer/FilterDrawer.tsx +0 -147
- package/src/components/filterDrawer/blocks/FilterDrawerFooter.tsx +0 -119
- package/src/components/filterDrawer/blocks/SaveFilterStep.tsx +0 -56
- package/src/components/filterDrawer/blocks/SavedFilterRow.tsx +0 -166
- package/src/components/filterDrawer/blocks/SavedFiltersDropdown.tsx +0 -142
- package/src/components/filterDrawer/constants/filter.ts +0 -4
- package/src/components/filterDrawer/constants/labels.ts +0 -52
- package/src/components/filterDrawer/constants/tab.ts +0 -7
- package/src/components/filterDrawer/context/context.ts +0 -28
- package/src/components/filterDrawer/context/provider.tsx +0 -50
- package/src/components/filterDrawer/index.ts +0 -7
- package/src/components/filterDrawer/types/filters.ts +0 -28
- package/src/components/filterDrawer/types/props.ts +0 -107
- package/src/components/filterDrawer/types/validation.ts +0 -6
- package/src/components/formGroup/FormGroup.tsx +0 -165
- package/src/components/formGroup/index.ts +0 -1
- package/src/components/groupSelector/GroupSelector.tsx +0 -729
- package/src/components/groupSelector/index.ts +0 -6
- package/src/components/index.ts +0 -44
- package/src/components/infoLabels/InfoLabels.tsx +0 -88
- package/src/components/infoLabels/index.ts +0 -1
- package/src/components/input/Input.tsx +0 -269
- package/src/components/input/index.ts +0 -1
- package/src/components/loader/Loader.tsx +0 -91
- package/src/components/loader/index.ts +0 -1
- package/src/components/lookup/Lookup.tsx +0 -433
- package/src/components/lookup/blocks/LookupOptionList.tsx +0 -130
- package/src/components/lookup/index.ts +0 -2
- package/src/components/lookup/types/lookup.ts +0 -97
- package/src/components/menu/Menu.tsx +0 -103
- package/src/components/menu/blocks/MenuContent.tsx +0 -105
- package/src/components/menu/blocks/MenuItem.tsx +0 -120
- package/src/components/menu/index.ts +0 -2
- package/src/components/menu/types/menu.ts +0 -30
- package/src/components/menu/types/menuItem.ts +0 -48
- package/src/components/modal/Modal.tsx +0 -191
- package/src/components/modal/index.ts +0 -1
- package/src/components/notification/Notification.tsx +0 -79
- package/src/components/notification/constant/notification.ts +0 -30
- package/src/components/notification/index.ts +0 -2
- package/src/components/notification/wrappers/CleenNotificationContainer.tsx +0 -9
- package/src/components/pagination/Pagination.tsx +0 -294
- package/src/components/pagination/blocks/PaginationGoToPage.tsx +0 -91
- package/src/components/pagination/blocks/PaginationPageSize.tsx +0 -145
- package/src/components/pagination/constants/labels.ts +0 -15
- package/src/components/pagination/index.ts +0 -9
- package/src/components/pillBadge/PillBadge.tsx +0 -130
- package/src/components/pillBadge/helper.ts +0 -11
- package/src/components/pillBadge/index.ts +0 -1
- package/src/components/pillBadge/variants.ts +0 -47
- package/src/components/popover/Popover.tsx +0 -108
- package/src/components/popover/index.ts +0 -2
- package/src/components/popover/types/popover.ts +0 -21
- package/src/components/progressBar/ProgressBar.tsx +0 -179
- package/src/components/progressBar/index.ts +0 -1
- package/src/components/progressCircle/ProgressCircle.tsx +0 -142
- package/src/components/progressCircle/index.ts +0 -1
- package/src/components/radioBoxGroup/RadioBoxGroup.tsx +0 -207
- package/src/components/radioBoxGroup/index.ts +0 -1
- package/src/components/radioButtonGroup/RadioButtonGroup.tsx +0 -208
- package/src/components/radioButtonGroup/blocks/RadioButton.tsx +0 -22
- package/src/components/radioButtonGroup/index.ts +0 -4
- package/src/components/radioButtonGroup/types/radioButton.ts +0 -10
- package/src/components/rangeSlider/RangeSlider.tsx +0 -366
- package/src/components/rangeSlider/index.ts +0 -1
- package/src/components/select/Select.tsx +0 -349
- package/src/components/select/blocks/SelectCustomMenuList.tsx +0 -70
- package/src/components/select/blocks/SelectNoOptionsMessage.tsx +0 -22
- package/src/components/select/blocks/SelectOption.tsx +0 -19
- package/src/components/select/blocks/SelectSingleValue.tsx +0 -28
- package/src/components/select/index.ts +0 -1
- package/src/components/sidebar/Sidebar.tsx +0 -210
- package/src/components/sidebar/SidebarItem.tsx +0 -88
- package/src/components/sidebar/drawerContainer/DrawerContainer.tsx +0 -36
- package/src/components/sidebar/drawerContainer/DrawerContentTitle.tsx +0 -165
- package/src/components/sidebar/drawerContainer/index.ts +0 -2
- package/src/components/sidebar/index.ts +0 -13
- package/src/components/sidebar/types.ts +0 -157
- package/src/components/skeletons/blocks/Skeleton.tsx +0 -72
- package/src/components/skeletons/blocks/SkeletonAvatar.tsx +0 -43
- package/src/components/skeletons/blocks/SkeletonBadge.tsx +0 -30
- package/src/components/skeletons/blocks/SkeletonBanner.tsx +0 -44
- package/src/components/skeletons/blocks/SkeletonButton.tsx +0 -31
- package/src/components/skeletons/blocks/SkeletonCard.tsx +0 -39
- package/src/components/skeletons/blocks/SkeletonCard2.tsx +0 -57
- package/src/components/skeletons/blocks/SkeletonCard3.tsx +0 -89
- package/src/components/skeletons/blocks/SkeletonCardStack.tsx +0 -22
- package/src/components/skeletons/blocks/SkeletonChart.tsx +0 -114
- package/src/components/skeletons/blocks/SkeletonContentCard.tsx +0 -75
- package/src/components/skeletons/blocks/SkeletonDataGrid.tsx +0 -73
- package/src/components/skeletons/blocks/SkeletonForm.tsx +0 -50
- package/src/components/skeletons/blocks/SkeletonImage.tsx +0 -45
- package/src/components/skeletons/blocks/SkeletonInfoCard.tsx +0 -130
- package/src/components/skeletons/blocks/SkeletonInput.tsx +0 -32
- package/src/components/skeletons/blocks/SkeletonList.tsx +0 -67
- package/src/components/skeletons/blocks/SkeletonParagraph.tsx +0 -52
- package/src/components/skeletons/blocks/SkeletonText.tsx +0 -22
- package/src/components/skeletons/blocks/SkeletonVideo.tsx +0 -71
- package/src/components/skeletons/blocks/SkeletonWidgetCard.tsx +0 -56
- package/src/components/skeletons/blocks/SkeletonWrapper.tsx +0 -140
- package/src/components/skeletons/index.ts +0 -24
- package/src/components/skeletons/styles/skeleton.ts +0 -2
- package/src/components/skeletons/types/skeleton.ts +0 -8
- package/src/components/slider/Slider.tsx +0 -298
- package/src/components/slider/index.ts +0 -1
- package/src/components/stepper/Stepper.tsx +0 -185
- package/src/components/stepper/index.ts +0 -1
- package/src/components/switch/Switch.tsx +0 -152
- package/src/components/switch/index.ts +0 -1
- package/src/components/tabs/Tabs.tsx +0 -140
- package/src/components/tabs/index.ts +0 -2
- package/src/components/tabs/types/tab.ts +0 -33
- package/src/components/tabs/variants.ts +0 -49
- package/src/components/textArea/TextArea.tsx +0 -244
- package/src/components/textArea/index.ts +0 -1
- package/src/components/tooltip/Tooltip.tsx +0 -200
- package/src/components/tooltip/index.ts +0 -1
- package/src/icons/IconFromLibrary.tsx +0 -13
- package/src/icons/getIconByName.ts +0 -81
- package/src/icons/index.ts +0 -16
- package/src/index.ts +0 -1
- package/tsconfig.json +0 -27
- package/tsup.config.ts +0 -23
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconAlertFeatured = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="38"
|
|
7
|
-
height="38"
|
|
8
|
-
viewBox="0 0 38 38"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g opacity="0.3">
|
|
15
|
-
<rect x="6" y="6" width="26" height="26" rx="13" strokeWidth="2" />
|
|
16
|
-
</g>
|
|
17
|
-
<g opacity="0.1">
|
|
18
|
-
<rect x="1" y="1" width="36" height="36" rx="18" strokeWidth="2" />
|
|
19
|
-
</g>
|
|
20
|
-
<g clipPath="url(#clip0_3119_7556)">
|
|
21
|
-
<path
|
|
22
|
-
d="M19 15.667V19.0003M19 22.3337H19.0083M27.3333 19.0003C27.3333 23.6027 23.6023 27.3337 19 27.3337C14.3976 27.3337 10.6666 23.6027 10.6666 19.0003C10.6666 14.398 14.3976 10.667 19 10.667C23.6023 10.667 27.3333 14.398 27.3333 19.0003Z"
|
|
23
|
-
strokeWidth="1.66667"
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
|
29
|
-
);
|
|
30
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconAlertOctagon = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="17"
|
|
7
|
-
height="17"
|
|
8
|
-
viewBox="0 0 17 17"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<g id="BsExclamationOctagonFill">
|
|
14
|
-
<path
|
|
15
|
-
id="Vector"
|
|
16
|
-
d="M12.1763 0.155125C12.0767 0.0558142 11.9418 2.98764e-05 11.8012 0L5.19881 0C5.05819 2.98764e-05 4.92331 0.0558142 4.82375 0.155125L0.155125 4.82375C0.0558142 4.92331 2.98764e-05 5.05819 0 5.19881L0 11.8012C2.98764e-05 11.9418 0.0558142 12.0767 0.155125 12.1763L4.82375 16.8449C4.92331 16.9442 5.05819 17 5.19881 17H11.8012C11.9418 17 12.0767 16.9442 12.1763 16.8449L16.8449 12.1763C16.9442 12.0767 17 11.9418 17 11.8012V5.19881C17 5.05819 16.9442 4.92331 16.8449 4.82375L12.1763 0.155125ZM8.5 4.25C9.06844 4.25 9.51362 4.74087 9.45625 5.30719L9.08438 9.03337C9.07188 9.17976 9.0049 9.31612 8.89669 9.41549C8.78848 9.51486 8.64691 9.56999 8.5 9.56999C8.35309 9.56999 8.21152 9.51486 8.10331 9.41549C7.9951 9.31612 7.92812 9.17976 7.91562 9.03337L7.54375 5.30719C7.5304 5.17356 7.54518 5.03862 7.58715 4.91105C7.62912 4.78349 7.69734 4.66613 7.78743 4.56653C7.87751 4.46694 7.98746 4.38732 8.11019 4.3328C8.23292 4.27828 8.36571 4.25008 8.5 4.25ZM8.50212 10.625C8.78392 10.625 9.05417 10.7369 9.25343 10.9362C9.45268 11.1355 9.56462 11.4057 9.56462 11.6875C9.56462 11.9693 9.45268 12.2395 9.25343 12.4388C9.05417 12.6381 8.78392 12.75 8.50212 12.75C8.22033 12.75 7.95008 12.6381 7.75082 12.4388C7.55157 12.2395 7.43962 11.9693 7.43962 11.6875C7.43962 11.4057 7.55157 11.1355 7.75082 10.9362C7.95008 10.7369 8.22033 10.625 8.50212 10.625Z"
|
|
17
|
-
/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconAlertTriangle = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="alert-triangle">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M11.9998 8.99999V13M11.9998 17H12.0098M10.6151 3.89171L2.39019 18.0983C1.93398 18.8863 1.70588 19.2803 1.73959 19.6037C1.769 19.8857 1.91677 20.142 2.14613 20.3088C2.40908 20.5 2.86435 20.5 3.77487 20.5H20.2246C21.1352 20.5 21.5904 20.5 21.8534 20.3088C22.0827 20.142 22.2305 19.8857 22.2599 19.6037C22.2936 19.2803 22.0655 18.8863 21.6093 18.0983L13.3844 3.89171C12.9299 3.10654 12.7026 2.71396 12.4061 2.58211C12.1474 2.4671 11.8521 2.4671 11.5935 2.58211C11.2969 2.71396 11.0696 3.10655 10.6151 3.89171Z"
|
|
18
|
-
strokeWidth="2"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconAlignRight = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="align-right-01">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M17.5 17.5V2.5M2.5 10H14.1667M14.1667 10L8.33333 4.16667M14.1667 10L8.33333 15.8333"
|
|
18
|
-
strokeWidth="1.66667"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowDown = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="16"
|
|
7
|
-
height="16"
|
|
8
|
-
viewBox="0 0 16 16"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="arrow-down">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M8.00004 3.3335V12.6668M8.00004 12.6668L12.6667 8.00016M8.00004 12.6668L3.33337 8.00016"
|
|
18
|
-
strokeWidth="1.33333"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowLeft = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="arrow-left">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M15.8333 9.99984H4.16666M4.16666 9.99984L9.99999 15.8332M4.16666 9.99984L9.99999 4.1665"
|
|
18
|
-
strokeWidth="1.66667"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowLeft2 = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width="20"
|
|
8
|
-
height="20"
|
|
9
|
-
viewBox="0 0 20 20"
|
|
10
|
-
fill="none"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M16.6673 10H3.33398M3.33398 10L8.33398 15M3.33398 10L8.33398 5"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowRight = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="arrow-right">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M4.16663 9.99984H15.8333M15.8333 9.99984L9.99996 4.1665M15.8333 9.99984L9.99996 15.8332"
|
|
18
|
-
strokeWidth="1.66667"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowToTop = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="14"
|
|
7
|
-
height="14"
|
|
8
|
-
viewBox="0 0 14 14"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fillRule="evenodd"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
d="M0.601094 0.0722656C0.538059 0.0722656 0.475642 0.0846813 0.417406 0.108804C0.359169 0.132926 0.306255 0.168282 0.261683 0.212854C0.21711 0.257427 0.181754 0.310341 0.157632 0.368578C0.133509 0.426814 0.121094 0.489231 0.121094 0.552266C0.121094 0.6153 0.133509 0.677718 0.157632 0.735954C0.181754 0.79419 0.21711 0.847105 0.261683 0.891677C0.306255 0.936249 0.359169 0.971606 0.417406 0.995728C0.475642 1.01985 0.538059 1.03227 0.601094 1.03227H13.4011C13.5284 1.03227 13.6505 0.981695 13.7405 0.891677C13.8305 0.80166 13.8811 0.67957 13.8811 0.552266C13.8811 0.424962 13.8305 0.302872 13.7405 0.212854C13.6505 0.122837 13.5284 0.0722656 13.4011 0.0722656H0.601094ZM3.19523 6.87973C3.14807 6.92368 3.11024 6.97667 3.08401 7.03555C3.05777 7.09443 3.04367 7.15799 3.04253 7.22244C3.04139 7.28689 3.05325 7.35091 3.07739 7.41068C3.10153 7.47044 3.13746 7.52474 3.18304 7.57032C3.22862 7.6159 3.28292 7.65183 3.34269 7.67597C3.40245 7.70011 3.46647 7.71197 3.53092 7.71083C3.59537 7.70969 3.65893 7.69559 3.71781 7.66935C3.77669 7.64312 3.82968 7.60529 3.87363 7.55813L6.52109 4.91067V13.3523C6.52109 13.4796 6.57167 13.6017 6.66168 13.6917C6.7517 13.7817 6.87379 13.8323 7.00109 13.8323C7.1284 13.8323 7.25049 13.7817 7.34051 13.6917C7.43052 13.6017 7.48109 13.4796 7.48109 13.3523V4.91067L10.1286 7.55813C10.1725 7.60529 10.2255 7.64312 10.2844 7.66935C10.3433 7.69559 10.4068 7.70969 10.4713 7.71083C10.5357 7.71197 10.5997 7.70011 10.6595 7.67597C10.7193 7.65183 10.7736 7.6159 10.8191 7.57032C10.8647 7.52474 10.9007 7.47044 10.9248 7.41068C10.9489 7.35091 10.9608 7.28689 10.9597 7.22244C10.9585 7.15799 10.9444 7.09443 10.9182 7.03555C10.8919 6.97667 10.8541 6.92368 10.807 6.87973L7.34029 3.41307C7.25029 3.32318 7.1283 3.27269 7.00109 3.27269C6.87389 3.27269 6.7519 3.32318 6.66189 3.41307L3.19523 6.87973Z"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowUp = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
fill="none"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M12 19V5M12 5L5 12M12 5L19 12"
|
|
16
|
-
strokeWidth="2"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowUpRight = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="10"
|
|
7
|
-
height="10"
|
|
8
|
-
viewBox="0 0 10 10"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M0.832031 9.16634L9.16536 0.833008M9.16536 0.833008H0.832031M9.16536 0.833008V9.16634"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowUpRightNarrow = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="8"
|
|
7
|
-
height="8"
|
|
8
|
-
viewBox="0 0 8 8"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M1 7L7 1M7 1H3M7 1V5"
|
|
16
|
-
strokeWidth="1.5"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconArrowUpRightSquare = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="18"
|
|
7
|
-
height="18"
|
|
8
|
-
viewBox="0 0 18 18"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M11.6603 11.5V6.50004M11.6603 6.50004H6.66031M11.6603 6.50004L6.66031 11.5M5.66016 16.5H12.6602C14.0603 16.5 14.7604 16.5 15.2951 16.2275C15.7655 15.9878 16.148 15.6054 16.3877 15.135C16.6602 14.6002 16.6602 13.9001 16.6602 12.5V5.5C16.6602 4.09987 16.6602 3.3998 16.3877 2.86502C16.148 2.39462 15.7655 2.01217 15.2951 1.77248C14.7604 1.5 14.0603 1.5 12.6602 1.5H5.66016C4.26002 1.5 3.55996 1.5 3.02518 1.77248C2.55477 2.01217 2.17232 2.39462 1.93264 2.86502C1.66016 3.3998 1.66016 4.09987 1.66016 5.5V12.5C1.66016 13.9001 1.66016 14.6002 1.93264 15.135C2.17232 15.6054 2.55477 15.9878 3.02518 16.2275C3.55996 16.5 4.26002 16.5 5.66016 16.5Z"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconAttachment = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width="20"
|
|
8
|
-
height="20"
|
|
9
|
-
viewBox="0 0 20 20"
|
|
10
|
-
fill="none"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M17.6271 9.08247L10.1141 16.5955C8.40556 18.304 5.63546 18.304 3.92692 16.5955C2.21837 14.8869 2.21837 12.1168 3.92692 10.4083L11.4399 2.89529C12.579 1.75626 14.4257 1.75626 15.5647 2.89529C16.7037 4.03432 16.7037 5.88105 15.5647 7.02008L8.34633 14.2385C7.77682 14.808 6.85345 14.808 6.28394 14.2385C5.71442 13.6689 5.71442 12.7456 6.28394 12.1761L12.6184 5.84157"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBarChartSquare = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M6.66667 12.5V14.1667M10 9.16667V14.1667M13.3333 5.83333V14.1667M6.5 17.5H13.5C14.9001 17.5 15.6002 17.5 16.135 17.2275C16.6054 16.9878 16.9878 16.6054 17.2275 16.135C17.5 15.6002 17.5 14.9001 17.5 13.5V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5Z"
|
|
16
|
-
strokeWidth="1.67"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBold = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="28"
|
|
7
|
-
height="28"
|
|
8
|
-
viewBox="0 0 28 28"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path d="M15.4062 19.625H9.625V8.375H14.9375C15.5639 8.37504 16.1771 8.55435 16.7048 8.89174C17.2325 9.22914 17.6526 9.71052 17.9155 10.279C18.1784 10.8475 18.2731 11.4794 18.1884 12.1C18.1037 12.7206 17.8431 13.304 17.4375 13.7812C17.9673 14.205 18.3528 14.7825 18.5408 15.4344C18.7289 16.0862 18.7102 16.7803 18.4875 17.4211C18.2647 18.0619 17.8488 18.6179 17.297 19.0126C16.7452 19.4073 16.0847 19.6213 15.4062 19.625ZM11.5 17.75H15.3937C15.5784 17.75 15.7613 17.7136 15.9319 17.643C16.1025 17.5723 16.2575 17.4687 16.3881 17.3381C16.5187 17.2075 16.6223 17.0525 16.693 16.8819C16.7636 16.7113 16.8 16.5284 16.8 16.3438C16.8 16.1591 16.7636 15.9762 16.693 15.8056C16.6223 15.635 16.5187 15.48 16.3881 15.3494C16.2575 15.2188 16.1025 15.1152 15.9319 15.0445C15.7613 14.9739 15.5784 14.9375 15.3937 14.9375H11.5V17.75ZM11.5 13.0625H14.9375C15.1222 13.0625 15.305 13.0261 15.4756 12.9555C15.6463 12.8848 15.8013 12.7812 15.9319 12.6506C16.0625 12.52 16.166 12.365 16.2367 12.1944C16.3074 12.0238 16.3438 11.8409 16.3438 11.6562C16.3438 11.4716 16.3074 11.2887 16.2367 11.1181C16.166 10.9475 16.0625 10.7925 15.9319 10.6619C15.8013 10.5313 15.6463 10.4277 15.4756 10.357C15.305 10.2864 15.1222 10.25 14.9375 10.25H11.5V13.0625Z" />
|
|
14
|
-
</svg>
|
|
15
|
-
);
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBookmarkCheck = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M7.50033 8.75L9.16699 10.4167L12.917 6.66667M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z"
|
|
16
|
-
strokeWidth="1.5"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBookmarkCheckFill = ({
|
|
4
|
-
color1 = 'currentColor',
|
|
5
|
-
color2 = 'currentColor',
|
|
6
|
-
...props
|
|
7
|
-
}: IconProps) => {
|
|
8
|
-
return (
|
|
9
|
-
<svg
|
|
10
|
-
width="20"
|
|
11
|
-
height="20"
|
|
12
|
-
viewBox="0 0 14 18"
|
|
13
|
-
fill="none"
|
|
14
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
-
{...props}
|
|
16
|
-
>
|
|
17
|
-
<path
|
|
18
|
-
d="M1 5C1 3.59987 1 2.8998 1.27248 2.36502C1.51217 1.89462 1.89462 1.51217 2.36502 1.27248C2.8998 1 3.59987 1 5 1H8.66667C10.0668 1 10.7669 1 11.3016 1.27248C11.772 1.51217 12.1545 1.89462 12.3942 2.36502C12.6667 2.8998 12.6667 3.59987 12.6667 5V16L6.83333 12.6667L1 16V5Z"
|
|
19
|
-
fill={color1}
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M4.33333 7.25L6 8.91667L9.75 5.16667M12.6667 16V5C12.6667 3.59987 12.6667 2.8998 12.3942 2.36502C12.1545 1.89462 11.772 1.51217 11.3016 1.27248C10.7669 1 10.0668 1 8.66667 1H5C3.59987 1 2.8998 1 2.36502 1.27248C1.89462 1.51217 1.51217 1.89462 1.27248 2.36502C1 2.8998 1 3.59987 1 5V16L6.83333 12.6667L12.6667 16Z"
|
|
23
|
-
stroke={color1}
|
|
24
|
-
strokeWidth="1.5"
|
|
25
|
-
strokeLinecap="round"
|
|
26
|
-
strokeLinejoin="round"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M4.5 7.74984L6.16667 9.4165L9.91667 5.6665"
|
|
30
|
-
stroke={color2}
|
|
31
|
-
strokeWidth="1.5"
|
|
32
|
-
strokeLinecap="round"
|
|
33
|
-
strokeLinejoin="round"
|
|
34
|
-
/>
|
|
35
|
-
</svg>
|
|
36
|
-
);
|
|
37
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBookmarkPlus = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M10.0003 10.8333V5.83333M7.50033 8.33333H12.5003M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z"
|
|
16
|
-
strokeWidth="1.5"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBookmarkX = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="12"
|
|
7
|
-
height="14"
|
|
8
|
-
viewBox="0 0 12 14"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M4.33398 4L7.66732 7.33333M7.66732 4L4.33398 7.33333M10.6673 13V4.2C10.6673 3.0799 10.6673 2.51984 10.4493 2.09202C10.2576 1.71569 9.95162 1.40973 9.5753 1.21799C9.14748 1 8.58742 1 7.46732 1H4.53398C3.41388 1 2.85383 1 2.426 1.21799C2.04968 1.40973 1.74372 1.71569 1.55197 2.09202C1.33398 2.51984 1.33398 3.0799 1.33398 4.2V13L6.00065 10.3333L10.6673 13Z"
|
|
16
|
-
strokeWidth="1.5"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBoxLines = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="18"
|
|
7
|
-
height="14"
|
|
8
|
-
viewBox="0 0 18 14"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path d="M4.625 3.25C4.45924 3.25 4.30027 3.31585 4.18306 3.43306C4.06585 3.55027 4 3.70924 4 3.875C4 4.04076 4.06585 4.19973 4.18306 4.31694C4.30027 4.43415 4.45924 4.5 4.625 4.5H8.375C8.54076 4.5 8.69973 4.43415 8.81694 4.31694C8.93415 4.19973 9 4.04076 9 3.875C9 3.70924 8.93415 3.55027 8.81694 3.43306C8.69973 3.31585 8.54076 3.25 8.375 3.25H4.625ZM4 6.375C4 6.20924 4.06585 6.05027 4.18306 5.93306C4.30027 5.81585 4.45924 5.75 4.625 5.75H12.125C12.2908 5.75 12.4497 5.81585 12.5669 5.93306C12.6842 6.05027 12.75 6.20924 12.75 6.375C12.75 6.54076 12.6842 6.69973 12.5669 6.81694C12.4497 6.93415 12.2908 7 12.125 7H4.625C4.45924 7 4.30027 6.93415 4.18306 6.81694C4.06585 6.69973 4 6.54076 4 6.375ZM4.625 8.25C4.45924 8.25 4.30027 8.31585 4.18306 8.43306C4.06585 8.55027 4 8.70924 4 8.875C4 9.04076 4.06585 9.19973 4.18306 9.31694C4.30027 9.43415 4.45924 9.5 4.625 9.5H9.625C9.79076 9.5 9.94973 9.43415 10.0669 9.31694C10.1842 9.19973 10.25 9.04076 10.25 8.875C10.25 8.70924 10.1842 8.55027 10.0669 8.43306C9.94973 8.31585 9.79076 8.25 9.625 8.25H4.625ZM2.75 0.75C2.08696 0.75 1.45107 1.01339 0.982233 1.48223C0.513392 1.95107 0.25 2.58696 0.25 3.25V10.75C0.25 11.413 0.513392 12.0489 0.982233 12.5178C1.45107 12.9866 2.08696 13.25 2.75 13.25H15.25C15.913 13.25 16.5489 12.9866 17.0178 12.5178C17.4866 12.0489 17.75 11.413 17.75 10.75V3.25C17.75 2.58696 17.4866 1.95107 17.0178 1.48223C16.5489 1.01339 15.913 0.75 15.25 0.75H2.75ZM1.5 3.25C1.5 2.91848 1.6317 2.60054 1.86612 2.36612C2.10054 2.1317 2.41848 2 2.75 2H15.25C15.5815 2 15.8995 2.1317 16.1339 2.36612C16.3683 2.60054 16.5 2.91848 16.5 3.25V10.75C16.5 11.0815 16.3683 11.3995 16.1339 11.6339C15.8995 11.8683 15.5815 12 15.25 12H2.75C2.41848 12 2.10054 11.8683 1.86612 11.6339C1.6317 11.3995 1.5 11.0815 1.5 10.75V3.25Z" />
|
|
14
|
-
</svg>
|
|
15
|
-
);
|
|
16
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBoxText = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="18"
|
|
7
|
-
height="16"
|
|
8
|
-
viewBox="0 0 18 16"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
d="M0.666016 7.99967C0.666016 4.85717 0.666016 3.28551 1.64268 2.30967C2.61935 1.33384 4.19018 1.33301 7.33268 1.33301H10.666C13.8085 1.33301 15.3802 1.33301 16.356 2.30967C17.3318 3.28634 17.3327 4.85717 17.3327 7.99967C17.3327 11.1422 17.3327 12.7138 16.356 13.6897C15.3793 14.6655 13.8085 14.6663 10.666 14.6663H7.33268C4.19018 14.6663 2.61852 14.6663 1.64268 13.6897C0.666849 12.713 0.666016 11.1422 0.666016 7.99967Z"
|
|
15
|
-
stroke="currentColor"
|
|
16
|
-
strokeWidth="1.25"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M5.875 10.9163C5.875 11.0821 5.94085 11.2411 6.05806 11.3583C6.17527 11.4755 6.33424 11.5413 6.5 11.5413C6.66576 11.5413 6.82473 11.4755 6.94194 11.3583C7.05915 11.2411 7.125 11.0821 7.125 10.9163H5.875ZM8.375 6.68718C8.375 6.85294 8.44085 7.01191 8.55806 7.12912C8.67527 7.24633 8.83424 7.31218 9 7.31218C9.16576 7.31218 9.32473 7.24633 9.44194 7.12912C9.55915 7.01191 9.625 6.85294 9.625 6.68718H8.375ZM3.375 6.68718C3.375 6.85294 3.44085 7.01191 3.55806 7.12912C3.67527 7.24633 3.83424 7.31218 4 7.31218C4.16576 7.31218 4.32473 7.24633 4.44194 7.12912C4.55915 7.01191 4.625 6.85294 4.625 6.68718H3.375ZM4.83334 10.2913C4.66758 10.2913 4.5086 10.3572 4.39139 10.4744C4.27418 10.5916 4.20834 10.7506 4.20834 10.9163C4.20834 11.0821 4.27418 11.2411 4.39139 11.3583C4.5086 11.4755 4.66758 11.5413 4.83334 11.5413V10.2913ZM8.16667 11.5413C8.33243 11.5413 8.4914 11.4755 8.60861 11.3583C8.72582 11.2411 8.79167 11.0821 8.79167 10.9163C8.79167 10.7506 8.72582 10.5916 8.60861 10.4744C8.4914 10.3572 8.33243 10.2913 8.16667 10.2913V11.5413ZM5.60417 5.70801H6.5V4.45801H5.60417V5.70801ZM6.5 5.70801H7.39583V4.45801H6.5V5.70801ZM7.125 10.9163V5.08301H5.875V10.9163H7.125ZM7.39583 5.70801C7.775 5.70801 8.00083 5.70884 8.16417 5.72968C8.31167 5.74801 8.31917 5.77301 8.30584 5.76051L9.135 4.82634C8.885 4.60301 8.5925 4.52301 8.31834 4.48884C8.06 4.45718 7.7425 4.45801 7.39583 4.45801V5.70801ZM9.625 6.68718C9.625 6.34051 9.62584 6.02301 9.59417 5.76468C9.56 5.49051 9.48 5.19801 9.25667 4.94801L8.3225 5.77801C8.31 5.76384 8.335 5.77134 8.35334 5.91968C8.37417 6.08218 8.375 6.30801 8.375 6.68718H9.625ZM8.30584 5.76051L8.32167 5.77718L9.25667 4.94801C9.21823 4.90539 9.17762 4.86478 9.135 4.82634L8.30584 5.76051ZM5.60417 4.45801C5.2575 4.45801 4.94 4.45718 4.68167 4.48884C4.4075 4.52301 4.115 4.60301 3.865 4.82634L4.695 5.76051C4.68084 5.77301 4.68834 5.74801 4.83667 5.72968C4.99917 5.70884 5.225 5.70801 5.60417 5.70801V4.45801ZM4.625 6.68718C4.625 6.30801 4.62584 6.08218 4.64667 5.91884C4.665 5.77134 4.69 5.76384 4.6775 5.77718L3.74334 4.94801C3.52 5.19801 3.44 5.49051 3.40584 5.76468C3.37417 6.02301 3.375 6.34051 3.375 6.68718H4.625ZM3.865 4.82634C3.82222 4.86468 3.78167 4.90523 3.74334 4.94801L4.6775 5.77718L4.69417 5.76134L3.865 4.82634ZM4.83334 11.5413H8.16667V10.2913H4.83334V11.5413Z"
|
|
20
|
-
fill="currentColor"
|
|
21
|
-
/>
|
|
22
|
-
</svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBracketsCheck = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="brackets-check">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M18.5708 20C19.8328 20 20.8568 18.977 20.8568 17.714V13.143L21.9998 12L20.8568 10.857V6.286C20.8568 5.023 19.8338 4 18.5708 4M5.429 4C4.166 4 3.143 5.023 3.143 6.286V10.857L2 12L3.143 13.143V17.714C3.143 18.977 4.166 20 5.429 20M7.5 12L9.93431 14.4343C10.1323 14.6323 10.2313 14.7313 10.3455 14.7684C10.4459 14.8011 10.5541 14.8011 10.6545 14.7684C10.7687 14.7313 10.8677 14.6323 11.0657 14.4343L16.5 9"
|
|
18
|
-
strokeWidth="2"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBracketsEllipses = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M15.4757 16.6663C16.5274 16.6663 17.3808 15.8138 17.3808 14.7613V10.9522L18.3333 9.99967L17.3808 9.04717V5.23801C17.3808 4.18551 16.5282 3.33301 15.4757 3.33301M4.52425 3.33301C3.47175 3.33301 2.61925 4.18551 2.61925 5.23801V9.04717L1.66675 9.99967L2.61925 10.9522V14.7613C2.61925 15.8138 3.47175 16.6663 4.52425 16.6663M6.25008 9.99967H6.25842M10.0001 9.99967H10.0084M13.7501 9.99967H13.7584M6.66675 9.99967C6.66675 10.2298 6.4802 10.4163 6.25008 10.4163C6.01996 10.4163 5.83341 10.2298 5.83341 9.99967C5.83341 9.76956 6.01996 9.58301 6.25008 9.58301C6.4802 9.58301 6.66675 9.76956 6.66675 9.99967ZM10.4167 9.99967C10.4167 10.2298 10.2302 10.4163 10.0001 10.4163C9.76996 10.4163 9.58342 10.2298 9.58342 9.99967C9.58342 9.76956 9.76996 9.58301 10.0001 9.58301C10.2302 9.58301 10.4167 9.76956 10.4167 9.99967ZM14.1667 9.99967C14.1667 10.2298 13.9802 10.4163 13.7501 10.4163C13.52 10.4163 13.3334 10.2298 13.3334 9.99967C13.3334 9.76956 13.52 9.58301 13.7501 9.58301C13.9802 9.58301 14.1667 9.76956 14.1667 9.99967Z"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconBuilding = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M6.25033 9.16667H3.83366C3.36695 9.16667 3.13359 9.16667 2.95533 9.25749C2.79853 9.33739 2.67105 9.46487 2.59115 9.62167C2.50033 9.79993 2.50033 10.0333 2.50033 10.5V17.5M13.7503 9.16667H16.167C16.6337 9.16667 16.8671 9.16667 17.0453 9.25749C17.2021 9.33739 17.3296 9.46487 17.4095 9.62167C17.5003 9.79993 17.5003 10.0333 17.5003 10.5V17.5M13.7503 17.5V5.16667C13.7503 4.23325 13.7503 3.76654 13.5687 3.41002C13.4089 3.09641 13.1539 2.84144 12.8403 2.68166C12.4838 2.5 12.0171 2.5 11.0837 2.5H8.91699C7.98357 2.5 7.51686 2.5 7.16034 2.68166C6.84674 2.84144 6.59177 3.09641 6.43198 3.41002C6.25033 3.76654 6.25033 4.23325 6.25033 5.16667V17.5M18.3337 17.5H1.66699M9.16699 5.83333H10.8337M9.16699 9.16667H10.8337M9.16699 12.5H10.8337"
|
|
16
|
-
strokeWidth="1.66667"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IconProps } from '../types/icon';
|
|
2
|
-
|
|
3
|
-
export const IconCalendar = ({ ...props }: IconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<g id="calendar">
|
|
15
|
-
<path
|
|
16
|
-
id="Icon"
|
|
17
|
-
d="M17.5 8.33342H2.5M13.3333 1.66675V5.00008M6.66667 1.66675V5.00008M6.5 18.3334H13.5C14.9001 18.3334 15.6002 18.3334 16.135 18.0609C16.6054 17.8212 16.9878 17.4388 17.2275 16.9684C17.5 16.4336 17.5 15.7335 17.5 14.3334V7.33342C17.5 5.93328 17.5 5.23322 17.2275 4.69844C16.9878 4.22803 16.6054 3.84558 16.135 3.6059C15.6002 3.33341 14.9001 3.33341 13.5 3.33341H6.5C5.09987 3.33341 4.3998 3.33341 3.86502 3.6059C3.39462 3.84558 3.01217 4.22803 2.77248 4.69844C2.5 5.23322 2.5 5.93328 2.5 7.33341V14.3334C2.5 15.7335 2.5 16.4336 2.77248 16.9684C3.01217 17.4388 3.39462 17.8212 3.86502 18.0609C4.3998 18.3334 5.09987 18.3334 6.5 18.3334Z"
|
|
18
|
-
strokeWidth="1.66667"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
strokeLinejoin="round"
|
|
21
|
-
/>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
};
|