@arco-iconbox/vue-smartcode 0.0.9 → 0.0.11
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/icon.js +541 -9370
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +205 -1189
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillChart/index.js +32 -0
- package/esm/IconFillChinese/index.js +37 -0
- package/esm/IconFillData/index.js +32 -0
- package/esm/IconFillDown/index.js +32 -0
- package/esm/IconFillDownload/index.js +32 -0
- package/esm/IconFillEnglish/index.js +35 -0
- package/esm/IconFillFile/index.js +32 -0
- package/esm/IconFillHeart/index.js +34 -0
- package/esm/IconFillHome/index.js +32 -0
- package/esm/IconFillIdea/index.js +32 -0
- package/esm/IconFillMenu/index.js +32 -0
- package/esm/IconFillMoon/index.js +31 -0
- package/esm/IconFillMute/index.js +37 -0
- package/esm/IconFillPen/index.js +31 -0
- package/esm/IconFillPlayArrow/index.js +31 -0
- package/esm/IconFillResources/index.js +32 -0
- package/esm/IconFillRight/index.js +32 -0
- package/esm/IconFillSkipNext/index.js +37 -0
- package/esm/IconFillSkipPrevious/index.js +37 -0
- package/esm/IconFillSound/index.js +33 -0
- package/esm/IconFillStar/index.js +32 -0
- package/esm/IconFillSun/index.js +37 -0
- package/esm/IconFillTemplate/index.js +32 -0
- package/esm/IconFillThumbDown/index.js +37 -0
- package/esm/IconFillThumbUp/index.js +37 -0
- package/esm/IconLineAdd/index.js +32 -0
- package/esm/IconLineArrowdown/index.js +32 -0
- package/esm/IconLineArrowleft/index.js +32 -0
- package/esm/IconLineArrowright/index.js +32 -0
- package/esm/IconLineArrowup/index.js +32 -0
- package/esm/IconLineBack/index.js +32 -0
- package/esm/IconLineChart/index.js +32 -0
- package/esm/IconLineClose/index.js +32 -0
- package/esm/IconLineCompany/index.js +40 -0
- package/esm/IconLineDelete/index.js +32 -0
- package/esm/IconLineDoubledown/index.js +32 -0
- package/esm/IconLineDoubleleft/index.js +32 -0
- package/esm/IconLineDoubleright/index.js +32 -0
- package/esm/IconLineDoubleup/index.js +32 -0
- package/esm/IconLineDownload/index.js +32 -0
- package/esm/IconLineExit/index.js +32 -0
- package/esm/IconLineExpand/index.js +32 -0
- package/esm/IconLineFile/index.js +32 -0
- package/esm/IconLineFilter/index.js +32 -0
- package/esm/IconLineFolder/index.js +32 -0
- package/esm/IconLineFollow/index.js +32 -0
- package/esm/IconLineHome/index.js +32 -0
- package/esm/IconLineInfo/index.js +40 -0
- package/esm/IconLineLock/index.js +40 -0
- package/esm/IconLineManage/index.js +32 -0
- package/esm/IconLineMoney/index.js +40 -0
- package/esm/IconLineNotice/index.js +40 -0
- package/esm/IconLineOrder/index.js +40 -0
- package/esm/IconLineOrganization/index.js +32 -0
- package/esm/IconLinePercent/index.js +40 -0
- package/esm/IconLineQuestion/index.js +32 -0
- package/esm/IconLineRefresh/index.js +32 -0
- package/esm/IconLineRisk/index.js +40 -0
- package/esm/IconLineSet/index.js +40 -0
- package/esm/IconLineShopping/index.js +40 -0
- package/esm/IconLineSort/index.js +32 -0
- package/esm/IconLineSpacing/index.js +32 -0
- package/esm/IconLineStar/index.js +32 -0
- package/esm/IconLineTime/index.js +40 -0
- package/esm/IconLineUser/index.js +32 -0
- package/esm/IconLineWarning/index.js +40 -0
- package/esm/index.js +66 -312
- package/lib/IconFillChart/index.js +33 -0
- package/lib/IconFillChinese/index.js +38 -0
- package/lib/IconFillData/index.js +33 -0
- package/lib/IconFillDown/index.js +33 -0
- package/lib/IconFillDownload/index.js +33 -0
- package/lib/IconFillEnglish/index.js +36 -0
- package/lib/IconFillFile/index.js +33 -0
- package/lib/IconFillHeart/index.js +35 -0
- package/lib/IconFillHome/index.js +33 -0
- package/lib/IconFillIdea/index.js +33 -0
- package/lib/IconFillMenu/index.js +33 -0
- package/lib/IconFillMoon/index.js +32 -0
- package/lib/IconFillMute/index.js +38 -0
- package/lib/IconFillPen/index.js +32 -0
- package/lib/IconFillPlayArrow/index.js +32 -0
- package/lib/IconFillResources/index.js +33 -0
- package/lib/IconFillRight/index.js +33 -0
- package/lib/IconFillSkipNext/index.js +38 -0
- package/lib/IconFillSkipPrevious/index.js +38 -0
- package/lib/IconFillSound/index.js +34 -0
- package/lib/IconFillStar/index.js +33 -0
- package/lib/IconFillSun/index.js +38 -0
- package/lib/IconFillTemplate/index.js +33 -0
- package/lib/IconFillThumbDown/index.js +38 -0
- package/lib/IconFillThumbUp/index.js +38 -0
- package/lib/IconLineAdd/index.js +33 -0
- package/lib/IconLineArrowdown/index.js +33 -0
- package/lib/IconLineArrowleft/index.js +33 -0
- package/lib/IconLineArrowright/index.js +33 -0
- package/lib/IconLineArrowup/index.js +33 -0
- package/lib/IconLineBack/index.js +33 -0
- package/lib/IconLineChart/index.js +33 -0
- package/lib/IconLineClose/index.js +33 -0
- package/lib/IconLineCompany/index.js +41 -0
- package/lib/IconLineDelete/index.js +33 -0
- package/lib/IconLineDoubledown/index.js +33 -0
- package/lib/IconLineDoubleleft/index.js +33 -0
- package/lib/IconLineDoubleright/index.js +33 -0
- package/lib/IconLineDoubleup/index.js +33 -0
- package/lib/IconLineDownload/index.js +33 -0
- package/lib/IconLineExit/index.js +33 -0
- package/lib/IconLineExpand/index.js +33 -0
- package/lib/IconLineFile/index.js +33 -0
- package/lib/IconLineFilter/index.js +33 -0
- package/lib/IconLineFolder/index.js +33 -0
- package/lib/IconLineFollow/index.js +33 -0
- package/lib/IconLineHome/index.js +33 -0
- package/lib/IconLineInfo/index.js +41 -0
- package/lib/IconLineLock/index.js +41 -0
- package/lib/IconLineManage/index.js +33 -0
- package/lib/IconLineMoney/index.js +41 -0
- package/lib/IconLineNotice/index.js +41 -0
- package/lib/IconLineOrder/index.js +41 -0
- package/lib/IconLineOrganization/index.js +33 -0
- package/lib/IconLinePercent/index.js +41 -0
- package/lib/IconLineQuestion/index.js +33 -0
- package/lib/IconLineRefresh/index.js +33 -0
- package/lib/IconLineRisk/index.js +41 -0
- package/lib/IconLineSet/index.js +41 -0
- package/lib/IconLineShopping/index.js +41 -0
- package/lib/IconLineSort/index.js +33 -0
- package/lib/IconLineSpacing/index.js +33 -0
- package/lib/IconLineStar/index.js +33 -0
- package/lib/IconLineTime/index.js +41 -0
- package/lib/IconLineUser/index.js +33 -0
- package/lib/IconLineWarning/index.js +41 -0
- package/lib/index.js +132 -624
- package/package.json +1 -1
- package/src/IconFillChart/index.vue +19 -0
- package/src/IconFillChinese/index.vue +19 -0
- package/src/IconFillData/index.vue +19 -0
- package/src/IconFillDown/index.vue +19 -0
- package/src/IconFillDownload/index.vue +19 -0
- package/src/IconFillEnglish/index.vue +19 -0
- package/src/IconFillFile/index.vue +19 -0
- package/src/IconFillHeart/index.vue +19 -0
- package/src/IconFillHome/index.vue +19 -0
- package/src/IconFillIdea/index.vue +19 -0
- package/src/IconFillMenu/index.vue +19 -0
- package/src/IconFillMoon/index.vue +19 -0
- package/src/IconFillMute/index.vue +19 -0
- package/src/IconFillPen/index.vue +19 -0
- package/src/IconFillPlayArrow/index.vue +19 -0
- package/src/IconFillResources/index.vue +19 -0
- package/src/IconFillRight/index.vue +19 -0
- package/src/IconFillSkipNext/index.vue +19 -0
- package/src/IconFillSkipPrevious/index.vue +19 -0
- package/src/IconFillSound/index.vue +19 -0
- package/src/IconFillStar/index.vue +19 -0
- package/src/IconFillSun/index.vue +19 -0
- package/src/IconFillTemplate/index.vue +19 -0
- package/src/IconFillThumbDown/index.vue +19 -0
- package/src/IconFillThumbUp/index.vue +19 -0
- package/src/IconLineAdd/index.vue +19 -0
- package/src/IconLineArrowdown/index.vue +19 -0
- package/src/IconLineArrowleft/index.vue +19 -0
- package/src/IconLineArrowright/index.vue +19 -0
- package/src/IconLineArrowup/index.vue +19 -0
- package/src/IconLineBack/index.vue +19 -0
- package/src/IconLineChart/index.vue +19 -0
- package/src/IconLineClose/index.vue +19 -0
- package/src/IconLineCompany/index.vue +19 -0
- package/src/IconLineDelete/index.vue +19 -0
- package/src/IconLineDoubledown/index.vue +19 -0
- package/src/IconLineDoubleleft/index.vue +19 -0
- package/src/IconLineDoubleright/index.vue +19 -0
- package/src/IconLineDoubleup/index.vue +19 -0
- package/src/IconLineDownload/index.vue +19 -0
- package/src/IconLineExit/index.vue +19 -0
- package/src/IconLineExpand/index.vue +19 -0
- package/src/IconLineFile/index.vue +19 -0
- package/src/IconLineFilter/index.vue +19 -0
- package/src/IconLineFolder/index.vue +19 -0
- package/src/IconLineFollow/index.vue +19 -0
- package/src/IconLineHome/index.vue +19 -0
- package/src/IconLineInfo/index.vue +19 -0
- package/src/IconLineLock/index.vue +19 -0
- package/src/IconLineManage/index.vue +19 -0
- package/src/IconLineMoney/index.vue +19 -0
- package/src/IconLineNotice/index.vue +19 -0
- package/src/IconLineOrder/index.vue +19 -0
- package/src/IconLineOrganization/index.vue +19 -0
- package/src/IconLinePercent/index.vue +19 -0
- package/src/IconLineQuestion/index.vue +19 -0
- package/src/IconLineRefresh/index.vue +19 -0
- package/src/IconLineRisk/index.vue +19 -0
- package/src/IconLineSet/index.vue +19 -0
- package/src/IconLineShopping/index.vue +19 -0
- package/src/IconLineSort/index.vue +19 -0
- package/src/IconLineSpacing/index.vue +19 -0
- package/src/IconLineStar/index.vue +19 -0
- package/src/IconLineTime/index.vue +19 -0
- package/src/IconLineUser/index.vue +19 -0
- package/src/IconLineWarning/index.vue +19 -0
- package/src/index.js +66 -312
- package/esm/IconAlignCenter/index.js +0 -34
- package/esm/IconAlignLeft/index.js +0 -34
- package/esm/IconAlignRight/index.js +0 -34
- package/esm/IconApps/index.js +0 -36
- package/esm/IconArchive/index.js +0 -44
- package/esm/IconArrowDown/index.js +0 -34
- package/esm/IconArrowFall/index.js +0 -49
- package/esm/IconArrowLeft/index.js +0 -34
- package/esm/IconArrowRight/index.js +0 -34
- package/esm/IconArrowRise/index.js +0 -49
- package/esm/IconArrowUp/index.js +0 -34
- package/esm/IconAt/index.js +0 -34
- package/esm/IconAttachment/index.js +0 -34
- package/esm/IconBackward/index.js +0 -34
- package/esm/IconBgColors/index.js +0 -47
- package/esm/IconBold/index.js +0 -34
- package/esm/IconBook/index.js +0 -35
- package/esm/IconBranch/index.js +0 -34
- package/esm/IconBrush/index.js +0 -40
- package/esm/IconBug/index.js +0 -42
- package/esm/IconBulb/index.js +0 -34
- package/esm/IconCalendar/index.js +0 -34
- package/esm/IconCalendarClock/index.js +0 -40
- package/esm/IconCamera/index.js +0 -40
- package/esm/IconCaretDown/index.js +0 -32
- package/esm/IconCaretLeft/index.js +0 -32
- package/esm/IconCaretRight/index.js +0 -32
- package/esm/IconCaretUp/index.js +0 -32
- package/esm/IconCheck/index.js +0 -34
- package/esm/IconCheckCircle/index.js +0 -40
- package/esm/IconCheckCircleFill/index.js +0 -40
- package/esm/IconCheckSquare/index.js +0 -40
- package/esm/IconChineseFill/index.js +0 -39
- package/esm/IconClockCircle/index.js +0 -40
- package/esm/IconClose/index.js +0 -34
- package/esm/IconCloseCircle/index.js +0 -40
- package/esm/IconCloseCircleFill/index.js +0 -40
- package/esm/IconCloud/index.js +0 -34
- package/esm/IconCloudDownload/index.js +0 -40
- package/esm/IconCode/index.js +0 -34
- package/esm/IconCodeBlock/index.js +0 -34
- package/esm/IconCodeSquare/index.js +0 -46
- package/esm/IconCommand/index.js +0 -34
- package/esm/IconCommon/index.js +0 -34
- package/esm/IconCompass/index.js +0 -40
- package/esm/IconCopy/index.js +0 -40
- package/esm/IconCopyright/index.js +0 -34
- package/esm/IconCustomerService/index.js +0 -40
- package/esm/IconDashboard/index.js +0 -41
- package/esm/IconDelete/index.js +0 -34
- package/esm/IconDesktop/index.js +0 -34
- package/esm/IconDice/index.js +0 -64
- package/esm/IconDoubleDown/index.js +0 -40
- package/esm/IconDoubleLeft/index.js +0 -40
- package/esm/IconDoubleRight/index.js +0 -40
- package/esm/IconDoubleUp/index.js +0 -40
- package/esm/IconDown/index.js +0 -34
- package/esm/IconDownCircle/index.js +0 -43
- package/esm/IconDownload/index.js +0 -34
- package/esm/IconDragArrow/index.js +0 -34
- package/esm/IconDragDot/index.js +0 -38
- package/esm/IconDragDotVertical/index.js +0 -38
- package/esm/IconDriveFile/index.js +0 -40
- package/esm/IconEar/index.js +0 -40
- package/esm/IconEdit/index.js +0 -34
- package/esm/IconEmail/index.js +0 -44
- package/esm/IconEmpty/index.js +0 -40
- package/esm/IconEnglishFill/index.js +0 -34
- package/esm/IconEraser/index.js +0 -34
- package/esm/IconExclamation/index.js +0 -49
- package/esm/IconExclamationCircle/index.js +0 -34
- package/esm/IconExclamationCircleFill/index.js +0 -40
- package/esm/IconExclamationPolygonFill/index.js +0 -40
- package/esm/IconExpand/index.js +0 -34
- package/esm/IconExperiment/index.js +0 -40
- package/esm/IconExport/index.js +0 -34
- package/esm/IconEye/index.js +0 -41
- package/esm/IconEyeInvisible/index.js +0 -40
- package/esm/IconFaceFrownFill/index.js +0 -40
- package/esm/IconFaceMehFill/index.js +0 -40
- package/esm/IconFaceSmileFill/index.js +0 -40
- package/esm/IconFile/index.js +0 -34
- package/esm/IconFileAudio/index.js +0 -44
- package/esm/IconFileImage/index.js +0 -34
- package/esm/IconFilePdf/index.js +0 -40
- package/esm/IconFileVideo/index.js +0 -40
- package/esm/IconFilter/index.js +0 -34
- package/esm/IconFindReplace/index.js +0 -34
- package/esm/IconFire/index.js +0 -34
- package/esm/IconFold/index.js +0 -34
- package/esm/IconFolder/index.js +0 -34
- package/esm/IconFolderAdd/index.js +0 -34
- package/esm/IconFolderDelete/index.js +0 -34
- package/esm/IconFontColors/index.js +0 -34
- package/esm/IconFormula/index.js +0 -34
- package/esm/IconForward/index.js +0 -34
- package/esm/IconFullscreen/index.js +0 -34
- package/esm/IconFullscreenExit/index.js +0 -34
- package/esm/IconGeneral/index.js +0 -60
- package/esm/IconGift/index.js +0 -34
- package/esm/IconH1/index.js +0 -34
- package/esm/IconH2/index.js +0 -34
- package/esm/IconH3/index.js +0 -34
- package/esm/IconH4/index.js +0 -34
- package/esm/IconH5/index.js +0 -34
- package/esm/IconH6/index.js +0 -34
- package/esm/IconH7/index.js +0 -34
- package/esm/IconHeart/index.js +0 -34
- package/esm/IconHeartFill/index.js +0 -33
- package/esm/IconHighlight/index.js +0 -34
- package/esm/IconHistory/index.js +0 -40
- package/esm/IconHome/index.js +0 -40
- package/esm/IconIconFillChart/index.js +0 -32
- package/esm/IconIconFillData/index.js +0 -32
- package/esm/IconIconFillDown/index.js +0 -32
- package/esm/IconIconFillDownload/index.js +0 -32
- package/esm/IconIconFillFile/index.js +0 -32
- package/esm/IconIconFillHome/index.js +0 -32
- package/esm/IconIconFillIdea/index.js +0 -32
- package/esm/IconIconFillMenu/index.js +0 -32
- package/esm/IconIconFillResources/index.js +0 -32
- package/esm/IconIconFillRight/index.js +0 -32
- package/esm/IconIconFillTemplate/index.js +0 -32
- package/esm/IconIconLineArrowdown/index.js +0 -32
- package/esm/IconIconLineArrowleft/index.js +0 -32
- package/esm/IconIconLineArrowright/index.js +0 -32
- package/esm/IconIconLineArrowup/index.js +0 -32
- package/esm/IconIconLineBack/index.js +0 -32
- package/esm/IconIconLineChart/index.js +0 -32
- package/esm/IconIconLineClose/index.js +0 -32
- package/esm/IconIconLineCompany/index.js +0 -40
- package/esm/IconIconLineDelete/index.js +0 -32
- package/esm/IconIconLineDoubledown/index.js +0 -32
- package/esm/IconIconLineDoubleleft/index.js +0 -32
- package/esm/IconIconLineDoubleright/index.js +0 -32
- package/esm/IconIconLineDoubleup/index.js +0 -32
- package/esm/IconIconLineDownload/index.js +0 -32
- package/esm/IconIconLineExit/index.js +0 -32
- package/esm/IconIconLineFile/index.js +0 -32
- package/esm/IconIconLineFilter/index.js +0 -32
- package/esm/IconIconLineFolder/index.js +0 -32
- package/esm/IconIconLineFollow/index.js +0 -32
- package/esm/IconIconLineHome/index.js +0 -32
- package/esm/IconIconLineInfo/index.js +0 -40
- package/esm/IconIconLineLock/index.js +0 -40
- package/esm/IconIconLineManage/index.js +0 -32
- package/esm/IconIconLineMoney/index.js +0 -40
- package/esm/IconIconLineNotice/index.js +0 -40
- package/esm/IconIconLineOrder/index.js +0 -40
- package/esm/IconIconLineOrganization/index.js +0 -32
- package/esm/IconIconLinePercent/index.js +0 -40
- package/esm/IconIconLineQuestion/index.js +0 -32
- package/esm/IconIconLineRefresh/index.js +0 -32
- package/esm/IconIconLineRisk/index.js +0 -40
- package/esm/IconIconLineSet/index.js +0 -40
- package/esm/IconIconLineShopping/index.js +0 -40
- package/esm/IconIconLineSort/index.js +0 -32
- package/esm/IconIconLineSpacing/index.js +0 -32
- package/esm/IconIconLineTime/index.js +0 -40
- package/esm/IconIconLineUser/index.js +0 -32
- package/esm/IconIconLineWarning/index.js +0 -40
- package/esm/IconIdcard/index.js +0 -42
- package/esm/IconImage/index.js +0 -38
- package/esm/IconImageClose/index.js +0 -59
- package/esm/IconImport/index.js +0 -40
- package/esm/IconInfo/index.js +0 -49
- package/esm/IconInfoCircle/index.js +0 -34
- package/esm/IconInfoCircleFill/index.js +0 -40
- package/esm/IconInteraction/index.js +0 -34
- package/esm/IconItalic/index.js +0 -34
- package/esm/IconLanguage/index.js +0 -40
- package/esm/IconLaunch/index.js +0 -34
- package/esm/IconLayout/index.js +0 -34
- package/esm/IconLeft/index.js +0 -34
- package/esm/IconLeftCircle/index.js +0 -42
- package/esm/IconLineHeight/index.js +0 -44
- package/esm/IconLink/index.js +0 -40
- package/esm/IconList/index.js +0 -34
- package/esm/IconLiveBroadcast/index.js +0 -34
- package/esm/IconLoading/index.js +0 -34
- package/esm/IconLocation/index.js +0 -42
- package/esm/IconLock/index.js +0 -40
- package/esm/IconLoop/index.js +0 -34
- package/esm/IconMan/index.js +0 -42
- package/esm/IconMenu/index.js +0 -34
- package/esm/IconMenuFold/index.js +0 -34
- package/esm/IconMenuUnfold/index.js +0 -34
- package/esm/IconMessage/index.js +0 -34
- package/esm/IconMessageBanned/index.js +0 -40
- package/esm/IconMindMapping/index.js +0 -34
- package/esm/IconMinus/index.js +0 -34
- package/esm/IconMinusCircle/index.js +0 -34
- package/esm/IconMinusCircleFill/index.js +0 -40
- package/esm/IconMobile/index.js +0 -40
- package/esm/IconMoon/index.js +0 -34
- package/esm/IconMoonFill/index.js +0 -32
- package/esm/IconMore/index.js +0 -38
- package/esm/IconMoreVertical/index.js +0 -38
- package/esm/IconMosaic/index.js +0 -38
- package/esm/IconMusic/index.js +0 -34
- package/esm/IconMute/index.js +0 -34
- package/esm/IconMuteFill/index.js +0 -39
- package/esm/IconNav/index.js +0 -34
- package/esm/IconNotification/index.js +0 -34
- package/esm/IconNotificationClose/index.js +0 -34
- package/esm/IconObliqueLine/index.js +0 -34
- package/esm/IconOldVersion/index.js +0 -40
- package/esm/IconOrderedList/index.js +0 -40
- package/esm/IconOriginalSize/index.js +0 -44
- package/esm/IconPalette/index.js +0 -61
- package/esm/IconPaste/index.js +0 -48
- package/esm/IconPause/index.js +0 -38
- package/esm/IconPauseCircle/index.js +0 -40
- package/esm/IconPauseCircleFill/index.js +0 -45
- package/esm/IconPen/index.js +0 -34
- package/esm/IconPenFill/index.js +0 -32
- package/esm/IconPhone/index.js +0 -34
- package/esm/IconPlayArrow/index.js +0 -34
- package/esm/IconPlayArrowFill/index.js +0 -32
- package/esm/IconPlayCircle/index.js +0 -41
- package/esm/IconPlayCircleFill/index.js +0 -42
- package/esm/IconPlus/index.js +0 -34
- package/esm/IconPlusCircle/index.js +0 -34
- package/esm/IconPlusCircleFill/index.js +0 -40
- package/esm/IconPoweroff/index.js +0 -34
- package/esm/IconPrinter/index.js +0 -40
- package/esm/IconPublic/index.js +0 -40
- package/esm/IconPushpin/index.js +0 -34
- package/esm/IconQrcode/index.js +0 -34
- package/esm/IconQuestion/index.js +0 -34
- package/esm/IconQuestionCircle/index.js +0 -41
- package/esm/IconQuestionCircleFill/index.js +0 -40
- package/esm/IconQuote/index.js +0 -38
- package/esm/IconRecord/index.js +0 -45
- package/esm/IconRecordStop/index.js +0 -45
- package/esm/IconRedo/index.js +0 -40
- package/esm/IconRefresh/index.js +0 -40
- package/esm/IconReply/index.js +0 -34
- package/esm/IconRight/index.js +0 -34
- package/esm/IconRightCircle/index.js +0 -42
- package/esm/IconRobot/index.js +0 -38
- package/esm/IconRobotAdd/index.js +0 -40
- package/esm/IconRotateLeft/index.js +0 -40
- package/esm/IconRotateRight/index.js +0 -40
- package/esm/IconSafe/index.js +0 -40
- package/esm/IconSave/index.js +0 -34
- package/esm/IconScan/index.js +0 -34
- package/esm/IconSchedule/index.js +0 -42
- package/esm/IconScissor/index.js +0 -34
- package/esm/IconSearch/index.js +0 -34
- package/esm/IconSelectAll/index.js +0 -34
- package/esm/IconSend/index.js +0 -36
- package/esm/IconSettings/index.js +0 -40
- package/esm/IconShake/index.js +0 -43
- package/esm/IconShareAlt/index.js +0 -34
- package/esm/IconShareExternal/index.js +0 -35
- package/esm/IconShareInternal/index.js +0 -34
- package/esm/IconShrink/index.js +0 -34
- package/esm/IconSkin/index.js +0 -34
- package/esm/IconSkipNext/index.js +0 -42
- package/esm/IconSkipNextFill/index.js +0 -39
- package/esm/IconSkipPrevious/index.js +0 -42
- package/esm/IconSkipPreviousFill/index.js +0 -39
- package/esm/IconSort/index.js +0 -34
- package/esm/IconSortAscending/index.js +0 -34
- package/esm/IconSortDescending/index.js +0 -34
- package/esm/IconSound/index.js +0 -42
- package/esm/IconSoundFill/index.js +0 -37
- package/esm/IconStamp/index.js +0 -34
- package/esm/IconStar/index.js +0 -34
- package/esm/IconStarFill/index.js +0 -34
- package/esm/IconStop/index.js +0 -34
- package/esm/IconStorage/index.js +0 -50
- package/esm/IconStrikethrough/index.js +0 -34
- package/esm/IconSubscribe/index.js +0 -34
- package/esm/IconSubscribeAdd/index.js +0 -34
- package/esm/IconSubscribed/index.js +0 -40
- package/esm/IconSun/index.js +0 -46
- package/esm/IconSunFill/index.js +0 -39
- package/esm/IconSwap/index.js +0 -34
- package/esm/IconSync/index.js +0 -40
- package/esm/IconTag/index.js +0 -46
- package/esm/IconTags/index.js +0 -52
- package/esm/IconThumbDown/index.js +0 -34
- package/esm/IconThumbDownFill/index.js +0 -38
- package/esm/IconThumbUp/index.js +0 -34
- package/esm/IconThumbUpFill/index.js +0 -38
- package/esm/IconThunderbolt/index.js +0 -34
- package/esm/IconToBottom/index.js +0 -38
- package/esm/IconToLeft/index.js +0 -38
- package/esm/IconToRight/index.js +0 -38
- package/esm/IconToTop/index.js +0 -38
- package/esm/IconTool/index.js +0 -34
- package/esm/IconTranslate/index.js +0 -46
- package/esm/IconTrophy/index.js +0 -34
- package/esm/IconUnderline/index.js +0 -34
- package/esm/IconUndo/index.js +0 -40
- package/esm/IconUnfold/index.js +0 -34
- package/esm/IconUnlock/index.js +0 -44
- package/esm/IconUnorderedList/index.js +0 -34
- package/esm/IconUp/index.js +0 -34
- package/esm/IconUpCircle/index.js +0 -42
- package/esm/IconUpload/index.js +0 -34
- package/esm/IconUser/index.js +0 -42
- package/esm/IconUserAdd/index.js +0 -34
- package/esm/IconUserGroup/index.js +0 -50
- package/esm/IconVideoCamera/index.js +0 -34
- package/esm/IconVoice/index.js +0 -40
- package/esm/IconWifi/index.js +0 -38
- package/esm/IconWoman/index.js +0 -34
- package/esm/IconZoomIn/index.js +0 -34
- package/esm/IconZoomOut/index.js +0 -34
- package/lib/IconAlignCenter/index.js +0 -35
- package/lib/IconAlignLeft/index.js +0 -35
- package/lib/IconAlignRight/index.js +0 -35
- package/lib/IconApps/index.js +0 -37
- package/lib/IconArchive/index.js +0 -45
- package/lib/IconArrowDown/index.js +0 -35
- package/lib/IconArrowFall/index.js +0 -50
- package/lib/IconArrowLeft/index.js +0 -35
- package/lib/IconArrowRight/index.js +0 -35
- package/lib/IconArrowRise/index.js +0 -50
- package/lib/IconArrowUp/index.js +0 -35
- package/lib/IconAt/index.js +0 -35
- package/lib/IconAttachment/index.js +0 -35
- package/lib/IconBackward/index.js +0 -35
- package/lib/IconBgColors/index.js +0 -48
- package/lib/IconBold/index.js +0 -35
- package/lib/IconBook/index.js +0 -36
- package/lib/IconBranch/index.js +0 -35
- package/lib/IconBrush/index.js +0 -41
- package/lib/IconBug/index.js +0 -43
- package/lib/IconBulb/index.js +0 -35
- package/lib/IconCalendar/index.js +0 -35
- package/lib/IconCalendarClock/index.js +0 -41
- package/lib/IconCamera/index.js +0 -41
- package/lib/IconCaretDown/index.js +0 -33
- package/lib/IconCaretLeft/index.js +0 -33
- package/lib/IconCaretRight/index.js +0 -33
- package/lib/IconCaretUp/index.js +0 -33
- package/lib/IconCheck/index.js +0 -35
- package/lib/IconCheckCircle/index.js +0 -41
- package/lib/IconCheckCircleFill/index.js +0 -41
- package/lib/IconCheckSquare/index.js +0 -41
- package/lib/IconChineseFill/index.js +0 -40
- package/lib/IconClockCircle/index.js +0 -41
- package/lib/IconClose/index.js +0 -35
- package/lib/IconCloseCircle/index.js +0 -41
- package/lib/IconCloseCircleFill/index.js +0 -41
- package/lib/IconCloud/index.js +0 -35
- package/lib/IconCloudDownload/index.js +0 -41
- package/lib/IconCode/index.js +0 -35
- package/lib/IconCodeBlock/index.js +0 -35
- package/lib/IconCodeSquare/index.js +0 -47
- package/lib/IconCommand/index.js +0 -35
- package/lib/IconCommon/index.js +0 -35
- package/lib/IconCompass/index.js +0 -41
- package/lib/IconCopy/index.js +0 -41
- package/lib/IconCopyright/index.js +0 -35
- package/lib/IconCustomerService/index.js +0 -41
- package/lib/IconDashboard/index.js +0 -42
- package/lib/IconDelete/index.js +0 -35
- package/lib/IconDesktop/index.js +0 -35
- package/lib/IconDice/index.js +0 -65
- package/lib/IconDoubleDown/index.js +0 -41
- package/lib/IconDoubleLeft/index.js +0 -41
- package/lib/IconDoubleRight/index.js +0 -41
- package/lib/IconDoubleUp/index.js +0 -41
- package/lib/IconDown/index.js +0 -35
- package/lib/IconDownCircle/index.js +0 -44
- package/lib/IconDownload/index.js +0 -35
- package/lib/IconDragArrow/index.js +0 -35
- package/lib/IconDragDot/index.js +0 -39
- package/lib/IconDragDotVertical/index.js +0 -39
- package/lib/IconDriveFile/index.js +0 -41
- package/lib/IconEar/index.js +0 -41
- package/lib/IconEdit/index.js +0 -35
- package/lib/IconEmail/index.js +0 -45
- package/lib/IconEmpty/index.js +0 -41
- package/lib/IconEnglishFill/index.js +0 -35
- package/lib/IconEraser/index.js +0 -35
- package/lib/IconExclamation/index.js +0 -50
- package/lib/IconExclamationCircle/index.js +0 -35
- package/lib/IconExclamationCircleFill/index.js +0 -41
- package/lib/IconExclamationPolygonFill/index.js +0 -41
- package/lib/IconExpand/index.js +0 -35
- package/lib/IconExperiment/index.js +0 -41
- package/lib/IconExport/index.js +0 -35
- package/lib/IconEye/index.js +0 -42
- package/lib/IconEyeInvisible/index.js +0 -41
- package/lib/IconFaceFrownFill/index.js +0 -41
- package/lib/IconFaceMehFill/index.js +0 -41
- package/lib/IconFaceSmileFill/index.js +0 -41
- package/lib/IconFile/index.js +0 -35
- package/lib/IconFileAudio/index.js +0 -45
- package/lib/IconFileImage/index.js +0 -35
- package/lib/IconFilePdf/index.js +0 -41
- package/lib/IconFileVideo/index.js +0 -41
- package/lib/IconFilter/index.js +0 -35
- package/lib/IconFindReplace/index.js +0 -35
- package/lib/IconFire/index.js +0 -35
- package/lib/IconFold/index.js +0 -35
- package/lib/IconFolder/index.js +0 -35
- package/lib/IconFolderAdd/index.js +0 -35
- package/lib/IconFolderDelete/index.js +0 -35
- package/lib/IconFontColors/index.js +0 -35
- package/lib/IconFormula/index.js +0 -35
- package/lib/IconForward/index.js +0 -35
- package/lib/IconFullscreen/index.js +0 -35
- package/lib/IconFullscreenExit/index.js +0 -35
- package/lib/IconGeneral/index.js +0 -61
- package/lib/IconGift/index.js +0 -35
- package/lib/IconH1/index.js +0 -35
- package/lib/IconH2/index.js +0 -35
- package/lib/IconH3/index.js +0 -35
- package/lib/IconH4/index.js +0 -35
- package/lib/IconH5/index.js +0 -35
- package/lib/IconH6/index.js +0 -35
- package/lib/IconH7/index.js +0 -35
- package/lib/IconHeart/index.js +0 -35
- package/lib/IconHeartFill/index.js +0 -34
- package/lib/IconHighlight/index.js +0 -35
- package/lib/IconHistory/index.js +0 -41
- package/lib/IconHome/index.js +0 -41
- package/lib/IconIconFillChart/index.js +0 -33
- package/lib/IconIconFillData/index.js +0 -33
- package/lib/IconIconFillDown/index.js +0 -33
- package/lib/IconIconFillDownload/index.js +0 -33
- package/lib/IconIconFillFile/index.js +0 -33
- package/lib/IconIconFillHome/index.js +0 -33
- package/lib/IconIconFillIdea/index.js +0 -33
- package/lib/IconIconFillMenu/index.js +0 -33
- package/lib/IconIconFillResources/index.js +0 -33
- package/lib/IconIconFillRight/index.js +0 -33
- package/lib/IconIconFillTemplate/index.js +0 -33
- package/lib/IconIconLineArrowdown/index.js +0 -33
- package/lib/IconIconLineArrowleft/index.js +0 -33
- package/lib/IconIconLineArrowright/index.js +0 -33
- package/lib/IconIconLineArrowup/index.js +0 -33
- package/lib/IconIconLineBack/index.js +0 -33
- package/lib/IconIconLineChart/index.js +0 -33
- package/lib/IconIconLineClose/index.js +0 -33
- package/lib/IconIconLineCompany/index.js +0 -41
- package/lib/IconIconLineDelete/index.js +0 -33
- package/lib/IconIconLineDoubledown/index.js +0 -33
- package/lib/IconIconLineDoubleleft/index.js +0 -33
- package/lib/IconIconLineDoubleright/index.js +0 -33
- package/lib/IconIconLineDoubleup/index.js +0 -33
- package/lib/IconIconLineDownload/index.js +0 -33
- package/lib/IconIconLineExit/index.js +0 -33
- package/lib/IconIconLineFile/index.js +0 -33
- package/lib/IconIconLineFilter/index.js +0 -33
- package/lib/IconIconLineFolder/index.js +0 -33
- package/lib/IconIconLineFollow/index.js +0 -33
- package/lib/IconIconLineHome/index.js +0 -33
- package/lib/IconIconLineInfo/index.js +0 -41
- package/lib/IconIconLineLock/index.js +0 -41
- package/lib/IconIconLineManage/index.js +0 -33
- package/lib/IconIconLineMoney/index.js +0 -41
- package/lib/IconIconLineNotice/index.js +0 -41
- package/lib/IconIconLineOrder/index.js +0 -41
- package/lib/IconIconLineOrganization/index.js +0 -33
- package/lib/IconIconLinePercent/index.js +0 -41
- package/lib/IconIconLineQuestion/index.js +0 -33
- package/lib/IconIconLineRefresh/index.js +0 -33
- package/lib/IconIconLineRisk/index.js +0 -41
- package/lib/IconIconLineSet/index.js +0 -41
- package/lib/IconIconLineShopping/index.js +0 -41
- package/lib/IconIconLineSort/index.js +0 -33
- package/lib/IconIconLineSpacing/index.js +0 -33
- package/lib/IconIconLineTime/index.js +0 -41
- package/lib/IconIconLineUser/index.js +0 -33
- package/lib/IconIconLineWarning/index.js +0 -41
- package/lib/IconIdcard/index.js +0 -43
- package/lib/IconImage/index.js +0 -39
- package/lib/IconImageClose/index.js +0 -60
- package/lib/IconImport/index.js +0 -41
- package/lib/IconInfo/index.js +0 -50
- package/lib/IconInfoCircle/index.js +0 -35
- package/lib/IconInfoCircleFill/index.js +0 -41
- package/lib/IconInteraction/index.js +0 -35
- package/lib/IconItalic/index.js +0 -35
- package/lib/IconLanguage/index.js +0 -41
- package/lib/IconLaunch/index.js +0 -35
- package/lib/IconLayout/index.js +0 -35
- package/lib/IconLeft/index.js +0 -35
- package/lib/IconLeftCircle/index.js +0 -43
- package/lib/IconLineHeight/index.js +0 -45
- package/lib/IconLink/index.js +0 -41
- package/lib/IconList/index.js +0 -35
- package/lib/IconLiveBroadcast/index.js +0 -35
- package/lib/IconLoading/index.js +0 -35
- package/lib/IconLocation/index.js +0 -43
- package/lib/IconLock/index.js +0 -41
- package/lib/IconLoop/index.js +0 -35
- package/lib/IconMan/index.js +0 -43
- package/lib/IconMenu/index.js +0 -35
- package/lib/IconMenuFold/index.js +0 -35
- package/lib/IconMenuUnfold/index.js +0 -35
- package/lib/IconMessage/index.js +0 -35
- package/lib/IconMessageBanned/index.js +0 -41
- package/lib/IconMindMapping/index.js +0 -35
- package/lib/IconMinus/index.js +0 -35
- package/lib/IconMinusCircle/index.js +0 -35
- package/lib/IconMinusCircleFill/index.js +0 -41
- package/lib/IconMobile/index.js +0 -41
- package/lib/IconMoon/index.js +0 -35
- package/lib/IconMoonFill/index.js +0 -33
- package/lib/IconMore/index.js +0 -39
- package/lib/IconMoreVertical/index.js +0 -39
- package/lib/IconMosaic/index.js +0 -39
- package/lib/IconMusic/index.js +0 -35
- package/lib/IconMute/index.js +0 -35
- package/lib/IconMuteFill/index.js +0 -40
- package/lib/IconNav/index.js +0 -35
- package/lib/IconNotification/index.js +0 -35
- package/lib/IconNotificationClose/index.js +0 -35
- package/lib/IconObliqueLine/index.js +0 -35
- package/lib/IconOldVersion/index.js +0 -41
- package/lib/IconOrderedList/index.js +0 -41
- package/lib/IconOriginalSize/index.js +0 -45
- package/lib/IconPalette/index.js +0 -62
- package/lib/IconPaste/index.js +0 -49
- package/lib/IconPause/index.js +0 -39
- package/lib/IconPauseCircle/index.js +0 -41
- package/lib/IconPauseCircleFill/index.js +0 -46
- package/lib/IconPen/index.js +0 -35
- package/lib/IconPenFill/index.js +0 -33
- package/lib/IconPhone/index.js +0 -35
- package/lib/IconPlayArrow/index.js +0 -35
- package/lib/IconPlayArrowFill/index.js +0 -33
- package/lib/IconPlayCircle/index.js +0 -42
- package/lib/IconPlayCircleFill/index.js +0 -43
- package/lib/IconPlus/index.js +0 -35
- package/lib/IconPlusCircle/index.js +0 -35
- package/lib/IconPlusCircleFill/index.js +0 -41
- package/lib/IconPoweroff/index.js +0 -35
- package/lib/IconPrinter/index.js +0 -41
- package/lib/IconPublic/index.js +0 -41
- package/lib/IconPushpin/index.js +0 -35
- package/lib/IconQrcode/index.js +0 -35
- package/lib/IconQuestion/index.js +0 -35
- package/lib/IconQuestionCircle/index.js +0 -42
- package/lib/IconQuestionCircleFill/index.js +0 -41
- package/lib/IconQuote/index.js +0 -39
- package/lib/IconRecord/index.js +0 -46
- package/lib/IconRecordStop/index.js +0 -46
- package/lib/IconRedo/index.js +0 -41
- package/lib/IconRefresh/index.js +0 -41
- package/lib/IconReply/index.js +0 -35
- package/lib/IconRight/index.js +0 -35
- package/lib/IconRightCircle/index.js +0 -43
- package/lib/IconRobot/index.js +0 -39
- package/lib/IconRobotAdd/index.js +0 -41
- package/lib/IconRotateLeft/index.js +0 -41
- package/lib/IconRotateRight/index.js +0 -41
- package/lib/IconSafe/index.js +0 -41
- package/lib/IconSave/index.js +0 -35
- package/lib/IconScan/index.js +0 -35
- package/lib/IconSchedule/index.js +0 -43
- package/lib/IconScissor/index.js +0 -35
- package/lib/IconSearch/index.js +0 -35
- package/lib/IconSelectAll/index.js +0 -35
- package/lib/IconSend/index.js +0 -37
- package/lib/IconSettings/index.js +0 -41
- package/lib/IconShake/index.js +0 -44
- package/lib/IconShareAlt/index.js +0 -35
- package/lib/IconShareExternal/index.js +0 -36
- package/lib/IconShareInternal/index.js +0 -35
- package/lib/IconShrink/index.js +0 -35
- package/lib/IconSkin/index.js +0 -35
- package/lib/IconSkipNext/index.js +0 -43
- package/lib/IconSkipNextFill/index.js +0 -40
- package/lib/IconSkipPrevious/index.js +0 -43
- package/lib/IconSkipPreviousFill/index.js +0 -40
- package/lib/IconSort/index.js +0 -35
- package/lib/IconSortAscending/index.js +0 -35
- package/lib/IconSortDescending/index.js +0 -35
- package/lib/IconSound/index.js +0 -43
- package/lib/IconSoundFill/index.js +0 -38
- package/lib/IconStamp/index.js +0 -35
- package/lib/IconStar/index.js +0 -35
- package/lib/IconStarFill/index.js +0 -35
- package/lib/IconStop/index.js +0 -35
- package/lib/IconStorage/index.js +0 -51
- package/lib/IconStrikethrough/index.js +0 -35
- package/lib/IconSubscribe/index.js +0 -35
- package/lib/IconSubscribeAdd/index.js +0 -35
- package/lib/IconSubscribed/index.js +0 -41
- package/lib/IconSun/index.js +0 -47
- package/lib/IconSunFill/index.js +0 -40
- package/lib/IconSwap/index.js +0 -35
- package/lib/IconSync/index.js +0 -41
- package/lib/IconTag/index.js +0 -47
- package/lib/IconTags/index.js +0 -53
- package/lib/IconThumbDown/index.js +0 -35
- package/lib/IconThumbDownFill/index.js +0 -39
- package/lib/IconThumbUp/index.js +0 -35
- package/lib/IconThumbUpFill/index.js +0 -39
- package/lib/IconThunderbolt/index.js +0 -35
- package/lib/IconToBottom/index.js +0 -39
- package/lib/IconToLeft/index.js +0 -39
- package/lib/IconToRight/index.js +0 -39
- package/lib/IconToTop/index.js +0 -39
- package/lib/IconTool/index.js +0 -35
- package/lib/IconTranslate/index.js +0 -47
- package/lib/IconTrophy/index.js +0 -35
- package/lib/IconUnderline/index.js +0 -35
- package/lib/IconUndo/index.js +0 -41
- package/lib/IconUnfold/index.js +0 -35
- package/lib/IconUnlock/index.js +0 -45
- package/lib/IconUnorderedList/index.js +0 -35
- package/lib/IconUp/index.js +0 -35
- package/lib/IconUpCircle/index.js +0 -43
- package/lib/IconUpload/index.js +0 -35
- package/lib/IconUser/index.js +0 -43
- package/lib/IconUserAdd/index.js +0 -35
- package/lib/IconUserGroup/index.js +0 -51
- package/lib/IconVideoCamera/index.js +0 -35
- package/lib/IconVoice/index.js +0 -41
- package/lib/IconWifi/index.js +0 -39
- package/lib/IconWoman/index.js +0 -35
- package/lib/IconZoomIn/index.js +0 -35
- package/lib/IconZoomOut/index.js +0 -35
- package/src/IconAlignCenter/index.vue +0 -19
- package/src/IconAlignLeft/index.vue +0 -19
- package/src/IconAlignRight/index.vue +0 -19
- package/src/IconApps/index.vue +0 -19
- package/src/IconArchive/index.vue +0 -19
- package/src/IconArrowDown/index.vue +0 -19
- package/src/IconArrowFall/index.vue +0 -19
- package/src/IconArrowLeft/index.vue +0 -19
- package/src/IconArrowRight/index.vue +0 -19
- package/src/IconArrowRise/index.vue +0 -19
- package/src/IconArrowUp/index.vue +0 -19
- package/src/IconAt/index.vue +0 -19
- package/src/IconAttachment/index.vue +0 -19
- package/src/IconBackward/index.vue +0 -19
- package/src/IconBgColors/index.vue +0 -19
- package/src/IconBold/index.vue +0 -19
- package/src/IconBook/index.vue +0 -19
- package/src/IconBranch/index.vue +0 -19
- package/src/IconBrush/index.vue +0 -19
- package/src/IconBug/index.vue +0 -19
- package/src/IconBulb/index.vue +0 -19
- package/src/IconCalendar/index.vue +0 -19
- package/src/IconCalendarClock/index.vue +0 -19
- package/src/IconCamera/index.vue +0 -19
- package/src/IconCaretDown/index.vue +0 -19
- package/src/IconCaretLeft/index.vue +0 -19
- package/src/IconCaretRight/index.vue +0 -19
- package/src/IconCaretUp/index.vue +0 -19
- package/src/IconCheck/index.vue +0 -19
- package/src/IconCheckCircle/index.vue +0 -19
- package/src/IconCheckCircleFill/index.vue +0 -19
- package/src/IconCheckSquare/index.vue +0 -19
- package/src/IconChineseFill/index.vue +0 -19
- package/src/IconClockCircle/index.vue +0 -19
- package/src/IconClose/index.vue +0 -19
- package/src/IconCloseCircle/index.vue +0 -19
- package/src/IconCloseCircleFill/index.vue +0 -19
- package/src/IconCloud/index.vue +0 -19
- package/src/IconCloudDownload/index.vue +0 -19
- package/src/IconCode/index.vue +0 -19
- package/src/IconCodeBlock/index.vue +0 -19
- package/src/IconCodeSquare/index.vue +0 -19
- package/src/IconCommand/index.vue +0 -19
- package/src/IconCommon/index.vue +0 -19
- package/src/IconCompass/index.vue +0 -19
- package/src/IconCopy/index.vue +0 -19
- package/src/IconCopyright/index.vue +0 -19
- package/src/IconCustomerService/index.vue +0 -19
- package/src/IconDashboard/index.vue +0 -19
- package/src/IconDelete/index.vue +0 -19
- package/src/IconDesktop/index.vue +0 -19
- package/src/IconDice/index.vue +0 -19
- package/src/IconDoubleDown/index.vue +0 -19
- package/src/IconDoubleLeft/index.vue +0 -19
- package/src/IconDoubleRight/index.vue +0 -19
- package/src/IconDoubleUp/index.vue +0 -19
- package/src/IconDown/index.vue +0 -19
- package/src/IconDownCircle/index.vue +0 -19
- package/src/IconDownload/index.vue +0 -19
- package/src/IconDragArrow/index.vue +0 -19
- package/src/IconDragDot/index.vue +0 -19
- package/src/IconDragDotVertical/index.vue +0 -19
- package/src/IconDriveFile/index.vue +0 -19
- package/src/IconEar/index.vue +0 -19
- package/src/IconEdit/index.vue +0 -19
- package/src/IconEmail/index.vue +0 -19
- package/src/IconEmpty/index.vue +0 -19
- package/src/IconEnglishFill/index.vue +0 -19
- package/src/IconEraser/index.vue +0 -19
- package/src/IconExclamation/index.vue +0 -19
- package/src/IconExclamationCircle/index.vue +0 -19
- package/src/IconExclamationCircleFill/index.vue +0 -19
- package/src/IconExclamationPolygonFill/index.vue +0 -19
- package/src/IconExpand/index.vue +0 -19
- package/src/IconExperiment/index.vue +0 -19
- package/src/IconExport/index.vue +0 -19
- package/src/IconEye/index.vue +0 -19
- package/src/IconEyeInvisible/index.vue +0 -19
- package/src/IconFaceFrownFill/index.vue +0 -19
- package/src/IconFaceMehFill/index.vue +0 -19
- package/src/IconFaceSmileFill/index.vue +0 -19
- package/src/IconFile/index.vue +0 -19
- package/src/IconFileAudio/index.vue +0 -19
- package/src/IconFileImage/index.vue +0 -19
- package/src/IconFilePdf/index.vue +0 -19
- package/src/IconFileVideo/index.vue +0 -19
- package/src/IconFilter/index.vue +0 -19
- package/src/IconFindReplace/index.vue +0 -19
- package/src/IconFire/index.vue +0 -19
- package/src/IconFold/index.vue +0 -19
- package/src/IconFolder/index.vue +0 -19
- package/src/IconFolderAdd/index.vue +0 -19
- package/src/IconFolderDelete/index.vue +0 -19
- package/src/IconFontColors/index.vue +0 -19
- package/src/IconFormula/index.vue +0 -19
- package/src/IconForward/index.vue +0 -19
- package/src/IconFullscreen/index.vue +0 -19
- package/src/IconFullscreenExit/index.vue +0 -19
- package/src/IconGeneral/index.vue +0 -19
- package/src/IconGift/index.vue +0 -19
- package/src/IconH1/index.vue +0 -19
- package/src/IconH2/index.vue +0 -19
- package/src/IconH3/index.vue +0 -19
- package/src/IconH4/index.vue +0 -19
- package/src/IconH5/index.vue +0 -19
- package/src/IconH6/index.vue +0 -19
- package/src/IconH7/index.vue +0 -19
- package/src/IconHeart/index.vue +0 -19
- package/src/IconHeartFill/index.vue +0 -19
- package/src/IconHighlight/index.vue +0 -19
- package/src/IconHistory/index.vue +0 -19
- package/src/IconHome/index.vue +0 -19
- package/src/IconIconFillChart/index.vue +0 -19
- package/src/IconIconFillData/index.vue +0 -19
- package/src/IconIconFillDown/index.vue +0 -19
- package/src/IconIconFillDownload/index.vue +0 -19
- package/src/IconIconFillFile/index.vue +0 -19
- package/src/IconIconFillHome/index.vue +0 -19
- package/src/IconIconFillIdea/index.vue +0 -19
- package/src/IconIconFillMenu/index.vue +0 -19
- package/src/IconIconFillResources/index.vue +0 -19
- package/src/IconIconFillRight/index.vue +0 -19
- package/src/IconIconFillTemplate/index.vue +0 -19
- package/src/IconIconLineArrowdown/index.vue +0 -19
- package/src/IconIconLineArrowleft/index.vue +0 -19
- package/src/IconIconLineArrowright/index.vue +0 -19
- package/src/IconIconLineArrowup/index.vue +0 -19
- package/src/IconIconLineBack/index.vue +0 -19
- package/src/IconIconLineChart/index.vue +0 -19
- package/src/IconIconLineClose/index.vue +0 -19
- package/src/IconIconLineCompany/index.vue +0 -19
- package/src/IconIconLineDelete/index.vue +0 -19
- package/src/IconIconLineDoubledown/index.vue +0 -19
- package/src/IconIconLineDoubleleft/index.vue +0 -19
- package/src/IconIconLineDoubleright/index.vue +0 -19
- package/src/IconIconLineDoubleup/index.vue +0 -19
- package/src/IconIconLineDownload/index.vue +0 -19
- package/src/IconIconLineExit/index.vue +0 -19
- package/src/IconIconLineFile/index.vue +0 -19
- package/src/IconIconLineFilter/index.vue +0 -19
- package/src/IconIconLineFolder/index.vue +0 -19
- package/src/IconIconLineFollow/index.vue +0 -19
- package/src/IconIconLineHome/index.vue +0 -19
- package/src/IconIconLineInfo/index.vue +0 -19
- package/src/IconIconLineLock/index.vue +0 -19
- package/src/IconIconLineManage/index.vue +0 -19
- package/src/IconIconLineMoney/index.vue +0 -19
- package/src/IconIconLineNotice/index.vue +0 -19
- package/src/IconIconLineOrder/index.vue +0 -19
- package/src/IconIconLineOrganization/index.vue +0 -19
- package/src/IconIconLinePercent/index.vue +0 -19
- package/src/IconIconLineQuestion/index.vue +0 -19
- package/src/IconIconLineRefresh/index.vue +0 -19
- package/src/IconIconLineRisk/index.vue +0 -19
- package/src/IconIconLineSet/index.vue +0 -19
- package/src/IconIconLineShopping/index.vue +0 -19
- package/src/IconIconLineSort/index.vue +0 -19
- package/src/IconIconLineSpacing/index.vue +0 -19
- package/src/IconIconLineTime/index.vue +0 -19
- package/src/IconIconLineUser/index.vue +0 -19
- package/src/IconIconLineWarning/index.vue +0 -19
- package/src/IconIdcard/index.vue +0 -19
- package/src/IconImage/index.vue +0 -19
- package/src/IconImageClose/index.vue +0 -19
- package/src/IconImport/index.vue +0 -19
- package/src/IconInfo/index.vue +0 -19
- package/src/IconInfoCircle/index.vue +0 -19
- package/src/IconInfoCircleFill/index.vue +0 -19
- package/src/IconInteraction/index.vue +0 -19
- package/src/IconItalic/index.vue +0 -19
- package/src/IconLanguage/index.vue +0 -19
- package/src/IconLaunch/index.vue +0 -19
- package/src/IconLayout/index.vue +0 -19
- package/src/IconLeft/index.vue +0 -19
- package/src/IconLeftCircle/index.vue +0 -19
- package/src/IconLineHeight/index.vue +0 -19
- package/src/IconLink/index.vue +0 -19
- package/src/IconList/index.vue +0 -19
- package/src/IconLiveBroadcast/index.vue +0 -19
- package/src/IconLoading/index.vue +0 -19
- package/src/IconLocation/index.vue +0 -19
- package/src/IconLock/index.vue +0 -19
- package/src/IconLoop/index.vue +0 -19
- package/src/IconMan/index.vue +0 -19
- package/src/IconMenu/index.vue +0 -19
- package/src/IconMenuFold/index.vue +0 -19
- package/src/IconMenuUnfold/index.vue +0 -19
- package/src/IconMessage/index.vue +0 -19
- package/src/IconMessageBanned/index.vue +0 -19
- package/src/IconMindMapping/index.vue +0 -19
- package/src/IconMinus/index.vue +0 -19
- package/src/IconMinusCircle/index.vue +0 -19
- package/src/IconMinusCircleFill/index.vue +0 -19
- package/src/IconMobile/index.vue +0 -19
- package/src/IconMoon/index.vue +0 -19
- package/src/IconMoonFill/index.vue +0 -19
- package/src/IconMore/index.vue +0 -19
- package/src/IconMoreVertical/index.vue +0 -19
- package/src/IconMosaic/index.vue +0 -19
- package/src/IconMusic/index.vue +0 -19
- package/src/IconMute/index.vue +0 -19
- package/src/IconMuteFill/index.vue +0 -19
- package/src/IconNav/index.vue +0 -19
- package/src/IconNotification/index.vue +0 -19
- package/src/IconNotificationClose/index.vue +0 -19
- package/src/IconObliqueLine/index.vue +0 -19
- package/src/IconOldVersion/index.vue +0 -19
- package/src/IconOrderedList/index.vue +0 -19
- package/src/IconOriginalSize/index.vue +0 -19
- package/src/IconPalette/index.vue +0 -19
- package/src/IconPaste/index.vue +0 -19
- package/src/IconPause/index.vue +0 -19
- package/src/IconPauseCircle/index.vue +0 -19
- package/src/IconPauseCircleFill/index.vue +0 -19
- package/src/IconPen/index.vue +0 -19
- package/src/IconPenFill/index.vue +0 -19
- package/src/IconPhone/index.vue +0 -19
- package/src/IconPlayArrow/index.vue +0 -19
- package/src/IconPlayArrowFill/index.vue +0 -19
- package/src/IconPlayCircle/index.vue +0 -19
- package/src/IconPlayCircleFill/index.vue +0 -19
- package/src/IconPlus/index.vue +0 -19
- package/src/IconPlusCircle/index.vue +0 -19
- package/src/IconPlusCircleFill/index.vue +0 -19
- package/src/IconPoweroff/index.vue +0 -19
- package/src/IconPrinter/index.vue +0 -19
- package/src/IconPublic/index.vue +0 -19
- package/src/IconPushpin/index.vue +0 -19
- package/src/IconQrcode/index.vue +0 -19
- package/src/IconQuestion/index.vue +0 -19
- package/src/IconQuestionCircle/index.vue +0 -19
- package/src/IconQuestionCircleFill/index.vue +0 -19
- package/src/IconQuote/index.vue +0 -19
- package/src/IconRecord/index.vue +0 -19
- package/src/IconRecordStop/index.vue +0 -19
- package/src/IconRedo/index.vue +0 -19
- package/src/IconRefresh/index.vue +0 -19
- package/src/IconReply/index.vue +0 -19
- package/src/IconRight/index.vue +0 -19
- package/src/IconRightCircle/index.vue +0 -19
- package/src/IconRobot/index.vue +0 -19
- package/src/IconRobotAdd/index.vue +0 -19
- package/src/IconRotateLeft/index.vue +0 -19
- package/src/IconRotateRight/index.vue +0 -19
- package/src/IconSafe/index.vue +0 -19
- package/src/IconSave/index.vue +0 -19
- package/src/IconScan/index.vue +0 -19
- package/src/IconSchedule/index.vue +0 -19
- package/src/IconScissor/index.vue +0 -19
- package/src/IconSearch/index.vue +0 -19
- package/src/IconSelectAll/index.vue +0 -19
- package/src/IconSend/index.vue +0 -19
- package/src/IconSettings/index.vue +0 -19
- package/src/IconShake/index.vue +0 -19
- package/src/IconShareAlt/index.vue +0 -19
- package/src/IconShareExternal/index.vue +0 -19
- package/src/IconShareInternal/index.vue +0 -19
- package/src/IconShrink/index.vue +0 -19
- package/src/IconSkin/index.vue +0 -19
- package/src/IconSkipNext/index.vue +0 -19
- package/src/IconSkipNextFill/index.vue +0 -19
- package/src/IconSkipPrevious/index.vue +0 -19
- package/src/IconSkipPreviousFill/index.vue +0 -19
- package/src/IconSort/index.vue +0 -19
- package/src/IconSortAscending/index.vue +0 -19
- package/src/IconSortDescending/index.vue +0 -19
- package/src/IconSound/index.vue +0 -19
- package/src/IconSoundFill/index.vue +0 -19
- package/src/IconStamp/index.vue +0 -19
- package/src/IconStar/index.vue +0 -19
- package/src/IconStarFill/index.vue +0 -19
- package/src/IconStop/index.vue +0 -19
- package/src/IconStorage/index.vue +0 -19
- package/src/IconStrikethrough/index.vue +0 -19
- package/src/IconSubscribe/index.vue +0 -19
- package/src/IconSubscribeAdd/index.vue +0 -19
- package/src/IconSubscribed/index.vue +0 -19
- package/src/IconSun/index.vue +0 -19
- package/src/IconSunFill/index.vue +0 -19
- package/src/IconSwap/index.vue +0 -19
- package/src/IconSync/index.vue +0 -19
- package/src/IconTag/index.vue +0 -19
- package/src/IconTags/index.vue +0 -19
- package/src/IconThumbDown/index.vue +0 -19
- package/src/IconThumbDownFill/index.vue +0 -19
- package/src/IconThumbUp/index.vue +0 -19
- package/src/IconThumbUpFill/index.vue +0 -19
- package/src/IconThunderbolt/index.vue +0 -19
- package/src/IconToBottom/index.vue +0 -19
- package/src/IconToLeft/index.vue +0 -19
- package/src/IconToRight/index.vue +0 -19
- package/src/IconToTop/index.vue +0 -19
- package/src/IconTool/index.vue +0 -19
- package/src/IconTranslate/index.vue +0 -19
- package/src/IconTrophy/index.vue +0 -19
- package/src/IconUnderline/index.vue +0 -19
- package/src/IconUndo/index.vue +0 -19
- package/src/IconUnfold/index.vue +0 -19
- package/src/IconUnlock/index.vue +0 -19
- package/src/IconUnorderedList/index.vue +0 -19
- package/src/IconUp/index.vue +0 -19
- package/src/IconUpCircle/index.vue +0 -19
- package/src/IconUpload/index.vue +0 -19
- package/src/IconUser/index.vue +0 -19
- package/src/IconUserAdd/index.vue +0 -19
- package/src/IconUserGroup/index.vue +0 -19
- package/src/IconVideoCamera/index.vue +0 -19
- package/src/IconVoice/index.vue +0 -19
- package/src/IconWifi/index.vue +0 -19
- package/src/IconWoman/index.vue +0 -19
- package/src/IconZoomIn/index.vue +0 -19
- package/src/IconZoomOut/index.vue +0 -19
package/src/index.js
CHANGED
|
@@ -1,312 +1,66 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as IconMosaic } from './IconMosaic/index.vue';
|
|
68
|
-
export { default as IconMobile } from './IconMobile/index.vue';
|
|
69
|
-
export { default as IconTags } from './IconTags/index.vue';
|
|
70
|
-
export { default as IconFilePdf } from './IconFilePdf/index.vue';
|
|
71
|
-
export { default as IconBug } from './IconBug/index.vue';
|
|
72
|
-
export { default as IconRobot } from './IconRobot/index.vue';
|
|
73
|
-
export { default as IconShake } from './IconShake/index.vue';
|
|
74
|
-
export { default as IconFile } from './IconFile/index.vue';
|
|
75
|
-
export { default as IconFileVideo } from './IconFileVideo/index.vue';
|
|
76
|
-
export { default as IconUser } from './IconUser/index.vue';
|
|
77
|
-
export { default as IconSafe } from './IconSafe/index.vue';
|
|
78
|
-
export { default as IconEar } from './IconEar/index.vue';
|
|
79
|
-
export { default as IconEmpty } from './IconEmpty/index.vue';
|
|
80
|
-
export { default as IconSubscribed } from './IconSubscribed/index.vue';
|
|
81
|
-
export { default as IconFileAudio } from './IconFileAudio/index.vue';
|
|
82
|
-
export { default as IconTag } from './IconTag/index.vue';
|
|
83
|
-
export { default as IconDriveFile } from './IconDriveFile/index.vue';
|
|
84
|
-
export { default as IconDragDotVertical } from './IconDragDotVertical/index.vue';
|
|
85
|
-
export { default as IconStamp } from './IconStamp/index.vue';
|
|
86
|
-
export { default as IconWoman } from './IconWoman/index.vue';
|
|
87
|
-
export { default as IconDesktop } from './IconDesktop/index.vue';
|
|
88
|
-
export { default as IconBulb } from './IconBulb/index.vue';
|
|
89
|
-
export { default as IconBook } from './IconBook/index.vue';
|
|
90
|
-
export { default as IconExperiment } from './IconExperiment/index.vue';
|
|
91
|
-
export { default as IconCalendar } from './IconCalendar/index.vue';
|
|
92
|
-
export { default as IconFileImage } from './IconFileImage/index.vue';
|
|
93
|
-
export { default as IconThunderbolt } from './IconThunderbolt/index.vue';
|
|
94
|
-
export { default as IconDragDot } from './IconDragDot/index.vue';
|
|
95
|
-
export { default as IconSubscribe } from './IconSubscribe/index.vue';
|
|
96
|
-
export { default as IconStorage } from './IconStorage/index.vue';
|
|
97
|
-
export { default as IconSkin } from './IconSkin/index.vue';
|
|
98
|
-
export { default as IconVideoCamera } from './IconVideoCamera/index.vue';
|
|
99
|
-
export { default as IconCamera } from './IconCamera/index.vue';
|
|
100
|
-
export { default as IconSubscribeAdd } from './IconSubscribeAdd/index.vue';
|
|
101
|
-
export { default as IconCloud } from './IconCloud/index.vue';
|
|
102
|
-
export { default as IconCompass } from './IconCompass/index.vue';
|
|
103
|
-
export { default as IconTrophy } from './IconTrophy/index.vue';
|
|
104
|
-
export { default as IconCommon } from './IconCommon/index.vue';
|
|
105
|
-
export { default as IconUserAdd } from './IconUserAdd/index.vue';
|
|
106
|
-
export { default as IconEmail } from './IconEmail/index.vue';
|
|
107
|
-
export { default as IconTool } from './IconTool/index.vue';
|
|
108
|
-
export { default as IconDashboard } from './IconDashboard/index.vue';
|
|
109
|
-
export { default as IconCopyright } from './IconCopyright/index.vue';
|
|
110
|
-
export { default as IconCommand } from './IconCommand/index.vue';
|
|
111
|
-
export { default as IconUserGroup } from './IconUserGroup/index.vue';
|
|
112
|
-
export { default as IconUnlock } from './IconUnlock/index.vue';
|
|
113
|
-
export { default as IconDice } from './IconDice/index.vue';
|
|
114
|
-
export { default as IconCalendarClock } from './IconCalendarClock/index.vue';
|
|
115
|
-
export { default as IconLocation } from './IconLocation/index.vue';
|
|
116
|
-
export { default as IconBranch } from './IconBranch/index.vue';
|
|
117
|
-
export { default as IconLanguage } from './IconLanguage/index.vue';
|
|
118
|
-
export { default as IconImage } from './IconImage/index.vue';
|
|
119
|
-
export { default as IconLoading } from './IconLoading/index.vue';
|
|
120
|
-
export { default as IconSun } from './IconSun/index.vue';
|
|
121
|
-
export { default as IconSchedule } from './IconSchedule/index.vue';
|
|
122
|
-
export { default as IconMoon } from './IconMoon/index.vue';
|
|
123
|
-
export { default as IconWifi } from './IconWifi/index.vue';
|
|
124
|
-
export { default as IconOldVersion } from './IconOldVersion/index.vue';
|
|
125
|
-
export { default as IconImageClose } from './IconImageClose/index.vue';
|
|
126
|
-
export { default as IconArchive } from './IconArchive/index.vue';
|
|
127
|
-
export { default as IconGeneral } from './IconGeneral/index.vue';
|
|
128
|
-
export { default as IconPalette } from './IconPalette/index.vue';
|
|
129
|
-
export { default as IconMenuUnfold } from './IconMenuUnfold/index.vue';
|
|
130
|
-
export { default as IconMenuFold } from './IconMenuFold/index.vue';
|
|
131
|
-
export { default as IconRotateLeft } from './IconRotateLeft/index.vue';
|
|
132
|
-
export { default as IconDragArrow } from './IconDragArrow/index.vue';
|
|
133
|
-
export { default as IconRightCircle } from './IconRightCircle/index.vue';
|
|
134
|
-
export { default as IconUpCircle } from './IconUpCircle/index.vue';
|
|
135
|
-
export { default as IconDownCircle } from './IconDownCircle/index.vue';
|
|
136
|
-
export { default as IconLeftCircle } from './IconLeftCircle/index.vue';
|
|
137
|
-
export { default as IconDoubleUp } from './IconDoubleUp/index.vue';
|
|
138
|
-
export { default as IconSwap } from './IconSwap/index.vue';
|
|
139
|
-
export { default as IconRotateRight } from './IconRotateRight/index.vue';
|
|
140
|
-
export { default as IconLeft } from './IconLeft/index.vue';
|
|
141
|
-
export { default as IconDoubleLeft } from './IconDoubleLeft/index.vue';
|
|
142
|
-
export { default as IconDoubleRight } from './IconDoubleRight/index.vue';
|
|
143
|
-
export { default as IconExpand } from './IconExpand/index.vue';
|
|
144
|
-
export { default as IconRight } from './IconRight/index.vue';
|
|
145
|
-
export { default as IconCaretLeft } from './IconCaretLeft/index.vue';
|
|
146
|
-
export { default as IconToTop } from './IconToTop/index.vue';
|
|
147
|
-
export { default as IconDown } from './IconDown/index.vue';
|
|
148
|
-
export { default as IconCaretDown } from './IconCaretDown/index.vue';
|
|
149
|
-
export { default as IconDoubleDown } from './IconDoubleDown/index.vue';
|
|
150
|
-
export { default as IconToRight } from './IconToRight/index.vue';
|
|
151
|
-
export { default as IconUp } from './IconUp/index.vue';
|
|
152
|
-
export { default as IconArrowRise } from './IconArrowRise/index.vue';
|
|
153
|
-
export { default as IconShrink } from './IconShrink/index.vue';
|
|
154
|
-
export { default as IconToBottom } from './IconToBottom/index.vue';
|
|
155
|
-
export { default as IconCaretUp } from './IconCaretUp/index.vue';
|
|
156
|
-
export { default as IconCaretRight } from './IconCaretRight/index.vue';
|
|
157
|
-
export { default as IconToLeft } from './IconToLeft/index.vue';
|
|
158
|
-
export { default as IconArrowDown } from './IconArrowDown/index.vue';
|
|
159
|
-
export { default as IconArrowFall } from './IconArrowFall/index.vue';
|
|
160
|
-
export { default as IconArrowRight } from './IconArrowRight/index.vue';
|
|
161
|
-
export { default as IconArrowUp } from './IconArrowUp/index.vue';
|
|
162
|
-
export { default as IconArrowLeft } from './IconArrowLeft/index.vue';
|
|
163
|
-
export { default as IconUnfold } from './IconUnfold/index.vue';
|
|
164
|
-
export { default as IconFold } from './IconFold/index.vue';
|
|
165
|
-
export { default as IconBackward } from './IconBackward/index.vue';
|
|
166
|
-
export { default as IconForward } from './IconForward/index.vue';
|
|
167
|
-
export { default as IconFullscreenExit } from './IconFullscreenExit/index.vue';
|
|
168
|
-
export { default as IconMusic } from './IconMusic/index.vue';
|
|
169
|
-
export { default as IconLiveBroadcast } from './IconLiveBroadcast/index.vue';
|
|
170
|
-
export { default as IconPause } from './IconPause/index.vue';
|
|
171
|
-
export { default as IconFullscreen } from './IconFullscreen/index.vue';
|
|
172
|
-
export { default as IconSkipNext } from './IconSkipNext/index.vue';
|
|
173
|
-
export { default as IconMute } from './IconMute/index.vue';
|
|
174
|
-
export { default as IconSkipPrevious } from './IconSkipPrevious/index.vue';
|
|
175
|
-
export { default as IconRecordStop } from './IconRecordStop/index.vue';
|
|
176
|
-
export { default as IconPlayArrow } from './IconPlayArrow/index.vue';
|
|
177
|
-
export { default as IconPauseCircle } from './IconPauseCircle/index.vue';
|
|
178
|
-
export { default as IconRecord } from './IconRecord/index.vue';
|
|
179
|
-
export { default as IconPlayCircle } from './IconPlayCircle/index.vue';
|
|
180
|
-
export { default as IconSound } from './IconSound/index.vue';
|
|
181
|
-
export { default as IconStar } from './IconStar/index.vue';
|
|
182
|
-
export { default as IconThumbDown } from './IconThumbDown/index.vue';
|
|
183
|
-
export { default as IconHeart } from './IconHeart/index.vue';
|
|
184
|
-
export { default as IconCodeSquare } from './IconCodeSquare/index.vue';
|
|
185
|
-
export { default as IconImport } from './IconImport/index.vue';
|
|
186
|
-
export { default as IconCloudDownload } from './IconCloudDownload/index.vue';
|
|
187
|
-
export { default as IconHome } from './IconHome/index.vue';
|
|
188
|
-
export { default as IconMessageBanned } from './IconMessageBanned/index.vue';
|
|
189
|
-
export { default as IconCodeBlock } from './IconCodeBlock/index.vue';
|
|
190
|
-
export { default as IconAt } from './IconAt/index.vue';
|
|
191
|
-
export { default as IconThumbUp } from './IconThumbUp/index.vue';
|
|
192
|
-
export { default as IconMoreVertical } from './IconMoreVertical/index.vue';
|
|
193
|
-
export { default as IconCode } from './IconCode/index.vue';
|
|
194
|
-
export { default as IconRefresh } from './IconRefresh/index.vue';
|
|
195
|
-
export { default as IconCustomerService } from './IconCustomerService/index.vue';
|
|
196
|
-
export { default as IconList } from './IconList/index.vue';
|
|
197
|
-
export { default as IconMore } from './IconMore/index.vue';
|
|
198
|
-
export { default as IconSelectAll } from './IconSelectAll/index.vue';
|
|
199
|
-
export { default as IconMessage } from './IconMessage/index.vue';
|
|
200
|
-
export { default as IconReply } from './IconReply/index.vue';
|
|
201
|
-
export { default as IconPoweroff } from './IconPoweroff/index.vue';
|
|
202
|
-
export { default as IconSearch } from './IconSearch/index.vue';
|
|
203
|
-
export { default as IconScan } from './IconScan/index.vue';
|
|
204
|
-
export { default as IconExport } from './IconExport/index.vue';
|
|
205
|
-
export { default as IconShareAlt } from './IconShareAlt/index.vue';
|
|
206
|
-
export { default as IconUpload } from './IconUpload/index.vue';
|
|
207
|
-
export { default as IconShareExternal } from './IconShareExternal/index.vue';
|
|
208
|
-
export { default as IconSync } from './IconSync/index.vue';
|
|
209
|
-
export { default as IconSettings } from './IconSettings/index.vue';
|
|
210
|
-
export { default as IconShareInternal } from './IconShareInternal/index.vue';
|
|
211
|
-
export { default as IconSend } from './IconSend/index.vue';
|
|
212
|
-
export { default as IconDownload } from './IconDownload/index.vue';
|
|
213
|
-
export { default as IconTranslate } from './IconTranslate/index.vue';
|
|
214
|
-
export { default as IconVoice } from './IconVoice/index.vue';
|
|
215
|
-
export { default as IconEyeInvisible } from './IconEyeInvisible/index.vue';
|
|
216
|
-
export { default as IconEye } from './IconEye/index.vue';
|
|
217
|
-
export { default as IconHistory } from './IconHistory/index.vue';
|
|
218
|
-
export { default as IconSave } from './IconSave/index.vue';
|
|
219
|
-
export { default as IconLaunch } from './IconLaunch/index.vue';
|
|
220
|
-
export { default as IconInfoCircle } from './IconInfoCircle/index.vue';
|
|
221
|
-
export { default as IconExclamationCircle } from './IconExclamationCircle/index.vue';
|
|
222
|
-
export { default as IconMinusCircle } from './IconMinusCircle/index.vue';
|
|
223
|
-
export { default as IconQuestionCircle } from './IconQuestionCircle/index.vue';
|
|
224
|
-
export { default as IconPlusCircle } from './IconPlusCircle/index.vue';
|
|
225
|
-
export { default as IconClockCircle } from './IconClockCircle/index.vue';
|
|
226
|
-
export { default as IconCheckSquare } from './IconCheckSquare/index.vue';
|
|
227
|
-
export { default as IconCloseCircle } from './IconCloseCircle/index.vue';
|
|
228
|
-
export { default as IconStop } from './IconStop/index.vue';
|
|
229
|
-
export { default as IconCheckCircle } from './IconCheckCircle/index.vue';
|
|
230
|
-
export { default as IconMinus } from './IconMinus/index.vue';
|
|
231
|
-
export { default as IconPlus } from './IconPlus/index.vue';
|
|
232
|
-
export { default as IconClose } from './IconClose/index.vue';
|
|
233
|
-
export { default as IconCheck } from './IconCheck/index.vue';
|
|
234
|
-
export { default as IconInfo } from './IconInfo/index.vue';
|
|
235
|
-
export { default as IconQuestion } from './IconQuestion/index.vue';
|
|
236
|
-
export { default as IconExclamation } from './IconExclamation/index.vue';
|
|
237
|
-
export { default as IconCloseCircleFill } from './IconCloseCircleFill/index.vue';
|
|
238
|
-
export { default as IconCheckCircleFill } from './IconCheckCircleFill/index.vue';
|
|
239
|
-
export { default as IconExclamationCircleFill } from './IconExclamationCircleFill/index.vue';
|
|
240
|
-
export { default as IconInfoCircleFill } from './IconInfoCircleFill/index.vue';
|
|
241
|
-
export { default as IconHeartFill } from './IconHeartFill/index.vue';
|
|
242
|
-
export { default as IconStarFill } from './IconStarFill/index.vue';
|
|
243
|
-
export { default as IconExclamationPolygonFill } from './IconExclamationPolygonFill/index.vue';
|
|
244
|
-
export { default as IconMinusCircleFill } from './IconMinusCircleFill/index.vue';
|
|
245
|
-
export { default as IconPlusCircleFill } from './IconPlusCircleFill/index.vue';
|
|
246
|
-
export { default as IconMuteFill } from './IconMuteFill/index.vue';
|
|
247
|
-
export { default as IconQuestionCircleFill } from './IconQuestionCircleFill/index.vue';
|
|
248
|
-
export { default as IconFaceFrownFill } from './IconFaceFrownFill/index.vue';
|
|
249
|
-
export { default as IconPlayCircleFill } from './IconPlayCircleFill/index.vue';
|
|
250
|
-
export { default as IconThumbDownFill } from './IconThumbDownFill/index.vue';
|
|
251
|
-
export { default as IconPauseCircleFill } from './IconPauseCircleFill/index.vue';
|
|
252
|
-
export { default as IconThumbUpFill } from './IconThumbUpFill/index.vue';
|
|
253
|
-
export { default as IconSoundFill } from './IconSoundFill/index.vue';
|
|
254
|
-
export { default as IconFaceMehFill } from './IconFaceMehFill/index.vue';
|
|
255
|
-
export { default as IconFaceSmileFill } from './IconFaceSmileFill/index.vue';
|
|
256
|
-
export { default as IconSunFill } from './IconSunFill/index.vue';
|
|
257
|
-
export { default as IconPenFill } from './IconPenFill/index.vue';
|
|
258
|
-
export { default as IconMoonFill } from './IconMoonFill/index.vue';
|
|
259
|
-
export { default as IconPlayArrowFill } from './IconPlayArrowFill/index.vue';
|
|
260
|
-
export { default as IconChineseFill } from './IconChineseFill/index.vue';
|
|
261
|
-
export { default as IconSkipNextFill } from './IconSkipNextFill/index.vue';
|
|
262
|
-
export { default as IconSkipPreviousFill } from './IconSkipPreviousFill/index.vue';
|
|
263
|
-
export { default as IconEnglishFill } from './IconEnglishFill/index.vue';
|
|
264
|
-
export { default as IconIconFillData } from './IconIconFillData/index.vue';
|
|
265
|
-
export { default as IconIconFillChart } from './IconIconFillChart/index.vue';
|
|
266
|
-
export { default as IconIconFillDown } from './IconIconFillDown/index.vue';
|
|
267
|
-
export { default as IconIconFillMenu } from './IconIconFillMenu/index.vue';
|
|
268
|
-
export { default as IconIconFillDownload } from './IconIconFillDownload/index.vue';
|
|
269
|
-
export { default as IconIconFillFile } from './IconIconFillFile/index.vue';
|
|
270
|
-
export { default as IconIconFillTemplate } from './IconIconFillTemplate/index.vue';
|
|
271
|
-
export { default as IconIconFillIdea } from './IconIconFillIdea/index.vue';
|
|
272
|
-
export { default as IconIconFillResources } from './IconIconFillResources/index.vue';
|
|
273
|
-
export { default as IconIconFillRight } from './IconIconFillRight/index.vue';
|
|
274
|
-
export { default as IconIconLineArrowdown } from './IconIconLineArrowdown/index.vue';
|
|
275
|
-
export { default as IconIconLineArrowright } from './IconIconLineArrowright/index.vue';
|
|
276
|
-
export { default as IconIconLineArrowup } from './IconIconLineArrowup/index.vue';
|
|
277
|
-
export { default as IconIconLineArrowleft } from './IconIconLineArrowleft/index.vue';
|
|
278
|
-
export { default as IconIconLineBack } from './IconIconLineBack/index.vue';
|
|
279
|
-
export { default as IconIconLineDelete } from './IconIconLineDelete/index.vue';
|
|
280
|
-
export { default as IconIconLineDoubledown } from './IconIconLineDoubledown/index.vue';
|
|
281
|
-
export { default as IconIconLineDoubleleft } from './IconIconLineDoubleleft/index.vue';
|
|
282
|
-
export { default as IconIconLineDoubleup } from './IconIconLineDoubleup/index.vue';
|
|
283
|
-
export { default as IconIconLineChart } from './IconIconLineChart/index.vue';
|
|
284
|
-
export { default as IconIconLineExit } from './IconIconLineExit/index.vue';
|
|
285
|
-
export { default as IconIconLineClose } from './IconIconLineClose/index.vue';
|
|
286
|
-
export { default as IconIconLineFilter } from './IconIconLineFilter/index.vue';
|
|
287
|
-
export { default as IconIconLineDoubleright } from './IconIconLineDoubleright/index.vue';
|
|
288
|
-
export { default as IconIconLineFolder } from './IconIconLineFolder/index.vue';
|
|
289
|
-
export { default as IconIconLineFollow } from './IconIconLineFollow/index.vue';
|
|
290
|
-
export { default as IconIconLineDownload } from './IconIconLineDownload/index.vue';
|
|
291
|
-
export { default as IconIconLineOrder } from './IconIconLineOrder/index.vue';
|
|
292
|
-
export { default as IconIconLineShopping } from './IconIconLineShopping/index.vue';
|
|
293
|
-
export { default as IconIconLineCompany } from './IconIconLineCompany/index.vue';
|
|
294
|
-
export { default as IconIconLineRisk } from './IconIconLineRisk/index.vue';
|
|
295
|
-
export { default as IconIconLineManage } from './IconIconLineManage/index.vue';
|
|
296
|
-
export { default as IconIconLineMoney } from './IconIconLineMoney/index.vue';
|
|
297
|
-
export { default as IconIconLineNotice } from './IconIconLineNotice/index.vue';
|
|
298
|
-
export { default as IconIconLineUser } from './IconIconLineUser/index.vue';
|
|
299
|
-
export { default as IconIconLineRefresh } from './IconIconLineRefresh/index.vue';
|
|
300
|
-
export { default as IconIconLineInfo } from './IconIconLineInfo/index.vue';
|
|
301
|
-
export { default as IconIconLineQuestion } from './IconIconLineQuestion/index.vue';
|
|
302
|
-
export { default as IconIconLineLock } from './IconIconLineLock/index.vue';
|
|
303
|
-
export { default as IconIconLinePercent } from './IconIconLinePercent/index.vue';
|
|
304
|
-
export { default as IconIconLineSort } from './IconIconLineSort/index.vue';
|
|
305
|
-
export { default as IconIconLineHome } from './IconIconLineHome/index.vue';
|
|
306
|
-
export { default as IconIconLineSet } from './IconIconLineSet/index.vue';
|
|
307
|
-
export { default as IconIconLineOrganization } from './IconIconLineOrganization/index.vue';
|
|
308
|
-
export { default as IconIconLineTime } from './IconIconLineTime/index.vue';
|
|
309
|
-
export { default as IconIconLineWarning } from './IconIconLineWarning/index.vue';
|
|
310
|
-
export { default as IconIconLineFile } from './IconIconLineFile/index.vue';
|
|
311
|
-
export { default as IconIconLineSpacing } from './IconIconLineSpacing/index.vue';
|
|
312
|
-
export { default as IconIconFillHome } from './IconIconFillHome/index.vue';
|
|
1
|
+
export { default as IconFillHeart } from './IconFillHeart/index.vue';
|
|
2
|
+
export { default as IconFillMute } from './IconFillMute/index.vue';
|
|
3
|
+
export { default as IconFillThumbDown } from './IconFillThumbDown/index.vue';
|
|
4
|
+
export { default as IconFillThumbUp } from './IconFillThumbUp/index.vue';
|
|
5
|
+
export { default as IconFillSound } from './IconFillSound/index.vue';
|
|
6
|
+
export { default as IconFillSun } from './IconFillSun/index.vue';
|
|
7
|
+
export { default as IconFillPen } from './IconFillPen/index.vue';
|
|
8
|
+
export { default as IconFillMoon } from './IconFillMoon/index.vue';
|
|
9
|
+
export { default as IconFillPlayArrow } from './IconFillPlayArrow/index.vue';
|
|
10
|
+
export { default as IconFillChinese } from './IconFillChinese/index.vue';
|
|
11
|
+
export { default as IconFillSkipNext } from './IconFillSkipNext/index.vue';
|
|
12
|
+
export { default as IconFillSkipPrevious } from './IconFillSkipPrevious/index.vue';
|
|
13
|
+
export { default as IconFillEnglish } from './IconFillEnglish/index.vue';
|
|
14
|
+
export { default as IconFillData } from './IconFillData/index.vue';
|
|
15
|
+
export { default as IconFillChart } from './IconFillChart/index.vue';
|
|
16
|
+
export { default as IconFillDown } from './IconFillDown/index.vue';
|
|
17
|
+
export { default as IconFillMenu } from './IconFillMenu/index.vue';
|
|
18
|
+
export { default as IconFillDownload } from './IconFillDownload/index.vue';
|
|
19
|
+
export { default as IconFillFile } from './IconFillFile/index.vue';
|
|
20
|
+
export { default as IconFillTemplate } from './IconFillTemplate/index.vue';
|
|
21
|
+
export { default as IconFillIdea } from './IconFillIdea/index.vue';
|
|
22
|
+
export { default as IconFillResources } from './IconFillResources/index.vue';
|
|
23
|
+
export { default as IconFillRight } from './IconFillRight/index.vue';
|
|
24
|
+
export { default as IconLineArrowdown } from './IconLineArrowdown/index.vue';
|
|
25
|
+
export { default as IconLineArrowright } from './IconLineArrowright/index.vue';
|
|
26
|
+
export { default as IconLineArrowup } from './IconLineArrowup/index.vue';
|
|
27
|
+
export { default as IconLineArrowleft } from './IconLineArrowleft/index.vue';
|
|
28
|
+
export { default as IconLineBack } from './IconLineBack/index.vue';
|
|
29
|
+
export { default as IconLineDelete } from './IconLineDelete/index.vue';
|
|
30
|
+
export { default as IconLineDoubledown } from './IconLineDoubledown/index.vue';
|
|
31
|
+
export { default as IconLineDoubleleft } from './IconLineDoubleleft/index.vue';
|
|
32
|
+
export { default as IconLineDoubleup } from './IconLineDoubleup/index.vue';
|
|
33
|
+
export { default as IconLineChart } from './IconLineChart/index.vue';
|
|
34
|
+
export { default as IconLineExit } from './IconLineExit/index.vue';
|
|
35
|
+
export { default as IconLineClose } from './IconLineClose/index.vue';
|
|
36
|
+
export { default as IconLineFilter } from './IconLineFilter/index.vue';
|
|
37
|
+
export { default as IconLineDoubleright } from './IconLineDoubleright/index.vue';
|
|
38
|
+
export { default as IconLineFolder } from './IconLineFolder/index.vue';
|
|
39
|
+
export { default as IconLineFollow } from './IconLineFollow/index.vue';
|
|
40
|
+
export { default as IconLineDownload } from './IconLineDownload/index.vue';
|
|
41
|
+
export { default as IconLineOrder } from './IconLineOrder/index.vue';
|
|
42
|
+
export { default as IconLineShopping } from './IconLineShopping/index.vue';
|
|
43
|
+
export { default as IconLineCompany } from './IconLineCompany/index.vue';
|
|
44
|
+
export { default as IconLineRisk } from './IconLineRisk/index.vue';
|
|
45
|
+
export { default as IconLineManage } from './IconLineManage/index.vue';
|
|
46
|
+
export { default as IconLineMoney } from './IconLineMoney/index.vue';
|
|
47
|
+
export { default as IconLineNotice } from './IconLineNotice/index.vue';
|
|
48
|
+
export { default as IconLineUser } from './IconLineUser/index.vue';
|
|
49
|
+
export { default as IconLineRefresh } from './IconLineRefresh/index.vue';
|
|
50
|
+
export { default as IconLineInfo } from './IconLineInfo/index.vue';
|
|
51
|
+
export { default as IconLineQuestion } from './IconLineQuestion/index.vue';
|
|
52
|
+
export { default as IconLineLock } from './IconLineLock/index.vue';
|
|
53
|
+
export { default as IconLinePercent } from './IconLinePercent/index.vue';
|
|
54
|
+
export { default as IconLineSort } from './IconLineSort/index.vue';
|
|
55
|
+
export { default as IconLineHome } from './IconLineHome/index.vue';
|
|
56
|
+
export { default as IconLineSet } from './IconLineSet/index.vue';
|
|
57
|
+
export { default as IconLineOrganization } from './IconLineOrganization/index.vue';
|
|
58
|
+
export { default as IconLineTime } from './IconLineTime/index.vue';
|
|
59
|
+
export { default as IconLineWarning } from './IconLineWarning/index.vue';
|
|
60
|
+
export { default as IconLineFile } from './IconLineFile/index.vue';
|
|
61
|
+
export { default as IconLineSpacing } from './IconLineSpacing/index.vue';
|
|
62
|
+
export { default as IconFillHome } from './IconFillHome/index.vue';
|
|
63
|
+
export { default as IconLineAdd } from './IconLineAdd/index.vue';
|
|
64
|
+
export { default as IconFillStar } from './IconFillStar/index.vue';
|
|
65
|
+
export { default as IconLineExpand } from './IconLineExpand/index.vue';
|
|
66
|
+
export { default as IconLineStar } from './IconLineStar/index.vue';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconAlignCenter",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
-
d: "M44 9H4m38 20H6m28-10H14m20 20H14",
|
|
18
|
-
stroke: "#4E5969",
|
|
19
|
-
"stroke-width": "4"
|
|
20
|
-
}, null, -1);
|
|
21
|
-
const _hoisted_2 = [
|
|
22
|
-
_hoisted_1
|
|
23
|
-
];
|
|
24
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
-
viewBox: "0 0 48 48",
|
|
27
|
-
fill: "none",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-align-center`],
|
|
29
|
-
width: "1em",
|
|
30
|
-
height: "1em"
|
|
31
|
-
}, _ctx.$attrs), _hoisted_2, 16);
|
|
32
|
-
}
|
|
33
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
-
export { index as default };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconAlignLeft",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
-
d: "M44 9H4m36 20H4m21-10H4m21 20H4",
|
|
18
|
-
stroke: "#4E5969",
|
|
19
|
-
"stroke-width": "4"
|
|
20
|
-
}, null, -1);
|
|
21
|
-
const _hoisted_2 = [
|
|
22
|
-
_hoisted_1
|
|
23
|
-
];
|
|
24
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
-
viewBox: "0 0 48 48",
|
|
27
|
-
fill: "none",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-align-left`],
|
|
29
|
-
width: "1em",
|
|
30
|
-
height: "1em"
|
|
31
|
-
}, _ctx.$attrs), _hoisted_2, 16);
|
|
32
|
-
}
|
|
33
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
-
export { index as default };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconAlignRight",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
-
d: "M4 9h40M8 29h36M23 19h21M23 39h21",
|
|
18
|
-
stroke: "#4E5969",
|
|
19
|
-
"stroke-width": "4"
|
|
20
|
-
}, null, -1);
|
|
21
|
-
const _hoisted_2 = [
|
|
22
|
-
_hoisted_1
|
|
23
|
-
];
|
|
24
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
-
viewBox: "0 0 48 48",
|
|
27
|
-
fill: "none",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-align-right`],
|
|
29
|
-
width: "1em",
|
|
30
|
-
height: "1em"
|
|
31
|
-
}, _ctx.$attrs), _hoisted_2, 16);
|
|
32
|
-
}
|
|
33
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
-
export { index as default };
|
package/esm/IconApps/index.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconApps",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
-
stroke: "#4E5969",
|
|
18
|
-
"stroke-width": "4",
|
|
19
|
-
"stroke-linecap": "round",
|
|
20
|
-
"stroke-linejoin": "round",
|
|
21
|
-
d: "M7 7h13v13H7zM28 7h13v13H28zM7 28h13v13H7zM28 28h13v13H28z"
|
|
22
|
-
}, null, -1);
|
|
23
|
-
const _hoisted_2 = [
|
|
24
|
-
_hoisted_1
|
|
25
|
-
];
|
|
26
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
28
|
-
viewBox: "0 0 48 48",
|
|
29
|
-
fill: "none",
|
|
30
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-apps`],
|
|
31
|
-
width: "1em",
|
|
32
|
-
height: "1em"
|
|
33
|
-
}, _ctx.$attrs), _hoisted_2, 16);
|
|
34
|
-
}
|
|
35
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
-
export { index as default };
|
package/esm/IconArchive/index.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconArchive",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("rect", {
|
|
17
|
-
x: "9",
|
|
18
|
-
y: "18",
|
|
19
|
-
width: "30",
|
|
20
|
-
height: "22",
|
|
21
|
-
rx: "1",
|
|
22
|
-
stroke: "#4E5969",
|
|
23
|
-
"stroke-width": "4"
|
|
24
|
-
}, null, -1);
|
|
25
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
26
|
-
d: "M6 9a1 1 0 011-1h34a1 1 0 011 1v8a1 1 0 01-1 1H7a1 1 0 01-1-1V9zM19 27h10",
|
|
27
|
-
stroke: "#4E5969",
|
|
28
|
-
"stroke-width": "4"
|
|
29
|
-
}, null, -1);
|
|
30
|
-
const _hoisted_3 = [
|
|
31
|
-
_hoisted_1,
|
|
32
|
-
_hoisted_2
|
|
33
|
-
];
|
|
34
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
36
|
-
viewBox: "0 0 48 48",
|
|
37
|
-
fill: "none",
|
|
38
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-archive`],
|
|
39
|
-
width: "1em",
|
|
40
|
-
height: "1em"
|
|
41
|
-
}, _ctx.$attrs), _hoisted_3, 16);
|
|
42
|
-
}
|
|
43
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
-
export { index as default };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
-
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
-
const _sfc_main = {
|
|
4
|
-
name: "IconArrowDown",
|
|
5
|
-
props: {
|
|
6
|
-
prefix: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: "sc"
|
|
9
|
-
},
|
|
10
|
-
useCurrentColor: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
-
d: "M11.27 27.728l12.728 12.728 12.728-12.728M24 5v34.295",
|
|
18
|
-
stroke: "#4E5969",
|
|
19
|
-
"stroke-width": "4"
|
|
20
|
-
}, null, -1);
|
|
21
|
-
const _hoisted_2 = [
|
|
22
|
-
_hoisted_1
|
|
23
|
-
];
|
|
24
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
-
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
-
viewBox: "0 0 48 48",
|
|
27
|
-
fill: "none",
|
|
28
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-arrow-down`],
|
|
29
|
-
width: "1em",
|
|
30
|
-
height: "1em"
|
|
31
|
-
}, _ctx.$attrs), _hoisted_2, 16);
|
|
32
|
-
}
|
|
33
|
-
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
-
export { index as default };
|