@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
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconFillSun",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("circle", {
|
|
18
|
+
cx: "24",
|
|
19
|
+
cy: "24",
|
|
20
|
+
r: "9"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { 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" }, null, -1);
|
|
23
|
+
const _hoisted_4 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 48 48",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-sun`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconFillTemplate",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 20 20",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-template`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconIconLineLanguage",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#svg_d30e200f40__clip0_1242_186985)" }, [
|
|
18
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M8.00098 0.668945C12.0496 0.669616 15.332 3.95222 15.332 8.00098C15.3315 12.0493 12.0493 15.3314 8.00098 15.332C3.95212 15.332 0.669458 12.0497 0.668945 8.00098C0.668945 3.95181 3.95181 0.668945 8.00098 0.668945ZM6.24805 10.8418C6.33687 11.5803 6.44994 12.2258 6.56348 12.7617C6.66118 13.2228 6.76088 13.6018 6.8418 13.8887C7.21677 13.962 7.60453 14.002 8.00098 14.002C8.39658 14.0019 8.78301 13.9618 9.15723 13.8887C9.23816 13.6018 9.33879 13.223 9.43652 12.7617C9.55006 12.2259 9.66216 11.5802 9.75098 10.8418C9.20545 10.8797 8.62104 10.9043 8 10.9043C7.37873 10.9043 6.79368 10.8798 6.24805 10.8418ZM2.43359 10.2432C2.98519 11.6105 4.02485 12.7278 5.33789 13.3789C5.31294 13.2701 5.28786 13.1559 5.2627 13.0371C5.1269 12.3962 4.99237 11.6117 4.89453 10.708C4.1767 10.6161 3.55309 10.5041 3.0332 10.3887C2.81499 10.3402 2.61482 10.2902 2.43359 10.2432ZM13.5654 10.2432C13.3846 10.2901 13.1854 10.3403 12.9678 10.3887C12.4476 10.5042 11.823 10.6161 11.1045 10.708C11.0067 11.6116 10.8731 12.3962 10.7373 13.0371C10.7121 13.1559 10.6861 13.27 10.6611 13.3789C11.9745 12.7279 13.0137 11.6107 13.5654 10.2432ZM8 6.42578C7.32791 6.42579 6.70177 6.45443 6.12598 6.5C6.0963 6.97434 6.07813 7.4753 6.07812 8C6.07813 8.52425 6.09635 9.02511 6.12598 9.49902C6.70179 9.5446 7.32788 9.57421 8 9.57422C8.67188 9.57421 9.29734 9.54457 9.87305 9.49902C9.90267 9.02509 9.92187 8.52427 9.92188 8C9.92187 7.47528 9.90272 6.97436 9.87305 6.5C9.29736 6.45446 8.67185 6.42579 8 6.42578ZM11.2139 6.64648C11.237 7.07863 11.2519 7.53036 11.252 8C11.2519 8.46918 11.2369 8.92082 11.2139 9.35254C11.7728 9.27332 12.2634 9.18207 12.6787 9.08984C13.2205 8.96951 13.6364 8.84976 13.9121 8.76172C13.9263 8.75719 13.9397 8.75143 13.9531 8.74707C13.9835 8.50254 14.0019 8.25372 14.002 8.00098C14.002 7.7474 13.9837 7.49726 13.9531 7.25195C13.9398 7.24762 13.9262 7.24278 13.9121 7.23828C13.6364 7.15025 13.2205 7.03049 12.6787 6.91016C12.2633 6.81792 11.7729 6.72571 11.2139 6.64648ZM4.78516 6.64648C4.22678 6.72565 3.73733 6.818 3.32227 6.91016C2.78056 7.03045 2.36466 7.15024 2.08887 7.23828C2.07433 7.24292 2.05967 7.24749 2.0459 7.25195C2.01537 7.49723 1.99902 7.74744 1.99902 8.00098C1.99906 8.25368 2.01553 8.50258 2.0459 8.74707C2.05976 8.75156 2.07423 8.75704 2.08887 8.76172C2.36466 8.84976 2.78056 8.96955 3.32227 9.08984C3.7373 9.18199 4.22683 9.27337 4.78516 9.35254C4.76208 8.92083 4.74805 8.46916 4.74805 8C4.74805 7.53038 4.76204 7.07861 4.78516 6.64648ZM5.33789 2.62109C4.02522 3.27211 2.98532 4.38894 2.43359 5.75586C2.61476 5.70887 2.81509 5.65977 3.0332 5.61133C3.55311 5.49589 4.17665 5.38292 4.89453 5.29102C4.99238 4.38748 5.12693 3.60267 5.2627 2.96191C5.28781 2.84338 5.31299 2.72973 5.33789 2.62109ZM10.7373 2.96191C10.8731 3.60264 11.0066 4.38753 11.1045 5.29102C11.823 5.38296 12.4476 5.49581 12.9678 5.61133C13.1857 5.65973 13.3854 5.7089 13.5664 5.75586C13.0146 4.38862 11.9742 3.27204 10.6611 2.62109C10.686 2.72979 10.7122 2.8433 10.7373 2.96191ZM8.00098 1.99902C7.6046 1.99902 7.21671 2.03701 6.8418 2.11035C6.76087 2.3972 6.66123 2.77604 6.56348 3.2373C6.44997 3.77301 6.33687 4.4189 6.24805 5.15723C6.79366 5.11927 7.37875 5.09571 8 5.0957C8.62102 5.09571 9.20547 5.11929 9.75098 5.15723C9.66216 4.41894 9.55003 3.77298 9.43652 3.2373C9.33887 2.77652 9.23908 2.39807 9.1582 2.11133C8.78369 2.03807 8.39691 1.9991 8.00098 1.99902Z" })
|
|
19
|
+
], -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
|
|
21
|
+
/* @__PURE__ */ createElementVNode("clipPath", { id: "svg_d30e200f40__clip0_1242_186985" }, [
|
|
22
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
23
|
+
])
|
|
24
|
+
], -1);
|
|
25
|
+
const _hoisted_4 = [
|
|
26
|
+
_hoisted_2,
|
|
27
|
+
_hoisted_3
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
31
|
+
viewBox: "0 0 16 16",
|
|
32
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-icon-line-language`],
|
|
35
|
+
width: "1em",
|
|
36
|
+
height: "1em"
|
|
37
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
38
|
+
}
|
|
39
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
+
export { index as default };
|
package/esm/IconLineAdd/index.js
CHANGED
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-add`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineArrowdown",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowdown`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineArrowleft",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowleft`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineArrowright",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowright`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineArrowup",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowup`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineBack",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-back`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineChart",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-chart`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineClose",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-close`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineCompany",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-company`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDelete",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-delete`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDoubledown",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubledown`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDoubleleft",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleleft`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDoubleright",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleright`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDoubleup",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleup`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineDownload",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-download`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineExit",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-exit`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconLineExpand",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M10.409 6.96973C10.6687 7.22907 11.0898 7.22926 11.3494 6.96973C11.609 6.71014 11.6088 6.28901 11.3494 6.0293L8.68243 3.3623L8.60919 3.2959C8.23019 2.98702 7.67042 3.00913 7.3172 3.3623L4.65021 6.0293C4.39111 6.28887 4.39114 6.71013 4.65021 6.96973C4.90991 7.22943 5.33192 7.22943 5.59161 6.96973L7.99982 4.56055L10.409 6.96973ZM7.3172 12.6367C7.67044 12.99 8.23017 13.0121 8.60919 12.7031L8.68243 12.6367L11.3494 9.96973C11.6088 9.71 11.609 9.28888 11.3494 9.0293C11.0898 8.76982 10.6687 8.76997 10.409 9.0293L7.99982 11.4385L5.59161 9.0293C5.33191 8.76965 4.90989 8.76962 4.65021 9.0293C4.39106 9.28886 4.39113 9.71012 4.65021 9.96973L7.3172 12.6367Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-expand`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineFile",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-file`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineFilter",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-filter`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineFolder",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-folder`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineFollow",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-follow`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineHome",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-home`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineInfo",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-info`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineLock",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-lock`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineManage",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
23
|
viewBox: "0 0 16 16",
|
|
24
24
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-manage`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
29
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineMoney",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-money`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineNotice",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-notice`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineOrder",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
viewBox: "0 0 16 16",
|
|
32
32
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-order`],
|
|
35
35
|
width: "1em",
|
|
36
36
|
height: "1em"
|
|
37
37
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|