@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
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineExpand",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.409 6.96973C10.6687 7.22907 11.0898 7.22926 11.3494 6.96973C11.609 6.71014 11.6088 6.28901 11.3494 6.0293L8.68243 3.3623L8.60919 3.2959C8.23019 2.98702 7.67042 3.00913 7.3172 3.3623L4.65021 6.0293C4.39111 6.28887 4.39114 6.71013 4.65021 6.96973C4.90991 7.22943 5.33192 7.22943 5.59161 6.96973L7.99982 4.56055L10.409 6.96973ZM7.3172 12.6367C7.67044 12.99 8.23017 13.0121 8.60919 12.7031L8.68243 12.6367L11.3494 9.96973C11.6088 9.71 11.609 9.28888 11.3494 9.0293C11.0898 8.76982 10.6687 8.76997 10.409 9.0293L7.99982 11.4385L5.59161 9.0293C5.33191 8.76965 4.90989 8.76962 4.65021 9.0293C4.39106 9.28886 4.39113 9.71012 4.65021 9.96973L7.3172 12.6367Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-expand`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineFile",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.13281 1.30281C5.76386 1.30281 6.23008 1.29526 6.65723 1.43464C7.01384 1.55107 7.34209 1.74138 7.62012 1.99324C7.68196 2.04927 7.73915 2.11001 7.79492 2.1739H11.416C11.7791 2.17739 12.0907 2.19687 12.3662 2.29109C12.9993 2.50782 13.4971 3.00472 13.7139 3.63777C13.8205 3.94957 13.8297 4.30785 13.8301 4.73445C13.9136 4.76428 13.9954 4.79976 14.0762 4.84089C14.5777 5.09657 14.9856 5.50432 15.2412 6.00593C15.4061 6.32948 15.4713 6.67418 15.502 7.0489C15.5319 7.4158 15.5322 7.86814 15.5322 8.41706V10.8302C15.5322 11.3791 15.5319 11.8314 15.502 12.1983C15.4713 12.5729 15.406 12.9178 15.2412 13.2413C14.9856 13.7427 14.5776 14.1507 14.0762 14.4063C13.7527 14.5711 13.4078 14.6364 13.0332 14.6671C12.6663 14.697 12.214 14.6973 11.665 14.6973H4.33496C3.78599 14.6973 3.33371 14.697 2.9668 14.6671C2.59218 14.6364 2.2473 14.5711 1.92383 14.4063C1.42232 14.1507 1.01441 13.7428 0.758789 13.2413C0.593977 12.9178 0.528675 12.5729 0.498047 12.1983C0.468068 11.8314 0.467773 11.3791 0.467773 10.8302V5.16999C0.467773 4.62102 0.468078 4.16875 0.498047 3.80183C0.528662 3.42722 0.594015 3.08233 0.758789 2.75886C1.01438 2.25736 1.42235 1.84946 1.92383 1.59382C2.24729 1.42901 2.59219 1.36371 2.9668 1.33308C3.3337 1.3031 3.78599 1.30281 4.33496 1.30281H5.13281ZM4.33496 2.63679C3.76401 2.63679 3.37522 2.63669 3.0752 2.6612C2.78327 2.68509 2.63351 2.72824 2.5293 2.78132C2.27851 2.90916 2.07409 3.11351 1.94629 3.36433C1.89324 3.46856 1.85004 3.61834 1.82617 3.91023C1.80167 4.21027 1.80176 4.59904 1.80176 5.16999V10.8302C1.80176 11.4011 1.80166 11.7899 1.82617 12.0899C1.85006 12.3819 1.89319 12.5316 1.94629 12.6358C2.07406 12.8866 2.2786 13.09 2.5293 13.2178C2.63352 13.2709 2.78318 13.3151 3.0752 13.3389C3.37522 13.3635 3.76401 13.3634 4.33496 13.3634H11.665C12.236 13.3634 12.6248 13.3634 12.9248 13.3389C13.2167 13.3151 13.3665 13.2709 13.4707 13.2178C13.7212 13.0901 13.9249 12.8863 14.0527 12.6358C14.1058 12.5316 14.1499 12.3819 14.1738 12.0899C14.1983 11.7899 14.1982 11.4011 14.1982 10.8302V8.41706C14.1982 7.8461 14.1983 7.45734 14.1738 7.1573C14.15 6.86505 14.1059 6.71567 14.0527 6.6114C13.9249 6.36059 13.7215 6.15621 13.4707 6.02839C13.3665 5.97531 13.2168 5.93215 12.9248 5.90828C12.6248 5.88377 12.236 5.88288 11.665 5.88288H10.7021C10.0714 5.88289 9.60575 5.8914 9.17871 5.75203C8.82199 5.63558 8.49391 5.44441 8.21582 5.19245C7.88275 4.89062 7.65575 4.47841 7.33887 3.9239C6.97625 3.28936 6.86295 3.10686 6.72461 2.98152C6.5856 2.85562 6.42146 2.76041 6.24316 2.70222C6.06553 2.64429 5.85408 2.63679 5.13281 2.63679H4.33496ZM6.84375 9.76863C7.14752 9.8308 7.37598 10.0998 7.37598 10.4219C7.37581 10.744 7.14748 11.0132 6.84375 11.0753L6.70996 11.0889H4.73828C4.37021 11.0889 4.07148 10.79 4.07129 10.4219C4.07129 10.0538 4.37009 9.75496 4.73828 9.75496H6.70996L6.84375 9.76863ZM8.63672 3.50398C8.89275 3.94675 8.99245 4.09744 9.11133 4.20515C9.25027 4.33092 9.41462 4.42628 9.59277 4.48445C9.77033 4.54232 9.98155 4.54987 10.7021 4.54988H11.665C11.9707 4.54988 12.2465 4.54977 12.4941 4.55476C12.4897 4.24987 12.4815 4.14576 12.4551 4.06843C12.3715 3.82432 12.1797 3.63248 11.9355 3.5489C11.8305 3.51305 11.6751 3.50398 11.0352 3.50398H8.63672Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-file`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineFilter",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.6013 1.53126C13.0077 1.53126 13.359 1.53069 13.6335 1.55567C13.8638 1.57665 14.1424 1.62201 14.3884 1.7754L14.4919 1.84766L14.6149 1.95704C14.8869 2.22723 15.044 2.59566 15.0475 2.9834C15.0505 3.32593 14.8933 3.61833 14.7507 3.84083C14.6019 4.07277 14.3859 4.3502 14.1364 4.6709L10.9509 8.76563C10.6855 9.10681 10.6098 9.20952 10.5573 9.31446C10.5048 9.41973 10.4663 9.53215 10.4431 9.64747C10.4199 9.76266 10.4167 9.88948 10.4167 10.3223V12.0117C10.4167 12.362 10.4173 12.6698 10.3952 12.918C10.3726 13.1703 10.3212 13.4441 10.1647 13.6953C9.94403 14.0493 9.59794 14.3076 9.19598 14.419C8.91064 14.498 8.63384 14.4698 8.38543 14.4199C8.14098 14.3708 7.84566 14.283 7.50946 14.1836L6.96551 14.0225C6.6109 13.9177 6.24887 13.8233 5.9704 13.6016C5.74633 13.4231 5.57212 13.1893 5.46454 12.9238C5.3644 12.6764 5.34548 12.4045 5.34247 12.1279V10.2754C5.34246 9.86157 5.34027 9.7395 5.31903 9.62891C5.29765 9.51808 5.26203 9.40956 5.21356 9.30762C5.1651 9.20583 5.09501 9.10634 4.8493 8.77247L1.80047 4.62891C1.56656 4.31107 1.36273 4.03547 1.22333 3.80469C1.08893 3.58212 0.943686 3.29244 0.952817 2.95606C0.96494 2.51885 1.17226 2.10967 1.51727 1.84083C1.78284 1.63423 2.10215 1.57835 2.36102 1.55469C2.62951 1.53021 2.97232 1.53126 3.36688 1.53126H12.6013ZM3.36688 2.86133C2.9459 2.86133 2.67571 2.86224 2.48211 2.87989C2.39355 2.88798 2.3446 2.89852 2.32196 2.9043C2.30339 2.92362 2.29145 2.94728 2.2868 2.97364C2.29545 2.99509 2.31577 3.04062 2.362 3.11719C2.46251 3.2836 2.62213 3.50162 2.87176 3.84083L5.92059 7.98438C6.13684 8.27823 6.2982 8.49353 6.41375 8.73633C6.51067 8.94005 6.58199 9.15544 6.62469 9.37696C6.67554 9.64098 6.67255 9.91062 6.67254 10.2754V11.8506C6.67254 12.3371 6.68431 12.3935 6.69696 12.4248C6.71861 12.4782 6.7544 12.5246 6.7995 12.5606C6.82594 12.5816 6.87527 12.609 7.34247 12.7471L7.88641 12.9082C8.24633 13.0146 8.47458 13.0806 8.64715 13.1152C8.7855 13.143 8.83405 13.138 8.84149 13.1367C8.92204 13.1142 8.99156 13.0622 9.03582 12.9912C9.04013 12.9817 9.05793 12.9341 9.07 12.7988C9.08559 12.6236 9.08661 12.3863 9.08661 12.0117V10.3223C9.0866 9.94145 9.08414 9.66051 9.13934 9.38575C9.1857 9.15527 9.26193 8.93108 9.36688 8.72071C9.49203 8.47004 9.66726 8.24981 9.90106 7.94923L13.0866 3.85352C13.3521 3.51218 13.5232 3.29185 13.6315 3.12305C13.6812 3.04552 13.7029 2.99785 13.7126 2.97559C13.7083 2.94881 13.6971 2.92498 13.6784 2.90528C13.6546 2.89925 13.6035 2.8882 13.5124 2.87989C13.3126 2.86175 13.0338 2.86134 12.6013 2.86133H3.36688Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-filter`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineFolder",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.2744 0.895508C6.03339 0.895508 6.7683 1.16417 7.34862 1.65332C7.6884 1.93979 8.11905 2.09755 8.56347 2.09766H11.1855C11.5477 2.09766 11.8605 2.09633 12.1162 2.11719C12.3795 2.13873 12.6415 2.18711 12.8935 2.31543C13.2699 2.50717 13.5758 2.81314 13.7676 3.18945C13.896 3.44156 13.9443 3.70339 13.9658 3.9668C13.976 4.09213 13.9801 4.23106 13.9824 4.38281C14.2002 4.4112 14.4163 4.46455 14.624 4.57324C15.0067 4.77367 15.3147 5.09269 15.501 5.48242C15.6261 5.74442 15.6661 6.01595 15.6787 6.28711C15.6909 6.55069 15.6786 6.87213 15.665 7.24609L15.5244 11.123C15.5052 11.6538 15.4898 12.0922 15.4482 12.4473C15.4058 12.8102 15.3315 13.1431 15.1631 13.4541C14.9011 13.9376 14.4956 14.3289 14.0029 14.5732C13.686 14.7304 13.3506 14.7929 12.9863 14.8223C12.63 14.8509 12.192 14.8506 11.6611 14.8506H4.33983C3.80887 14.8506 3.37097 14.8509 3.01464 14.8223C2.65047 14.793 2.3149 14.7302 1.99804 14.5732C1.50542 14.3289 1.09989 13.9375 0.83788 13.4541C0.669369 13.1431 0.594228 12.8102 0.551748 12.4473C0.51022 12.0923 0.494767 11.6546 0.475576 11.124L0.335927 7.24609C0.322399 6.8721 0.310014 6.5507 0.322255 6.28711C0.334888 6.01587 0.374735 5.74449 0.49999 5.48242C0.686391 5.09254 0.994067 4.77364 1.37694 4.57324C1.58322 4.46532 1.79741 4.41232 2.01366 4.38379V3.59961C2.01366 3.28129 2.01403 3.00682 2.03026 2.78125C2.04698 2.54933 2.08359 2.31714 2.18358 2.08984C2.38497 1.6325 2.75071 1.26692 3.208 1.06543C3.43525 0.965391 3.66752 0.928849 3.8994 0.912109C4.12491 0.895871 4.39953 0.895508 4.71776 0.895508H5.2744ZM3.13378 5.67871C2.73697 5.67871 2.47938 5.67915 2.28417 5.69531C2.09714 5.71085 2.02815 5.73665 1.99511 5.75391C1.86746 5.8207 1.76526 5.92764 1.70311 6.05762C1.68706 6.09125 1.66305 6.1609 1.65429 6.34863C1.64519 6.5443 1.65361 6.80172 1.66796 7.19824L1.80858 11.0752C1.82856 11.6273 1.84213 12.0025 1.87597 12.292C1.9089 12.5734 1.95606 12.7184 2.01073 12.8193C2.14167 13.0606 2.34393 13.2559 2.58983 13.3779C2.69263 13.4289 2.83896 13.4704 3.12108 13.4932C3.41159 13.5165 3.78724 13.5176 4.33983 13.5176H11.6611C12.2134 13.5176 12.5885 13.5165 12.8789 13.4932C13.1613 13.4704 13.3073 13.4289 13.4101 13.3779C13.6563 13.2558 13.8592 13.0609 13.9902 12.8193C14.0449 12.7184 14.0911 12.5734 14.124 12.292C14.1579 12.0025 14.1724 11.6274 14.1924 11.0752L14.333 7.19824C14.3473 6.80173 14.3558 6.5443 14.3467 6.34863C14.3379 6.16138 14.3139 6.09135 14.2978 6.05762C14.2358 5.92777 14.1333 5.82072 14.0058 5.75391C13.9729 5.73664 13.9033 5.71087 13.7158 5.69531C13.5207 5.67915 13.2637 5.67871 12.8672 5.67871H3.13378ZM6.74315 10.624C7.04712 10.686 7.27636 10.9551 7.27636 11.2773C7.27636 11.5996 7.04712 11.8686 6.74315 11.9307L6.60936 11.9443H4.48436C4.11617 11.9443 3.81737 11.6455 3.81737 11.2773C3.81737 10.9092 4.11618 10.6104 4.48436 10.6104H6.60936L6.74315 10.624ZM4.71776 2.22949C4.38034 2.22949 4.16167 2.22922 3.99511 2.24121C3.83545 2.25276 3.77428 2.27329 3.74511 2.28613C3.59309 2.35331 3.47135 2.47488 3.40429 2.62695C3.39142 2.65629 3.37086 2.71755 3.35936 2.87695C3.34738 3.04356 3.34765 3.26208 3.34765 3.59961V4.34473H12.6475C12.6452 4.24161 12.643 4.15386 12.6367 4.07617C12.622 3.89571 12.5969 3.82801 12.5801 3.79492C12.5162 3.66949 12.4135 3.56684 12.2881 3.50293C12.2549 3.48614 12.1867 3.46098 12.0068 3.44629C11.818 3.43092 11.5693 3.43066 11.1855 3.43066H8.56347C7.8045 3.43056 7.06951 3.16208 6.48925 2.67285C6.14939 2.38639 5.7189 2.22949 5.2744 2.22949H4.71776Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-folder`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineFollow",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.99939 2.34608C9.92265 0.695193 12.762 0.819218 14.5482 2.71718C16.4369 4.72497 16.4369 7.96431 14.5482 9.97206C13.9235 10.6361 12.8848 11.8352 11.7758 12.8422C11.2174 13.3492 10.6166 13.8303 10.0131 14.1879C9.41902 14.5398 8.75999 14.8088 8.09705 14.809C7.45787 14.8089 6.79118 14.5269 6.18982 14.1742C5.57195 13.8118 4.93735 13.3235 4.34217 12.8119C3.15113 11.7879 2.04686 10.6048 1.45154 9.97206C-0.436803 7.96417 -0.437232 4.72479 1.45154 2.71718C3.23742 0.819121 6.07599 0.696036 7.99939 2.34608ZM13.5775 3.63124C12.1933 2.16036 9.96654 2.16018 8.5824 3.63124L8.48572 3.73378C8.35989 3.86753 8.18398 3.94355 8.00037 3.94374C7.81678 3.94364 7.63992 3.86741 7.51404 3.73378L7.41736 3.63124C6.03311 2.1604 3.80637 2.16019 2.42224 3.63124C1.01679 5.12557 1.01691 7.56456 2.42224 9.05897C3.02465 9.69928 4.08229 10.8305 5.21131 11.8012C5.77598 12.2866 6.343 12.7178 6.86463 13.0238C7.40268 13.3393 7.81765 13.4758 8.09705 13.476C8.41491 13.4758 8.83002 13.3402 9.33435 13.0414C9.82966 12.7479 10.3545 12.3313 10.8793 11.8549C11.9366 10.8948 12.8993 9.7799 13.5775 9.05897C14.9832 7.56464 14.983 5.12573 13.5775 3.63124ZM10.5834 4.50917C11.5863 4.61098 12.3685 5.45794 12.3685 6.48769C12.3683 6.85562 12.0705 7.15356 11.7025 7.1537C11.3344 7.1537 11.0357 6.85571 11.0355 6.48769C11.0355 6.17089 10.8108 5.90616 10.5121 5.84511L10.3803 5.83241L10.2455 5.81874C9.94194 5.75645 9.71335 5.48737 9.71326 5.16542C9.71326 4.79723 10.0121 4.49843 10.3803 4.49843L10.5834 4.50917Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-follow`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineHome",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.79653 0.399059C8.00891 0.298454 8.26221 0.316217 8.45962 0.45277L15.6784 5.45277C15.9174 5.61831 16.0208 5.92036 15.9342 6.19789C15.8475 6.47551 15.5903 6.66468 15.2995 6.66468H13.9645V13.2643C13.9645 13.3932 13.9652 13.5305 13.9557 13.6471C13.9455 13.7715 13.9204 13.9308 13.8376 14.0934C13.7259 14.3124 13.5478 14.4905 13.3288 14.6022C13.1659 14.6852 13.007 14.7102 12.8825 14.7203C12.7658 14.7299 12.6287 14.7291 12.4997 14.7291H3.49966C3.37073 14.7291 3.23347 14.7299 3.11685 14.7203C2.99244 14.7101 2.83312 14.685 2.67056 14.6022C2.4517 14.4905 2.27335 14.3123 2.16177 14.0934C2.079 13.9308 2.05378 13.7715 2.0436 13.6471C2.0341 13.5305 2.03482 13.3932 2.03482 13.2643V6.66468H0.699854C0.407864 6.66462 0.149859 6.47407 0.0641123 6.19496C-0.0213361 5.91579 0.085068 5.61262 0.326808 5.44886L7.70767 0.448864L7.79653 0.399059ZM2.84243 5.35121C3.14093 5.41653 3.36469 5.68159 3.36489 5.99965V13.3981C3.40338 13.3984 3.44732 13.3991 3.49966 13.3991H7.33462V10.3336C7.33462 9.96648 7.63255 9.66878 7.99966 9.66859C8.36693 9.66859 8.6647 9.96636 8.6647 10.3336V13.3991H12.4997C12.5519 13.3991 12.596 13.3984 12.6344 13.3981V5.99965C12.6346 5.67108 12.8738 5.39898 13.1872 5.34535L8.07583 1.80531L2.84243 5.35121Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-home`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineInfo",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_4ca9f33b96__clip0_271_29177)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10.7676 0.873047C11.4283 0.873047 11.9649 0.872797 12.3984 0.908203C12.8397 0.944284 13.2344 1.02141 13.6006 1.20801C14.1773 1.50204 14.6465 1.97107 14.9404 2.54785C15.1269 2.91401 15.2042 3.30785 15.2402 3.74902C15.2756 4.18262 15.2744 4.71896 15.2744 5.37988V10.6201C15.2744 11.2811 15.2757 11.8174 15.2402 12.251C15.2042 12.6922 15.127 13.086 14.9404 13.4521C14.6465 14.0291 14.1775 14.4989 13.6006 14.793C13.2344 14.9796 12.8397 15.0557 12.3984 15.0918C11.9649 15.1272 11.4284 15.127 10.7676 15.127H5.23242C4.57163 15.127 4.0351 15.1272 3.60156 15.0918C3.16053 15.0557 2.76645 14.9794 2.40039 14.793C1.82344 14.499 1.35456 14.0291 1.06054 13.4521C0.873942 13.0859 0.796819 12.6922 0.760738 12.251C0.72531 11.8174 0.725582 11.2811 0.725582 10.6201V5.37988C0.725582 4.71892 0.725316 4.18263 0.760738 3.74902C0.796819 3.30775 0.873941 2.91408 1.06054 2.54785C1.35454 1.97095 1.82348 1.50199 2.40039 1.20801C2.76654 1.02151 3.1604 0.944274 3.60156 0.908203C4.03511 0.872807 4.57162 0.873047 5.23242 0.873047H10.7676ZM2.05957 10.6201C2.05957 11.3031 2.05988 11.7758 2.08984 12.1426C2.11916 12.5009 2.17324 12.6997 2.24804 12.8467C2.41423 13.1727 2.67979 13.4384 3.00586 13.6045C3.15285 13.6793 3.35237 13.7334 3.71093 13.7627C4.07756 13.7926 4.54992 13.793 5.23242 13.793H10.7676C11.4504 13.793 11.9233 13.7927 12.29 13.7627C12.6488 13.7334 12.8481 13.6794 12.9951 13.6045C13.3211 13.4383 13.5868 13.1727 13.7529 12.8467C13.8277 12.6998 13.8818 12.5008 13.9111 12.1426C13.9411 11.7758 13.9414 11.3031 13.9414 10.6201V6.21973C12.2738 6.44273 10.6159 6.57612 8.93164 6.61133V9.6709C8.93161 9.89395 8.81947 10.103 8.63379 10.2266C8.44824 10.3498 8.21332 10.372 8.00781 10.2861L6.56152 9.68164L5.11718 10.2861C4.91156 10.3721 4.67583 10.3499 4.49023 10.2266C4.30461 10.103 4.19241 9.89391 4.19238 9.6709V6.4502C3.49184 6.38919 2.78157 6.31309 2.05957 6.21777V10.6201ZM5.52636 8.66895L6.30468 8.34375C6.46925 8.27489 6.65475 8.27496 6.81933 8.34375L7.59863 8.66992V6.61719C6.91456 6.61028 6.22466 6.58704 5.52636 6.54688V8.66895ZM5.23242 2.20703C4.54991 2.20703 4.07756 2.2074 3.71093 2.2373C3.35235 2.2666 3.15286 2.32071 3.00586 2.39551C2.67974 2.56167 2.41423 2.82721 2.24804 3.15332C2.17317 3.30035 2.11916 3.49959 2.08984 3.8584C2.06796 4.12652 2.06325 4.45106 2.06152 4.87305C6.28653 5.44597 10.0779 5.40478 13.9385 4.87402C13.9367 4.45161 13.933 4.12671 13.9111 3.8584C13.8818 3.4999 13.8277 3.30031 13.7529 3.15332C13.5868 2.82732 13.3211 2.5617 12.9951 2.39551C12.8481 2.32061 12.6488 2.26664 12.29 2.2373C11.9233 2.20735 11.4504 2.20703 10.7676 2.20703H5.23242Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_4ca9f33b96__clip0_271_29177" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-info`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineLock",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_97cacefe43__clip0_308_35077)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M7.99998 0.358887C10.0705 0.358903 11.749 2.03743 11.749 4.10791V5.31201C12.1829 5.31252 12.5501 5.31525 12.8574 5.34033C13.2318 5.37092 13.5763 5.43659 13.8994 5.60107C14.4008 5.85655 14.8089 6.26474 15.0644 6.76611C15.2291 7.08931 15.2946 7.4336 15.3252 7.80811C15.3551 8.17497 15.3545 8.62719 15.3545 9.17627V11.7759C15.3545 12.325 15.3551 12.7772 15.3252 13.144C15.2946 13.5186 15.2291 13.8628 15.0644 14.186C14.8089 14.6874 14.4008 15.0956 13.8994 15.3511C13.5763 15.5156 13.2318 15.5812 12.8574 15.6118C12.4906 15.6418 12.0381 15.6411 11.4892 15.6411H4.50974C3.96086 15.6411 3.50835 15.6418 3.14158 15.6118C2.76724 15.5812 2.42265 15.5157 2.09959 15.3511C1.59829 15.0956 1.18999 14.6874 0.934549 14.186C0.76997 13.8629 0.704412 13.5185 0.673806 13.144C0.643835 12.7772 0.64451 12.3249 0.64451 11.7759V9.17627C0.64451 8.62721 0.643835 8.17496 0.673806 7.80811C0.704412 7.43367 0.76997 7.08925 0.934549 6.76611C1.18999 6.26477 1.59829 5.85659 2.09959 5.60107C2.42265 5.43649 2.76724 5.37096 3.14158 5.34033C3.44903 5.31521 3.81685 5.31252 4.25095 5.31201V4.10791C4.25095 2.03744 5.92951 0.358914 7.99998 0.358887ZM4.50974 6.64111C3.93895 6.64111 3.55005 6.64199 3.24998 6.6665C2.95798 6.6904 2.80757 6.73339 2.7031 6.78662C2.45231 6.91458 2.24799 7.11879 2.1201 7.36963C2.06688 7.47414 2.02386 7.62439 1.99998 7.9165C1.97546 8.21664 1.97459 8.60527 1.97459 9.17627V11.7759C1.97459 12.3469 1.97546 12.7355 1.99998 13.0356C2.02386 13.3278 2.06688 13.478 2.1201 13.5825C2.24799 13.8334 2.45231 14.0376 2.7031 14.1655C2.80757 14.2188 2.95798 14.2617 3.24998 14.2856C3.55005 14.3102 3.93895 14.311 4.50974 14.311H11.4892C12.06 14.311 12.4489 14.3101 12.749 14.2856C13.0411 14.2618 13.1914 14.2187 13.2959 14.1655C13.5468 14.0376 13.7509 13.8334 13.8789 13.5825C13.9321 13.478 13.9761 13.3279 14 13.0356C14.0245 12.7355 14.0244 12.3469 14.0244 11.7759V9.17627C14.0244 8.60524 14.0245 8.21665 14 7.9165C13.9761 7.62421 13.9321 7.47415 13.8789 7.36963C13.7509 7.11874 13.5468 6.91452 13.2959 6.78662C13.1914 6.73343 13.0411 6.69037 12.749 6.6665C12.4489 6.64202 12.06 6.64111 11.4892 6.64111H4.50974ZM7.99998 9.00244C8.36725 9.00244 8.66502 9.30021 8.66502 9.66748V11.561C8.66485 11.9282 8.36714 12.2261 7.99998 12.2261C7.63282 12.2261 7.33511 11.9282 7.33494 11.561V9.66748C7.33494 9.30022 7.63272 9.00245 7.99998 9.00244ZM7.99998 1.68896C6.66405 1.68899 5.58103 2.77198 5.58103 4.10791V5.31104H10.4189V4.10791C10.4189 2.77197 9.33592 1.68898 7.99998 1.68896Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_97cacefe43__clip0_308_35077" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-lock`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineManage",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M14.3085 10.9813C14.6483 10.8433 15.0361 11.0069 15.1747 11.3466C15.3133 11.6865 15.1502 12.0749 14.8105 12.2137L10.0634 14.1483C9.42339 14.4093 9.00546 14.5844 8.56536 14.6532C8.19111 14.7116 7.80972 14.7115 7.43547 14.6532C6.99528 14.5845 6.57747 14.4093 5.93743 14.1483L1.19036 12.2137L1.07122 12.1503C0.814095 11.9785 0.703945 11.6441 0.825123 11.3466C0.946606 11.0492 1.25951 10.8862 1.5634 10.9432L1.69231 10.9813L6.43938 12.9169C7.13709 13.2013 7.38925 13.2995 7.64055 13.3387C7.87894 13.3759 8.1219 13.3759 8.36028 13.3387C8.61147 13.2995 8.86393 13.2013 9.56145 12.9169L14.3085 10.9813ZM14.3085 7.71374C14.6484 7.57554 15.0361 7.73914 15.1747 8.07898C15.313 8.41886 15.1502 8.80747 14.8105 8.94616L10.0634 10.8807C9.42335 11.1417 9.00548 11.3168 8.56536 11.3856C8.19116 11.444 7.80968 11.4439 7.43547 11.3856C6.99535 11.3169 6.57731 11.1416 5.93743 10.8807L1.19036 8.94616L1.07122 8.88269C0.814138 8.71093 0.704042 8.37646 0.825123 8.07898C0.946469 7.78136 1.25935 7.6186 1.5634 7.67566L1.69231 7.71374L6.43938 9.64929C7.13688 9.93368 7.38928 10.0319 7.64055 10.0712C7.8789 10.1083 8.12194 10.1084 8.36028 10.0712C8.61149 10.0319 8.86386 9.93372 9.56145 9.64929L14.3085 7.71374ZM7.4345 1.34655C7.80893 1.28813 8.19093 1.28812 8.56536 1.34655C9.00539 1.41531 9.42261 1.59056 10.0624 1.85144L13.8007 3.37585C14.0727 3.48674 14.3188 3.5863 14.5038 3.68151C14.6479 3.75564 14.869 3.88001 15.0195 4.10046L15.079 4.20105L15.1347 4.32898C15.2466 4.63249 15.2284 4.9719 15.079 5.26355C14.9334 5.54728 14.6683 5.69845 14.5038 5.78308C14.3188 5.87822 14.0725 5.97794 13.8007 6.08874L10.0624 7.61218C9.42274 7.873 9.00532 8.0483 8.56536 8.11706C8.19095 8.17547 7.80891 8.17549 7.4345 8.11706C6.99428 8.0483 6.57664 7.8732 5.93645 7.61218L2.19817 6.08874C1.92623 5.97786 1.6801 5.87828 1.49505 5.78308C1.33051 5.69841 1.06547 5.54748 0.91985 5.26355C0.749116 4.93029 0.749393 4.5344 0.91985 4.20105L0.980397 4.10046C1.13067 3.88044 1.35105 3.75563 1.49505 3.68151C1.68001 3.58634 1.92634 3.48668 2.19817 3.37585L5.93645 1.85144C6.57647 1.59048 6.99438 1.41532 7.4345 1.34655ZM8.3593 2.66101C8.12091 2.62386 7.87796 2.62381 7.63958 2.66101C7.38836 2.70028 7.13598 2.79846 6.4384 3.08288L2.7011 4.6073C2.58275 4.65555 2.48228 4.69674 2.39739 4.7323C2.48232 4.76787 2.58268 4.80901 2.7011 4.8573L6.4384 6.38073C7.13617 6.66523 7.3883 6.76335 7.63958 6.80261C7.87796 6.83981 8.12091 6.83975 8.3593 6.80261C8.61058 6.76338 8.86293 6.66514 9.56047 6.38073L13.2988 4.8573C13.4168 4.80915 13.5167 4.7678 13.6015 4.7323C13.5167 4.69676 13.417 4.65551 13.2988 4.6073L9.56047 3.08288C8.8628 2.79842 8.6106 2.70024 8.3593 2.66101Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-manage`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineMoney",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_304a13600b__clip0_271_29170)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00032 0.145996C12.3379 0.146178 15.8548 3.66286 15.8548 8.00049C15.8547 12.338 12.3378 15.8548 8.00032 15.855C3.66267 15.855 0.14596 12.3381 0.145828 8.00049C0.145828 3.66275 3.66258 0.145996 8.00032 0.145996ZM8.00032 1.47998C4.39896 1.47998 1.47981 4.39913 1.47981 8.00049C1.47994 11.6017 4.39904 14.521 8.00032 14.521C11.6014 14.5208 14.5207 11.6016 14.5208 8.00049C14.5208 4.39924 11.6015 1.48016 8.00032 1.47998ZM7.58821 4.87256C7.85585 4.78572 8.14482 4.78561 8.41243 4.87256C8.60531 4.93529 8.75299 5.04226 8.86946 5.14111C8.97997 5.23495 9.10181 5.35686 9.22591 5.48096L10.5189 6.77393C10.6431 6.89812 10.7648 7.01979 10.8587 7.13037C10.9577 7.24693 11.0645 7.39524 11.1273 7.58838C11.2033 7.82268 11.2127 8.07281 11.1556 8.31104L11.1263 8.41162L11.0726 8.54834C11.0116 8.67674 10.9338 8.78226 10.8597 8.86963C10.7659 8.98017 10.643 9.10095 10.5189 9.2251L9.22591 10.519C9.10188 10.6431 8.9809 10.7651 8.87044 10.8589C8.75387 10.9578 8.6046 11.0647 8.41145 11.1274C8.14398 11.2142 7.85567 11.2142 7.58821 11.1274C7.39513 11.0647 7.24674 10.9578 7.1302 10.8589C7.01974 10.7651 6.89878 10.6431 6.77473 10.519L5.48079 9.2251C5.35676 9.10107 5.23473 8.98008 5.14095 8.86963C5.04204 8.7531 4.93609 8.60465 4.87337 8.41162C4.78649 8.14408 4.78558 7.85594 4.87239 7.58838C4.93512 7.39533 5.04203 7.24691 5.14095 7.13037C5.23482 7.0198 5.35662 6.8981 5.48079 6.77393L6.77473 5.48096C6.89875 5.35694 7.01976 5.23492 7.1302 5.14111C7.24669 5.04225 7.3953 4.93528 7.58821 4.87256ZM7.99348 6.15771C7.93411 6.20816 7.8565 6.28493 7.71712 6.42432L6.42415 7.71729C6.28439 7.85704 6.20801 7.93421 6.15755 7.99365C6.15559 7.99597 6.15343 7.9984 6.15169 8.00049C6.1532 8.00231 6.15491 8.00434 6.15657 8.00635C6.20699 8.06574 6.28363 8.14317 6.42317 8.28271L7.71712 9.57568C7.8569 9.71547 7.93404 9.79182 7.99348 9.84229C7.9956 9.84406 7.99839 9.84556 8.00032 9.84717C8.00226 9.84558 8.00505 9.84408 8.00716 9.84229C8.06656 9.79181 8.14402 9.71519 8.28352 9.57568L9.57649 8.28271C9.71613 8.14307 9.79265 8.06576 9.84309 8.00635C9.84481 8.00431 9.84643 8.00235 9.84798 8.00049C9.8462 7.99835 9.84413 7.99602 9.84212 7.99365C9.79165 7.9342 9.7153 7.85707 9.57552 7.71729L8.28255 6.42432C8.14303 6.2848 8.06558 6.20816 8.00618 6.15771C8.00386 6.15575 8.0024 6.15263 8.00032 6.15088C7.9982 6.15264 7.99583 6.15572 7.99348 6.15771Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_304a13600b__clip0_271_29170" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-money`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineNotice",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_37a3235c38__clip0_271_29166)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M6.74517 1.27946C7.31584 0.33645 8.68413 0.336619 9.25494 1.27946L9.61431 1.87321C12.1218 2.77278 13.8036 5.15159 13.8038 7.82633C13.8038 8.88299 14.1487 9.9114 14.7862 10.7541L15.501 11.6984C15.6537 11.9001 15.679 12.1711 15.5665 12.3976C15.4538 12.6241 15.2227 12.7677 14.9698 12.7677H10.7774C10.7131 14.2477 9.49585 15.4278 8.00005 15.4279C6.50427 15.4278 5.28701 14.2477 5.22271 12.7677H1.03033C0.777414 12.7676 0.546281 12.6241 0.433648 12.3976C0.3212 12.1712 0.346506 11.9001 0.499078 11.6984L1.21392 10.7541C1.85149 9.91137 2.19634 8.88304 2.19634 7.82633C2.19655 5.15191 3.87784 2.77302 6.38482 1.87321L6.74517 1.27946ZM6.55767 12.7677C6.62 13.5108 7.24086 14.0938 8.00005 14.0939C8.75926 14.0939 9.38101 13.5108 9.44341 12.7677H6.55767ZM8.11431 1.96989C8.06234 1.88441 7.93763 1.88424 7.8858 1.96989L7.40142 2.76969L7.27447 2.97965L7.04107 3.05778L6.9483 3.08805C4.90731 3.76625 3.52957 5.67562 3.52935 7.82633C3.52935 9.12257 3.12114 10.3841 2.36627 11.4347H13.6329C12.8783 10.3843 12.4708 9.12232 12.4708 7.82633C12.4706 5.67561 11.0928 3.76624 9.05181 3.08805L8.95904 3.05778L8.72564 2.97965L8.59869 2.76969L8.11431 1.96989Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_37a3235c38__clip0_271_29166" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-notice`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineOrder",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_0c9a21350e__clip0_271_29174)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10.1506 0.935547C11.0543 0.935822 11.8196 1.51904 12.0968 2.3291C12.5297 2.32984 12.8964 2.33334 13.2033 2.3584C13.5779 2.38902 13.9228 2.45437 14.2463 2.61914C14.7479 2.87479 15.1566 3.28252 15.4123 3.78418C15.5771 4.10765 15.6424 4.45253 15.673 4.82715C15.703 5.19404 15.7023 5.64637 15.7023 6.19531V11.1953C15.7023 11.7442 15.703 12.1966 15.673 12.5635C15.6424 12.9381 15.577 13.283 15.4123 13.6064C15.1567 14.1081 14.7479 14.5158 14.2463 14.7715C13.9228 14.9363 13.5778 15.0026 13.2033 15.0332C12.8366 15.0631 12.3847 15.0625 11.8361 15.0625H4.16521C3.6163 15.0625 3.16394 15.0632 2.79704 15.0332C2.42239 15.0026 2.07757 14.9363 1.75407 14.7715C1.25251 14.5159 0.844662 14.108 0.589035 13.6064C0.424216 13.2829 0.358912 12.9381 0.328293 12.5635C0.29833 12.1966 0.298019 11.7443 0.298019 11.1953V6.19531C0.298019 5.64637 0.298316 5.19404 0.328293 4.82715C0.358923 4.45257 0.424232 4.10762 0.589035 3.78418C0.844673 3.28276 1.25261 2.87471 1.75407 2.61914C2.07749 2.45443 2.42249 2.38901 2.79704 2.3584C3.10351 2.33338 3.46942 2.32985 3.90154 2.3291C4.17883 1.51857 4.9465 0.935547 5.85075 0.935547H10.1506ZM12.0968 3.66309C11.8193 4.47242 11.0539 5.05539 10.1506 5.05566H5.85075C4.94701 5.05566 4.18021 4.47272 3.90251 3.66309C3.47101 3.6636 3.15707 3.66598 2.90544 3.68652C2.61371 3.71038 2.46376 3.75363 2.35954 3.80664C2.10877 3.93442 1.90438 4.13891 1.77654 4.38965C1.72346 4.49385 1.6803 4.64367 1.65642 4.93555C1.63191 5.23556 1.632 5.62439 1.632 6.19531V11.1953C1.632 11.7662 1.63192 12.155 1.65642 12.4551C1.68029 12.7471 1.72346 12.8967 1.77654 13.001C1.90437 13.2519 2.10866 13.4562 2.35954 13.584C2.46377 13.637 2.61353 13.6802 2.90544 13.7041C3.20546 13.7286 3.59434 13.7285 4.16521 13.7285H11.8361C12.4067 13.7285 12.795 13.7286 13.0949 13.7041C13.3865 13.6803 13.5366 13.637 13.6408 13.584C13.8915 13.4562 14.096 13.2517 14.2238 13.001C14.2768 12.8968 14.3201 12.7469 14.3439 12.4551C14.3684 12.1551 14.3693 11.7662 14.3693 11.1953V6.19531C14.3693 5.62439 14.3684 5.23556 14.3439 4.93555C14.32 4.64359 14.2769 4.49386 14.2238 4.38965C14.096 4.1389 13.8915 3.93445 13.6408 3.80664C13.5366 3.75364 13.3866 3.71037 13.0949 3.68652C12.8431 3.66596 12.5288 3.6636 12.0968 3.66309ZM7.14861 10.2617C7.45188 10.3243 7.68083 10.5932 7.68083 10.915C7.6806 11.2367 7.45182 11.5059 7.14861 11.5684L7.01384 11.582H4.39177C4.02374 11.582 3.72504 11.283 3.72478 10.915C3.72478 10.5468 4.02358 10.248 4.39177 10.248H7.01384L7.14861 10.2617ZM5.85075 2.26953C5.44948 2.26953 5.12419 2.59482 5.12419 2.99609C5.12459 3.39703 5.44973 3.72266 5.85075 3.72266H10.1506C10.5513 3.72231 10.8767 3.39681 10.8771 2.99609C10.8771 2.59504 10.5515 2.26988 10.1506 2.26953H5.85075Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_0c9a21350e__clip0_271_29174" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-order`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineOrganization",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2.24902 10.8091C3.35287 10.8092 4.24803 11.7043 4.24805 12.8081C4.24787 13.9117 3.35277 14.807 2.24902 14.8071C1.1452 14.8071 0.250175 13.9118 0.25 12.8081C0.250018 11.7043 1.1451 10.8091 2.24902 10.8091ZM8.00195 10.8091C9.10583 10.8091 10.0009 11.7043 10.001 12.8081C10.0008 13.9118 9.10575 14.8071 8.00195 14.8071C6.89813 14.8071 6.0031 13.9118 6.00293 12.8081C6.00298 11.7043 6.89805 10.8091 8.00195 10.8091ZM13.749 10.8091C14.8529 10.8092 15.748 11.7043 15.748 12.8081C15.7479 13.9117 14.8528 14.807 13.749 14.8071C12.6452 14.8071 11.7502 13.9118 11.75 12.8081C11.75 11.7043 12.6451 10.8091 13.749 10.8091ZM7.99902 1.19287C9.10296 1.19287 9.99805 2.08805 9.99805 3.19189C9.99788 4.06187 9.44114 4.79933 8.66504 5.07373V6.56787H12.1504C12.4191 6.56787 12.6614 6.56718 12.8613 6.5835C13.069 6.6005 13.2898 6.63943 13.5059 6.74951C13.819 6.90915 14.0738 7.16387 14.2334 7.47705C14.3434 7.69313 14.3824 7.91393 14.3994 8.12158C14.4157 8.32151 14.415 8.56383 14.415 8.83252V9.61279C14.4148 9.97975 14.117 10.2777 13.75 10.2778C13.383 10.2777 13.0852 9.97975 13.085 9.61279V8.83252C13.085 8.54209 13.0841 8.36326 13.0732 8.22998C13.0682 8.16872 13.062 8.13087 13.0566 8.10791C13.0542 8.09761 13.0521 8.09026 13.0508 8.08643C13.0498 8.08363 13.0491 8.08141 13.0488 8.08057C13.0168 8.01767 12.9652 7.9662 12.9023 7.93408C12.9018 7.93386 12.8996 7.93322 12.8965 7.93213C12.8928 7.93082 12.8854 7.92873 12.875 7.92627C12.8521 7.92092 12.8143 7.9147 12.7529 7.90967C12.6197 7.8988 12.4408 7.89795 12.1504 7.89795H8.66504V9.55713C8.66485 9.92415 8.36703 10.222 8 10.2222C7.63297 10.222 7.33515 9.92415 7.33496 9.55713V7.89795H3.84961C3.55919 7.89795 3.38033 7.8988 3.24707 7.90967C3.18579 7.9147 3.1479 7.92092 3.125 7.92627C3.11468 7.92871 3.10725 7.93082 3.10352 7.93213C3.10061 7.93316 3.09828 7.93386 3.09766 7.93408C3.03484 7.9662 2.98322 8.01771 2.95117 8.08057C2.95091 8.08136 2.95023 8.0836 2.94922 8.08643C2.9479 8.09025 2.94579 8.09761 2.94336 8.10791C2.93801 8.13087 2.93177 8.16872 2.92676 8.22998C2.9159 8.36326 2.91504 8.54209 2.91504 8.83252V9.61279C2.91478 9.97975 2.61699 10.2777 2.25 10.2778C1.88301 10.2777 1.58522 9.97975 1.58496 9.61279V8.83252C1.58496 8.56383 1.58428 8.32151 1.60059 8.12158C1.61757 7.91393 1.65659 7.69313 1.7666 7.47705C1.92617 7.1639 2.18104 6.90915 2.49414 6.74951C2.71019 6.63947 2.93104 6.6005 3.13867 6.5835C3.33857 6.56718 3.58094 6.56787 3.84961 6.56787H7.33496V5.07373C6.55834 4.79961 6.00115 4.06224 6.00098 3.19189C6.00098 2.08819 6.89528 1.1931 7.99902 1.19287Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-organization`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLinePercent",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_d60ef09237__clip0_271_29180)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8 0.109375C12.3587 0.109551 15.8924 3.64327 15.8926 8.00195C15.8924 12.3606 12.3587 15.8944 8 15.8945C3.64131 15.8944 0.107598 12.3606 0.107422 8.00195C0.107568 3.64325 3.64129 0.109521 8 0.109375ZM8 1.44336C4.37767 1.44351 1.44155 4.37963 1.44141 8.00195C1.44158 11.6243 4.37769 14.5614 8 14.5615C11.6223 14.5613 14.5594 11.6242 14.5596 8.00195C14.5594 4.37965 11.6223 1.44354 8 1.44336ZM10.7422 4.3125C11.0025 4.05226 11.4242 4.05226 11.6846 4.3125C11.9449 4.57285 11.9449 4.99551 11.6846 5.25586L5.25586 11.6846C4.99551 11.9449 4.57285 11.9449 4.3125 11.6846C4.05225 11.4242 4.05222 11.0025 4.3125 10.7422L10.7422 4.3125ZM9.30371 9.30176C9.8243 8.78163 10.6679 8.78163 11.1885 9.30176C11.7092 9.82246 11.7092 10.6668 11.1885 11.1875C10.6678 11.7081 9.82439 11.7081 9.30371 11.1875C8.78301 10.6668 8.78301 9.82246 9.30371 9.30176ZM4.81152 4.80957C5.33211 4.28944 6.1757 4.28944 6.69629 4.80957C7.21699 5.33027 7.21699 6.17461 6.69629 6.69531C6.17561 7.21593 5.33221 7.21593 4.81152 6.69531C4.29082 6.17461 4.29082 5.33027 4.81152 4.80957Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d60ef09237__clip0_271_29180" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-percent`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineQuestion",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 1.43848C11.6238 1.4386 14.5614 4.37625 14.5615 8C14.5614 11.6238 11.6238 14.5614 8 14.5615C4.37624 14.5614 1.43858 11.6238 1.43848 8C1.4386 4.37625 4.37625 1.4386 8 1.43848ZM8 2.76855C5.11079 2.76868 2.76868 5.11079 2.76855 8C2.76866 10.8892 5.11078 13.2323 8 13.2324C10.8892 13.2323 13.2323 10.8892 13.2324 8C13.2323 5.11079 10.8892 2.76868 8 2.76855ZM8.00098 10.3506C8.41005 10.3506 8.74199 10.6828 8.74219 11.0918C8.74219 11.501 8.41017 11.833 8.00098 11.833C7.59189 11.8329 7.26074 11.5009 7.26074 11.0918C7.26094 10.6828 7.59201 10.3507 8.00098 10.3506ZM8 4.15527C9.23542 4.1554 10.237 5.15719 10.2373 6.39258C10.2373 6.84903 10.1001 7.27614 9.86426 7.63086C9.72225 7.84436 9.55873 8.04112 9.41016 8.21387C9.25239 8.39729 9.1208 8.54279 8.99609 8.69824C8.74002 9.01749 8.66518 9.20146 8.66504 9.33398C8.66492 9.70107 8.36709 9.9989 8 9.99902C7.63289 9.99892 7.33509 9.70109 7.33496 9.33398C7.33509 8.71203 7.67872 8.21561 7.95898 7.86621C8.10251 7.6873 8.2692 7.50034 8.40137 7.34668C8.54262 7.18244 8.6622 7.03678 8.75684 6.89453C8.85206 6.75127 8.90718 6.57893 8.90723 6.39258C8.90696 5.89173 8.50089 5.48548 8 5.48535C7.49909 5.48545 7.09304 5.89171 7.09277 6.39258C7.09265 6.75966 6.79482 7.05749 6.42773 7.05762C6.06055 7.05761 5.76282 6.75974 5.7627 6.39258C5.76297 5.15717 6.76455 4.15537 8 4.15527Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-question`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconLineRefresh",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15.7217 9.01123L14.7031 9.86572L14.2754 9.35693L13.8711 8.87549C13.4474 11.738 10.9811 13.9356 8.00098 13.936C6.11897 13.936 4.44215 13.0584 3.35449 11.6919L4.625 11.1304C5.46627 12.0368 6.66697 12.6059 8.00098 12.606C10.2911 12.6055 12.1893 10.9326 12.5449 8.74268L12.0459 9.16162L11.5361 9.58936L10.6816 8.56982L11.1914 8.14307L12.9131 6.69775L13.4229 6.271L15.7217 9.01123ZM8.00098 2.06396C9.88318 2.06423 11.5601 2.9413 12.6475 4.30811L11.3779 4.86865C10.5369 3.96197 9.33515 3.39428 8.00098 3.39404C5.71056 3.39408 3.80991 5.06545 3.4541 7.25537L3.9541 6.83643L4.46387 6.40967L5.31836 7.42822L2.57812 9.72803L2.15039 9.21924L0.706055 7.49658L0.27832 6.98779L1.29688 6.13232L1.72461 6.64209L2.12891 7.12354C2.55249 4.2606 5.02032 2.064 8.00098 2.06396Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-refresh`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|