@plaidlabs/ui 0.0.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/dist/components/basic/avatar/Avatar.css.d.ts +53 -0
- package/dist/components/basic/avatar/Avatar.d.ts +13 -0
- package/dist/components/basic/avatar/Avatar.stories.d.ts +38 -0
- package/dist/components/basic/avatar/index.d.ts +2 -0
- package/dist/components/basic/bottom-tab/BottomTab.css.d.ts +33 -0
- package/dist/components/basic/bottom-tab/BottomTab.d.ts +14 -0
- package/dist/components/basic/bottom-tab/BottomTab.stories.d.ts +24 -0
- package/dist/components/basic/bottom-tab/index.d.ts +2 -0
- package/dist/components/basic/button/Button.css.d.ts +58 -0
- package/dist/components/basic/button/Button.d.ts +17 -0
- package/dist/components/basic/button/Button.stories.d.ts +45 -0
- package/dist/components/basic/button/index.d.ts +2 -0
- package/dist/components/basic/checkbox/Checkbox.css.d.ts +64 -0
- package/dist/components/basic/checkbox/Checkbox.d.ts +10 -0
- package/dist/components/basic/checkbox/Checkbox.stories.d.ts +45 -0
- package/dist/components/basic/checkbox/index.d.ts +2 -0
- package/dist/components/basic/chip/Chip.css.d.ts +46 -0
- package/dist/components/basic/chip/Chip.d.ts +16 -0
- package/dist/components/basic/chip/Chip.stories.d.ts +50 -0
- package/dist/components/basic/chip/index.d.ts +2 -0
- package/dist/components/basic/close/Close.css.d.ts +15 -0
- package/dist/components/basic/close/Close.d.ts +10 -0
- package/dist/components/basic/close/Close.stories.d.ts +39 -0
- package/dist/components/basic/close/index.d.ts +2 -0
- package/dist/components/basic/guide-text/GuideText.css.d.ts +17 -0
- package/dist/components/basic/guide-text/GuideText.d.ts +8 -0
- package/dist/components/basic/guide-text/GuideText.stories.d.ts +34 -0
- package/dist/components/basic/guide-text/index.d.ts +2 -0
- package/dist/components/basic/link/Link.css.d.ts +17 -0
- package/dist/components/basic/link/Link.d.ts +11 -0
- package/dist/components/basic/link/Link.stories.d.ts +44 -0
- package/dist/components/basic/link/index.d.ts +2 -0
- package/dist/components/basic/lnb-item/LnbItem.css.d.ts +54 -0
- package/dist/components/basic/lnb-item/LnbItem.d.ts +22 -0
- package/dist/components/basic/lnb-item/LnbItem.stories.d.ts +59 -0
- package/dist/components/basic/lnb-item/index.d.ts +2 -0
- package/dist/components/basic/loading/Loading.css.d.ts +70 -0
- package/dist/components/basic/loading/Loading.d.ts +9 -0
- package/dist/components/basic/loading/Loading.stories.d.ts +34 -0
- package/dist/components/basic/loading/index.d.ts +2 -0
- package/dist/components/basic/notice/Notice.css.d.ts +27 -0
- package/dist/components/basic/notice/Notice.d.ts +9 -0
- package/dist/components/basic/notice/Notice.stories.d.ts +38 -0
- package/dist/components/basic/notice/index.d.ts +2 -0
- package/dist/components/basic/page-header/PageHeader.css.d.ts +16 -0
- package/dist/components/basic/page-header/PageHeader.d.ts +12 -0
- package/dist/components/basic/page-header/PageHeader.stories.d.ts +47 -0
- package/dist/components/basic/page-header/index.d.ts +2 -0
- package/dist/components/basic/pagination/Pagination.css.d.ts +30 -0
- package/dist/components/basic/pagination/Pagination.d.ts +9 -0
- package/dist/components/basic/pagination/Pagination.stories.d.ts +52 -0
- package/dist/components/basic/pagination/index.d.ts +2 -0
- package/dist/components/basic/stepper/Stepper.css.d.ts +34 -0
- package/dist/components/basic/stepper/Stepper.d.ts +10 -0
- package/dist/components/basic/stepper/Stepper.stories.d.ts +46 -0
- package/dist/components/basic/stepper/index.d.ts +2 -0
- package/dist/components/basic/tab/Tab.css.d.ts +3 -0
- package/dist/components/basic/tab/Tab.d.ts +22 -0
- package/dist/components/basic/tab/Tab.stories.d.ts +14 -0
- package/dist/components/basic/tab/index.d.ts +2 -0
- package/dist/components/basic/text-area/TextArea.css.d.ts +69 -0
- package/dist/components/basic/text-area/TextArea.d.ts +10 -0
- package/dist/components/basic/text-area/TextArea.stories.d.ts +42 -0
- package/dist/components/basic/text-area/index.d.ts +2 -0
- package/dist/components/basic/text-field/TextField.css.d.ts +84 -0
- package/dist/components/basic/text-field/TextField.d.ts +12 -0
- package/dist/components/basic/text-field/TextField.stories.d.ts +38 -0
- package/dist/components/basic/text-field/index.d.ts +2 -0
- package/dist/components/basic/toggle/Toggle.css.d.ts +52 -0
- package/dist/components/basic/toggle/Toggle.d.ts +9 -0
- package/dist/components/basic/toggle/Toggle.stories.d.ts +31 -0
- package/dist/components/basic/toggle/index.d.ts +2 -0
- package/dist/components/complex/dropdown/Dropdown.d.ts +22 -0
- package/dist/components/complex/dropdown/Dropdown.stories.d.ts +93 -0
- package/dist/components/complex/dropdown/dropdown.css.d.ts +63 -0
- package/dist/components/complex/dropdown/index.d.ts +2 -0
- package/dist/components/complex/modal/Modal.css.d.ts +49 -0
- package/dist/components/complex/modal/Modal.d.ts +42 -0
- package/dist/components/complex/modal/Modal.stories.d.ts +24 -0
- package/dist/components/complex/modal/index.d.ts +2 -0
- package/dist/components/complex/popup/Popup.css.d.ts +40 -0
- package/dist/components/complex/popup/Popup.d.ts +42 -0
- package/dist/components/complex/popup/Popup.stories.d.ts +25 -0
- package/dist/components/complex/popup/index.d.ts +2 -0
- package/dist/components/index.d.ts +19 -0
- package/dist/icons/components/filled/IconOnline.d.ts +3 -0
- package/dist/icons/components/filled/IconUserProfile.d.ts +3 -0
- package/dist/icons/components/filled/index.d.ts +9 -0
- package/dist/icons/components/outline/IconActivity.d.ts +3 -0
- package/dist/icons/components/outline/IconAlertOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignCenter.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignJustify.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignRight.d.ts +3 -0
- package/dist/icons/components/outline/IconAnchor.d.ts +3 -0
- package/dist/icons/components/outline/IconArchive.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleDown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleRight.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleUp.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownleftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownrightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpleftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUprightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftdown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftup.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRight.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightdown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightup.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUp.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpright.d.ts +3 -0
- package/dist/icons/components/outline/IconAward.d.ts +3 -0
- package/dist/icons/components/outline/IconBarChart1.d.ts +3 -0
- package/dist/icons/components/outline/IconBarChart2.d.ts +3 -0
- package/dist/icons/components/outline/IconBattery.d.ts +3 -0
- package/dist/icons/components/outline/IconBatteryCharging.d.ts +3 -0
- package/dist/icons/components/outline/IconBell.d.ts +3 -0
- package/dist/icons/components/outline/IconBellOff.d.ts +3 -0
- package/dist/icons/components/outline/IconBluetooth.d.ts +3 -0
- package/dist/icons/components/outline/IconBold.d.ts +3 -0
- package/dist/icons/components/outline/IconBook.d.ts +3 -0
- package/dist/icons/components/outline/IconBookOpen.d.ts +3 -0
- package/dist/icons/components/outline/IconBookmark.d.ts +3 -0
- package/dist/icons/components/outline/IconBox.d.ts +3 -0
- package/dist/icons/components/outline/IconBriefcase.d.ts +3 -0
- package/dist/icons/components/outline/IconCalendar.d.ts +3 -0
- package/dist/icons/components/outline/IconCall.d.ts +3 -0
- package/dist/icons/components/outline/IconCallCalling.d.ts +3 -0
- package/dist/icons/components/outline/IconCallForwarded.d.ts +3 -0
- package/dist/icons/components/outline/IconCallIn.d.ts +3 -0
- package/dist/icons/components/outline/IconCallMissed.d.ts +3 -0
- package/dist/icons/components/outline/IconCallOff.d.ts +3 -0
- package/dist/icons/components/outline/IconCallOut.d.ts +3 -0
- package/dist/icons/components/outline/IconCamera.d.ts +3 -0
- package/dist/icons/components/outline/IconCameraOff.d.ts +3 -0
- package/dist/icons/components/outline/IconCard.d.ts +3 -0
- package/dist/icons/components/outline/IconCast.d.ts +3 -0
- package/dist/icons/components/outline/IconCenter.d.ts +3 -0
- package/dist/icons/components/outline/IconChatCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconChatRectangle.d.ts +3 -0
- package/dist/icons/components/outline/IconCheck.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Down.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2DownLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Left.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2LeftLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Right.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2RightLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Up.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2UpLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronDown.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronDownSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronLeftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronRight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronRightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronUp.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronUpSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconClip.d.ts +3 -0
- package/dist/icons/components/outline/IconClipboard.d.ts +3 -0
- package/dist/icons/components/outline/IconClock.d.ts +3 -0
- package/dist/icons/components/outline/IconCloud.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudDownload.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudLighting.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudRain1.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudRain2.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudSnow.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudUpload.d.ts +3 -0
- package/dist/icons/components/outline/IconCode.d.ts +3 -0
- package/dist/icons/components/outline/IconCoffee.d.ts +3 -0
- package/dist/icons/components/outline/IconCoin.d.ts +3 -0
- package/dist/icons/components/outline/IconColumn.d.ts +3 -0
- package/dist/icons/components/outline/IconCompass.d.ts +3 -0
- package/dist/icons/components/outline/IconCopy.d.ts +3 -0
- package/dist/icons/components/outline/IconCpu.d.ts +3 -0
- package/dist/icons/components/outline/IconCrop.d.ts +3 -0
- package/dist/icons/components/outline/IconCrosshair.d.ts +3 -0
- package/dist/icons/components/outline/IconDelete.d.ts +3 -0
- package/dist/icons/components/outline/IconDisc.d.ts +3 -0
- package/dist/icons/components/outline/IconDollar.d.ts +3 -0
- package/dist/icons/components/outline/IconDownload.d.ts +3 -0
- package/dist/icons/components/outline/IconDroplet.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit1.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit2.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit3.d.ts +3 -0
- package/dist/icons/components/outline/IconEnergy.d.ts +3 -0
- package/dist/icons/components/outline/IconEnergyOff.d.ts +3 -0
- package/dist/icons/components/outline/IconExternalLink.d.ts +3 -0
- package/dist/icons/components/outline/IconEye.d.ts +3 -0
- package/dist/icons/components/outline/IconEyeOff.d.ts +3 -0
- package/dist/icons/components/outline/IconFastForward.d.ts +3 -0
- package/dist/icons/components/outline/IconFeather.d.ts +3 -0
- package/dist/icons/components/outline/IconFileMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconFilePlus.d.ts +3 -0
- package/dist/icons/components/outline/IconFilm.d.ts +3 -0
- package/dist/icons/components/outline/IconFlag.d.ts +3 -0
- package/dist/icons/components/outline/IconFlter.d.ts +3 -0
- package/dist/icons/components/outline/IconFocus.d.ts +3 -0
- package/dist/icons/components/outline/IconFolder.d.ts +3 -0
- package/dist/icons/components/outline/IconFolderMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconFolderPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconFrame.d.ts +3 -0
- package/dist/icons/components/outline/IconFrown.d.ts +3 -0
- package/dist/icons/components/outline/IconGift.d.ts +3 -0
- package/dist/icons/components/outline/IconGlobe.d.ts +3 -0
- package/dist/icons/components/outline/IconGrid.d.ts +3 -0
- package/dist/icons/components/outline/IconHardDrive.d.ts +3 -0
- package/dist/icons/components/outline/IconHash.d.ts +3 -0
- package/dist/icons/components/outline/IconHeadphones.d.ts +3 -0
- package/dist/icons/components/outline/IconHeart.d.ts +3 -0
- package/dist/icons/components/outline/IconHelpCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconHelpCircleSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconHexagon.d.ts +3 -0
- package/dist/icons/components/outline/IconHome.d.ts +3 -0
- package/dist/icons/components/outline/IconImage.d.ts +3 -0
- package/dist/icons/components/outline/IconInbox.d.ts +3 -0
- package/dist/icons/components/outline/IconInfo.d.ts +3 -0
- package/dist/icons/components/outline/IconInfoSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconItalic.d.ts +3 -0
- package/dist/icons/components/outline/IconKey.d.ts +3 -0
- package/dist/icons/components/outline/IconLayer.d.ts +3 -0
- package/dist/icons/components/outline/IconLayout.d.ts +3 -0
- package/dist/icons/components/outline/IconLifeBuoy.d.ts +3 -0
- package/dist/icons/components/outline/IconLinkDiagonal.d.ts +3 -0
- package/dist/icons/components/outline/IconLinkHorizontal.d.ts +3 -0
- package/dist/icons/components/outline/IconList.d.ts +3 -0
- package/dist/icons/components/outline/IconLoader.d.ts +3 -0
- package/dist/icons/components/outline/IconLock.d.ts +3 -0
- package/dist/icons/components/outline/IconLogin.d.ts +3 -0
- package/dist/icons/components/outline/IconLogout.d.ts +3 -0
- package/dist/icons/components/outline/IconMail.d.ts +3 -0
- package/dist/icons/components/outline/IconMap.d.ts +3 -0
- package/dist/icons/components/outline/IconMaximize.d.ts +3 -0
- package/dist/icons/components/outline/IconMenu.d.ts +3 -0
- package/dist/icons/components/outline/IconMic.d.ts +3 -0
- package/dist/icons/components/outline/IconMicOff.d.ts +3 -0
- package/dist/icons/components/outline/IconMinimize.d.ts +3 -0
- package/dist/icons/components/outline/IconMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconMinusCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconMinusSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconMonitor.d.ts +3 -0
- package/dist/icons/components/outline/IconMoon.d.ts +3 -0
- package/dist/icons/components/outline/IconMoreHorizontal.d.ts +3 -0
- package/dist/icons/components/outline/IconMoreVertical.d.ts +3 -0
- package/dist/icons/components/outline/IconMove.d.ts +3 -0
- package/dist/icons/components/outline/IconMusic.d.ts +3 -0
- package/dist/icons/components/outline/IconNavigation1.d.ts +3 -0
- package/dist/icons/components/outline/IconNavigation2.d.ts +3 -0
- package/dist/icons/components/outline/IconNeutral.d.ts +3 -0
- package/dist/icons/components/outline/IconOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconPackage.d.ts +3 -0
- package/dist/icons/components/outline/IconPause.d.ts +3 -0
- package/dist/icons/components/outline/IconPauseCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPercent.d.ts +3 -0
- package/dist/icons/components/outline/IconPhone.d.ts +3 -0
- package/dist/icons/components/outline/IconPiechart.d.ts +3 -0
- package/dist/icons/components/outline/IconPin.d.ts +3 -0
- package/dist/icons/components/outline/IconPlay.d.ts +3 -0
- package/dist/icons/components/outline/IconPlayCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconPlusCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPlusSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconPocket.d.ts +3 -0
- package/dist/icons/components/outline/IconPower.d.ts +3 -0
- package/dist/icons/components/outline/IconPrinter.d.ts +3 -0
- package/dist/icons/components/outline/IconProhibition.d.ts +3 -0
- package/dist/icons/components/outline/IconRadio.d.ts +3 -0
- package/dist/icons/components/outline/IconRefresh1.d.ts +3 -0
- package/dist/icons/components/outline/IconRefresh2.d.ts +3 -0
- package/dist/icons/components/outline/IconRepeat.d.ts +3 -0
- package/dist/icons/components/outline/IconRewind.d.ts +3 -0
- package/dist/icons/components/outline/IconRollBack.d.ts +3 -0
- package/dist/icons/components/outline/IconRollForward.d.ts +3 -0
- package/dist/icons/components/outline/IconRss.d.ts +3 -0
- package/dist/icons/components/outline/IconSandbox.d.ts +3 -0
- package/dist/icons/components/outline/IconSave.d.ts +3 -0
- package/dist/icons/components/outline/IconScissors.d.ts +3 -0
- package/dist/icons/components/outline/IconSearch.d.ts +3 -0
- package/dist/icons/components/outline/IconSend.d.ts +3 -0
- package/dist/icons/components/outline/IconServer.d.ts +3 -0
- package/dist/icons/components/outline/IconSettings.d.ts +3 -0
- package/dist/icons/components/outline/IconShare1.d.ts +3 -0
- package/dist/icons/components/outline/IconShare2.d.ts +3 -0
- package/dist/icons/components/outline/IconShield.d.ts +3 -0
- package/dist/icons/components/outline/IconShieldOff.d.ts +3 -0
- package/dist/icons/components/outline/IconShoppingBag.d.ts +3 -0
- package/dist/icons/components/outline/IconShoppingCart.d.ts +3 -0
- package/dist/icons/components/outline/IconShuffle.d.ts +3 -0
- package/dist/icons/components/outline/IconSidebar.d.ts +3 -0
- package/dist/icons/components/outline/IconSkipBack.d.ts +3 -0
- package/dist/icons/components/outline/IconSkipForward.d.ts +3 -0
- package/dist/icons/components/outline/IconSliders.d.ts +3 -0
- package/dist/icons/components/outline/IconSmile.d.ts +3 -0
- package/dist/icons/components/outline/IconSpeaker.d.ts +3 -0
- package/dist/icons/components/outline/IconSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconStar.d.ts +3 -0
- package/dist/icons/components/outline/IconStopCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconSun.d.ts +3 -0
- package/dist/icons/components/outline/IconSunrise.d.ts +3 -0
- package/dist/icons/components/outline/IconSunset.d.ts +3 -0
- package/dist/icons/components/outline/IconTablet.d.ts +3 -0
- package/dist/icons/components/outline/IconTag.d.ts +3 -0
- package/dist/icons/components/outline/IconTarget.d.ts +3 -0
- package/dist/icons/components/outline/IconTemperature.d.ts +3 -0
- package/dist/icons/components/outline/IconTextfile.d.ts +3 -0
- package/dist/icons/components/outline/IconThumbsDown.d.ts +3 -0
- package/dist/icons/components/outline/IconThumbsUp.d.ts +3 -0
- package/dist/icons/components/outline/IconTool.d.ts +3 -0
- package/dist/icons/components/outline/IconTrash1.d.ts +3 -0
- package/dist/icons/components/outline/IconTrash2.d.ts +3 -0
- package/dist/icons/components/outline/IconTrendingDown.d.ts +3 -0
- package/dist/icons/components/outline/IconTrendingUp.d.ts +3 -0
- package/dist/icons/components/outline/IconTriangle.d.ts +3 -0
- package/dist/icons/components/outline/IconTruck.d.ts +3 -0
- package/dist/icons/components/outline/IconTv.d.ts +3 -0
- package/dist/icons/components/outline/IconType.d.ts +3 -0
- package/dist/icons/components/outline/IconUmbrella.d.ts +3 -0
- package/dist/icons/components/outline/IconUnderline.d.ts +3 -0
- package/dist/icons/components/outline/IconUnlock.d.ts +3 -0
- package/dist/icons/components/outline/IconUpload.d.ts +3 -0
- package/dist/icons/components/outline/IconUser.d.ts +3 -0
- package/dist/icons/components/outline/IconUserCheck.d.ts +3 -0
- package/dist/icons/components/outline/IconUserMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconUserPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconUserX.d.ts +3 -0
- package/dist/icons/components/outline/IconUsers.d.ts +3 -0
- package/dist/icons/components/outline/IconVideo.d.ts +3 -0
- package/dist/icons/components/outline/IconVideoOff.d.ts +3 -0
- package/dist/icons/components/outline/IconVoicemail.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume1.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume2.d.ts +3 -0
- package/dist/icons/components/outline/IconVolumeX.d.ts +3 -0
- package/dist/icons/components/outline/IconWatch.d.ts +3 -0
- package/dist/icons/components/outline/IconWifi.d.ts +3 -0
- package/dist/icons/components/outline/IconWifiOff.d.ts +3 -0
- package/dist/icons/components/outline/IconWind.d.ts +3 -0
- package/dist/icons/components/outline/IconWireframe.d.ts +3 -0
- package/dist/icons/components/outline/IconX.d.ts +3 -0
- package/dist/icons/components/outline/IconXCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconXOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconXSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconZoomIn.d.ts +3 -0
- package/dist/icons/components/outline/IconZoomOut.d.ts +3 -0
- package/dist/icons/components/outline/index.d.ts +543 -0
- package/dist/icons/index.d.ts +5 -0
- package/dist/icons/types.d.ts +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +17950 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tokens/colors.css.d.ts +107 -0
- package/dist/tokens/index.d.ts +2 -0
- package/dist/tokens/typography.css.d.ts +7 -0
- package/package.json +32 -0
|
@@ -0,0 +1,543 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Outline 스타일 아이콘
|
|
3
|
+
*
|
|
4
|
+
* 이 파일은 자동 생성됩니다. 수동으로 수정하지 마세요.
|
|
5
|
+
*/
|
|
6
|
+
import { IconActivity } from './IconActivity.tsx';
|
|
7
|
+
import { IconAlertOctagon } from './IconAlertOctagon.tsx';
|
|
8
|
+
import { IconAlignCenter } from './IconAlignCenter.tsx';
|
|
9
|
+
import { IconAlignJustify } from './IconAlignJustify.tsx';
|
|
10
|
+
import { IconAlignLeft } from './IconAlignLeft.tsx';
|
|
11
|
+
import { IconAlignRight } from './IconAlignRight.tsx';
|
|
12
|
+
import { IconAnchor } from './IconAnchor.tsx';
|
|
13
|
+
import { IconArchive } from './IconArchive.tsx';
|
|
14
|
+
import { IconArrowCircleDown } from './IconArrowCircleDown.tsx';
|
|
15
|
+
import { IconArrowCircleLeft } from './IconArrowCircleLeft.tsx';
|
|
16
|
+
import { IconArrowCircleRight } from './IconArrowCircleRight.tsx';
|
|
17
|
+
import { IconArrowCircleUp } from './IconArrowCircleUp.tsx';
|
|
18
|
+
import { IconArrowDiagonalDownleft } from './IconArrowDiagonalDownleft.tsx';
|
|
19
|
+
import { IconArrowDiagonalDownleftSmall } from './IconArrowDiagonalDownleftSmall.tsx';
|
|
20
|
+
import { IconArrowDiagonalDownright } from './IconArrowDiagonalDownright.tsx';
|
|
21
|
+
import { IconArrowDiagonalDownrightSmall } from './IconArrowDiagonalDownrightSmall.tsx';
|
|
22
|
+
import { IconArrowDiagonalUpleft } from './IconArrowDiagonalUpleft.tsx';
|
|
23
|
+
import { IconArrowDiagonalUpleftSmall } from './IconArrowDiagonalUpleftSmall.tsx';
|
|
24
|
+
import { IconArrowDiagonalUpright } from './IconArrowDiagonalUpright.tsx';
|
|
25
|
+
import { IconArrowDiagonalUprightSmall } from './IconArrowDiagonalUprightSmall.tsx';
|
|
26
|
+
import { IconArrowDown } from './IconArrowDown.tsx';
|
|
27
|
+
import { IconArrowDownSmall } from './IconArrowDownSmall.tsx';
|
|
28
|
+
import { IconArrowDownleft } from './IconArrowDownleft.tsx';
|
|
29
|
+
import { IconArrowDownright } from './IconArrowDownright.tsx';
|
|
30
|
+
import { IconArrowLeft } from './IconArrowLeft.tsx';
|
|
31
|
+
import { IconArrowLeftSmall } from './IconArrowLeftSmall.tsx';
|
|
32
|
+
import { IconArrowLeftdown } from './IconArrowLeftdown.tsx';
|
|
33
|
+
import { IconArrowLeftup } from './IconArrowLeftup.tsx';
|
|
34
|
+
import { IconArrowRight } from './IconArrowRight.tsx';
|
|
35
|
+
import { IconArrowRightSmall } from './IconArrowRightSmall.tsx';
|
|
36
|
+
import { IconArrowRightdown } from './IconArrowRightdown.tsx';
|
|
37
|
+
import { IconArrowRightup } from './IconArrowRightup.tsx';
|
|
38
|
+
import { IconArrowUp } from './IconArrowUp.tsx';
|
|
39
|
+
import { IconArrowUpSmall } from './IconArrowUpSmall.tsx';
|
|
40
|
+
import { IconArrowUpleft } from './IconArrowUpleft.tsx';
|
|
41
|
+
import { IconArrowUpright } from './IconArrowUpright.tsx';
|
|
42
|
+
import { IconAward } from './IconAward.tsx';
|
|
43
|
+
import { IconBarChart1 } from './IconBarChart1.tsx';
|
|
44
|
+
import { IconBarChart2 } from './IconBarChart2.tsx';
|
|
45
|
+
import { IconBattery } from './IconBattery.tsx';
|
|
46
|
+
import { IconBatteryCharging } from './IconBatteryCharging.tsx';
|
|
47
|
+
import { IconBell } from './IconBell.tsx';
|
|
48
|
+
import { IconBellOff } from './IconBellOff.tsx';
|
|
49
|
+
import { IconBluetooth } from './IconBluetooth.tsx';
|
|
50
|
+
import { IconBold } from './IconBold.tsx';
|
|
51
|
+
import { IconBook } from './IconBook.tsx';
|
|
52
|
+
import { IconBookOpen } from './IconBookOpen.tsx';
|
|
53
|
+
import { IconBookmark } from './IconBookmark.tsx';
|
|
54
|
+
import { IconBox } from './IconBox.tsx';
|
|
55
|
+
import { IconBriefcase } from './IconBriefcase.tsx';
|
|
56
|
+
import { IconCalendar } from './IconCalendar.tsx';
|
|
57
|
+
import { IconCall } from './IconCall.tsx';
|
|
58
|
+
import { IconCallCalling } from './IconCallCalling.tsx';
|
|
59
|
+
import { IconCallForwarded } from './IconCallForwarded.tsx';
|
|
60
|
+
import { IconCallIn } from './IconCallIn.tsx';
|
|
61
|
+
import { IconCallMissed } from './IconCallMissed.tsx';
|
|
62
|
+
import { IconCallOff } from './IconCallOff.tsx';
|
|
63
|
+
import { IconCallOut } from './IconCallOut.tsx';
|
|
64
|
+
import { IconCamera } from './IconCamera.tsx';
|
|
65
|
+
import { IconCameraOff } from './IconCameraOff.tsx';
|
|
66
|
+
import { IconCard } from './IconCard.tsx';
|
|
67
|
+
import { IconCast } from './IconCast.tsx';
|
|
68
|
+
import { IconCenter } from './IconCenter.tsx';
|
|
69
|
+
import { IconChatCircle } from './IconChatCircle.tsx';
|
|
70
|
+
import { IconChatRectangle } from './IconChatRectangle.tsx';
|
|
71
|
+
import { IconCheck } from './IconCheck.tsx';
|
|
72
|
+
import { IconChevron2Down } from './IconChevron2Down.tsx';
|
|
73
|
+
import { IconChevron2DownLight } from './IconChevron2DownLight.tsx';
|
|
74
|
+
import { IconChevron2Left } from './IconChevron2Left.tsx';
|
|
75
|
+
import { IconChevron2LeftLight } from './IconChevron2LeftLight.tsx';
|
|
76
|
+
import { IconChevron2Right } from './IconChevron2Right.tsx';
|
|
77
|
+
import { IconChevron2RightLight } from './IconChevron2RightLight.tsx';
|
|
78
|
+
import { IconChevron2Up } from './IconChevron2Up.tsx';
|
|
79
|
+
import { IconChevron2UpLight } from './IconChevron2UpLight.tsx';
|
|
80
|
+
import { IconChevronDown } from './IconChevronDown.tsx';
|
|
81
|
+
import { IconChevronDownSmall } from './IconChevronDownSmall.tsx';
|
|
82
|
+
import { IconChevronLeft } from './IconChevronLeft.tsx';
|
|
83
|
+
import { IconChevronLeftSmall } from './IconChevronLeftSmall.tsx';
|
|
84
|
+
import { IconChevronRight } from './IconChevronRight.tsx';
|
|
85
|
+
import { IconChevronRightSmall } from './IconChevronRightSmall.tsx';
|
|
86
|
+
import { IconChevronUp } from './IconChevronUp.tsx';
|
|
87
|
+
import { IconChevronUpSmall } from './IconChevronUpSmall.tsx';
|
|
88
|
+
import { IconCircle } from './IconCircle.tsx';
|
|
89
|
+
import { IconClip } from './IconClip.tsx';
|
|
90
|
+
import { IconClipboard } from './IconClipboard.tsx';
|
|
91
|
+
import { IconClock } from './IconClock.tsx';
|
|
92
|
+
import { IconCloud } from './IconCloud.tsx';
|
|
93
|
+
import { IconCloudDownload } from './IconCloudDownload.tsx';
|
|
94
|
+
import { IconCloudLighting } from './IconCloudLighting.tsx';
|
|
95
|
+
import { IconCloudRain1 } from './IconCloudRain1.tsx';
|
|
96
|
+
import { IconCloudRain2 } from './IconCloudRain2.tsx';
|
|
97
|
+
import { IconCloudSnow } from './IconCloudSnow.tsx';
|
|
98
|
+
import { IconCloudUpload } from './IconCloudUpload.tsx';
|
|
99
|
+
import { IconCode } from './IconCode.tsx';
|
|
100
|
+
import { IconCoffee } from './IconCoffee.tsx';
|
|
101
|
+
import { IconCoin } from './IconCoin.tsx';
|
|
102
|
+
import { IconColumn } from './IconColumn.tsx';
|
|
103
|
+
import { IconCompass } from './IconCompass.tsx';
|
|
104
|
+
import { IconCopy } from './IconCopy.tsx';
|
|
105
|
+
import { IconCpu } from './IconCpu.tsx';
|
|
106
|
+
import { IconCrop } from './IconCrop.tsx';
|
|
107
|
+
import { IconCrosshair } from './IconCrosshair.tsx';
|
|
108
|
+
import { IconDelete } from './IconDelete.tsx';
|
|
109
|
+
import { IconDisc } from './IconDisc.tsx';
|
|
110
|
+
import { IconDollar } from './IconDollar.tsx';
|
|
111
|
+
import { IconDownload } from './IconDownload.tsx';
|
|
112
|
+
import { IconDroplet } from './IconDroplet.tsx';
|
|
113
|
+
import { IconEdit1 } from './IconEdit1.tsx';
|
|
114
|
+
import { IconEdit2 } from './IconEdit2.tsx';
|
|
115
|
+
import { IconEdit3 } from './IconEdit3.tsx';
|
|
116
|
+
import { IconEnergy } from './IconEnergy.tsx';
|
|
117
|
+
import { IconEnergyOff } from './IconEnergyOff.tsx';
|
|
118
|
+
import { IconExternalLink } from './IconExternalLink.tsx';
|
|
119
|
+
import { IconEye } from './IconEye.tsx';
|
|
120
|
+
import { IconEyeOff } from './IconEyeOff.tsx';
|
|
121
|
+
import { IconFastForward } from './IconFastForward.tsx';
|
|
122
|
+
import { IconFeather } from './IconFeather.tsx';
|
|
123
|
+
import { IconFileMinus } from './IconFileMinus.tsx';
|
|
124
|
+
import { IconFilePlus } from './IconFilePlus.tsx';
|
|
125
|
+
import { IconFilm } from './IconFilm.tsx';
|
|
126
|
+
import { IconFlag } from './IconFlag.tsx';
|
|
127
|
+
import { IconFlter } from './IconFlter.tsx';
|
|
128
|
+
import { IconFocus } from './IconFocus.tsx';
|
|
129
|
+
import { IconFolder } from './IconFolder.tsx';
|
|
130
|
+
import { IconFolderMinus } from './IconFolderMinus.tsx';
|
|
131
|
+
import { IconFolderPlus } from './IconFolderPlus.tsx';
|
|
132
|
+
import { IconFrame } from './IconFrame.tsx';
|
|
133
|
+
import { IconFrown } from './IconFrown.tsx';
|
|
134
|
+
import { IconGift } from './IconGift.tsx';
|
|
135
|
+
import { IconGlobe } from './IconGlobe.tsx';
|
|
136
|
+
import { IconGrid } from './IconGrid.tsx';
|
|
137
|
+
import { IconHardDrive } from './IconHardDrive.tsx';
|
|
138
|
+
import { IconHash } from './IconHash.tsx';
|
|
139
|
+
import { IconHeadphones } from './IconHeadphones.tsx';
|
|
140
|
+
import { IconHeart } from './IconHeart.tsx';
|
|
141
|
+
import { IconHelpCircle } from './IconHelpCircle.tsx';
|
|
142
|
+
import { IconHelpCircleSmall } from './IconHelpCircleSmall.tsx';
|
|
143
|
+
import { IconHexagon } from './IconHexagon.tsx';
|
|
144
|
+
import { IconHome } from './IconHome.tsx';
|
|
145
|
+
import { IconImage } from './IconImage.tsx';
|
|
146
|
+
import { IconInbox } from './IconInbox.tsx';
|
|
147
|
+
import { IconInfo } from './IconInfo.tsx';
|
|
148
|
+
import { IconInfoSmall } from './IconInfoSmall.tsx';
|
|
149
|
+
import { IconItalic } from './IconItalic.tsx';
|
|
150
|
+
import { IconKey } from './IconKey.tsx';
|
|
151
|
+
import { IconLayer } from './IconLayer.tsx';
|
|
152
|
+
import { IconLayout } from './IconLayout.tsx';
|
|
153
|
+
import { IconLifeBuoy } from './IconLifeBuoy.tsx';
|
|
154
|
+
import { IconLinkDiagonal } from './IconLinkDiagonal.tsx';
|
|
155
|
+
import { IconLinkHorizontal } from './IconLinkHorizontal.tsx';
|
|
156
|
+
import { IconList } from './IconList.tsx';
|
|
157
|
+
import { IconLoader } from './IconLoader.tsx';
|
|
158
|
+
import { IconLock } from './IconLock.tsx';
|
|
159
|
+
import { IconLogin } from './IconLogin.tsx';
|
|
160
|
+
import { IconLogout } from './IconLogout.tsx';
|
|
161
|
+
import { IconMail } from './IconMail.tsx';
|
|
162
|
+
import { IconMap } from './IconMap.tsx';
|
|
163
|
+
import { IconMaximize } from './IconMaximize.tsx';
|
|
164
|
+
import { IconMenu } from './IconMenu.tsx';
|
|
165
|
+
import { IconMic } from './IconMic.tsx';
|
|
166
|
+
import { IconMicOff } from './IconMicOff.tsx';
|
|
167
|
+
import { IconMinimize } from './IconMinimize.tsx';
|
|
168
|
+
import { IconMinus } from './IconMinus.tsx';
|
|
169
|
+
import { IconMinusCircle } from './IconMinusCircle.tsx';
|
|
170
|
+
import { IconMinusSquare } from './IconMinusSquare.tsx';
|
|
171
|
+
import { IconMonitor } from './IconMonitor.tsx';
|
|
172
|
+
import { IconMoon } from './IconMoon.tsx';
|
|
173
|
+
import { IconMoreHorizontal } from './IconMoreHorizontal.tsx';
|
|
174
|
+
import { IconMoreVertical } from './IconMoreVertical.tsx';
|
|
175
|
+
import { IconMove } from './IconMove.tsx';
|
|
176
|
+
import { IconMusic } from './IconMusic.tsx';
|
|
177
|
+
import { IconNavigation1 } from './IconNavigation1.tsx';
|
|
178
|
+
import { IconNavigation2 } from './IconNavigation2.tsx';
|
|
179
|
+
import { IconNeutral } from './IconNeutral.tsx';
|
|
180
|
+
import { IconOctagon } from './IconOctagon.tsx';
|
|
181
|
+
import { IconPackage } from './IconPackage.tsx';
|
|
182
|
+
import { IconPause } from './IconPause.tsx';
|
|
183
|
+
import { IconPauseCircle } from './IconPauseCircle.tsx';
|
|
184
|
+
import { IconPercent } from './IconPercent.tsx';
|
|
185
|
+
import { IconPhone } from './IconPhone.tsx';
|
|
186
|
+
import { IconPiechart } from './IconPiechart.tsx';
|
|
187
|
+
import { IconPin } from './IconPin.tsx';
|
|
188
|
+
import { IconPlay } from './IconPlay.tsx';
|
|
189
|
+
import { IconPlayCircle } from './IconPlayCircle.tsx';
|
|
190
|
+
import { IconPlus } from './IconPlus.tsx';
|
|
191
|
+
import { IconPlusCircle } from './IconPlusCircle.tsx';
|
|
192
|
+
import { IconPlusSquare } from './IconPlusSquare.tsx';
|
|
193
|
+
import { IconPocket } from './IconPocket.tsx';
|
|
194
|
+
import { IconPower } from './IconPower.tsx';
|
|
195
|
+
import { IconPrinter } from './IconPrinter.tsx';
|
|
196
|
+
import { IconProhibition } from './IconProhibition.tsx';
|
|
197
|
+
import { IconRadio } from './IconRadio.tsx';
|
|
198
|
+
import { IconRefresh1 } from './IconRefresh1.tsx';
|
|
199
|
+
import { IconRefresh2 } from './IconRefresh2.tsx';
|
|
200
|
+
import { IconRepeat } from './IconRepeat.tsx';
|
|
201
|
+
import { IconRewind } from './IconRewind.tsx';
|
|
202
|
+
import { IconRollBack } from './IconRollBack.tsx';
|
|
203
|
+
import { IconRollForward } from './IconRollForward.tsx';
|
|
204
|
+
import { IconRss } from './IconRss.tsx';
|
|
205
|
+
import { IconSandbox } from './IconSandbox.tsx';
|
|
206
|
+
import { IconSave } from './IconSave.tsx';
|
|
207
|
+
import { IconScissors } from './IconScissors.tsx';
|
|
208
|
+
import { IconSearch } from './IconSearch.tsx';
|
|
209
|
+
import { IconSend } from './IconSend.tsx';
|
|
210
|
+
import { IconServer } from './IconServer.tsx';
|
|
211
|
+
import { IconSettings } from './IconSettings.tsx';
|
|
212
|
+
import { IconShare1 } from './IconShare1.tsx';
|
|
213
|
+
import { IconShare2 } from './IconShare2.tsx';
|
|
214
|
+
import { IconShield } from './IconShield.tsx';
|
|
215
|
+
import { IconShieldOff } from './IconShieldOff.tsx';
|
|
216
|
+
import { IconShoppingBag } from './IconShoppingBag.tsx';
|
|
217
|
+
import { IconShoppingCart } from './IconShoppingCart.tsx';
|
|
218
|
+
import { IconShuffle } from './IconShuffle.tsx';
|
|
219
|
+
import { IconSidebar } from './IconSidebar.tsx';
|
|
220
|
+
import { IconSkipBack } from './IconSkipBack.tsx';
|
|
221
|
+
import { IconSkipForward } from './IconSkipForward.tsx';
|
|
222
|
+
import { IconSliders } from './IconSliders.tsx';
|
|
223
|
+
import { IconSmile } from './IconSmile.tsx';
|
|
224
|
+
import { IconSpeaker } from './IconSpeaker.tsx';
|
|
225
|
+
import { IconSquare } from './IconSquare.tsx';
|
|
226
|
+
import { IconStar } from './IconStar.tsx';
|
|
227
|
+
import { IconStopCircle } from './IconStopCircle.tsx';
|
|
228
|
+
import { IconSun } from './IconSun.tsx';
|
|
229
|
+
import { IconSunrise } from './IconSunrise.tsx';
|
|
230
|
+
import { IconSunset } from './IconSunset.tsx';
|
|
231
|
+
import { IconTablet } from './IconTablet.tsx';
|
|
232
|
+
import { IconTag } from './IconTag.tsx';
|
|
233
|
+
import { IconTarget } from './IconTarget.tsx';
|
|
234
|
+
import { IconTemperature } from './IconTemperature.tsx';
|
|
235
|
+
import { IconTextfile } from './IconTextfile.tsx';
|
|
236
|
+
import { IconThumbsDown } from './IconThumbsDown.tsx';
|
|
237
|
+
import { IconThumbsUp } from './IconThumbsUp.tsx';
|
|
238
|
+
import { IconTool } from './IconTool.tsx';
|
|
239
|
+
import { IconTrash1 } from './IconTrash1.tsx';
|
|
240
|
+
import { IconTrash2 } from './IconTrash2.tsx';
|
|
241
|
+
import { IconTrendingDown } from './IconTrendingDown.tsx';
|
|
242
|
+
import { IconTrendingUp } from './IconTrendingUp.tsx';
|
|
243
|
+
import { IconTriangle } from './IconTriangle.tsx';
|
|
244
|
+
import { IconTruck } from './IconTruck.tsx';
|
|
245
|
+
import { IconTv } from './IconTv.tsx';
|
|
246
|
+
import { IconType } from './IconType.tsx';
|
|
247
|
+
import { IconUmbrella } from './IconUmbrella.tsx';
|
|
248
|
+
import { IconUnderline } from './IconUnderline.tsx';
|
|
249
|
+
import { IconUnlock } from './IconUnlock.tsx';
|
|
250
|
+
import { IconUpload } from './IconUpload.tsx';
|
|
251
|
+
import { IconUser } from './IconUser.tsx';
|
|
252
|
+
import { IconUserCheck } from './IconUserCheck.tsx';
|
|
253
|
+
import { IconUserMinus } from './IconUserMinus.tsx';
|
|
254
|
+
import { IconUserPlus } from './IconUserPlus.tsx';
|
|
255
|
+
import { IconUserX } from './IconUserX.tsx';
|
|
256
|
+
import { IconUsers } from './IconUsers.tsx';
|
|
257
|
+
import { IconVideo } from './IconVideo.tsx';
|
|
258
|
+
import { IconVideoOff } from './IconVideoOff.tsx';
|
|
259
|
+
import { IconVoicemail } from './IconVoicemail.tsx';
|
|
260
|
+
import { IconVolume } from './IconVolume.tsx';
|
|
261
|
+
import { IconVolume1 } from './IconVolume1.tsx';
|
|
262
|
+
import { IconVolume2 } from './IconVolume2.tsx';
|
|
263
|
+
import { IconVolumeX } from './IconVolumeX.tsx';
|
|
264
|
+
import { IconWatch } from './IconWatch.tsx';
|
|
265
|
+
import { IconWifi } from './IconWifi.tsx';
|
|
266
|
+
import { IconWifiOff } from './IconWifiOff.tsx';
|
|
267
|
+
import { IconWind } from './IconWind.tsx';
|
|
268
|
+
import { IconWireframe } from './IconWireframe.tsx';
|
|
269
|
+
import { IconX } from './IconX.tsx';
|
|
270
|
+
import { IconXCircle } from './IconXCircle.tsx';
|
|
271
|
+
import { IconXOctagon } from './IconXOctagon.tsx';
|
|
272
|
+
import { IconXSquare } from './IconXSquare.tsx';
|
|
273
|
+
import { IconZoomIn } from './IconZoomIn.tsx';
|
|
274
|
+
import { IconZoomOut } from './IconZoomOut.tsx';
|
|
275
|
+
export { IconActivity };
|
|
276
|
+
export { IconAlertOctagon };
|
|
277
|
+
export { IconAlignCenter };
|
|
278
|
+
export { IconAlignJustify };
|
|
279
|
+
export { IconAlignLeft };
|
|
280
|
+
export { IconAlignRight };
|
|
281
|
+
export { IconAnchor };
|
|
282
|
+
export { IconArchive };
|
|
283
|
+
export { IconArrowCircleDown };
|
|
284
|
+
export { IconArrowCircleLeft };
|
|
285
|
+
export { IconArrowCircleRight };
|
|
286
|
+
export { IconArrowCircleUp };
|
|
287
|
+
export { IconArrowDiagonalDownleft };
|
|
288
|
+
export { IconArrowDiagonalDownleftSmall };
|
|
289
|
+
export { IconArrowDiagonalDownright };
|
|
290
|
+
export { IconArrowDiagonalDownrightSmall };
|
|
291
|
+
export { IconArrowDiagonalUpleft };
|
|
292
|
+
export { IconArrowDiagonalUpleftSmall };
|
|
293
|
+
export { IconArrowDiagonalUpright };
|
|
294
|
+
export { IconArrowDiagonalUprightSmall };
|
|
295
|
+
export { IconArrowDown };
|
|
296
|
+
export { IconArrowDownSmall };
|
|
297
|
+
export { IconArrowDownleft };
|
|
298
|
+
export { IconArrowDownright };
|
|
299
|
+
export { IconArrowLeft };
|
|
300
|
+
export { IconArrowLeftSmall };
|
|
301
|
+
export { IconArrowLeftdown };
|
|
302
|
+
export { IconArrowLeftup };
|
|
303
|
+
export { IconArrowRight };
|
|
304
|
+
export { IconArrowRightSmall };
|
|
305
|
+
export { IconArrowRightdown };
|
|
306
|
+
export { IconArrowRightup };
|
|
307
|
+
export { IconArrowUp };
|
|
308
|
+
export { IconArrowUpSmall };
|
|
309
|
+
export { IconArrowUpleft };
|
|
310
|
+
export { IconArrowUpright };
|
|
311
|
+
export { IconAward };
|
|
312
|
+
export { IconBarChart1 };
|
|
313
|
+
export { IconBarChart2 };
|
|
314
|
+
export { IconBattery };
|
|
315
|
+
export { IconBatteryCharging };
|
|
316
|
+
export { IconBell };
|
|
317
|
+
export { IconBellOff };
|
|
318
|
+
export { IconBluetooth };
|
|
319
|
+
export { IconBold };
|
|
320
|
+
export { IconBook };
|
|
321
|
+
export { IconBookOpen };
|
|
322
|
+
export { IconBookmark };
|
|
323
|
+
export { IconBox };
|
|
324
|
+
export { IconBriefcase };
|
|
325
|
+
export { IconCalendar };
|
|
326
|
+
export { IconCall };
|
|
327
|
+
export { IconCallCalling };
|
|
328
|
+
export { IconCallForwarded };
|
|
329
|
+
export { IconCallIn };
|
|
330
|
+
export { IconCallMissed };
|
|
331
|
+
export { IconCallOff };
|
|
332
|
+
export { IconCallOut };
|
|
333
|
+
export { IconCamera };
|
|
334
|
+
export { IconCameraOff };
|
|
335
|
+
export { IconCard };
|
|
336
|
+
export { IconCast };
|
|
337
|
+
export { IconCenter };
|
|
338
|
+
export { IconChatCircle };
|
|
339
|
+
export { IconChatRectangle };
|
|
340
|
+
export { IconCheck };
|
|
341
|
+
export { IconChevron2Down };
|
|
342
|
+
export { IconChevron2DownLight };
|
|
343
|
+
export { IconChevron2Left };
|
|
344
|
+
export { IconChevron2LeftLight };
|
|
345
|
+
export { IconChevron2Right };
|
|
346
|
+
export { IconChevron2RightLight };
|
|
347
|
+
export { IconChevron2Up };
|
|
348
|
+
export { IconChevron2UpLight };
|
|
349
|
+
export { IconChevronDown };
|
|
350
|
+
export { IconChevronDownSmall };
|
|
351
|
+
export { IconChevronLeft };
|
|
352
|
+
export { IconChevronLeftSmall };
|
|
353
|
+
export { IconChevronRight };
|
|
354
|
+
export { IconChevronRightSmall };
|
|
355
|
+
export { IconChevronUp };
|
|
356
|
+
export { IconChevronUpSmall };
|
|
357
|
+
export { IconCircle };
|
|
358
|
+
export { IconClip };
|
|
359
|
+
export { IconClipboard };
|
|
360
|
+
export { IconClock };
|
|
361
|
+
export { IconCloud };
|
|
362
|
+
export { IconCloudDownload };
|
|
363
|
+
export { IconCloudLighting };
|
|
364
|
+
export { IconCloudRain1 };
|
|
365
|
+
export { IconCloudRain2 };
|
|
366
|
+
export { IconCloudSnow };
|
|
367
|
+
export { IconCloudUpload };
|
|
368
|
+
export { IconCode };
|
|
369
|
+
export { IconCoffee };
|
|
370
|
+
export { IconCoin };
|
|
371
|
+
export { IconColumn };
|
|
372
|
+
export { IconCompass };
|
|
373
|
+
export { IconCopy };
|
|
374
|
+
export { IconCpu };
|
|
375
|
+
export { IconCrop };
|
|
376
|
+
export { IconCrosshair };
|
|
377
|
+
export { IconDelete };
|
|
378
|
+
export { IconDisc };
|
|
379
|
+
export { IconDollar };
|
|
380
|
+
export { IconDownload };
|
|
381
|
+
export { IconDroplet };
|
|
382
|
+
export { IconEdit1 };
|
|
383
|
+
export { IconEdit2 };
|
|
384
|
+
export { IconEdit3 };
|
|
385
|
+
export { IconEnergy };
|
|
386
|
+
export { IconEnergyOff };
|
|
387
|
+
export { IconExternalLink };
|
|
388
|
+
export { IconEye };
|
|
389
|
+
export { IconEyeOff };
|
|
390
|
+
export { IconFastForward };
|
|
391
|
+
export { IconFeather };
|
|
392
|
+
export { IconFileMinus };
|
|
393
|
+
export { IconFilePlus };
|
|
394
|
+
export { IconFilm };
|
|
395
|
+
export { IconFlag };
|
|
396
|
+
export { IconFlter };
|
|
397
|
+
export { IconFocus };
|
|
398
|
+
export { IconFolder };
|
|
399
|
+
export { IconFolderMinus };
|
|
400
|
+
export { IconFolderPlus };
|
|
401
|
+
export { IconFrame };
|
|
402
|
+
export { IconFrown };
|
|
403
|
+
export { IconGift };
|
|
404
|
+
export { IconGlobe };
|
|
405
|
+
export { IconGrid };
|
|
406
|
+
export { IconHardDrive };
|
|
407
|
+
export { IconHash };
|
|
408
|
+
export { IconHeadphones };
|
|
409
|
+
export { IconHeart };
|
|
410
|
+
export { IconHelpCircle };
|
|
411
|
+
export { IconHelpCircleSmall };
|
|
412
|
+
export { IconHexagon };
|
|
413
|
+
export { IconHome };
|
|
414
|
+
export { IconImage };
|
|
415
|
+
export { IconInbox };
|
|
416
|
+
export { IconInfo };
|
|
417
|
+
export { IconInfoSmall };
|
|
418
|
+
export { IconItalic };
|
|
419
|
+
export { IconKey };
|
|
420
|
+
export { IconLayer };
|
|
421
|
+
export { IconLayout };
|
|
422
|
+
export { IconLifeBuoy };
|
|
423
|
+
export { IconLinkDiagonal };
|
|
424
|
+
export { IconLinkHorizontal };
|
|
425
|
+
export { IconList };
|
|
426
|
+
export { IconLoader };
|
|
427
|
+
export { IconLock };
|
|
428
|
+
export { IconLogin };
|
|
429
|
+
export { IconLogout };
|
|
430
|
+
export { IconMail };
|
|
431
|
+
export { IconMap };
|
|
432
|
+
export { IconMaximize };
|
|
433
|
+
export { IconMenu };
|
|
434
|
+
export { IconMic };
|
|
435
|
+
export { IconMicOff };
|
|
436
|
+
export { IconMinimize };
|
|
437
|
+
export { IconMinus };
|
|
438
|
+
export { IconMinusCircle };
|
|
439
|
+
export { IconMinusSquare };
|
|
440
|
+
export { IconMonitor };
|
|
441
|
+
export { IconMoon };
|
|
442
|
+
export { IconMoreHorizontal };
|
|
443
|
+
export { IconMoreVertical };
|
|
444
|
+
export { IconMove };
|
|
445
|
+
export { IconMusic };
|
|
446
|
+
export { IconNavigation1 };
|
|
447
|
+
export { IconNavigation2 };
|
|
448
|
+
export { IconNeutral };
|
|
449
|
+
export { IconOctagon };
|
|
450
|
+
export { IconPackage };
|
|
451
|
+
export { IconPause };
|
|
452
|
+
export { IconPauseCircle };
|
|
453
|
+
export { IconPercent };
|
|
454
|
+
export { IconPhone };
|
|
455
|
+
export { IconPiechart };
|
|
456
|
+
export { IconPin };
|
|
457
|
+
export { IconPlay };
|
|
458
|
+
export { IconPlayCircle };
|
|
459
|
+
export { IconPlus };
|
|
460
|
+
export { IconPlusCircle };
|
|
461
|
+
export { IconPlusSquare };
|
|
462
|
+
export { IconPocket };
|
|
463
|
+
export { IconPower };
|
|
464
|
+
export { IconPrinter };
|
|
465
|
+
export { IconProhibition };
|
|
466
|
+
export { IconRadio };
|
|
467
|
+
export { IconRefresh1 };
|
|
468
|
+
export { IconRefresh2 };
|
|
469
|
+
export { IconRepeat };
|
|
470
|
+
export { IconRewind };
|
|
471
|
+
export { IconRollBack };
|
|
472
|
+
export { IconRollForward };
|
|
473
|
+
export { IconRss };
|
|
474
|
+
export { IconSandbox };
|
|
475
|
+
export { IconSave };
|
|
476
|
+
export { IconScissors };
|
|
477
|
+
export { IconSearch };
|
|
478
|
+
export { IconSend };
|
|
479
|
+
export { IconServer };
|
|
480
|
+
export { IconSettings };
|
|
481
|
+
export { IconShare1 };
|
|
482
|
+
export { IconShare2 };
|
|
483
|
+
export { IconShield };
|
|
484
|
+
export { IconShieldOff };
|
|
485
|
+
export { IconShoppingBag };
|
|
486
|
+
export { IconShoppingCart };
|
|
487
|
+
export { IconShuffle };
|
|
488
|
+
export { IconSidebar };
|
|
489
|
+
export { IconSkipBack };
|
|
490
|
+
export { IconSkipForward };
|
|
491
|
+
export { IconSliders };
|
|
492
|
+
export { IconSmile };
|
|
493
|
+
export { IconSpeaker };
|
|
494
|
+
export { IconSquare };
|
|
495
|
+
export { IconStar };
|
|
496
|
+
export { IconStopCircle };
|
|
497
|
+
export { IconSun };
|
|
498
|
+
export { IconSunrise };
|
|
499
|
+
export { IconSunset };
|
|
500
|
+
export { IconTablet };
|
|
501
|
+
export { IconTag };
|
|
502
|
+
export { IconTarget };
|
|
503
|
+
export { IconTemperature };
|
|
504
|
+
export { IconTextfile };
|
|
505
|
+
export { IconThumbsDown };
|
|
506
|
+
export { IconThumbsUp };
|
|
507
|
+
export { IconTool };
|
|
508
|
+
export { IconTrash1 };
|
|
509
|
+
export { IconTrash2 };
|
|
510
|
+
export { IconTrendingDown };
|
|
511
|
+
export { IconTrendingUp };
|
|
512
|
+
export { IconTriangle };
|
|
513
|
+
export { IconTruck };
|
|
514
|
+
export { IconTv };
|
|
515
|
+
export { IconType };
|
|
516
|
+
export { IconUmbrella };
|
|
517
|
+
export { IconUnderline };
|
|
518
|
+
export { IconUnlock };
|
|
519
|
+
export { IconUpload };
|
|
520
|
+
export { IconUser };
|
|
521
|
+
export { IconUserCheck };
|
|
522
|
+
export { IconUserMinus };
|
|
523
|
+
export { IconUserPlus };
|
|
524
|
+
export { IconUserX };
|
|
525
|
+
export { IconUsers };
|
|
526
|
+
export { IconVideo };
|
|
527
|
+
export { IconVideoOff };
|
|
528
|
+
export { IconVoicemail };
|
|
529
|
+
export { IconVolume };
|
|
530
|
+
export { IconVolume1 };
|
|
531
|
+
export { IconVolume2 };
|
|
532
|
+
export { IconVolumeX };
|
|
533
|
+
export { IconWatch };
|
|
534
|
+
export { IconWifi };
|
|
535
|
+
export { IconWifiOff };
|
|
536
|
+
export { IconWind };
|
|
537
|
+
export { IconWireframe };
|
|
538
|
+
export { IconX };
|
|
539
|
+
export { IconXCircle };
|
|
540
|
+
export { IconXOctagon };
|
|
541
|
+
export { IconXSquare };
|
|
542
|
+
export { IconZoomIn };
|
|
543
|
+
export { IconZoomOut };
|
package/dist/index.d.ts
ADDED