@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
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-info-circle`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18zM24 20v14M24 18v-4" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconInfoCircle',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-interaction`]" width="1em" height="1em" v-bind="$attrs"><path d="M8 19h16m16 0H24m0 0v23m14 0H10a2 2 0 01-2-2V8a2 2 0 012-2h28a2 2 0 012 2v32a2 2 0 01-2 2z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconInteraction',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconItalic/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-italic`]" width="1em" height="1em" v-bind="$attrs"><path d="M18 8h9m8 0h-8m0 0l-6 32m0 0h-8m8 0h9" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconItalic',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-language`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 43l-2.385-6M26 43l2.384-6m11.231 0l-.795-2-4.18-10h-1.28l-4.181 10-.795 2m11.231 0h-11.23M17 5l1 5M5 11h26M11 11s1.889 7.826 6.611 12.174C22.333 27.522 30 31 30 31" stroke="#4E5969" stroke-width="4"/><path d="M25 11s-1.889 7.826-6.611 12.174C13.667 27.522 6 31 6 31" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLanguage',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLaunch/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-launch`]" width="1em" height="1em" v-bind="$attrs"><path d="M41 26v14a1 1 0 01-1 1H8a1 1 0 01-1-1V8a1 1 0 011-1h14M19.822 28.178L39.899 8.1M41 20V7H28" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLaunch',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLayout/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-layout`]" width="1em" height="1em" v-bind="$attrs"><path d="M19 40V8m23 2a2 2 0 00-2-2H8a2 2 0 00-2 2v28a2 2 0 002 2h32a2 2 0 002-2V10z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLayout',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLeft/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-left`]" width="1em" height="1em" v-bind="$attrs"><path d="M32 8.4L16.444 23.956 32 39.513" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLeft',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-left-circle`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="18" stroke="#4E5969" stroke-width="4"/><path d="M28.485 32.485L20 24l8.485-8.485" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLeftCircle',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-line-height`]" width="1em" height="1em" v-bind="$attrs"><path d="M4 8h14.5M33 8H18.5m0 0v34" stroke="#4E5969" stroke-width="4"/><path d="M39 9.5L37 13h4l-2-3.5zM39 38.5L37 35h4l-2 3.5z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M39 13h2l-2-3.5-2 3.5h2zm0 0v22m0 0h2l-2 3.5-2-3.5h2z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLineHeight',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLink/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-link`]" width="1em" height="1em" v-bind="$attrs"><path d="M14.1 25.414l-4.95 4.95a6 6 0 008.486 8.485l8.485-8.485a6 6 0 000-8.485" stroke="#4E5969" stroke-width="4"/><path d="M21.879 26.121a6 6 0 010-8.485l8.485-8.485a6 6 0 118.485 8.485L33.5 23" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLink',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconList/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-list`]" width="1em" height="1em" v-bind="$attrs"><path d="M13 24h30M5 12h4m4 24h30M13 12h30M5 24h4M5 36h4" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconList',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-live-broadcast`]" width="1em" height="1em" v-bind="$attrs"><path d="M29 16h12a1 1 0 011 1v22a1 1 0 01-1 1H7a1 1 0 01-1-1V17a1 1 0 011-1h12m10 0l8-9m-8 9H19m0 0l-8-9m17.281 21.88l-6.195 4.475a1 1 0 01-1.586-.81v-8.262a1 1 0 011.521-.853l6.196 3.786a1 1 0 01.064 1.664z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLiveBroadcast',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-loading`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLoading',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-location`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="19" r="5" stroke="#4E5969" stroke-width="4"/><path d="M39 20.405C39 28.914 24 43 24 43S9 28.914 9 20.405C9 11.897 15.716 5 24 5c8.284 0 15 6.897 15 15.405z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLocation',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLock/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-lock`]" width="1em" height="1em" v-bind="$attrs"><path d="M9 41.5h30a2 2 0 002-2v-20a2 2 0 00-2-2H9a2 2 0 00-2 2v20a2 2 0 002 2zM16 14.5a8 8 0 1116 0v3H16v-3z" stroke="#4E5969" stroke-width="4"/><path d="M28 29.5a4 4 0 11-8 0 4 4 0 018 0z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLock',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLoop/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-loop`]" width="1em" height="1em" v-bind="$attrs"><path d="M24 10c7.732 0 14 6.268 14 14 0 3.815-1.526 7.273-4 9.798M24 34v6l4-3-4-3zM24 13V7l-4 3 4 3zM24 38c-7.732 0-14-6.268-14-14 0-3.815 1.526-7.273 4-9.798" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLoop',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMan/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-man`]" width="1em" height="1em" v-bind="$attrs"><path d="M40 8L29.679 18.321" stroke="#4E5969" stroke-width="4" stroke-linecap="round"/><path d="M33 27c0 7.18-5.82 13-13 13S7 34.18 7 27s5.82-13 13-13 13 5.82 13 13zM31 8h9v9" stroke="#4E5969" stroke-width="4" stroke-linecap="square"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMan',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMenu/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-menu`]" width="1em" height="1em" v-bind="$attrs"><path d="M5 10h38M5 24h38M5 38h38" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMenu',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-menu-fold`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 11H6M42 24H22M42 37H6M13.66 26.912l-4.82-3.118 4.82-3.118v6.236z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMenuFold',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-menu-unfold`]" width="1em" height="1em" v-bind="$attrs"><path d="M6 11h36M22 24h20M6 37h36M8 20.882L12.819 24 8 27.118v-6.236z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMenuUnfold',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-message`]" width="1em" height="1em" v-bind="$attrs"><path d="M15 20h18m-18 9h9M7 41h17.63C33.67 41 41 33.67 41 24.63V24c0-9.389-7.611-17-17-17S7 14.611 7 24v17z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMessage',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-message-banned`]" width="1em" height="1em" v-bind="$attrs"><path d="M40.527 20C38.727 12.541 32.01 7 24 7 14.611 7 7 14.611 7 24v17h14" stroke="#4E5969" stroke-width="4"/><path d="M40.364 40.364a9 9 0 00-12.728-12.728m12.728 12.728a9 9 0 01-12.728-12.728m12.728 12.728L27.636 27.636M13 20h12M13 29h6" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMessageBanned',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-mind-mapping`]" width="1em" height="1em" v-bind="$attrs"><path d="M20 10h23M20 24h23M20 38h23M9 12v28m0-28a2 2 0 100-4 2 2 0 000 4zm0 26h7M9 24h7" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMindMapping',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMinus/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-minus`]" width="1em" height="1em" v-bind="$attrs"><path d="M5 24h38" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMinus',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-minus-circle`]" width="1em" height="1em" v-bind="$attrs"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18zM32 24H16" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMinusCircle',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMobile/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-mobile`]" width="1em" height="1em" v-bind="$attrs"><path d="M17 14h14m6.125 28h-26.25C9.839 42 9 41.105 9 40V8c0-1.105.84-2 1.875-2h26.25C38.16 6 39 6.895 39 8v32c0 1.105-.84 2-1.875 2zM22 33a2 2 0 114 0 2 2 0 01-4 0z" stroke="#4E5969" stroke-width="4"/><circle cx="24" cy="33" r="2" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMobile',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMoon/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-moon`]" width="1em" height="1em" v-bind="$attrs"><path d="M39.979 29.241c.11-.344-.23-.654-.574-.544-1.53.487-3.162.75-4.855.75-8.834 0-15.997-7.163-15.997-15.997 0-1.693.263-3.324.75-4.855.11-.344-.2-.684-.544-.574C11.939 10.19 7 16.576 7 24.114 7 33.44 14.56 41 23.886 41c7.538 0 13.923-4.94 16.093-11.759z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMoon',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMore/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-more`]" width="1em" height="1em" v-bind="$attrs"><path d="M38 25v-2h2v2h-2zM23 25v-2h2v2h-2zM8 25v-2h2v2H8z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M38 25v-2h2v2h-2zM23 25v-2h2v2h-2zM8 25v-2h2v2H8z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMore',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-more-vertical`]" width="1em" height="1em" v-bind="$attrs"><path d="M25 10h-2V8h2v2zM25 25h-2v-2h2v2zM25 40h-2v-2h2v2z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M25 10h-2V8h2v2zM25 25h-2v-2h2v2zM25 40h-2v-2h2v2z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMoreVertical',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMosaic/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-mosaic`]" width="1em" height="1em" v-bind="$attrs"><path d="M6 7h4v4H6V7zM6 23h4v4H6v-4zM6 38h4v4H6v-4zM14 15h4v4h-4v-4zM14 31h4v4h-4v-4zM22 7h4v4h-4V7zM22 23h4v4h-4v-4zM22 38h4v4h-4v-4zM30 15h4v4h-4v-4zM30 31h4v4h-4v-4zM38 7h4v4h-4V7zM38 23h4v4h-4v-4zM38 38h4v4h-4v-4z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M6 7h4v4H6V7zM6 23h4v4H6v-4zM6 38h4v4H6v-4zM14 15h4v4h-4v-4zM14 31h4v4h-4v-4zM22 7h4v4h-4V7zM22 23h4v4h-4v-4zM22 38h4v4h-4v-4zM30 15h4v4h-4v-4zM30 31h4v4h-4v-4zM38 7h4v4h-4V7zM38 23h4v4h-4v-4zM38 38h4v4h-4v-4z" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMosaic',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMusic/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-music`]" width="1em" height="1em" v-bind="$attrs"><path d="M15 37a4 4 0 10-8 0 4 4 0 008 0zm0 0V18.5M41 37a4 4 0 10-8 0 4 4 0 008 0zm0 0V16.5m-26 2V9.926a1 1 0 01.923-.997l24-1.846A1 1 0 0141 8.08v8.42m-26 2l26-2" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMusic',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMute/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" :fill="useCurrentColor ? 'currentColor' : 'none'" :class="[`${prefix}-icon`, `${prefix}-icon-mute`]" width="1em" height="1em" v-bind="$attrs"><path d="M35.728 11.272C41.508 17.052 42.5 25 39.123 32M30.071 16.929C32.535 19.393 34 23 32.799 26M19 11.5l4.833-4.35a.1.1 0 01.167.075V17M6.5 6.5l35 35M10 16H7.1a.1.1 0 00-.1.1v15.8a.1.1 0 00.1.1H14l9.833 8.85a.1.1 0 00.167-.075V31" stroke="#4E5969" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMute',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|