@arco-iconbox/vue-smartcode 0.0.10 → 0.0.12
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 +539 -1031
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +204 -252
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconIconFillChart → IconFillChart}/index.js +2 -2
- package/esm/IconFillChinese/index.js +37 -0
- package/esm/{IconIconFillData → IconFillData}/index.js +2 -2
- package/esm/{IconIconFillDown → IconFillDown}/index.js +2 -2
- package/esm/{IconIconFillDownload → IconFillDownload}/index.js +2 -2
- package/esm/{IconExclamationCircleFill → IconFillEnglish}/index.js +10 -15
- package/esm/{IconIconFillFile → IconFillFile}/index.js +2 -2
- package/esm/{IconCheckCircleFill → IconFillHeart}/index.js +9 -15
- package/esm/{IconIconFillHome → IconFillHome}/index.js +2 -2
- package/esm/{IconIconFillIdea → IconFillIdea}/index.js +2 -2
- package/esm/{IconIconFillMenu → IconFillMenu}/index.js +2 -2
- package/esm/{IconFaceMehFill → IconFillMoon}/index.js +8 -17
- package/esm/IconFillMute/index.js +37 -0
- package/esm/{IconFaceSmileFill → IconFillPen}/index.js +8 -17
- package/esm/{IconPlayArrowFill → IconFillPlayArrow}/index.js +8 -9
- package/esm/{IconIconFillResources → IconFillResources}/index.js +2 -2
- package/esm/{IconIconFillRight → IconFillRight}/index.js +2 -2
- package/esm/{IconFaceFrownFill → IconFillSkipNext}/index.js +13 -16
- package/esm/{IconCloseCircleFill → IconFillSkipPrevious}/index.js +13 -16
- package/esm/IconFillSound/index.js +33 -0
- package/esm/IconFillStar/index.js +32 -0
- package/esm/IconFillSun/index.js +37 -0
- package/esm/{IconIconFillTemplate → IconFillTemplate}/index.js +2 -2
- package/esm/IconIconLineLanguage/index.js +40 -0
- package/esm/IconLineAdd/index.js +1 -1
- package/esm/{IconIconLineArrowdown → IconLineArrowdown}/index.js +2 -2
- package/esm/{IconIconLineArrowleft → IconLineArrowleft}/index.js +2 -2
- package/esm/{IconIconLineArrowright → IconLineArrowright}/index.js +2 -2
- package/esm/{IconIconLineArrowup → IconLineArrowup}/index.js +2 -2
- package/esm/{IconIconLineBack → IconLineBack}/index.js +2 -2
- package/esm/{IconIconLineChart → IconLineChart}/index.js +2 -2
- package/esm/{IconIconLineClose → IconLineClose}/index.js +2 -2
- package/esm/{IconIconLineCompany → IconLineCompany}/index.js +2 -2
- package/esm/{IconIconLineDelete → IconLineDelete}/index.js +2 -2
- package/esm/{IconIconLineDoubledown → IconLineDoubledown}/index.js +2 -2
- package/esm/{IconIconLineDoubleleft → IconLineDoubleleft}/index.js +2 -2
- package/esm/{IconIconLineDoubleright → IconLineDoubleright}/index.js +2 -2
- package/esm/{IconIconLineDoubleup → IconLineDoubleup}/index.js +2 -2
- package/esm/{IconIconLineDownload → IconLineDownload}/index.js +2 -2
- package/esm/{IconIconLineExit → IconLineExit}/index.js +2 -2
- package/esm/IconLineExpand/index.js +32 -0
- package/esm/{IconIconLineFile → IconLineFile}/index.js +2 -2
- package/esm/{IconIconLineFilter → IconLineFilter}/index.js +2 -2
- package/esm/{IconIconLineFolder → IconLineFolder}/index.js +2 -2
- package/esm/{IconIconLineFollow → IconLineFollow}/index.js +2 -2
- package/esm/{IconIconLineHome → IconLineHome}/index.js +2 -2
- package/esm/{IconIconLineInfo → IconLineInfo}/index.js +2 -2
- package/esm/{IconIconLineLock → IconLineLock}/index.js +2 -2
- package/esm/{IconIconLineManage → IconLineManage}/index.js +2 -2
- package/esm/{IconIconLineMoney → IconLineMoney}/index.js +2 -2
- package/esm/{IconIconLineNotice → IconLineNotice}/index.js +2 -2
- package/esm/{IconIconLineOrder → IconLineOrder}/index.js +2 -2
- package/esm/{IconIconLineOrganization → IconLineOrganization}/index.js +2 -2
- package/esm/{IconIconLinePercent → IconLinePercent}/index.js +2 -2
- package/esm/{IconIconLineQuestion → IconLineQuestion}/index.js +2 -2
- package/esm/{IconIconLineRefresh → IconLineRefresh}/index.js +2 -2
- package/esm/{IconIconLineRisk → IconLineRisk}/index.js +2 -2
- package/esm/{IconIconLineSet → IconLineSet}/index.js +2 -2
- package/esm/{IconIconLineShopping → IconLineShopping}/index.js +2 -2
- package/esm/{IconIconLineSort → IconLineSort}/index.js +2 -2
- package/esm/{IconIconLineSpacing → IconLineSpacing}/index.js +2 -2
- package/esm/IconLineStar/index.js +32 -0
- package/esm/{IconIconLineTime → IconLineTime}/index.js +2 -2
- package/esm/{IconIconLineUser → IconLineUser}/index.js +2 -2
- package/esm/{IconIconLineWarning → IconLineWarning}/index.js +2 -2
- package/esm/index.js +64 -76
- package/lib/{IconIconFillChart → IconFillChart}/index.js +2 -2
- package/lib/{IconCloseCircleFill → IconFillChinese}/index.js +13 -16
- package/lib/{IconIconFillData → IconFillData}/index.js +2 -2
- package/lib/{IconIconFillDown → IconFillDown}/index.js +2 -2
- package/lib/{IconIconFillDownload → IconFillDownload}/index.js +2 -2
- package/lib/IconFillEnglish/index.js +36 -0
- package/lib/{IconIconFillFile → IconFillFile}/index.js +2 -2
- package/lib/{IconExclamationPolygonFill → IconFillHeart}/index.js +9 -15
- package/lib/{IconIconFillHome → IconFillHome}/index.js +2 -2
- package/lib/{IconIconFillIdea → IconFillIdea}/index.js +2 -2
- package/lib/{IconIconFillMenu → IconFillMenu}/index.js +2 -2
- package/lib/{IconFaceFrownFill → IconFillMoon}/index.js +8 -17
- package/lib/IconFillMute/index.js +38 -0
- package/lib/{IconFaceSmileFill → IconFillPen}/index.js +8 -17
- package/lib/{IconFaceMehFill → IconFillPlayArrow}/index.js +8 -17
- package/lib/{IconIconFillResources → IconFillResources}/index.js +2 -2
- package/lib/{IconIconFillRight → IconFillRight}/index.js +2 -2
- package/lib/{IconCheckCircleFill → IconFillSkipNext}/index.js +13 -16
- package/lib/{IconExclamationCircleFill → IconFillSkipPrevious}/index.js +13 -16
- package/lib/IconFillSound/index.js +34 -0
- package/lib/IconFillStar/index.js +33 -0
- package/lib/IconFillSun/index.js +38 -0
- package/lib/{IconIconFillTemplate → IconFillTemplate}/index.js +2 -2
- package/lib/IconIconLineLanguage/index.js +41 -0
- package/lib/IconLineAdd/index.js +1 -1
- package/lib/{IconIconLineArrowdown → IconLineArrowdown}/index.js +2 -2
- package/lib/{IconIconLineArrowleft → IconLineArrowleft}/index.js +2 -2
- package/lib/{IconIconLineArrowright → IconLineArrowright}/index.js +2 -2
- package/lib/{IconIconLineArrowup → IconLineArrowup}/index.js +2 -2
- package/lib/{IconIconLineBack → IconLineBack}/index.js +2 -2
- package/lib/{IconIconLineChart → IconLineChart}/index.js +2 -2
- package/lib/{IconIconLineClose → IconLineClose}/index.js +2 -2
- package/lib/{IconIconLineCompany → IconLineCompany}/index.js +2 -2
- package/lib/{IconIconLineDelete → IconLineDelete}/index.js +2 -2
- package/lib/{IconIconLineDoubledown → IconLineDoubledown}/index.js +2 -2
- package/lib/{IconIconLineDoubleleft → IconLineDoubleleft}/index.js +2 -2
- package/lib/{IconIconLineDoubleright → IconLineDoubleright}/index.js +2 -2
- package/lib/{IconIconLineDoubleup → IconLineDoubleup}/index.js +2 -2
- package/lib/{IconIconLineDownload → IconLineDownload}/index.js +2 -2
- package/lib/{IconIconLineExit → IconLineExit}/index.js +2 -2
- package/lib/IconLineExpand/index.js +33 -0
- package/lib/{IconIconLineFile → IconLineFile}/index.js +2 -2
- package/lib/{IconIconLineFilter → IconLineFilter}/index.js +2 -2
- package/lib/{IconIconLineFolder → IconLineFolder}/index.js +2 -2
- package/lib/{IconIconLineFollow → IconLineFollow}/index.js +2 -2
- package/lib/{IconIconLineHome → IconLineHome}/index.js +2 -2
- package/lib/{IconIconLineInfo → IconLineInfo}/index.js +2 -2
- package/lib/{IconIconLineLock → IconLineLock}/index.js +2 -2
- package/lib/{IconIconLineManage → IconLineManage}/index.js +2 -2
- package/lib/{IconIconLineMoney → IconLineMoney}/index.js +2 -2
- package/lib/{IconIconLineNotice → IconLineNotice}/index.js +2 -2
- package/lib/{IconIconLineOrder → IconLineOrder}/index.js +2 -2
- package/lib/{IconIconLineOrganization → IconLineOrganization}/index.js +2 -2
- package/lib/{IconIconLinePercent → IconLinePercent}/index.js +2 -2
- package/lib/{IconIconLineQuestion → IconLineQuestion}/index.js +2 -2
- package/lib/{IconIconLineRefresh → IconLineRefresh}/index.js +2 -2
- package/lib/{IconIconLineRisk → IconLineRisk}/index.js +2 -2
- package/lib/{IconIconLineSet → IconLineSet}/index.js +2 -2
- package/lib/{IconIconLineShopping → IconLineShopping}/index.js +2 -2
- package/lib/{IconIconLineSort → IconLineSort}/index.js +2 -2
- package/lib/{IconIconLineSpacing → IconLineSpacing}/index.js +2 -2
- package/lib/IconLineStar/index.js +33 -0
- package/lib/{IconIconLineTime → IconLineTime}/index.js +2 -2
- package/lib/{IconIconLineUser → IconLineUser}/index.js +2 -2
- package/lib/{IconIconLineWarning → IconLineWarning}/index.js +2 -2
- package/lib/index.js +130 -154
- package/package.json +1 -1
- package/src/IconFillChart/index.vue +19 -0
- package/src/IconFillChinese/index.vue +19 -0
- package/src/IconFillData/index.vue +19 -0
- package/src/IconFillDown/index.vue +19 -0
- package/src/IconFillDownload/index.vue +19 -0
- package/src/IconFillEnglish/index.vue +19 -0
- package/src/IconFillFile/index.vue +19 -0
- package/src/IconFillHeart/index.vue +19 -0
- package/src/IconFillHome/index.vue +19 -0
- package/src/IconFillIdea/index.vue +19 -0
- package/src/IconFillMenu/index.vue +19 -0
- package/src/IconFillMoon/index.vue +19 -0
- package/src/IconFillMute/index.vue +19 -0
- package/src/IconFillPen/index.vue +19 -0
- package/src/IconFillPlayArrow/index.vue +19 -0
- package/src/IconFillResources/index.vue +19 -0
- package/src/IconFillRight/index.vue +19 -0
- package/src/IconFillSkipNext/index.vue +19 -0
- package/src/IconFillSkipPrevious/index.vue +19 -0
- package/src/IconFillSound/index.vue +19 -0
- package/src/IconFillStar/index.vue +19 -0
- package/src/IconFillSun/index.vue +19 -0
- package/src/IconFillTemplate/index.vue +19 -0
- package/src/IconIconLineLanguage/index.vue +19 -0
- package/src/IconLineAdd/index.vue +1 -1
- package/src/IconLineArrowdown/index.vue +19 -0
- package/src/IconLineArrowleft/index.vue +19 -0
- package/src/IconLineArrowright/index.vue +19 -0
- package/src/IconLineArrowup/index.vue +19 -0
- package/src/IconLineBack/index.vue +19 -0
- package/src/IconLineChart/index.vue +19 -0
- package/src/IconLineClose/index.vue +19 -0
- package/src/IconLineCompany/index.vue +19 -0
- package/src/IconLineDelete/index.vue +19 -0
- package/src/IconLineDoubledown/index.vue +19 -0
- package/src/IconLineDoubleleft/index.vue +19 -0
- package/src/IconLineDoubleright/index.vue +19 -0
- package/src/IconLineDoubleup/index.vue +19 -0
- package/src/IconLineDownload/index.vue +19 -0
- package/src/IconLineExit/index.vue +19 -0
- package/src/IconLineExpand/index.vue +19 -0
- package/src/IconLineFile/index.vue +19 -0
- package/src/IconLineFilter/index.vue +19 -0
- package/src/IconLineFolder/index.vue +19 -0
- package/src/IconLineFollow/index.vue +19 -0
- package/src/IconLineHome/index.vue +19 -0
- package/src/IconLineInfo/index.vue +19 -0
- package/src/IconLineLock/index.vue +19 -0
- package/src/IconLineManage/index.vue +19 -0
- package/src/IconLineMoney/index.vue +19 -0
- package/src/IconLineNotice/index.vue +19 -0
- package/src/IconLineOrder/index.vue +19 -0
- package/src/IconLineOrganization/index.vue +19 -0
- package/src/IconLinePercent/index.vue +19 -0
- package/src/IconLineQuestion/index.vue +19 -0
- package/src/IconLineRefresh/index.vue +19 -0
- package/src/IconLineRisk/index.vue +19 -0
- package/src/IconLineSet/index.vue +19 -0
- package/src/IconLineShopping/index.vue +19 -0
- package/src/IconLineSort/index.vue +19 -0
- package/src/IconLineSpacing/index.vue +19 -0
- package/src/IconLineStar/index.vue +19 -0
- package/src/IconLineTime/index.vue +19 -0
- package/src/IconLineUser/index.vue +19 -0
- package/src/IconLineWarning/index.vue +19 -0
- package/src/index.js +65 -77
- package/esm/IconChineseFill/index.js +0 -39
- package/esm/IconEnglishFill/index.js +0 -34
- package/esm/IconExclamationPolygonFill/index.js +0 -40
- package/esm/IconHeartFill/index.js +0 -33
- package/esm/IconInfoCircleFill/index.js +0 -40
- package/esm/IconMinusCircleFill/index.js +0 -40
- package/esm/IconMoonFill/index.js +0 -32
- package/esm/IconMuteFill/index.js +0 -39
- package/esm/IconPauseCircleFill/index.js +0 -45
- package/esm/IconPenFill/index.js +0 -32
- package/esm/IconPlayCircleFill/index.js +0 -42
- package/esm/IconPlusCircleFill/index.js +0 -40
- package/esm/IconQuestionCircleFill/index.js +0 -40
- package/esm/IconSkipNextFill/index.js +0 -39
- package/esm/IconSkipPreviousFill/index.js +0 -39
- package/esm/IconSoundFill/index.js +0 -37
- package/esm/IconStarFill/index.js +0 -34
- package/esm/IconSunFill/index.js +0 -39
- package/esm/IconThumbDownFill/index.js +0 -38
- package/esm/IconThumbUpFill/index.js +0 -38
- package/lib/IconChineseFill/index.js +0 -40
- package/lib/IconEnglishFill/index.js +0 -35
- package/lib/IconHeartFill/index.js +0 -34
- package/lib/IconInfoCircleFill/index.js +0 -41
- package/lib/IconMinusCircleFill/index.js +0 -41
- package/lib/IconMoonFill/index.js +0 -33
- package/lib/IconMuteFill/index.js +0 -40
- package/lib/IconPauseCircleFill/index.js +0 -46
- package/lib/IconPenFill/index.js +0 -33
- package/lib/IconPlayArrowFill/index.js +0 -33
- package/lib/IconPlayCircleFill/index.js +0 -43
- package/lib/IconPlusCircleFill/index.js +0 -41
- package/lib/IconQuestionCircleFill/index.js +0 -41
- package/lib/IconSkipNextFill/index.js +0 -40
- package/lib/IconSkipPreviousFill/index.js +0 -40
- package/lib/IconSoundFill/index.js +0 -38
- package/lib/IconStarFill/index.js +0 -35
- package/lib/IconSunFill/index.js +0 -40
- package/lib/IconThumbDownFill/index.js +0 -39
- package/lib/IconThumbUpFill/index.js +0 -39
- package/src/IconCheckCircleFill/index.vue +0 -19
- package/src/IconChineseFill/index.vue +0 -19
- package/src/IconCloseCircleFill/index.vue +0 -19
- package/src/IconEnglishFill/index.vue +0 -19
- package/src/IconExclamationCircleFill/index.vue +0 -19
- package/src/IconExclamationPolygonFill/index.vue +0 -19
- package/src/IconFaceFrownFill/index.vue +0 -19
- package/src/IconFaceMehFill/index.vue +0 -19
- package/src/IconFaceSmileFill/index.vue +0 -19
- package/src/IconHeartFill/index.vue +0 -19
- package/src/IconIconFillChart/index.vue +0 -19
- package/src/IconIconFillData/index.vue +0 -19
- package/src/IconIconFillDown/index.vue +0 -19
- package/src/IconIconFillDownload/index.vue +0 -19
- package/src/IconIconFillFile/index.vue +0 -19
- package/src/IconIconFillHome/index.vue +0 -19
- package/src/IconIconFillIdea/index.vue +0 -19
- package/src/IconIconFillMenu/index.vue +0 -19
- package/src/IconIconFillResources/index.vue +0 -19
- package/src/IconIconFillRight/index.vue +0 -19
- package/src/IconIconFillTemplate/index.vue +0 -19
- package/src/IconIconLineArrowdown/index.vue +0 -19
- package/src/IconIconLineArrowleft/index.vue +0 -19
- package/src/IconIconLineArrowright/index.vue +0 -19
- package/src/IconIconLineArrowup/index.vue +0 -19
- package/src/IconIconLineBack/index.vue +0 -19
- package/src/IconIconLineChart/index.vue +0 -19
- package/src/IconIconLineClose/index.vue +0 -19
- package/src/IconIconLineCompany/index.vue +0 -19
- package/src/IconIconLineDelete/index.vue +0 -19
- package/src/IconIconLineDoubledown/index.vue +0 -19
- package/src/IconIconLineDoubleleft/index.vue +0 -19
- package/src/IconIconLineDoubleright/index.vue +0 -19
- package/src/IconIconLineDoubleup/index.vue +0 -19
- package/src/IconIconLineDownload/index.vue +0 -19
- package/src/IconIconLineExit/index.vue +0 -19
- package/src/IconIconLineFile/index.vue +0 -19
- package/src/IconIconLineFilter/index.vue +0 -19
- package/src/IconIconLineFolder/index.vue +0 -19
- package/src/IconIconLineFollow/index.vue +0 -19
- package/src/IconIconLineHome/index.vue +0 -19
- package/src/IconIconLineInfo/index.vue +0 -19
- package/src/IconIconLineLock/index.vue +0 -19
- package/src/IconIconLineManage/index.vue +0 -19
- package/src/IconIconLineMoney/index.vue +0 -19
- package/src/IconIconLineNotice/index.vue +0 -19
- package/src/IconIconLineOrder/index.vue +0 -19
- package/src/IconIconLineOrganization/index.vue +0 -19
- package/src/IconIconLinePercent/index.vue +0 -19
- package/src/IconIconLineQuestion/index.vue +0 -19
- package/src/IconIconLineRefresh/index.vue +0 -19
- package/src/IconIconLineRisk/index.vue +0 -19
- package/src/IconIconLineSet/index.vue +0 -19
- package/src/IconIconLineShopping/index.vue +0 -19
- package/src/IconIconLineSort/index.vue +0 -19
- package/src/IconIconLineSpacing/index.vue +0 -19
- package/src/IconIconLineTime/index.vue +0 -19
- package/src/IconIconLineUser/index.vue +0 -19
- package/src/IconIconLineWarning/index.vue +0 -19
- package/src/IconInfoCircleFill/index.vue +0 -19
- package/src/IconMinusCircleFill/index.vue +0 -19
- package/src/IconMoonFill/index.vue +0 -19
- package/src/IconMuteFill/index.vue +0 -19
- package/src/IconPauseCircleFill/index.vue +0 -19
- package/src/IconPenFill/index.vue +0 -19
- package/src/IconPlayArrowFill/index.vue +0 -19
- package/src/IconPlayCircleFill/index.vue +0 -19
- package/src/IconPlusCircleFill/index.vue +0 -19
- package/src/IconQuestionCircleFill/index.vue +0 -19
- package/src/IconSkipNextFill/index.vue +0 -19
- package/src/IconSkipPreviousFill/index.vue +0 -19
- package/src/IconSoundFill/index.vue +0 -19
- package/src/IconStarFill/index.vue +0 -19
- package/src/IconSunFill/index.vue +0 -19
- package/src/IconThumbDownFill/index.vue +0 -19
- package/src/IconThumbUpFill/index.vue +0 -19
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconPlayArrowFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
-
viewBox: "0 0 48 48",
|
|
21
|
-
fill: "none",
|
|
22
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-play-arrow-fill`],
|
|
23
|
-
width: "1em",
|
|
24
|
-
height: "1em"
|
|
25
|
-
}, _ctx.$attrs), [
|
|
26
|
-
vue.createElementVNode("path", {
|
|
27
|
-
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
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
29
|
-
}, null, 8, _hoisted_1)
|
|
30
|
-
], 16);
|
|
31
|
-
}
|
|
32
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
-
module.exports = index;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconPlayCircleFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = ["fill"];
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
-
viewBox: "0 0 48 48",
|
|
22
|
-
fill: "none",
|
|
23
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-play-circle-fill`],
|
|
24
|
-
width: "1em",
|
|
25
|
-
height: "1em"
|
|
26
|
-
}, _ctx.$attrs), [
|
|
27
|
-
vue.createElementVNode("path", {
|
|
28
|
-
d: "M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18z",
|
|
29
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
30
|
-
stroke: "#4E5969",
|
|
31
|
-
"stroke-width": "4"
|
|
32
|
-
}, null, 8, _hoisted_1),
|
|
33
|
-
vue.createElementVNode("path", {
|
|
34
|
-
d: "M19 17v14l12-7-12-7z",
|
|
35
|
-
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
36
|
-
stroke: "#fff",
|
|
37
|
-
"stroke-width": "2",
|
|
38
|
-
"stroke-linejoin": "round"
|
|
39
|
-
}, null, 8, _hoisted_2)
|
|
40
|
-
], 16);
|
|
41
|
-
}
|
|
42
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
-
module.exports = index;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconPlusCircleFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
-
d: "M32 24h-8m-8 0h8m0 0v8m0-8v-8",
|
|
20
|
-
stroke: "#fff",
|
|
21
|
-
"stroke-width": "4"
|
|
22
|
-
}, null, -1);
|
|
23
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
-
viewBox: "0 0 48 48",
|
|
26
|
-
fill: "none",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-plus-circle-fill`],
|
|
28
|
-
width: "1em",
|
|
29
|
-
height: "1em"
|
|
30
|
-
}, _ctx.$attrs), [
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
d: "M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z",
|
|
33
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
|
-
stroke: "#4E5969",
|
|
35
|
-
"stroke-width": "4"
|
|
36
|
-
}, null, 8, _hoisted_1),
|
|
37
|
-
_hoisted_2
|
|
38
|
-
], 16);
|
|
39
|
-
}
|
|
40
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
-
module.exports = index;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconQuestionCircleFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
-
d: "M24.006 31v4.008m0-6.008L24 28c0-3 3-4 4.78-6.402C30.558 19.195 28.288 15 23.987 15c-4.014 0-5.382 2.548-5.388 4.514v.465",
|
|
20
|
-
stroke: "#fff",
|
|
21
|
-
"stroke-width": "4"
|
|
22
|
-
}, null, -1);
|
|
23
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
-
viewBox: "0 0 48 48",
|
|
26
|
-
fill: "none",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-question-circle-fill`],
|
|
28
|
-
width: "1em",
|
|
29
|
-
height: "1em"
|
|
30
|
-
}, _ctx.$attrs), [
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
d: "M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z",
|
|
33
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
34
|
-
stroke: "#4E5969",
|
|
35
|
-
"stroke-width": "4"
|
|
36
|
-
}, null, 8, _hoisted_1),
|
|
37
|
-
_hoisted_2
|
|
38
|
-
], 16);
|
|
39
|
-
}
|
|
40
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
-
module.exports = index;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconSkipNextFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = ["fill"];
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
-
viewBox: "0 0 48 48",
|
|
22
|
-
fill: "none",
|
|
23
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-skip-next-fill`],
|
|
24
|
-
width: "1em",
|
|
25
|
-
height: "1em"
|
|
26
|
-
}, _ctx.$attrs), [
|
|
27
|
-
vue.createElementVNode("path", {
|
|
28
|
-
d: "M13.585 12.145a1 1 0 00-1.585.81v22.09a1 1 0 001.585.81L28.878 24.81a1 1 0 000-1.622L13.585 12.145z",
|
|
29
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
30
|
-
}, null, 8, _hoisted_1),
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
"fill-rule": "evenodd",
|
|
33
|
-
"clip-rule": "evenodd",
|
|
34
|
-
d: "M33 36a1 1 0 01-1-1V13a1 1 0 011-1h2a1 1 0 011 1v22a1 1 0 01-1 1h-2z",
|
|
35
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8, _hoisted_2)
|
|
37
|
-
], 16);
|
|
38
|
-
}
|
|
39
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
-
module.exports = index;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconSkipPreviousFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = ["fill"];
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
-
viewBox: "0 0 48 48",
|
|
22
|
-
fill: "none",
|
|
23
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-skip-previous-fill`],
|
|
24
|
-
width: "1em",
|
|
25
|
-
height: "1em"
|
|
26
|
-
}, _ctx.$attrs), [
|
|
27
|
-
vue.createElementVNode("path", {
|
|
28
|
-
d: "M34.414 35.855a1 1 0 001.586-.81v-22.09a1 1 0 00-1.586-.81L19.122 23.19a1 1 0 000 1.622l15.292 11.044z",
|
|
29
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
30
|
-
}, null, 8, _hoisted_1),
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
"fill-rule": "evenodd",
|
|
33
|
-
"clip-rule": "evenodd",
|
|
34
|
-
d: "M15 12a1 1 0 011 1v22a1 1 0 01-1 1h-2a1 1 0 01-1-1V13a1 1 0 011-1h2z",
|
|
35
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8, _hoisted_2)
|
|
37
|
-
], 16);
|
|
38
|
-
}
|
|
39
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
-
module.exports = index;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconSoundFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = ["fill"];
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
-
viewBox: "0 0 48 48",
|
|
22
|
-
fill: "none",
|
|
23
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sound-fill`],
|
|
24
|
-
width: "1em",
|
|
25
|
-
height: "1em"
|
|
26
|
-
}, _ctx.$attrs), [
|
|
27
|
-
vue.createElementVNode("path", {
|
|
28
|
-
d: "M14 15l10-7v32l-10-7H6V15h8z",
|
|
29
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
30
|
-
}, null, 8, _hoisted_1),
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
d: "M14 15v2a2 2 0 001.147-.361L14 15zm10-7h2a2 2 0 00-3.147-1.638L24 8zm0 32l-1.147 1.639A2 2 0 0026 40h-2zm-10-7l1.147-1.639A2 2 0 0014 31v2zM6 15v-2a2 2 0 00-2 2h2zm0 18H4a2 2 0 002 2v-2zm9.147-16.361l10-7-2.294-3.277-10 7 2.294 3.277zM22 8v32h4V8h-4zm3.147 30.361l-10-7-2.294 3.277 10 7 2.294-3.276zM6 17h8v-4H6v4zm8 14H6v4h8v-4zm-6 2V15H4v18h4zm21.657-14.586a8 8 0 010 11.314l2.828 2.828c4.687-4.686 4.687-12.284 0-16.97l-2.828 2.828zm5.657-6c6.248 6.249 6.248 16.38 0 22.628l2.828 2.828c7.81-7.81 7.81-20.474 0-28.284l-2.828 2.828z",
|
|
33
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
34
|
-
}, null, 8, _hoisted_2)
|
|
35
|
-
], 16);
|
|
36
|
-
}
|
|
37
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
-
module.exports = index;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconStarFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
-
viewBox: "0 0 48 48",
|
|
21
|
-
fill: "none",
|
|
22
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-star-fill`],
|
|
23
|
-
width: "1em",
|
|
24
|
-
height: "1em"
|
|
25
|
-
}, _ctx.$attrs), [
|
|
26
|
-
vue.createElementVNode("path", {
|
|
27
|
-
d: "M22.552 6.908a.5.5 0 01.896 0l5.02 10.17a.5.5 0 00.376.274l11.224 1.631a.5.5 0 01.277.853l-8.122 7.916a.5.5 0 00-.143.443l1.917 11.178a.5.5 0 01-.726.527l-10.038-5.278a.5.5 0 00-.466 0L12.73 39.9a.5.5 0 01-.726-.527l1.918-11.178a.5.5 0 00-.144-.443l-8.122-7.916a.5.5 0 01.278-.853l11.223-1.63a.5.5 0 00.376-.274l5.02-10.17z",
|
|
28
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969",
|
|
29
|
-
stroke: "#4E5969",
|
|
30
|
-
"stroke-width": "4"
|
|
31
|
-
}, null, 8, _hoisted_1)
|
|
32
|
-
], 16);
|
|
33
|
-
}
|
|
34
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
-
module.exports = index;
|
package/lib/IconSunFill/index.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconSunFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = ["fill"];
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
-
viewBox: "0 0 48 48",
|
|
22
|
-
fill: "none",
|
|
23
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sun-fill`],
|
|
24
|
-
width: "1em",
|
|
25
|
-
height: "1em"
|
|
26
|
-
}, _ctx.$attrs), [
|
|
27
|
-
vue.createElementVNode("circle", {
|
|
28
|
-
cx: "24",
|
|
29
|
-
cy: "24",
|
|
30
|
-
r: "9",
|
|
31
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
32
|
-
}, null, 8, _hoisted_1),
|
|
33
|
-
vue.createElementVNode("path", {
|
|
34
|
-
d: "M21 5.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM21 37.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM42.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM10.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM39.203 34.96a.5.5 0 010 .707l-3.536 3.536a.5.5 0 01-.707 0l-3.535-3.536a.5.5 0 010-.707l3.535-3.535a.5.5 0 01.707 0l3.536 3.535zM16.575 12.333a.5.5 0 010 .707l-3.535 3.535a.5.5 0 01-.707 0L8.797 13.04a.5.5 0 010-.707l3.536-3.536a.5.5 0 01.707 0l3.535 3.536zM13.04 39.203a.5.5 0 01-.707 0l-3.536-3.536a.5.5 0 010-.707l3.536-3.535a.5.5 0 01.707 0l3.536 3.535a.5.5 0 010 .707l-3.536 3.536zM35.668 16.575a.5.5 0 01-.708 0l-3.535-3.535a.5.5 0 010-.707l3.535-3.536a.5.5 0 01.708 0l3.535 3.536a.5.5 0 010 .707l-3.535 3.535z",
|
|
35
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
36
|
-
}, null, 8, _hoisted_2)
|
|
37
|
-
], 16);
|
|
38
|
-
}
|
|
39
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
-
module.exports = index;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconThumbDownFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
-
d: "M41 32V6M5.83 27.394l5.948-18.697A1 1 0 0112.731 8H34v22h-3l-9.403 12.223a1 1 0 01-1.386.196L18.5 41c-2.172-1.6.036-4.98 1-7.5l1.368-3.575L7.735 30a2 2 0 01-1.906-2.606z",
|
|
20
|
-
stroke: "#4E5969",
|
|
21
|
-
"stroke-width": "4"
|
|
22
|
-
}, null, -1);
|
|
23
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
-
viewBox: "0 0 48 48",
|
|
26
|
-
fill: "none",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-thumb-down-fill`],
|
|
28
|
-
width: "1em",
|
|
29
|
-
height: "1em"
|
|
30
|
-
}, _ctx.$attrs), [
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
d: "M11.778 8.697L5.83 27.394A2 2 0 007.735 30l13.133-.075L19.5 33.5c-.964 2.52-3.172 5.9-1 7.5l1.711 1.419a1 1 0 001.386-.196L31 30h3V8H12.731a1 1 0 00-.953.697z",
|
|
33
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
34
|
-
}, null, 8, _hoisted_1),
|
|
35
|
-
_hoisted_2
|
|
36
|
-
], 16);
|
|
37
|
-
}
|
|
38
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
-
module.exports = index;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
-
const _sfc_main = {
|
|
5
|
-
name: "IconThumbUpFill",
|
|
6
|
-
props: {
|
|
7
|
-
prefix: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "sc"
|
|
10
|
-
},
|
|
11
|
-
useCurrentColor: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: true
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
-
d: "M7 17v26m35.17-21.394l-5.948 18.697a1 1 0 01-.953.697H14V19h3l9.403-12.223a1 1 0 011.386-.196L29.5 8c2.172 1.6-.036 4.98-1 7.5l-1.368 3.575L40.265 19a2 2 0 011.906 2.606z",
|
|
20
|
-
stroke: "#4E5969",
|
|
21
|
-
"stroke-width": "4"
|
|
22
|
-
}, null, -1);
|
|
23
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
-
viewBox: "0 0 48 48",
|
|
26
|
-
fill: "none",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-thumb-up-fill`],
|
|
28
|
-
width: "1em",
|
|
29
|
-
height: "1em"
|
|
30
|
-
}, _ctx.$attrs), [
|
|
31
|
-
vue.createElementVNode("path", {
|
|
32
|
-
d: "M36.222 40.303l5.949-18.697A2 2 0 0040.265 19l-13.133.075L28.5 15.5c.964-2.52 3.172-5.9 1-7.5l-1.711-1.419a1 1 0 00-1.386.196L17 19h-3v22h21.269a1 1 0 00.953-.697z",
|
|
33
|
-
fill: $props.useCurrentColor ? "currentColor" : "#4E5969"
|
|
34
|
-
}, null, 8, _hoisted_1),
|
|
35
|
-
_hoisted_2
|
|
36
|
-
], 16);
|
|
37
|
-
}
|
|
38
|
-
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
-
module.exports = index;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48" fill="none" :class="[`${prefix}-icon`, `${prefix}-icon-check-circle-fill`]" 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 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M15 22l7 7 11.5-11.5" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconCheckCircleFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-chinese-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path fill-rule="evenodd" clip-rule="evenodd" 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" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconChineseFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-close-circle-fill`]" 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 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path 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" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconCloseCircleFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-english-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconEnglishFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-circle-fill`]" 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 18z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14M24 30v4" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconExclamationCircleFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-exclamation-polygon-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M16 6h16l10 11v14L32 42H16L6 31V17L16 6z" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969" stroke-width="4"/><path d="M24 28V14m0 16v4" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconExclamationPolygonFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-frown-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 34a8 8 0 0114.837 0" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFaceFrownFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-meh-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M32 32H16M30 17v6" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFaceMehFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-face-smile-fill`]" width="1em" height="1em" v-bind="$attrs"><circle cx="24" cy="24" r="20" :fill="useCurrentColor ? 'currentColor' : '#4E5969'"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="4"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFaceSmileFill',
|
|
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="none" :class="[`${prefix}-icon`, `${prefix}-icon-heart-fill`]" width="1em" height="1em" v-bind="$attrs"><path 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" :fill="useCurrentColor ? 'currentColor' : '#4E5969'" stroke="#4E5969"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconHeartFill',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'sc',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|