@arco-iconbox/vue-smartcode 0.0.8 → 0.0.10
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 +670 -9300
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +234 -1174
- package/dist/icon.min.js.map +1 -1
- package/esm/IconCheckCircleFill/index.js +5 -6
- package/esm/IconChineseFill/index.js +4 -5
- package/esm/IconCloseCircleFill/index.js +5 -6
- package/esm/IconEnglishFill/index.js +3 -4
- package/esm/IconExclamationCircleFill/index.js +5 -6
- package/esm/IconExclamationPolygonFill/index.js +5 -6
- package/esm/IconFaceFrownFill/index.js +5 -6
- package/esm/IconFaceMehFill/index.js +5 -6
- package/esm/IconFaceSmileFill/index.js +5 -6
- package/esm/IconHeartFill/index.js +3 -4
- package/esm/IconIconFillHome/index.js +6 -4
- package/esm/IconInfoCircleFill/index.js +5 -6
- package/esm/IconLineAdd/index.js +32 -0
- package/esm/IconMinusCircleFill/index.js +5 -6
- package/esm/IconMoonFill/index.js +3 -4
- package/esm/IconMuteFill/index.js +4 -5
- package/esm/IconPauseCircleFill/index.js +6 -7
- package/esm/IconPenFill/index.js +3 -4
- package/esm/IconPlayArrowFill/index.js +3 -4
- package/esm/IconPlayCircleFill/index.js +4 -5
- package/esm/IconPlusCircleFill/index.js +5 -6
- package/esm/IconQuestionCircleFill/index.js +5 -6
- package/esm/IconSkipNextFill/index.js +4 -5
- package/esm/IconSkipPreviousFill/index.js +4 -5
- package/esm/IconSoundFill/index.js +4 -5
- package/esm/IconStarFill/index.js +3 -4
- package/esm/IconSunFill/index.js +4 -5
- package/esm/IconThumbDownFill/index.js +5 -6
- package/esm/IconThumbUpFill/index.js +5 -6
- package/esm/index.js +1 -236
- package/lib/IconCheckCircleFill/index.js +5 -6
- package/lib/IconChineseFill/index.js +4 -5
- package/lib/IconCloseCircleFill/index.js +5 -6
- package/lib/IconEnglishFill/index.js +3 -4
- package/lib/IconExclamationCircleFill/index.js +5 -6
- package/lib/IconExclamationPolygonFill/index.js +5 -6
- package/lib/IconFaceFrownFill/index.js +5 -6
- package/lib/IconFaceMehFill/index.js +5 -6
- package/lib/IconFaceSmileFill/index.js +5 -6
- package/lib/IconHeartFill/index.js +3 -4
- package/lib/IconIconFillHome/index.js +6 -4
- package/lib/IconInfoCircleFill/index.js +5 -6
- package/lib/{IconLayout → IconLineAdd}/index.js +6 -9
- package/lib/IconMinusCircleFill/index.js +5 -6
- package/lib/IconMoonFill/index.js +3 -4
- package/lib/IconMuteFill/index.js +4 -5
- package/lib/IconPauseCircleFill/index.js +6 -7
- package/lib/IconPenFill/index.js +3 -4
- package/lib/IconPlayArrowFill/index.js +3 -4
- package/lib/IconPlayCircleFill/index.js +4 -5
- package/lib/IconPlusCircleFill/index.js +5 -6
- package/lib/IconQuestionCircleFill/index.js +5 -6
- package/lib/IconSkipNextFill/index.js +4 -5
- package/lib/IconSkipPreviousFill/index.js +4 -5
- package/lib/IconSoundFill/index.js +4 -5
- package/lib/IconStarFill/index.js +3 -4
- package/lib/IconSunFill/index.js +4 -5
- package/lib/IconThumbDownFill/index.js +5 -6
- package/lib/IconThumbUpFill/index.js +5 -6
- package/lib/index.js +154 -624
- package/package.json +1 -1
- package/src/IconCheckCircleFill/index.vue +1 -1
- package/src/IconChineseFill/index.vue +1 -1
- package/src/IconCloseCircleFill/index.vue +1 -1
- package/src/IconEnglishFill/index.vue +1 -1
- package/src/IconExclamationCircleFill/index.vue +1 -1
- package/src/IconExclamationPolygonFill/index.vue +1 -1
- package/src/IconFaceFrownFill/index.vue +1 -1
- package/src/IconFaceMehFill/index.vue +1 -1
- package/src/IconFaceSmileFill/index.vue +1 -1
- package/src/IconHeartFill/index.vue +1 -1
- package/src/IconIconFillHome/index.vue +1 -1
- package/src/IconInfoCircleFill/index.vue +1 -1
- package/src/IconLineAdd/index.vue +19 -0
- package/src/IconMinusCircleFill/index.vue +1 -1
- package/src/IconMoonFill/index.vue +1 -1
- package/src/IconMuteFill/index.vue +1 -1
- package/src/IconPauseCircleFill/index.vue +1 -1
- package/src/IconPenFill/index.vue +1 -1
- package/src/IconPlayArrowFill/index.vue +1 -1
- package/src/IconPlayCircleFill/index.vue +1 -1
- package/src/IconPlusCircleFill/index.vue +1 -1
- package/src/IconQuestionCircleFill/index.vue +1 -1
- package/src/IconSkipNextFill/index.vue +1 -1
- package/src/IconSkipPreviousFill/index.vue +1 -1
- package/src/IconSoundFill/index.vue +1 -1
- package/src/IconStarFill/index.vue +1 -1
- package/src/IconSunFill/index.vue +1 -1
- package/src/IconThumbDownFill/index.vue +1 -1
- package/src/IconThumbUpFill/index.vue +1 -1
- package/src/index.js +2 -237
- package/esm/IconAlignCenter/index.js +0 -35
- package/esm/IconAlignLeft/index.js +0 -35
- package/esm/IconAlignRight/index.js +0 -35
- package/esm/IconApps/index.js +0 -37
- package/esm/IconArchive/index.js +0 -45
- package/esm/IconArrowDown/index.js +0 -35
- package/esm/IconArrowFall/index.js +0 -50
- package/esm/IconArrowLeft/index.js +0 -35
- package/esm/IconArrowRight/index.js +0 -35
- package/esm/IconArrowRise/index.js +0 -50
- package/esm/IconArrowUp/index.js +0 -35
- package/esm/IconAt/index.js +0 -35
- package/esm/IconAttachment/index.js +0 -35
- package/esm/IconBackward/index.js +0 -35
- package/esm/IconBgColors/index.js +0 -48
- package/esm/IconBold/index.js +0 -35
- package/esm/IconBook/index.js +0 -36
- package/esm/IconBranch/index.js +0 -35
- package/esm/IconBrush/index.js +0 -41
- package/esm/IconBug/index.js +0 -43
- package/esm/IconBulb/index.js +0 -35
- package/esm/IconCalendar/index.js +0 -35
- package/esm/IconCalendarClock/index.js +0 -41
- package/esm/IconCamera/index.js +0 -41
- package/esm/IconCaretDown/index.js +0 -33
- package/esm/IconCaretLeft/index.js +0 -33
- package/esm/IconCaretRight/index.js +0 -33
- package/esm/IconCaretUp/index.js +0 -33
- package/esm/IconCheck/index.js +0 -35
- package/esm/IconCheckCircle/index.js +0 -41
- package/esm/IconCheckSquare/index.js +0 -41
- package/esm/IconClockCircle/index.js +0 -41
- package/esm/IconClose/index.js +0 -35
- package/esm/IconCloseCircle/index.js +0 -41
- package/esm/IconCloud/index.js +0 -35
- package/esm/IconCloudDownload/index.js +0 -41
- package/esm/IconCode/index.js +0 -35
- package/esm/IconCodeBlock/index.js +0 -35
- package/esm/IconCodeSquare/index.js +0 -47
- package/esm/IconCommand/index.js +0 -35
- package/esm/IconCommon/index.js +0 -35
- package/esm/IconCompass/index.js +0 -41
- package/esm/IconCopy/index.js +0 -41
- package/esm/IconCopyright/index.js +0 -35
- package/esm/IconCustomerService/index.js +0 -41
- package/esm/IconDashboard/index.js +0 -42
- package/esm/IconDelete/index.js +0 -35
- package/esm/IconDesktop/index.js +0 -35
- package/esm/IconDice/index.js +0 -65
- package/esm/IconDoubleDown/index.js +0 -41
- package/esm/IconDoubleLeft/index.js +0 -41
- package/esm/IconDoubleRight/index.js +0 -41
- package/esm/IconDoubleUp/index.js +0 -41
- package/esm/IconDown/index.js +0 -35
- package/esm/IconDownCircle/index.js +0 -44
- package/esm/IconDownload/index.js +0 -35
- package/esm/IconDragArrow/index.js +0 -35
- package/esm/IconDragDot/index.js +0 -39
- package/esm/IconDragDotVertical/index.js +0 -39
- package/esm/IconDriveFile/index.js +0 -41
- package/esm/IconEar/index.js +0 -41
- package/esm/IconEdit/index.js +0 -35
- package/esm/IconEmail/index.js +0 -45
- package/esm/IconEmpty/index.js +0 -41
- package/esm/IconEraser/index.js +0 -35
- package/esm/IconExclamation/index.js +0 -50
- package/esm/IconExclamationCircle/index.js +0 -35
- package/esm/IconExpand/index.js +0 -35
- package/esm/IconExperiment/index.js +0 -41
- package/esm/IconExport/index.js +0 -35
- package/esm/IconEye/index.js +0 -42
- package/esm/IconEyeInvisible/index.js +0 -41
- package/esm/IconFile/index.js +0 -35
- package/esm/IconFileAudio/index.js +0 -45
- package/esm/IconFileImage/index.js +0 -35
- package/esm/IconFilePdf/index.js +0 -41
- package/esm/IconFileVideo/index.js +0 -41
- package/esm/IconFilter/index.js +0 -35
- package/esm/IconFindReplace/index.js +0 -35
- package/esm/IconFire/index.js +0 -35
- package/esm/IconFold/index.js +0 -35
- package/esm/IconFolder/index.js +0 -35
- package/esm/IconFolderAdd/index.js +0 -35
- package/esm/IconFolderDelete/index.js +0 -35
- package/esm/IconFontColors/index.js +0 -35
- package/esm/IconFormula/index.js +0 -35
- package/esm/IconForward/index.js +0 -35
- package/esm/IconFullscreen/index.js +0 -35
- package/esm/IconFullscreenExit/index.js +0 -35
- package/esm/IconGeneral/index.js +0 -61
- package/esm/IconGift/index.js +0 -35
- package/esm/IconH1/index.js +0 -35
- package/esm/IconH2/index.js +0 -35
- package/esm/IconH3/index.js +0 -35
- package/esm/IconH4/index.js +0 -35
- package/esm/IconH5/index.js +0 -35
- package/esm/IconH6/index.js +0 -35
- package/esm/IconH7/index.js +0 -35
- package/esm/IconHeart/index.js +0 -35
- package/esm/IconHighlight/index.js +0 -35
- package/esm/IconHistory/index.js +0 -41
- package/esm/IconHome/index.js +0 -41
- package/esm/IconIdcard/index.js +0 -43
- package/esm/IconImage/index.js +0 -39
- package/esm/IconImageClose/index.js +0 -60
- package/esm/IconImport/index.js +0 -41
- package/esm/IconInfo/index.js +0 -50
- package/esm/IconInfoCircle/index.js +0 -35
- package/esm/IconInteraction/index.js +0 -35
- package/esm/IconItalic/index.js +0 -35
- package/esm/IconLanguage/index.js +0 -41
- package/esm/IconLaunch/index.js +0 -35
- package/esm/IconLayout/index.js +0 -35
- package/esm/IconLeft/index.js +0 -35
- package/esm/IconLeftCircle/index.js +0 -43
- package/esm/IconLineHeight/index.js +0 -45
- package/esm/IconLink/index.js +0 -41
- package/esm/IconList/index.js +0 -35
- package/esm/IconLiveBroadcast/index.js +0 -35
- package/esm/IconLoading/index.js +0 -35
- package/esm/IconLocation/index.js +0 -43
- package/esm/IconLock/index.js +0 -41
- package/esm/IconLoop/index.js +0 -35
- package/esm/IconMan/index.js +0 -43
- package/esm/IconMenu/index.js +0 -35
- package/esm/IconMenuFold/index.js +0 -35
- package/esm/IconMenuUnfold/index.js +0 -35
- package/esm/IconMessage/index.js +0 -35
- package/esm/IconMessageBanned/index.js +0 -41
- package/esm/IconMindMapping/index.js +0 -35
- package/esm/IconMinus/index.js +0 -35
- package/esm/IconMinusCircle/index.js +0 -35
- package/esm/IconMobile/index.js +0 -41
- package/esm/IconMoon/index.js +0 -35
- package/esm/IconMore/index.js +0 -39
- package/esm/IconMoreVertical/index.js +0 -39
- package/esm/IconMosaic/index.js +0 -39
- package/esm/IconMusic/index.js +0 -35
- package/esm/IconMute/index.js +0 -35
- package/esm/IconNav/index.js +0 -35
- package/esm/IconNotification/index.js +0 -35
- package/esm/IconNotificationClose/index.js +0 -35
- package/esm/IconObliqueLine/index.js +0 -35
- package/esm/IconOldVersion/index.js +0 -41
- package/esm/IconOrderedList/index.js +0 -41
- package/esm/IconOriginalSize/index.js +0 -45
- package/esm/IconPalette/index.js +0 -62
- package/esm/IconPaste/index.js +0 -49
- package/esm/IconPause/index.js +0 -39
- package/esm/IconPauseCircle/index.js +0 -41
- package/esm/IconPen/index.js +0 -35
- package/esm/IconPhone/index.js +0 -35
- package/esm/IconPlayArrow/index.js +0 -35
- package/esm/IconPlayCircle/index.js +0 -42
- package/esm/IconPlus/index.js +0 -35
- package/esm/IconPlusCircle/index.js +0 -35
- package/esm/IconPoweroff/index.js +0 -35
- package/esm/IconPrinter/index.js +0 -41
- package/esm/IconPublic/index.js +0 -41
- package/esm/IconPushpin/index.js +0 -35
- package/esm/IconQrcode/index.js +0 -35
- package/esm/IconQuestion/index.js +0 -35
- package/esm/IconQuestionCircle/index.js +0 -42
- package/esm/IconQuote/index.js +0 -39
- package/esm/IconRecord/index.js +0 -46
- package/esm/IconRecordStop/index.js +0 -46
- package/esm/IconRedo/index.js +0 -41
- package/esm/IconRefresh/index.js +0 -41
- package/esm/IconReply/index.js +0 -35
- package/esm/IconRight/index.js +0 -35
- package/esm/IconRightCircle/index.js +0 -43
- package/esm/IconRobot/index.js +0 -39
- package/esm/IconRobotAdd/index.js +0 -41
- package/esm/IconRotateLeft/index.js +0 -41
- package/esm/IconRotateRight/index.js +0 -41
- package/esm/IconSafe/index.js +0 -41
- package/esm/IconSave/index.js +0 -35
- package/esm/IconScan/index.js +0 -35
- package/esm/IconSchedule/index.js +0 -43
- package/esm/IconScissor/index.js +0 -35
- package/esm/IconSearch/index.js +0 -35
- package/esm/IconSelectAll/index.js +0 -35
- package/esm/IconSend/index.js +0 -37
- package/esm/IconSettings/index.js +0 -41
- package/esm/IconShake/index.js +0 -44
- package/esm/IconShareAlt/index.js +0 -35
- package/esm/IconShareExternal/index.js +0 -36
- package/esm/IconShareInternal/index.js +0 -35
- package/esm/IconShrink/index.js +0 -35
- package/esm/IconSkin/index.js +0 -35
- package/esm/IconSkipNext/index.js +0 -43
- package/esm/IconSkipPrevious/index.js +0 -43
- package/esm/IconSort/index.js +0 -35
- package/esm/IconSortAscending/index.js +0 -35
- package/esm/IconSortDescending/index.js +0 -35
- package/esm/IconSound/index.js +0 -43
- package/esm/IconStamp/index.js +0 -35
- package/esm/IconStar/index.js +0 -35
- package/esm/IconStop/index.js +0 -35
- package/esm/IconStorage/index.js +0 -51
- package/esm/IconStrikethrough/index.js +0 -35
- package/esm/IconSubscribe/index.js +0 -35
- package/esm/IconSubscribeAdd/index.js +0 -35
- package/esm/IconSubscribed/index.js +0 -41
- package/esm/IconSun/index.js +0 -47
- package/esm/IconSwap/index.js +0 -35
- package/esm/IconSync/index.js +0 -41
- package/esm/IconTag/index.js +0 -47
- package/esm/IconTags/index.js +0 -53
- package/esm/IconThumbDown/index.js +0 -35
- package/esm/IconThumbUp/index.js +0 -35
- package/esm/IconThunderbolt/index.js +0 -35
- package/esm/IconToBottom/index.js +0 -39
- package/esm/IconToLeft/index.js +0 -39
- package/esm/IconToRight/index.js +0 -39
- package/esm/IconToTop/index.js +0 -39
- package/esm/IconTool/index.js +0 -35
- package/esm/IconTranslate/index.js +0 -47
- package/esm/IconTrophy/index.js +0 -35
- package/esm/IconUnderline/index.js +0 -35
- package/esm/IconUndo/index.js +0 -41
- package/esm/IconUnfold/index.js +0 -35
- package/esm/IconUnlock/index.js +0 -45
- package/esm/IconUnorderedList/index.js +0 -35
- package/esm/IconUp/index.js +0 -35
- package/esm/IconUpCircle/index.js +0 -43
- package/esm/IconUpload/index.js +0 -35
- package/esm/IconUser/index.js +0 -43
- package/esm/IconUserAdd/index.js +0 -35
- package/esm/IconUserGroup/index.js +0 -51
- package/esm/IconVideoCamera/index.js +0 -35
- package/esm/IconVoice/index.js +0 -41
- package/esm/IconWifi/index.js +0 -39
- package/esm/IconWoman/index.js +0 -35
- package/esm/IconZoomIn/index.js +0 -35
- package/esm/IconZoomOut/index.js +0 -35
- package/lib/IconAlignCenter/index.js +0 -36
- package/lib/IconAlignLeft/index.js +0 -36
- package/lib/IconAlignRight/index.js +0 -36
- package/lib/IconApps/index.js +0 -38
- package/lib/IconArchive/index.js +0 -46
- package/lib/IconArrowDown/index.js +0 -36
- package/lib/IconArrowFall/index.js +0 -51
- package/lib/IconArrowLeft/index.js +0 -36
- package/lib/IconArrowRight/index.js +0 -36
- package/lib/IconArrowRise/index.js +0 -51
- package/lib/IconArrowUp/index.js +0 -36
- package/lib/IconAt/index.js +0 -36
- package/lib/IconAttachment/index.js +0 -36
- package/lib/IconBackward/index.js +0 -36
- package/lib/IconBgColors/index.js +0 -49
- package/lib/IconBold/index.js +0 -36
- package/lib/IconBook/index.js +0 -37
- package/lib/IconBranch/index.js +0 -36
- package/lib/IconBrush/index.js +0 -42
- package/lib/IconBug/index.js +0 -44
- package/lib/IconBulb/index.js +0 -36
- package/lib/IconCalendar/index.js +0 -36
- package/lib/IconCalendarClock/index.js +0 -42
- package/lib/IconCamera/index.js +0 -42
- package/lib/IconCaretDown/index.js +0 -34
- package/lib/IconCaretLeft/index.js +0 -34
- package/lib/IconCaretRight/index.js +0 -34
- package/lib/IconCaretUp/index.js +0 -34
- package/lib/IconCheck/index.js +0 -36
- package/lib/IconCheckCircle/index.js +0 -42
- package/lib/IconCheckSquare/index.js +0 -42
- package/lib/IconClockCircle/index.js +0 -42
- package/lib/IconClose/index.js +0 -36
- package/lib/IconCloseCircle/index.js +0 -42
- package/lib/IconCloud/index.js +0 -36
- package/lib/IconCloudDownload/index.js +0 -42
- package/lib/IconCode/index.js +0 -36
- package/lib/IconCodeBlock/index.js +0 -36
- package/lib/IconCodeSquare/index.js +0 -48
- package/lib/IconCommand/index.js +0 -36
- package/lib/IconCommon/index.js +0 -36
- package/lib/IconCompass/index.js +0 -42
- package/lib/IconCopy/index.js +0 -42
- package/lib/IconCopyright/index.js +0 -36
- package/lib/IconCustomerService/index.js +0 -42
- package/lib/IconDashboard/index.js +0 -43
- package/lib/IconDelete/index.js +0 -36
- package/lib/IconDesktop/index.js +0 -36
- package/lib/IconDice/index.js +0 -66
- package/lib/IconDoubleDown/index.js +0 -42
- package/lib/IconDoubleLeft/index.js +0 -42
- package/lib/IconDoubleRight/index.js +0 -42
- package/lib/IconDoubleUp/index.js +0 -42
- package/lib/IconDown/index.js +0 -36
- package/lib/IconDownCircle/index.js +0 -45
- package/lib/IconDownload/index.js +0 -36
- package/lib/IconDragArrow/index.js +0 -36
- package/lib/IconDragDot/index.js +0 -40
- package/lib/IconDragDotVertical/index.js +0 -40
- package/lib/IconDriveFile/index.js +0 -42
- package/lib/IconEar/index.js +0 -42
- package/lib/IconEdit/index.js +0 -36
- package/lib/IconEmail/index.js +0 -46
- package/lib/IconEmpty/index.js +0 -42
- package/lib/IconEraser/index.js +0 -36
- package/lib/IconExclamation/index.js +0 -51
- package/lib/IconExclamationCircle/index.js +0 -36
- package/lib/IconExpand/index.js +0 -36
- package/lib/IconExperiment/index.js +0 -42
- package/lib/IconExport/index.js +0 -36
- package/lib/IconEye/index.js +0 -43
- package/lib/IconEyeInvisible/index.js +0 -42
- package/lib/IconFile/index.js +0 -36
- package/lib/IconFileAudio/index.js +0 -46
- package/lib/IconFileImage/index.js +0 -36
- package/lib/IconFilePdf/index.js +0 -42
- package/lib/IconFileVideo/index.js +0 -42
- package/lib/IconFilter/index.js +0 -36
- package/lib/IconFindReplace/index.js +0 -36
- package/lib/IconFire/index.js +0 -36
- package/lib/IconFold/index.js +0 -36
- package/lib/IconFolder/index.js +0 -36
- package/lib/IconFolderAdd/index.js +0 -36
- package/lib/IconFolderDelete/index.js +0 -36
- package/lib/IconFontColors/index.js +0 -36
- package/lib/IconFormula/index.js +0 -36
- package/lib/IconForward/index.js +0 -36
- package/lib/IconFullscreen/index.js +0 -36
- package/lib/IconFullscreenExit/index.js +0 -36
- package/lib/IconGeneral/index.js +0 -62
- package/lib/IconGift/index.js +0 -36
- package/lib/IconH1/index.js +0 -36
- package/lib/IconH2/index.js +0 -36
- package/lib/IconH3/index.js +0 -36
- package/lib/IconH4/index.js +0 -36
- package/lib/IconH5/index.js +0 -36
- package/lib/IconH6/index.js +0 -36
- package/lib/IconH7/index.js +0 -36
- package/lib/IconHeart/index.js +0 -36
- package/lib/IconHighlight/index.js +0 -36
- package/lib/IconHistory/index.js +0 -42
- package/lib/IconHome/index.js +0 -42
- package/lib/IconIdcard/index.js +0 -44
- package/lib/IconImage/index.js +0 -40
- package/lib/IconImageClose/index.js +0 -61
- package/lib/IconImport/index.js +0 -42
- package/lib/IconInfo/index.js +0 -51
- package/lib/IconInfoCircle/index.js +0 -36
- package/lib/IconInteraction/index.js +0 -36
- package/lib/IconItalic/index.js +0 -36
- package/lib/IconLanguage/index.js +0 -42
- package/lib/IconLaunch/index.js +0 -36
- package/lib/IconLeft/index.js +0 -36
- package/lib/IconLeftCircle/index.js +0 -44
- package/lib/IconLineHeight/index.js +0 -46
- package/lib/IconLink/index.js +0 -42
- package/lib/IconList/index.js +0 -36
- package/lib/IconLiveBroadcast/index.js +0 -36
- package/lib/IconLoading/index.js +0 -36
- package/lib/IconLocation/index.js +0 -44
- package/lib/IconLock/index.js +0 -42
- package/lib/IconLoop/index.js +0 -36
- package/lib/IconMan/index.js +0 -44
- package/lib/IconMenu/index.js +0 -36
- package/lib/IconMenuFold/index.js +0 -36
- package/lib/IconMenuUnfold/index.js +0 -36
- package/lib/IconMessage/index.js +0 -36
- package/lib/IconMessageBanned/index.js +0 -42
- package/lib/IconMindMapping/index.js +0 -36
- package/lib/IconMinus/index.js +0 -36
- package/lib/IconMinusCircle/index.js +0 -36
- package/lib/IconMobile/index.js +0 -42
- package/lib/IconMoon/index.js +0 -36
- package/lib/IconMore/index.js +0 -40
- package/lib/IconMoreVertical/index.js +0 -40
- package/lib/IconMosaic/index.js +0 -40
- package/lib/IconMusic/index.js +0 -36
- package/lib/IconMute/index.js +0 -36
- package/lib/IconNav/index.js +0 -36
- package/lib/IconNotification/index.js +0 -36
- package/lib/IconNotificationClose/index.js +0 -36
- package/lib/IconObliqueLine/index.js +0 -36
- package/lib/IconOldVersion/index.js +0 -42
- package/lib/IconOrderedList/index.js +0 -42
- package/lib/IconOriginalSize/index.js +0 -46
- package/lib/IconPalette/index.js +0 -63
- package/lib/IconPaste/index.js +0 -50
- package/lib/IconPause/index.js +0 -40
- package/lib/IconPauseCircle/index.js +0 -42
- package/lib/IconPen/index.js +0 -36
- package/lib/IconPhone/index.js +0 -36
- package/lib/IconPlayArrow/index.js +0 -36
- package/lib/IconPlayCircle/index.js +0 -43
- package/lib/IconPlus/index.js +0 -36
- package/lib/IconPlusCircle/index.js +0 -36
- package/lib/IconPoweroff/index.js +0 -36
- package/lib/IconPrinter/index.js +0 -42
- package/lib/IconPublic/index.js +0 -42
- package/lib/IconPushpin/index.js +0 -36
- package/lib/IconQrcode/index.js +0 -36
- package/lib/IconQuestion/index.js +0 -36
- package/lib/IconQuestionCircle/index.js +0 -43
- package/lib/IconQuote/index.js +0 -40
- package/lib/IconRecord/index.js +0 -47
- package/lib/IconRecordStop/index.js +0 -47
- package/lib/IconRedo/index.js +0 -42
- package/lib/IconRefresh/index.js +0 -42
- package/lib/IconReply/index.js +0 -36
- package/lib/IconRight/index.js +0 -36
- package/lib/IconRightCircle/index.js +0 -44
- package/lib/IconRobot/index.js +0 -40
- package/lib/IconRobotAdd/index.js +0 -42
- package/lib/IconRotateLeft/index.js +0 -42
- package/lib/IconRotateRight/index.js +0 -42
- package/lib/IconSafe/index.js +0 -42
- package/lib/IconSave/index.js +0 -36
- package/lib/IconScan/index.js +0 -36
- package/lib/IconSchedule/index.js +0 -44
- package/lib/IconScissor/index.js +0 -36
- package/lib/IconSearch/index.js +0 -36
- package/lib/IconSelectAll/index.js +0 -36
- package/lib/IconSend/index.js +0 -38
- package/lib/IconSettings/index.js +0 -42
- package/lib/IconShake/index.js +0 -45
- package/lib/IconShareAlt/index.js +0 -36
- package/lib/IconShareExternal/index.js +0 -37
- package/lib/IconShareInternal/index.js +0 -36
- package/lib/IconShrink/index.js +0 -36
- package/lib/IconSkin/index.js +0 -36
- package/lib/IconSkipNext/index.js +0 -44
- package/lib/IconSkipPrevious/index.js +0 -44
- package/lib/IconSort/index.js +0 -36
- package/lib/IconSortAscending/index.js +0 -36
- package/lib/IconSortDescending/index.js +0 -36
- package/lib/IconSound/index.js +0 -44
- package/lib/IconStamp/index.js +0 -36
- package/lib/IconStar/index.js +0 -36
- package/lib/IconStop/index.js +0 -36
- package/lib/IconStorage/index.js +0 -52
- package/lib/IconStrikethrough/index.js +0 -36
- package/lib/IconSubscribe/index.js +0 -36
- package/lib/IconSubscribeAdd/index.js +0 -36
- package/lib/IconSubscribed/index.js +0 -42
- package/lib/IconSun/index.js +0 -48
- package/lib/IconSwap/index.js +0 -36
- package/lib/IconSync/index.js +0 -42
- package/lib/IconTag/index.js +0 -48
- package/lib/IconTags/index.js +0 -54
- package/lib/IconThumbDown/index.js +0 -36
- package/lib/IconThumbUp/index.js +0 -36
- package/lib/IconThunderbolt/index.js +0 -36
- package/lib/IconToBottom/index.js +0 -40
- package/lib/IconToLeft/index.js +0 -40
- package/lib/IconToRight/index.js +0 -40
- package/lib/IconToTop/index.js +0 -40
- package/lib/IconTool/index.js +0 -36
- package/lib/IconTranslate/index.js +0 -48
- package/lib/IconTrophy/index.js +0 -36
- package/lib/IconUnderline/index.js +0 -36
- package/lib/IconUndo/index.js +0 -42
- package/lib/IconUnfold/index.js +0 -36
- package/lib/IconUnlock/index.js +0 -46
- package/lib/IconUnorderedList/index.js +0 -36
- package/lib/IconUp/index.js +0 -36
- package/lib/IconUpCircle/index.js +0 -44
- package/lib/IconUpload/index.js +0 -36
- package/lib/IconUser/index.js +0 -44
- package/lib/IconUserAdd/index.js +0 -36
- package/lib/IconUserGroup/index.js +0 -52
- package/lib/IconVideoCamera/index.js +0 -36
- package/lib/IconVoice/index.js +0 -42
- package/lib/IconWifi/index.js +0 -40
- package/lib/IconWoman/index.js +0 -36
- package/lib/IconZoomIn/index.js +0 -36
- package/lib/IconZoomOut/index.js +0 -36
- 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/IconCheckSquare/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/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/IconEraser/index.vue +0 -19
- package/src/IconExclamation/index.vue +0 -19
- package/src/IconExclamationCircle/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/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/IconHighlight/index.vue +0 -19
- package/src/IconHistory/index.vue +0 -19
- package/src/IconHome/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/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/IconMobile/index.vue +0 -19
- package/src/IconMoon/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/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/IconPen/index.vue +0 -19
- package/src/IconPhone/index.vue +0 -19
- package/src/IconPlayArrow/index.vue +0 -19
- package/src/IconPlayCircle/index.vue +0 -19
- package/src/IconPlus/index.vue +0 -19
- package/src/IconPlusCircle/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/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/IconSkipPrevious/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/IconStamp/index.vue +0 -19
- package/src/IconStar/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/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/IconThumbUp/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
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M15 22l7 7 11.5-11.5",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-check-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -15,11 +15,10 @@ const _sfc_main = {
|
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
17
|
const _hoisted_2 = ["fill"];
|
|
18
|
-
const _hoisted_3 = ["fill"];
|
|
19
18
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
19
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
21
20
|
viewBox: "0 0 48 48",
|
|
22
|
-
fill:
|
|
21
|
+
fill: "none",
|
|
23
22
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chinese-fill`],
|
|
24
23
|
width: "1em",
|
|
25
24
|
height: "1em"
|
|
@@ -27,14 +26,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
26
|
createElementVNode("path", {
|
|
28
27
|
d: "M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z",
|
|
29
28
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
30
|
-
}, null, 8,
|
|
29
|
+
}, null, 8, _hoisted_1),
|
|
31
30
|
createElementVNode("path", {
|
|
32
31
|
"fill-rule": "evenodd",
|
|
33
32
|
"clip-rule": "evenodd",
|
|
34
33
|
d: "M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20 20-8.954 20-20S35.046 4 24 4zm2 13v-5h-4v5h-6.5a2.5 2.5 0 00-2.5 2.5v7.094a2.5 2.5 0 002.5 2.5H22V36h4v-6.906h6.5a2.5 2.5 0 002.5-2.5V19.5a2.5 2.5 0 00-2.5-2.5H26z",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_2)
|
|
36
|
+
], 16);
|
|
38
37
|
}
|
|
39
38
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
39
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M17.643 17.643l6.363 6.364m0 0l6.364 6.364m-6.364-6.364l6.364-6.364m-6.364 6.364l-6.363 6.364",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-close-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,11 +14,10 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = ["fill"];
|
|
18
17
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
18
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
19
|
viewBox: "0 0 48 48",
|
|
21
|
-
fill:
|
|
20
|
+
fill: "none",
|
|
22
21
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-english-fill`],
|
|
23
22
|
width: "1em",
|
|
24
23
|
height: "1em"
|
|
@@ -28,8 +27,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
27
|
"clip-rule": "evenodd",
|
|
29
28
|
d: "M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z",
|
|
30
29
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
31
|
-
}, null, 8,
|
|
32
|
-
], 16
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
33
32
|
}
|
|
34
33
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
34
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M24 28V14M24 30v4",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-exclamation-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M24 28V14m0 16v4",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-exclamation-polygon-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M18 17v6M30 17v6M16.582 34a8 8 0 0114.837 0",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-face-frown-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
cy: "24",
|
|
34
33
|
r: "20",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M18 17v6M32 32H16M30 17v6",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-face-meh-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
cy: "24",
|
|
34
33
|
r: "20",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-face-smile-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
cy: "24",
|
|
34
33
|
r: "20",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,11 +14,10 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = ["fill"];
|
|
18
17
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
18
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
19
|
viewBox: "0 0 48 48",
|
|
21
|
-
fill:
|
|
20
|
+
fill: "none",
|
|
22
21
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-heart-fill`],
|
|
23
22
|
width: "1em",
|
|
24
23
|
height: "1em"
|
|
@@ -27,8 +26,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
26
|
d: "M23.64 10.888l.36.375.36-.375c4.171-4.335 10.898-4.593 15.035-.293 4.142 4.305 4.007 10.878.388 16.52-1.999 3.115-5.02 6.612-8.039 9.39-1.508 1.388-3.006 2.588-4.366 3.469-1.341.868-2.5 1.394-3.378 1.522-.878-.128-2.037-.654-3.378-1.522-1.36-.88-2.858-2.08-4.366-3.469-3.018-2.778-6.04-6.275-8.04-9.39-3.618-5.642-3.753-12.215.389-16.52 4.137-4.3 10.863-4.042 15.034.293z",
|
|
28
27
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
29
28
|
stroke: "#4E5969"
|
|
30
|
-
}, null, 8,
|
|
31
|
-
], 16
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
32
31
|
}
|
|
33
32
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
33
|
export { index as default };
|
|
@@ -13,18 +13,20 @@ const _sfc_main = {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
const _hoisted_1 =
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.33496 1.38135C7.77255 1.28191 8.22745 1.28191 8.66504 1.38135C9.15985 1.49383 9.62115 1.78312 10.5439 2.35986L12.5439 3.60986C13.3673 4.12449 13.7794 4.38146 14.0781 4.72998C14.3424 5.03836 14.5416 5.39715 14.6631 5.78467C14.8003 6.22269 14.7998 6.70906 14.7998 7.68018V9.56982C14.7998 11.2495 14.7995 12.0893 14.4727 12.731C14.1851 13.2954 13.7265 13.7549 13.1621 14.0425C12.5204 14.3695 11.6802 14.3696 10 14.3696H6C4.31984 14.3696 3.47963 14.3695 2.83789 14.0425C2.27345 13.7549 1.81495 13.2954 1.52734 12.731C1.2005 12.0893 1.2002 11.2495 1.2002 9.56982V7.68018C1.2002 6.70907 1.19966 6.22269 1.33691 5.78467C1.45839 5.39715 1.65761 5.03836 1.92188 4.72998C2.22055 4.38146 2.63266 4.12449 3.45605 3.60986L5.45605 2.35986C6.37885 1.78312 6.84015 1.49383 7.33496 1.38135ZM8.00391 8.20752C7.45187 8.2077 7.00405 8.65547 7.00391 9.20752V11.2378C7.00391 11.79 7.45178 12.2376 8.00391 12.2378C8.55619 12.2378 9.00391 11.7901 9.00391 11.2378V9.20752C9.00377 8.65535 8.5561 8.20752 8.00391 8.20752Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
19
20
|
];
|
|
20
21
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
22
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
23
|
viewBox: "0 0 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
23
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-icon_fill_home`],
|
|
25
27
|
width: "1em",
|
|
26
28
|
height: "1em"
|
|
27
|
-
}, _ctx.$attrs),
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
28
30
|
}
|
|
29
31
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
32
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M24 20v14m0-16v-4",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-info-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconLineAdd",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ 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);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line_add`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M32 24H16",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-minus-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|
|
@@ -14,11 +14,10 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = ["fill"];
|
|
18
17
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
18
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
19
|
viewBox: "0 0 48 48",
|
|
21
|
-
fill:
|
|
20
|
+
fill: "none",
|
|
22
21
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-moon-fill`],
|
|
23
22
|
width: "1em",
|
|
24
23
|
height: "1em"
|
|
@@ -26,8 +25,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
25
|
createElementVNode("path", {
|
|
27
26
|
d: "M42.108 29.769c.124-.387-.258-.736-.645-.613A17.99 17.99 0 0136 30c-9.941 0-18-8.059-18-18 0-1.905.296-3.74.844-5.463.123-.387-.226-.769-.613-.645C10.558 8.334 5 15.518 5 24c0 10.493 8.507 19 19 19 8.482 0 15.666-5.558 18.108-13.231z",
|
|
28
27
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
29
|
-
}, null, 8,
|
|
30
|
-
], 16
|
|
28
|
+
}, null, 8, _hoisted_1)
|
|
29
|
+
], 16);
|
|
31
30
|
}
|
|
32
31
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
32
|
export { index as default };
|
|
@@ -15,11 +15,10 @@ const _sfc_main = {
|
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
17
|
const _hoisted_2 = ["fill"];
|
|
18
|
-
const _hoisted_3 = ["fill"];
|
|
19
18
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
19
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
21
20
|
viewBox: "0 0 48 48",
|
|
22
|
-
fill:
|
|
21
|
+
fill: "none",
|
|
23
22
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mute-fill`],
|
|
24
23
|
width: "1em",
|
|
25
24
|
height: "1em"
|
|
@@ -27,14 +26,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
26
|
createElementVNode("path", {
|
|
28
27
|
d: "M5.931 13.001A2 2 0 004 15v18a2 2 0 002 2h7.37l9.483 6.639A2 2 0 0026 40v-6.93L5.931 13.001zM35.27 28.199l-3.311-3.313a7.985 7.985 0 00-1.96-6.107.525.525 0 01.011-.718l2.122-2.122a.485.485 0 01.7.008c3.125 3.393 3.938 8.15 2.439 12.252zM41.13 34.059l-2.936-2.937c3.07-5.89 2.226-13.288-2.531-18.348a.513.513 0 01.004-.713l2.122-2.122a.492.492 0 01.703.006c6.322 6.64 7.202 16.56 2.639 24.114zM26 18.928l-8.688-8.688 5.541-3.878A2 2 0 0126 8v10.928z",
|
|
29
28
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
30
|
-
}, null, 8,
|
|
29
|
+
}, null, 8, _hoisted_1),
|
|
31
30
|
createElementVNode("path", {
|
|
32
31
|
"fill-rule": "evenodd",
|
|
33
32
|
"clip-rule": "evenodd",
|
|
34
33
|
d: "M7.012 4.184l35.272 35.272-2.828 2.828L4.184 7.012l2.828-2.828z",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_2)
|
|
36
|
+
], 16);
|
|
38
37
|
}
|
|
39
38
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
39
|
export { index as default };
|
|
@@ -15,8 +15,7 @@ const _sfc_main = {
|
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
17
|
const _hoisted_2 = ["fill"];
|
|
18
|
-
const _hoisted_3 =
|
|
19
|
-
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
20
19
|
d: "M19 19v10h1V19h-1zM28 19v10h1V19h-1z",
|
|
21
20
|
stroke: "#fff",
|
|
22
21
|
"stroke-width": "4"
|
|
@@ -24,7 +23,7 @@ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
24
23
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
24
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
25
|
viewBox: "0 0 48 48",
|
|
27
|
-
fill:
|
|
26
|
+
fill: "none",
|
|
28
27
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-pause-circle-fill`],
|
|
29
28
|
width: "1em",
|
|
30
29
|
height: "1em"
|
|
@@ -32,15 +31,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32
31
|
createElementVNode("path", {
|
|
33
32
|
d: "M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z",
|
|
34
33
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
35
|
-
}, null, 8,
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
36
35
|
createElementVNode("path", {
|
|
37
36
|
"fill-rule": "evenodd",
|
|
38
37
|
"clip-rule": "evenodd",
|
|
39
38
|
d: "M24 8C15.163 8 8 15.163 8 24s7.163 16 16 16 16-7.163 16-16S32.837 8 24 8zM4 24C4 12.954 12.954 4 24 4s20 8.954 20 20-8.954 20-20 20S4 35.046 4 24z",
|
|
40
39
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
41
|
-
}, null, 8,
|
|
42
|
-
|
|
43
|
-
], 16
|
|
40
|
+
}, null, 8, _hoisted_2),
|
|
41
|
+
_hoisted_3
|
|
42
|
+
], 16);
|
|
44
43
|
}
|
|
45
44
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
46
45
|
export { index as default };
|
package/esm/IconPenFill/index.js
CHANGED
|
@@ -14,11 +14,10 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = ["fill"];
|
|
18
17
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
18
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
19
|
viewBox: "0 0 48 48",
|
|
21
|
-
fill:
|
|
20
|
+
fill: "none",
|
|
22
21
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-pen-fill`],
|
|
23
22
|
width: "1em",
|
|
24
23
|
height: "1em"
|
|
@@ -26,8 +25,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
25
|
createElementVNode("path", {
|
|
27
26
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
28
27
|
d: "M31.07 8.444l8.486 8.485L19.05 37.435l-8.485-8.485zM33.9 5.615a2 2 0 012.828 0l5.657 5.657a2 2 0 010 2.828l-1.414 1.415-8.486-8.486L33.9 5.615zM17.636 38.85l-8.485-8.486-3.61 10.83a1 1 0 001.264 1.265l10.831-3.61z"
|
|
29
|
-
}, null, 8,
|
|
30
|
-
], 16
|
|
28
|
+
}, null, 8, _hoisted_1)
|
|
29
|
+
], 16);
|
|
31
30
|
}
|
|
32
31
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
32
|
export { index as default };
|
|
@@ -14,11 +14,10 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = ["fill"];
|
|
18
17
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
18
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
19
|
viewBox: "0 0 48 48",
|
|
21
|
-
fill:
|
|
20
|
+
fill: "none",
|
|
22
21
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-play-arrow-fill`],
|
|
23
22
|
width: "1em",
|
|
24
23
|
height: "1em"
|
|
@@ -26,8 +25,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
25
|
createElementVNode("path", {
|
|
27
26
|
d: "M17.533 10.974a1 1 0 00-1.537.844v24.357a1 1 0 001.537.843L36.67 24.84a1 1 0 000-1.688L17.533 10.974z",
|
|
28
27
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
29
|
-
}, null, 8,
|
|
30
|
-
], 16
|
|
28
|
+
}, null, 8, _hoisted_1)
|
|
29
|
+
], 16);
|
|
31
30
|
}
|
|
32
31
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
32
|
export { index as default };
|
|
@@ -15,11 +15,10 @@ const _sfc_main = {
|
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
17
|
const _hoisted_2 = ["fill"];
|
|
18
|
-
const _hoisted_3 = ["fill"];
|
|
19
18
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
19
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
21
20
|
viewBox: "0 0 48 48",
|
|
22
|
-
fill:
|
|
21
|
+
fill: "none",
|
|
23
22
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-play-circle-fill`],
|
|
24
23
|
width: "1em",
|
|
25
24
|
height: "1em"
|
|
@@ -29,15 +28,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29
28
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
30
29
|
stroke: "#4E5969",
|
|
31
30
|
"stroke-width": "4"
|
|
32
|
-
}, null, 8,
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
33
32
|
createElementVNode("path", {
|
|
34
33
|
d: "M19 17v14l12-7-12-7z",
|
|
35
34
|
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
36
35
|
stroke: "#fff",
|
|
37
36
|
"stroke-width": "2",
|
|
38
37
|
"stroke-linejoin": "round"
|
|
39
|
-
}, null, 8,
|
|
40
|
-
], 16
|
|
38
|
+
}, null, 8, _hoisted_2)
|
|
39
|
+
], 16);
|
|
41
40
|
}
|
|
42
41
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
43
42
|
export { index as default };
|
|
@@ -14,8 +14,7 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 =
|
|
18
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
18
|
d: "M32 24h-8m-8 0h8m0 0v8m0-8v-8",
|
|
20
19
|
stroke: "#fff",
|
|
21
20
|
"stroke-width": "4"
|
|
@@ -23,7 +22,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
23
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
23
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
24
|
viewBox: "0 0 48 48",
|
|
26
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
27
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-plus-circle-fill`],
|
|
28
27
|
width: "1em",
|
|
29
28
|
height: "1em"
|
|
@@ -33,9 +32,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
32
|
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
33
|
stroke: "#4E5969",
|
|
35
34
|
"stroke-width": "4"
|
|
36
|
-
}, null, 8,
|
|
37
|
-
|
|
38
|
-
], 16
|
|
35
|
+
}, null, 8, _hoisted_1),
|
|
36
|
+
_hoisted_2
|
|
37
|
+
], 16);
|
|
39
38
|
}
|
|
40
39
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
40
|
export { index as default };
|