@arco-iconbox/vue-smartcode 0.1.36 → 0.1.37
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 +1615 -1553
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +62 -54
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorMarkdown/index.js +33 -0
- package/esm/IconColorYaml/index.js +33 -0
- package/esm/index.js +2 -0
- package/lib/IconColorMarkdown/index.js +34 -0
- package/lib/IconColorYaml/index.js +34 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconColorMarkdown/index.vue +19 -0
- package/src/IconColorYaml/index.vue +19 -0
- package/src/index.js +3 -1
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconColorMarkdown",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 12 12",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-markdown`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
createElementVNode("path", {
|
|
27
|
+
d: "M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export { index as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconColorYaml",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 12 12",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-yaml`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
createElementVNode("path", {
|
|
27
|
+
d: "M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -257,3 +257,5 @@ export { default as IconColorRect } from "./IconColorRect/index.js";
|
|
|
257
257
|
export { default as IconColorText } from "./IconColorText/index.js";
|
|
258
258
|
export { default as IconLinePlay } from "./IconLinePlay/index.js";
|
|
259
259
|
export { default as IconFillResource } from "./IconFillResource/index.js";
|
|
260
|
+
export { default as IconColorMarkdown } from "./IconColorMarkdown/index.js";
|
|
261
|
+
export { default as IconColorYaml } from "./IconColorYaml/index.js";
|
|
@@ -0,0 +1,34 @@
|
|
|
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: "IconColorMarkdown",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
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 12 12",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-markdown`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
vue.createElementVNode("path", {
|
|
28
|
+
d: "M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
module.exports = index;
|
|
@@ -0,0 +1,34 @@
|
|
|
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: "IconColorYaml",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
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 12 12",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-yaml`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
vue.createElementVNode("path", {
|
|
28
|
+
d: "M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -259,6 +259,8 @@ var index$3$ = require("./IconColorRect/index.js");
|
|
|
259
259
|
var index$40 = require("./IconColorText/index.js");
|
|
260
260
|
var index$41 = require("./IconLinePlay/index.js");
|
|
261
261
|
var index$42 = require("./IconFillResource/index.js");
|
|
262
|
+
var index$43 = require("./IconColorMarkdown/index.js");
|
|
263
|
+
var index$44 = require("./IconColorYaml/index.js");
|
|
262
264
|
exports.IconFillHeart = index;
|
|
263
265
|
exports.IconFillMute = index$1;
|
|
264
266
|
exports.IconFillSound = index$2;
|
|
@@ -518,3 +520,5 @@ exports.IconColorRect = index$3$;
|
|
|
518
520
|
exports.IconColorText = index$40;
|
|
519
521
|
exports.IconLinePlay = index$41;
|
|
520
522
|
exports.IconFillResource = index$42;
|
|
523
|
+
exports.IconColorMarkdown = index$43;
|
|
524
|
+
exports.IconColorYaml = index$44;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-markdown`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z" :fill="useCurrentColor ? 'currentColor' : '#9B59F7'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorMarkdown',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-yaml`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z" :fill="useCurrentColor ? 'currentColor' : '#4080FF'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorYaml',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -256,4 +256,6 @@ export { default as IconColorOval } from './IconColorOval/index.vue';
|
|
|
256
256
|
export { default as IconColorRect } from './IconColorRect/index.vue';
|
|
257
257
|
export { default as IconColorText } from './IconColorText/index.vue';
|
|
258
258
|
export { default as IconLinePlay } from './IconLinePlay/index.vue';
|
|
259
|
-
export { default as IconFillResource } from './IconFillResource/index.vue';
|
|
259
|
+
export { default as IconFillResource } from './IconFillResource/index.vue';
|
|
260
|
+
export { default as IconColorMarkdown } from './IconColorMarkdown/index.vue';
|
|
261
|
+
export { default as IconColorYaml } from './IconColorYaml/index.vue';
|