@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,38 @@
|
|
|
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: "IconFillThumbUp",
|
|
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: "M36.222 40.303l5.949-18.697A2 2 0 0040.265 19l-13.133.075L28.5 15.5c.964-2.52 3.172-5.9 1-7.5l-1.711-1.419a1 1 0 00-1.386.196L17 19h-3v22h21.269a1 1 0 00.953-.697z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
d: "M7 17v26m35.17-21.394l-5.948 18.697a1 1 0 01-.953.697H14V19h3l9.403-12.223a1 1 0 011.386-.196L29.5 8c2.172 1.6-.036 4.98-1 7.5l-1.368 3.575L40.265 19a2 2 0 011.906 2.606z",
|
|
21
|
+
stroke: "#000",
|
|
22
|
+
"stroke-width": "2"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_4 = [
|
|
25
|
+
_hoisted_2,
|
|
26
|
+
_hoisted_3
|
|
27
|
+
];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 48 48",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-thumb-up`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
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: "IconLineAdd",
|
|
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.00098 3C8.36823 3 8.66599 3.29779 8.66602 3.66504V7.33691H12.3369C12.7042 7.33691 13.002 7.63468 13.002 8.00195C13.0017 8.369 12.704 8.66699 12.3369 8.66699H8.66602V12.3369C8.66602 12.7042 8.36825 13.002 8.00098 13.002C7.63383 13.0018 7.33594 12.7041 7.33594 12.3369V8.66699H3.66504C3.29799 8.66693 3.00026 8.36896 3 8.00195C3 7.63472 3.29782 7.33698 3.66504 7.33691H7.33594V3.66504C7.33597 3.29789 7.63385 3.00015 8.00098 3Z" }, 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-add`],
|
|
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: "IconLineArrowdown",
|
|
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.59142 6.02791C5.33172 5.76821 4.90971 5.76821 4.65001 6.02791C4.39083 6.28749 4.39087 6.70873 4.65001 6.96834L5.59142 6.02791ZM11.3492 6.96834C11.6086 6.70863 11.6088 6.2875 11.3492 6.02791C11.0896 5.76837 10.6685 5.76856 10.4088 6.02791L11.3492 6.96834ZM7.31701 9.63533C7.67026 9.98854 8.22999 10.0107 8.609 9.70174L8.68224 9.63533L11.3492 6.96834L10.8785 6.49861L10.4088 6.02791L7.99962 8.43709L5.59142 6.02791L5.12072 6.49861L4.65001 6.96834L7.31701 9.63533Z" }, 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-arrowdown`],
|
|
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: "IconLineArrowleft",
|
|
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: "M9.91037 5.52881C10.1696 5.26922 10.1696 4.848 9.91037 4.58839C9.65078 4.3288 9.22967 4.32902 8.96994 4.58839L9.91037 5.52881ZM8.96994 11.2876C9.22966 11.5465 9.65092 11.5469 9.91037 11.2876C10.17 11.028 10.1697 10.6059 9.91037 10.3462L7.50119 7.93799L9.91037 5.52881L9.43967 5.05909L8.96994 4.58839L6.30295 7.25538L6.23654 7.32862C5.92734 7.70765 5.94963 8.26729 6.30295 8.62061L8.96994 11.2876Z" }, 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-arrowleft`],
|
|
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: "IconLineArrowright",
|
|
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.03015 4.58839C6.77043 4.32903 6.34931 4.3288 6.08973 4.58839C5.8306 4.84802 5.83051 5.26925 6.08973 5.52882L7.03015 4.58839ZM6.08973 11.2876C6.34915 11.547 6.77041 11.5464 7.03015 11.2876L9.69715 8.62062C10.0505 8.26727 10.0728 7.70765 9.76355 7.32863L9.69715 7.25538L7.03015 4.58839L6.56043 5.05909L6.08973 5.52882L8.4989 7.938L6.08973 10.3462C5.83044 10.6059 5.83016 11.028 6.08973 11.2876Z" }, 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-arrowright`],
|
|
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: "IconLineArrowup",
|
|
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.8788 9.37721L11.3495 8.90748L8.68249 6.24049L8.60925 6.17408C8.23022 5.86479 7.67061 5.88713 7.31725 6.24049L4.65026 8.90748L5.12096 9.37721L5.59167 9.84791L7.99987 7.43873L10.4091 9.84791L10.8788 9.37721ZM4.65026 9.84791C4.90989 10.1074 5.332 10.1073 5.59167 9.84791L4.65026 8.90748C4.39127 9.16722 4.39084 9.58844 4.65026 9.84791ZM10.4091 9.84791C10.6687 10.107 11.0899 10.1071 11.3495 9.84791C11.609 9.58838 11.6087 9.16722 11.3495 8.90748L10.4091 9.84791Z" }, 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-arrowup`],
|
|
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: "IconLineBack",
|
|
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.56644 4.02905C7.30679 3.76963 6.88468 3.7696 6.62504 4.02905L3.12504 7.52905C2.86541 7.78867 2.86556 8.21074 3.12504 8.47045L6.62504 11.9705L6.72953 12.0554C6.98766 12.2259 7.33918 12.1977 7.56644 11.9705C7.79355 11.7432 7.82187 11.3916 7.65141 11.1335L7.56644 11.029L5.20219 8.66479H12.4043C12.7716 8.66479 13.0694 8.36702 13.0694 7.99975C13.0692 7.63266 12.7715 7.33471 12.4043 7.33471H5.20219L7.56644 4.97045C7.82596 4.71074 7.82608 4.28869 7.56644 4.02905Z" }, 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-back`],
|
|
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: "IconLineChart",
|
|
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.53711 0.981934C8.80597 0.981934 9.04802 0.981245 9.24805 0.997559C9.45576 1.01453 9.67641 1.05355 9.89258 1.16357C10.2059 1.3232 10.4615 1.57782 10.6211 1.89111C10.7311 2.10721 10.7691 2.32797 10.7861 2.53564C10.8025 2.73561 10.8018 2.97781 10.8018 3.24658V6.87842H12.8125C13.0815 6.87842 13.3234 6.8777 13.5234 6.89404C13.7312 6.91103 13.9518 6.94999 14.168 7.06006C14.4811 7.2197 14.7369 7.47439 14.8965 7.7876C15.0064 8.00363 15.0445 8.22453 15.0615 8.43213C15.0778 8.63208 15.0771 8.87431 15.0771 9.14307V12.7534C15.0771 13.0223 15.0779 13.2643 15.0615 13.4644C15.0445 13.672 15.0065 13.8928 14.8965 14.1089C14.7368 14.4221 14.4812 14.6768 14.168 14.8364C13.9517 14.9466 13.7312 14.9855 13.5234 15.0024C13.3234 15.0188 13.0815 15.0181 12.8125 15.0181H10.1377H10.1367H3.1875C2.91863 15.0181 2.67657 15.0188 2.47656 15.0024C2.26885 14.9854 2.04818 14.9465 1.83203 14.8364C1.5189 14.6768 1.26411 14.422 1.10449 14.1089C0.994419 13.8928 0.955472 13.6721 0.938477 13.4644C0.922135 13.2643 0.922851 13.0223 0.922852 12.7534V7.96533C0.922851 7.69658 0.922162 7.45435 0.938477 7.25439C0.955469 7.0467 0.994427 6.82599 1.10449 6.60986C1.2641 6.29663 1.51881 6.04195 1.83203 5.88232C2.04823 5.77216 2.26879 5.73331 2.47656 5.71631C2.67658 5.69997 2.9186 5.70068 3.1875 5.70068H5.19727V3.24658C5.19727 2.97784 5.19658 2.7356 5.21289 2.53564C5.22988 2.328 5.2689 2.10719 5.37891 1.89111C5.53846 1.57799 5.79338 1.32321 6.10645 1.16357C6.3225 1.05349 6.54333 1.01458 6.75098 0.997559C6.95089 0.981225 7.19318 0.981932 7.46191 0.981934H8.53711ZM3.1875 7.03076C2.89673 7.03076 2.71829 7.03159 2.58496 7.04248C2.5233 7.04753 2.48581 7.05371 2.46289 7.05908C2.45223 7.06159 2.44512 7.06362 2.44141 7.06494C2.43792 7.06618 2.43588 7.06673 2.43555 7.06689C2.37262 7.09901 2.32115 7.15043 2.28906 7.21338C2.28882 7.2141 2.28817 7.21626 2.28711 7.21924C2.28579 7.22303 2.28371 7.2303 2.28125 7.24072C2.27589 7.26367 2.26968 7.3014 2.26465 7.36279C2.25378 7.49609 2.25293 7.6748 2.25293 7.96533V12.7534C2.25293 13.0442 2.25376 13.2226 2.26465 13.356C2.26972 13.4179 2.27586 13.4561 2.28125 13.479C2.28375 13.4896 2.28582 13.4969 2.28711 13.5005C2.28808 13.5032 2.28881 13.5049 2.28906 13.5054C2.32116 13.5682 2.37269 13.6198 2.43555 13.6519C2.43612 13.6521 2.43819 13.6527 2.44141 13.6538C2.44514 13.6551 2.45223 13.6572 2.46289 13.6597C2.48582 13.665 2.5233 13.6722 2.58496 13.6772C2.71829 13.6881 2.89677 13.688 3.1875 13.688H5.19727V7.03076H3.1875ZM7.46191 2.31201C7.17138 2.31201 6.99265 2.31284 6.85938 2.32373C6.79797 2.32877 6.76017 2.33497 6.7373 2.34033C6.72686 2.3428 6.71949 2.34489 6.71582 2.34619C6.71257 2.34734 6.71028 2.34798 6.70996 2.34814C6.64718 2.38027 6.59551 2.43179 6.56348 2.49463C6.56322 2.49542 6.56253 2.49766 6.56152 2.50049C6.5602 2.5043 6.55809 2.51165 6.55566 2.52197C6.55031 2.54492 6.54408 2.58272 6.53906 2.64404C6.52819 2.77734 6.52734 2.95606 6.52734 3.24658V13.688H9.47168V3.24658C9.47168 2.95601 9.47181 2.77734 9.46094 2.64404C9.45591 2.58265 9.44969 2.54493 9.44434 2.52197C9.44182 2.51129 9.43884 2.50422 9.4375 2.50049C9.43636 2.49729 9.43576 2.49521 9.43555 2.49463C9.40342 2.4317 9.35202 2.38022 9.28906 2.34814C9.28835 2.34781 9.28668 2.34709 9.28418 2.34619C9.28046 2.34489 9.27325 2.34282 9.2627 2.34033C9.23974 2.33495 9.20152 2.32879 9.13965 2.32373C9.00631 2.31287 8.82776 2.31201 8.53711 2.31201H7.46191ZM10.8027 13.688H12.8125C13.1033 13.688 13.2817 13.6881 13.415 13.6772C13.4771 13.6722 13.5152 13.6651 13.5381 13.6597C13.5488 13.6571 13.5559 13.6551 13.5596 13.6538C13.5624 13.6528 13.5639 13.6521 13.5645 13.6519C13.6274 13.6198 13.6788 13.5683 13.7109 13.5054C13.7111 13.5051 13.7118 13.5035 13.7129 13.5005C13.7142 13.4969 13.7172 13.4897 13.7197 13.479C13.7251 13.4561 13.7313 13.4179 13.7363 13.356C13.7472 13.2226 13.7471 13.0442 13.7471 12.7534V9.14307C13.7471 8.85253 13.7472 8.67382 13.7363 8.54053C13.7313 8.47924 13.7251 8.44142 13.7197 8.41846C13.7173 8.40794 13.7143 8.40074 13.7129 8.39697C13.7118 8.39405 13.7112 8.39186 13.7109 8.39111C13.6789 8.32827 13.6273 8.27672 13.5645 8.24463C13.5639 8.24434 13.5622 8.24363 13.5596 8.24268C13.5559 8.24138 13.5488 8.23934 13.5381 8.23682C13.5152 8.23142 13.4771 8.22529 13.415 8.22021C13.2817 8.20933 13.1033 8.2085 12.8125 8.2085H10.8027V13.688Z" }, 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-chart`],
|
|
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: "IconLineClose",
|
|
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: "M11.3684 3.7104C11.6265 3.53989 11.978 3.56906 12.2053 3.79634C12.432 4.02362 12.4606 4.37435 12.2902 4.63228L12.2043 4.73677L8.94062 7.99946L12.2053 11.2641L12.2902 11.3686C12.4605 11.6266 12.4323 11.9774 12.2053 12.2045C11.9782 12.4315 11.6274 12.4604 11.3693 12.2905L11.2648 12.2045L8.0002 8.93989L4.73555 12.2045L4.63105 12.2905C4.37302 12.4604 4.02214 12.4315 3.79512 12.2045C3.56813 11.9774 3.53994 11.6266 3.71016 11.3686L3.79512 11.2641L7.05879 7.99946L3.79609 4.73677L3.71016 4.63228C3.53979 4.37436 3.56837 4.02363 3.79512 3.79634C4.02238 3.56906 4.37389 3.53989 4.63203 3.7104L4.73555 3.79536L8.0002 7.05903L11.2648 3.79536L11.3684 3.7104Z" }, 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-close`],
|
|
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: "IconLineCompany",
|
|
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_cca01d3884__clip0_271_29169)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M5.60254 0.996012C5.87346 0.992175 6.20371 1.01606 6.58887 1.04289L13.1367 1.49894C13.4757 1.52255 13.7687 1.54211 14.0088 1.57804C14.2569 1.61521 14.5019 1.67685 14.7354 1.81047C15.0852 2.01082 15.3674 2.31177 15.543 2.67472C15.6599 2.91676 15.7038 3.16595 15.7236 3.41593C15.7428 3.65791 15.7422 3.95223 15.7422 4.29191V12.203C15.7422 12.565 15.7426 12.8772 15.7217 13.1327C15.7001 13.3961 15.6529 13.659 15.5244 13.9111C15.3327 14.2871 15.0265 14.5934 14.6504 14.7851C14.3982 14.9135 14.1356 14.9608 13.8721 14.9823C13.6164 15.0032 13.3046 15.0028 12.9424 15.0028H3.05859C2.69637 15.0028 2.38365 15.0032 2.12793 14.9823C1.86455 14.9608 1.60268 14.9125 1.35059 14.7841C0.974263 14.5924 0.66831 14.2864 0.476563 13.9101C0.348124 13.6579 0.299857 13.3962 0.278321 13.1327C0.257434 12.877 0.257813 12.5644 0.257813 12.2021V9.29777C0.257813 8.93547 0.257426 8.62285 0.278321 8.36711C0.299864 8.10372 0.348155 7.84185 0.476563 7.58976C0.668318 7.21356 0.974349 6.90744 1.35059 6.71574C1.60263 6.58742 1.86459 6.53902 2.12793 6.5175C2.38365 6.49663 2.69638 6.49699 3.05859 6.49699H3.59375V3.83586C3.59375 3.44996 3.59359 3.11847 3.61621 2.84855C3.63948 2.57152 3.69075 2.29504 3.83106 2.03312C4.0395 1.6443 4.37114 1.33526 4.77344 1.15422C5.0447 1.03225 5.32432 0.999959 5.60254 0.996012ZM5.62109 2.32902C5.42664 2.3318 5.35443 2.35469 5.32031 2.37004C5.18642 2.43036 5.07629 2.53361 5.00684 2.663C4.98916 2.69613 4.96154 2.76698 4.94531 2.95988C4.92846 3.1611 4.92773 3.4273 4.92773 3.83586V6.49699H5.08106C5.44313 6.49699 5.75511 6.49662 6.01074 6.5175C6.2742 6.53904 6.53691 6.58726 6.78906 6.71574C7.16514 6.9075 7.47143 7.21362 7.66309 7.58976C7.7914 7.84178 7.83882 8.1038 7.86035 8.36711C7.88125 8.62285 7.88086 8.93547 7.88086 9.29777V12.2021C7.88086 12.5643 7.88123 12.877 7.86035 13.1327C7.8456 13.3132 7.81651 13.4925 7.75977 13.6689H12.9424C13.3266 13.6689 13.5748 13.6687 13.7637 13.6532C13.9443 13.6385 14.0119 13.6134 14.0449 13.5966C14.1701 13.5328 14.272 13.4307 14.3359 13.3056C14.3527 13.2727 14.3778 13.2049 14.3926 13.0243C14.408 12.8356 14.4092 12.5869 14.4092 12.203V4.29191C14.4092 3.93114 14.4085 3.69853 14.3945 3.5214C14.3812 3.35369 14.3586 3.28872 14.3428 3.25578C14.2843 3.13485 14.1898 3.03449 14.0732 2.96769C14.0417 2.94963 13.9792 2.9225 13.8115 2.89738C13.6357 2.87105 13.4042 2.85412 13.0439 2.82902L6.49609 2.37297C6.08819 2.34455 5.82306 2.32616 5.62109 2.32902ZM1.5918 12.2021C1.5918 12.5863 1.592 12.8355 1.60742 13.0243C1.62222 13.2052 1.64728 13.2726 1.66406 13.3056C1.72794 13.4308 1.82987 13.5327 1.95508 13.5966C1.98809 13.6134 2.05584 13.6385 2.23633 13.6532C2.42518 13.6686 2.67443 13.6689 3.05859 13.6689H5.08106C5.46513 13.6689 5.71354 13.6687 5.90234 13.6532C6.08317 13.6384 6.15065 13.6134 6.18359 13.5966C6.30873 13.5327 6.41074 13.4307 6.47461 13.3056C6.49139 13.2725 6.51649 13.2047 6.53125 13.0243C6.54667 12.8355 6.54785 12.5863 6.54785 12.2021V11.4169H1.5918V12.2021ZM11.791 6.46086C12.1592 6.46086 12.458 6.75966 12.458 7.12785V9.81535C12.4579 10.1835 12.1592 10.4823 11.791 10.4823C11.423 10.4822 11.1241 10.1834 11.124 9.81535V7.12785C11.124 6.75977 11.423 6.46103 11.791 6.46086ZM3.05859 7.83097C2.67445 7.83097 2.42518 7.83119 2.23633 7.8466C2.05608 7.86135 1.98814 7.88646 1.95508 7.90324C1.82995 7.96707 1.72795 8.06916 1.66406 8.19425C1.64728 8.22718 1.62223 8.29481 1.60742 8.4755C1.59199 8.66437 1.5918 8.91349 1.5918 9.29777V10.0829H6.54785V9.29777C6.54785 8.91349 6.54668 8.66437 6.53125 8.4755C6.51645 8.29479 6.49139 8.22719 6.47461 8.19425C6.41072 8.06908 6.30879 7.96709 6.18359 7.90324C6.15065 7.88645 6.08319 7.8614 5.90234 7.8466C5.71354 7.83117 5.46513 7.83097 5.08106 7.83097H3.05859Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_cca01d3884__clip0_271_29169" }, [
|
|
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-company`],
|
|
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: "IconLineDelete",
|
|
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.1338 3.36426C15.4369 3.42619 15.665 3.69419 15.665 4.01562C15.665 4.33706 15.4369 4.60506 15.1338 4.66699L15 4.68066H13.5498L13.1318 12.8936C13.1188 13.1497 13.1071 13.381 13.082 13.5723C13.0559 13.7715 13.0089 13.9821 12.8955 14.1865C12.7305 14.4838 12.4781 14.7233 12.1729 14.873C11.9629 14.976 11.7502 15.0123 11.5498 15.0283C11.3575 15.0437 11.1258 15.0439 10.8691 15.0439H5.13086C4.87418 15.0439 4.64256 15.0437 4.4502 15.0283C4.24977 15.0123 4.03712 14.976 3.82715 14.873C3.52193 14.7233 3.26951 14.4838 3.10449 14.1865C2.99106 13.9821 2.94413 13.7716 2.91797 13.5723C2.89288 13.381 2.88216 13.1498 2.86914 12.8936L2.45117 4.68066H1C0.632731 4.68066 0.334961 4.38289 0.334961 4.01562C0.334961 3.64836 0.632731 3.35059 1 3.35059H15L15.1338 3.36426ZM3.7832 4.68066L4.19727 12.8262C4.21136 13.1037 4.21974 13.273 4.23633 13.3994C4.24405 13.4582 4.25268 13.4941 4.25879 13.5156C4.26393 13.5337 4.26715 13.5403 4.26758 13.541C4.30079 13.6008 4.35165 13.6496 4.41309 13.6797C4.41444 13.6803 4.42181 13.6835 4.43945 13.6875C4.4613 13.6925 4.49702 13.6984 4.55566 13.7031C4.68279 13.7133 4.85273 13.7139 5.13086 13.7139H10.8691C11.1472 13.7139 11.3172 13.7133 11.4443 13.7031C11.503 13.6984 11.5387 13.6925 11.5605 13.6875C11.5779 13.6835 11.5854 13.6804 11.5869 13.6797C11.6483 13.6496 11.6992 13.6008 11.7324 13.541C11.7328 13.5404 11.737 13.5341 11.7422 13.5156C11.7483 13.4941 11.7559 13.4582 11.7637 13.3994C11.7803 13.273 11.7886 13.1037 11.8027 12.8262L12.2178 4.68066H3.7832ZM6.46582 6.61719C6.83273 6.60103 7.14399 6.88505 7.16016 7.25195L7.32031 10.9023C7.33647 11.2693 7.05245 11.5805 6.68555 11.5967C6.31863 11.6128 6.00835 11.3279 5.99219 10.9609L5.83105 7.31055L5.83887 7.17578C5.88757 6.87057 6.14504 6.6315 6.46582 6.61719ZM9.53418 6.61719C9.85496 6.6315 10.1124 6.87057 10.1611 7.17578L10.1689 7.31055L10.0078 10.9609C9.99165 11.3279 9.68137 11.6128 9.31445 11.5967C8.94755 11.5805 8.66353 11.2693 8.67969 10.9023L8.83984 7.25195C8.85602 6.88505 9.16727 6.60103 9.53418 6.61719ZM9.91309 0.96582C10.2162 1.02775 10.4443 1.29576 10.4443 1.61719C10.4443 1.93862 10.2162 2.20662 9.91309 2.26855L9.7793 2.28223H6.21875C5.85148 2.28223 5.55371 1.98446 5.55371 1.61719C5.55371 1.24992 5.85148 0.952148 6.21875 0.952148H9.7793L9.91309 0.96582Z" }, 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-delete`],
|
|
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: "IconLineDoubledown",
|
|
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: "M11.0296 8.41574C11.2893 8.15637 11.7114 8.15631 11.971 8.41574C12.2306 8.67534 12.2304 9.09742 11.971 9.35714L8.82453 12.5026C8.36957 12.9576 7.63105 12.9576 7.17609 12.5026L4.0296 9.35714L3.94464 9.25265C3.77434 8.99454 3.80242 8.64292 4.0296 8.41574C4.25684 8.18876 4.6085 8.16045 4.86652 8.33077L4.97101 8.41574L8.00031 11.445L11.0296 8.41574ZM11.0296 3.1423C11.2893 2.88293 11.7114 2.88288 11.971 3.1423C12.2306 3.40191 12.2304 3.82398 11.971 4.0837L8.82453 7.22921C8.36957 7.68417 7.63105 7.68417 7.17609 7.22921L4.0296 4.0837L3.94464 3.97921C3.77434 3.72111 3.80242 3.36948 4.0296 3.1423C4.25684 2.91532 4.6085 2.88701 4.86652 3.05734L4.97101 3.1423L8.00031 6.1716L11.0296 3.1423Z" }, 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-doubledown`],
|
|
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: "IconLineDoubleleft",
|
|
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: "M6.64215 4.02903C6.9017 3.76948 7.32382 3.76977 7.58356 4.02903C7.84325 4.28873 7.84325 4.71074 7.58356 4.97043L4.55426 7.99973L7.58356 11.029L7.66852 11.1335C7.83902 11.3917 7.81082 11.7432 7.58356 11.9704C7.35629 12.1977 7.00477 12.2259 6.74664 12.0554L6.64215 11.9704L3.49664 8.82395C3.04212 8.36895 3.04183 7.63033 3.49664 7.17551L6.64215 4.02903ZM11.9156 4.02903C12.1751 3.76948 12.5973 3.76977 12.857 4.02903C13.1167 4.28873 13.1167 4.71074 12.857 4.97043L9.8277 7.99973L12.857 11.029L12.942 11.1335C13.1125 11.3917 13.0843 11.7432 12.857 11.9704C12.6297 12.1977 12.2782 12.2259 12.0201 12.0554L11.9156 11.9704L8.77008 8.82395C8.31556 8.36895 8.31526 7.63033 8.77008 7.17551L11.9156 4.02903Z" }, 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-doubleleft`],
|
|
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: "IconLineDoubleright",
|
|
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: "M3.14237 4.02903C3.40192 3.76948 3.82404 3.76977 4.08378 4.02903L7.22928 7.17551C7.68425 7.63047 7.68424 8.36899 7.22928 8.82395L4.08378 11.9704L3.97928 12.0554C3.72116 12.2258 3.36961 12.1977 3.14237 11.9704C2.9155 11.7432 2.88701 11.3915 3.05741 11.1335L3.14237 11.029L6.17167 7.99973L3.14237 4.97043C2.88311 4.7107 2.88282 4.28858 3.14237 4.02903ZM8.41581 4.02903C8.67536 3.76948 9.09748 3.76977 9.35721 4.02903L12.5027 7.17551C12.9577 7.63047 12.9577 8.36899 12.5027 8.82395L9.35721 11.9704L9.25272 12.0554C8.9946 12.2258 8.64305 12.1977 8.41581 11.9704C8.18894 11.7432 8.16045 11.3915 8.33085 11.1335L8.41581 11.029L11.4451 7.99973L8.41581 4.97043C8.15655 4.7107 8.15625 4.28858 8.41581 4.02903Z" }, 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-doubleright`],
|
|
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: "IconLineDoubleup",
|
|
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.17622 8.77081C7.6312 8.31604 8.36976 8.31592 8.82466 8.77081L11.9711 11.9163L12.0561 12.0208C12.2264 12.2788 12.1982 12.6305 11.9711 12.8577C11.744 13.0849 11.3923 13.1129 11.1342 12.9427L11.0297 12.8577L8.00044 9.82843L4.97114 12.8577C4.71153 13.1173 4.28945 13.1172 4.02973 12.8577C3.77004 12.598 3.77004 12.176 4.02973 11.9163L7.17622 8.77081ZM7.17622 3.49737C7.6312 3.04261 8.36976 3.04248 8.82466 3.49737L11.9711 6.64288L12.0561 6.74737C12.2264 7.00541 12.1982 7.35708 11.9711 7.58429C11.744 7.81146 11.3923 7.83951 11.1342 7.66925L11.0297 7.58429L8.00044 4.55499L4.97114 7.58429C4.71153 7.8439 4.28945 7.84374 4.02973 7.58429C3.77004 7.32459 3.77004 6.90258 4.02973 6.64288L7.17622 3.49737Z" }, 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-doubleup`],
|
|
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: "IconLineDownload",
|
|
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: "M4.45345 1.35938C4.83625 1.35938 5.09532 1.35808 5.35189 1.39649C5.56968 1.42912 5.78442 1.48375 5.99154 1.5586C6.2353 1.64678 6.46256 1.77126 6.79915 1.95313L7.36751 2.26075C7.73776 2.4608 7.86615 2.5275 7.99544 2.57422C8.11941 2.61896 8.24792 2.65137 8.37825 2.6709C8.51415 2.69121 8.65863 2.69336 9.07943 2.69336H11.6204C12.1693 2.69336 12.6217 2.69269 12.9886 2.72266C13.3632 2.75329 13.7081 2.8186 14.0316 2.9834C14.5331 3.23908 14.941 3.64781 15.1966 4.14942C15.3612 4.47268 15.4277 4.81707 15.4583 5.19141C15.4883 5.55827 15.4876 6.01076 15.4876 6.55958V10.7744C15.4876 11.3233 15.4883 11.7757 15.4583 12.1426C15.4277 12.517 15.3613 12.8613 15.1966 13.1846C14.941 13.6862 14.5332 14.0949 14.0316 14.3506C13.7081 14.5154 13.3632 14.5807 12.9886 14.6113C12.6217 14.6413 12.1693 14.6406 11.6204 14.6406H4.38021C3.83133 14.6406 3.37893 14.6413 3.01204 14.6113C2.6375 14.5807 2.29249 14.5153 1.96907 14.3506C1.4675 14.095 1.05969 13.6861 0.804035 13.1846C0.639391 12.8613 0.573929 12.5169 0.543293 12.1426C0.51332 11.7757 0.51302 11.3233 0.51302 10.7744V5.22657C0.51302 4.67766 0.513336 4.2253 0.543293 3.8584C0.57391 3.48377 0.639239 3.13892 0.804035 2.81544C1.05966 2.31387 1.46751 1.90602 1.96907 1.6504C2.29256 1.4856 2.63741 1.42027 3.01204 1.38965C3.37894 1.3597 3.83131 1.35938 4.38021 1.35938H4.45345ZM4.38021 2.69336C3.80935 2.69336 3.42046 2.69329 3.12044 2.71778C2.82851 2.74165 2.67877 2.78483 2.57454 2.8379C2.32366 2.96573 2.11937 3.17002 1.99154 3.4209C1.93847 3.52513 1.89529 3.67486 1.87142 3.9668C1.84693 4.26682 1.847 4.6557 1.847 5.22657V10.7744C1.847 11.345 1.84694 11.7333 1.87142 12.0332C1.8953 12.3253 1.93843 12.4759 1.99154 12.5801C2.11935 12.8306 2.32394 13.0344 2.57454 13.1621C2.67876 13.2151 2.82873 13.2584 3.12044 13.2822C3.42045 13.3067 3.80938 13.3076 4.38021 13.3076H11.6204C12.1913 13.3076 12.5802 13.3067 12.8802 13.2822C13.1721 13.2583 13.3219 13.2152 13.4261 13.1621C13.6768 13.0343 13.8813 12.8307 14.0091 12.5801C14.0622 12.4759 14.1053 12.3253 14.1292 12.0332C14.1537 11.7333 14.1536 11.345 14.1536 10.7744V6.55958C14.1536 5.98907 14.1537 5.60072 14.1292 5.30079C14.1054 5.00888 14.0621 4.85816 14.0091 4.75391C13.8814 4.50331 13.6767 4.29969 13.4261 4.17188C13.3219 4.11879 13.1721 4.07565 12.8802 4.05176C12.5802 4.02725 12.1913 4.02637 11.6204 4.02637H9.07943C8.6966 4.02637 8.43752 4.02763 8.18099 3.98926C7.96345 3.95668 7.74921 3.90283 7.54232 3.82813C7.29834 3.73996 7.07047 3.61555 6.73372 3.4336L6.16536 3.12598C5.79559 2.92618 5.66747 2.85923 5.53841 2.81251C5.41421 2.76762 5.28522 2.73443 5.15462 2.71485C5.01865 2.69449 4.87437 2.69337 4.45345 2.69336H4.38021ZM7.99935 5.80372C8.3674 5.80372 8.66611 6.10271 8.66634 6.47071V9.59376L9.70931 8.55079L9.81282 8.46583C10.0715 8.29497 10.4238 8.32322 10.6517 8.55079C10.8792 8.77857 10.9074 9.13003 10.7367 9.38868L10.6517 9.49317L9.22493 10.9199C9.10097 11.0439 8.97987 11.166 8.86946 11.2598C8.75297 11.3586 8.60437 11.4647 8.41146 11.5273C8.1438 11.6142 7.85488 11.6153 7.58724 11.5283C7.39458 11.4656 7.2466 11.3585 7.13021 11.2598C7.01977 11.166 6.89776 11.0439 6.77376 10.9199L5.34798 9.49415C5.08785 9.23384 5.08785 8.8111 5.34798 8.55079C5.60825 8.29061 6.03002 8.29072 6.29036 8.55079L7.33236 9.5918V6.47071C7.33258 6.10291 7.63157 5.80403 7.99935 5.80372Z" }, 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-download`],
|
|
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: "IconLineExit",
|
|
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: "M6.66272 1.35938C7.07158 1.35937 7.41938 1.35868 7.70276 1.38184C7.99365 1.40565 8.27604 1.45844 8.54553 1.5957C8.95273 1.80328 9.28432 2.13475 9.49182 2.54199C9.62908 2.81158 9.68189 3.09377 9.70569 3.38477C9.72885 3.66825 9.72815 4.01576 9.72815 4.4248V4.84961C9.72815 5.21672 9.43016 5.51439 9.06311 5.51465C8.69584 5.51465 8.39807 5.21688 8.39807 4.84961V4.4248C8.39807 3.99382 8.39722 3.70993 8.37952 3.49316C8.36248 3.28486 8.33321 3.19661 8.30725 3.14551C8.22726 2.98852 8.09896 2.86034 7.94202 2.78027C7.89098 2.75431 7.80258 2.72507 7.59436 2.70801C7.37767 2.6903 7.09346 2.68945 6.66272 2.68945H3.84143C3.41074 2.68945 3.1265 2.69034 2.90979 2.70801C2.70175 2.72502 2.61326 2.75434 2.56213 2.78027C2.40509 2.86029 2.27696 2.98848 2.1969 3.14551C2.17092 3.19658 2.14169 3.28463 2.12463 3.49316C2.10692 3.70993 2.10608 3.99379 2.10608 4.4248V11.5762C2.10608 12.0072 2.10692 12.291 2.12463 12.5078C2.14169 12.7164 2.17092 12.8044 2.1969 12.8555C2.27696 13.0125 2.40508 13.1407 2.56213 13.2207C2.61326 13.2466 2.70175 13.276 2.90979 13.293C3.1265 13.3106 3.41074 13.3115 3.84143 13.3115H6.66272C7.09346 13.3115 7.37767 13.3107 7.59436 13.293C7.80258 13.2759 7.89098 13.2467 7.94202 13.2207C8.09896 13.1406 8.22726 13.0125 8.30725 12.8555C8.33321 12.8044 8.36248 12.7161 8.37952 12.5078C8.39722 12.2911 8.39807 12.0072 8.39807 11.5762V11.2197C8.39825 10.8526 8.69595 10.5547 9.06311 10.5547C9.43004 10.555 9.72797 10.8528 9.72815 11.2197V11.5762C9.72815 11.9852 9.72885 12.3327 9.70569 12.6162C9.6819 12.9072 9.62908 13.1894 9.49182 13.459C9.28432 13.8662 8.95273 14.1977 8.54553 14.4053C8.27604 14.5425 7.99365 14.5953 7.70276 14.6191C7.41938 14.6423 7.07158 14.6416 6.66272 14.6416H3.84143C3.4326 14.6416 3.08479 14.6423 2.80139 14.6191C2.51046 14.5954 2.22815 14.5425 1.95862 14.4053C1.55131 14.1977 1.2199 13.8663 1.01233 13.459C0.874998 13.1894 0.822263 12.9073 0.798462 12.6162C0.7753 12.3327 0.776001 11.9852 0.776001 11.5762V4.4248C0.776001 4.01574 0.7753 3.66825 0.798462 3.38477C0.822263 3.09371 0.875 2.81162 1.01233 2.54199C1.2199 2.13471 1.55131 1.80323 1.95862 1.5957C2.22815 1.45851 2.51046 1.40562 2.80139 1.38184C3.08479 1.35871 3.4326 1.35938 3.84143 1.35938H6.66272ZM11.6188 5.05566C11.8784 4.79631 12.2996 4.79627 12.5592 5.05566L15.0338 7.53027C15.0417 7.53829 15.0478 7.54836 15.0553 7.55664C15.0684 7.57122 15.0806 7.58683 15.0924 7.60254C15.1059 7.62039 15.1191 7.6384 15.1305 7.65723C15.1401 7.67321 15.1485 7.69021 15.1569 7.70703C15.166 7.72544 15.1759 7.74367 15.1832 7.7627C15.1898 7.77995 15.1937 7.79851 15.1989 7.81641C15.2335 7.93666 15.2334 8.06331 15.1989 8.18359C15.1937 8.2015 15.1898 8.22006 15.1832 8.2373C15.1759 8.25632 15.1659 8.27454 15.1569 8.29297C15.1485 8.31005 15.1403 8.32754 15.1305 8.34375C15.1201 8.36079 15.1083 8.3773 15.0963 8.39355C15.0826 8.41215 15.0679 8.43022 15.0524 8.44727C15.0458 8.45452 15.0408 8.46373 15.0338 8.4707L12.5592 10.9453L12.4537 11.0303C12.1959 11.2 11.8458 11.1719 11.6188 10.9453C11.3918 10.7183 11.363 10.3674 11.5328 10.1094L11.6188 10.0049L12.9576 8.66602H4.22424C3.85729 8.666 3.55872 8.36781 3.55823 8.00098C3.55823 7.63372 3.85699 7.33595 4.22424 7.33594H12.9576L11.6188 5.99707C11.3592 5.73746 11.3593 5.31538 11.6188 5.05566Z" }, 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-exit`],
|
|
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;
|