@arco-iconbox/vue-smartcode 0.1.67 → 0.1.68
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 +2689 -2629
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +9 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineCloseBold/index.js +32 -0
- package/esm/IconLineOkBold/index.js +32 -0
- package/esm/index.js +2 -0
- package/lib/IconLineCloseBold/index.js +33 -0
- package/lib/IconLineOkBold/index.js +33 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconLineCloseBold/index.vue +19 -0
- package/src/IconLineOkBold/index.vue +19 -0
- package/src/index.js +3 -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: "IconLineCloseBold",
|
|
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: "M11.0273 3.55845C11.4177 3.168 12.0508 3.16809 12.4413 3.55845C12.8318 3.94898 12.8318 4.582 12.4413 4.97251L9.41397 7.99985L12.4413 11.0272C12.8318 11.4177 12.8317 12.0507 12.4413 12.4413C12.0508 12.8315 11.4177 12.8317 11.0273 12.4413L7.99991 9.41392L4.97257 12.4413C4.58213 12.8316 3.94903 12.8315 3.5585 12.4413C3.16816 12.0507 3.16806 11.4177 3.5585 11.0272L6.58585 7.99985L3.5585 4.97251C3.16799 4.582 3.168 3.94898 3.5585 3.55845C3.94903 3.16805 4.58207 3.16799 4.97257 3.55845L7.99991 6.58579L11.0273 3.55845Z" }, 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-close-bold`],
|
|
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 };
|
|
@@ -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: "IconLineOkBold",
|
|
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: "M12.1766 4.0585C12.5671 3.668 13.2001 3.66799 13.5906 4.0585C13.981 4.44905 13.9811 5.08211 13.5906 5.47257L7.12089 11.9413C6.7304 12.3315 6.09727 12.3316 5.70683 11.9413L2.40898 8.64347C2.01854 8.25303 2.01871 7.61995 2.40898 7.2294C2.79951 6.83901 3.43256 6.83892 3.82304 7.2294L6.41484 9.82022L12.1766 4.0585Z" }, 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-ok-bold`],
|
|
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 };
|
package/esm/index.js
CHANGED
|
@@ -336,3 +336,5 @@ export { default as IconLineToolbarPreview } from "./IconLineToolbarPreview/inde
|
|
|
336
336
|
export { default as IconLineToolbarVerify } from "./IconLineToolbarVerify/index.js";
|
|
337
337
|
export { default as IconLineToolbarImport } from "./IconLineToolbarImport/index.js";
|
|
338
338
|
export { default as IconLineQuotation } from "./IconLineQuotation/index.js";
|
|
339
|
+
export { default as IconLineCloseBold } from "./IconLineCloseBold/index.js";
|
|
340
|
+
export { default as IconLineOkBold } from "./IconLineOkBold/index.js";
|
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconLineCloseBold",
|
|
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", { d: "M11.0273 3.55845C11.4177 3.168 12.0508 3.16809 12.4413 3.55845C12.8318 3.94898 12.8318 4.582 12.4413 4.97251L9.41397 7.99985L12.4413 11.0272C12.8318 11.4177 12.8317 12.0507 12.4413 12.4413C12.0508 12.8315 11.4177 12.8317 11.0273 12.4413L7.99991 9.41392L4.97257 12.4413C4.58213 12.8316 3.94903 12.8315 3.5585 12.4413C3.16816 12.0507 3.16806 11.4177 3.5585 11.0272L6.58585 7.99985L3.5585 4.97251C3.16799 4.582 3.168 3.94898 3.5585 3.55845C3.94903 3.16805 4.58207 3.16799 4.97257 3.55845L7.99991 6.58579L11.0273 3.55845Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-close-bold`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconLineOkBold",
|
|
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", { d: "M12.1766 4.0585C12.5671 3.668 13.2001 3.66799 13.5906 4.0585C13.981 4.44905 13.9811 5.08211 13.5906 5.47257L7.12089 11.9413C6.7304 12.3315 6.09727 12.3316 5.70683 11.9413L2.40898 8.64347C2.01854 8.25303 2.01871 7.61995 2.40898 7.2294C2.79951 6.83901 3.43256 6.83892 3.82304 7.2294L6.41484 9.82022L12.1766 4.0585Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-ok-bold`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -338,6 +338,8 @@ var index$5e = require("./IconLineToolbarPreview/index.js");
|
|
|
338
338
|
var index$5f = require("./IconLineToolbarVerify/index.js");
|
|
339
339
|
var index$5g = require("./IconLineToolbarImport/index.js");
|
|
340
340
|
var index$5h = require("./IconLineQuotation/index.js");
|
|
341
|
+
var index$5i = require("./IconLineCloseBold/index.js");
|
|
342
|
+
var index$5j = require("./IconLineOkBold/index.js");
|
|
341
343
|
exports.IconFillHeart = index;
|
|
342
344
|
exports.IconFillMute = index$1;
|
|
343
345
|
exports.IconFillSound = index$2;
|
|
@@ -676,3 +678,5 @@ exports.IconLineToolbarPreview = index$5e;
|
|
|
676
678
|
exports.IconLineToolbarVerify = index$5f;
|
|
677
679
|
exports.IconLineToolbarImport = index$5g;
|
|
678
680
|
exports.IconLineQuotation = index$5h;
|
|
681
|
+
exports.IconLineCloseBold = index$5i;
|
|
682
|
+
exports.IconLineOkBold = index$5j;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-close-bold`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.0273 3.55845C11.4177 3.168 12.0508 3.16809 12.4413 3.55845C12.8318 3.94898 12.8318 4.582 12.4413 4.97251L9.41397 7.99985L12.4413 11.0272C12.8318 11.4177 12.8317 12.0507 12.4413 12.4413C12.0508 12.8315 11.4177 12.8317 11.0273 12.4413L7.99991 9.41392L4.97257 12.4413C4.58213 12.8316 3.94903 12.8315 3.5585 12.4413C3.16816 12.0507 3.16806 11.4177 3.5585 11.0272L6.58585 7.99985L3.5585 4.97251C3.16799 4.582 3.168 3.94898 3.5585 3.55845C3.94903 3.16805 4.58207 3.16799 4.97257 3.55845L7.99991 6.58579L11.0273 3.55845Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineCloseBold',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-ok-bold`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.1766 4.0585C12.5671 3.668 13.2001 3.66799 13.5906 4.0585C13.981 4.44905 13.9811 5.08211 13.5906 5.47257L7.12089 11.9413C6.7304 12.3315 6.09727 12.3316 5.70683 11.9413L2.40898 8.64347C2.01854 8.25303 2.01871 7.61995 2.40898 7.2294C2.79951 6.83901 3.43256 6.83892 3.82304 7.2294L6.41484 9.82022L12.1766 4.0585Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineOkBold',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -335,4 +335,6 @@ export { default as IconColorQdrant } from './IconColorQdrant/index.vue';
|
|
|
335
335
|
export { default as IconLineToolbarPreview } from './IconLineToolbarPreview/index.vue';
|
|
336
336
|
export { default as IconLineToolbarVerify } from './IconLineToolbarVerify/index.vue';
|
|
337
337
|
export { default as IconLineToolbarImport } from './IconLineToolbarImport/index.vue';
|
|
338
|
-
export { default as IconLineQuotation } from './IconLineQuotation/index.vue';
|
|
338
|
+
export { default as IconLineQuotation } from './IconLineQuotation/index.vue';
|
|
339
|
+
export { default as IconLineCloseBold } from './IconLineCloseBold/index.vue';
|
|
340
|
+
export { default as IconLineOkBold } from './IconLineOkBold/index.vue';
|