@arco-iconbox/vue-smartcode 0.1.88 → 0.1.89
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 +2864 -2834
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +5 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineAddChild/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconLineAddChild/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconLineAddChild/index.vue +19 -0
- package/src/index.js +2 -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: "IconLineAddChild",
|
|
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: "M2.22754 1.08398C2.59474 1.08406 2.89258 1.3818 2.89258 1.74902V3.82227C2.89258 5.7262 2.89416 7.08756 3.0332 8.12207C3.16971 9.13723 3.42772 9.73811 3.86914 10.1797C4.31072 10.6213 4.91149 10.8801 5.92676 11.0166C6.96134 11.1557 8.32329 11.1572 10.2275 11.1572H12.167L10.416 9.40625C10.1563 9.14655 10.1563 8.72552 10.416 8.46582C10.6757 8.20617 11.0968 8.20614 11.3564 8.46582L14.2422 11.3516C14.273 11.3824 14.2999 11.4168 14.3242 11.4531C14.3321 11.465 14.3377 11.478 14.3447 11.4902C14.3595 11.5157 14.3744 11.5409 14.3857 11.5684C14.4365 11.6914 14.4491 11.8261 14.4229 11.9551C14.4081 12.0277 14.3791 12.0943 14.3428 12.1562C14.3364 12.1672 14.3313 12.1788 14.3242 12.1895C14.2998 12.2261 14.2732 12.261 14.2422 12.292L11.3564 15.1777C11.0968 15.4374 10.6757 15.4373 10.416 15.1777C10.1563 14.918 10.1563 14.497 10.416 14.2373L12.165 12.4873H10.2275C8.36106 12.4873 6.89375 12.4887 5.75 12.335C4.58725 12.1786 3.65856 11.8508 2.92871 11.1211C2.19887 10.3912 1.87122 9.46262 1.71484 8.2998C1.56107 7.15605 1.5625 5.68882 1.5625 3.82227V1.74902C1.5625 1.38186 1.86042 1.08416 2.22754 1.08398ZM9.78125 0.626953C10.1485 0.626953 10.4463 0.924723 10.4463 1.29199V3.14844H12.3154C12.6827 3.14844 12.9804 3.44626 12.9805 3.81348C12.9805 4.18075 12.6827 4.47852 12.3154 4.47852H10.4463V6.34766C10.4462 6.71488 10.1485 7.0127 9.78125 7.0127C9.41412 7.01257 9.11626 6.7148 9.11621 6.34766V4.47852H7.25977C6.89254 4.47846 6.59473 4.18071 6.59473 3.81348C6.59479 3.4463 6.89258 3.14849 7.25977 3.14844H9.11621V1.29199C9.11621 0.924802 9.41409 0.627081 9.78125 0.626953Z" }, 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-add-child`],
|
|
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
|
@@ -378,3 +378,4 @@ export { default as IconColorLr } from "./IconColorLr/index.js";
|
|
|
378
378
|
export { default as IconColorSearchTable } from "./IconColorSearchTable/index.js";
|
|
379
379
|
export { default as IconColorEditForm } from "./IconColorEditForm/index.js";
|
|
380
380
|
export { default as IconLineAddBold } from "./IconLineAddBold/index.js";
|
|
381
|
+
export { default as IconLineAddChild } from "./IconLineAddChild/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: "IconLineAddChild",
|
|
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: "M2.22754 1.08398C2.59474 1.08406 2.89258 1.3818 2.89258 1.74902V3.82227C2.89258 5.7262 2.89416 7.08756 3.0332 8.12207C3.16971 9.13723 3.42772 9.73811 3.86914 10.1797C4.31072 10.6213 4.91149 10.8801 5.92676 11.0166C6.96134 11.1557 8.32329 11.1572 10.2275 11.1572H12.167L10.416 9.40625C10.1563 9.14655 10.1563 8.72552 10.416 8.46582C10.6757 8.20617 11.0968 8.20614 11.3564 8.46582L14.2422 11.3516C14.273 11.3824 14.2999 11.4168 14.3242 11.4531C14.3321 11.465 14.3377 11.478 14.3447 11.4902C14.3595 11.5157 14.3744 11.5409 14.3857 11.5684C14.4365 11.6914 14.4491 11.8261 14.4229 11.9551C14.4081 12.0277 14.3791 12.0943 14.3428 12.1562C14.3364 12.1672 14.3313 12.1788 14.3242 12.1895C14.2998 12.2261 14.2732 12.261 14.2422 12.292L11.3564 15.1777C11.0968 15.4374 10.6757 15.4373 10.416 15.1777C10.1563 14.918 10.1563 14.497 10.416 14.2373L12.165 12.4873H10.2275C8.36106 12.4873 6.89375 12.4887 5.75 12.335C4.58725 12.1786 3.65856 11.8508 2.92871 11.1211C2.19887 10.3912 1.87122 9.46262 1.71484 8.2998C1.56107 7.15605 1.5625 5.68882 1.5625 3.82227V1.74902C1.5625 1.38186 1.86042 1.08416 2.22754 1.08398ZM9.78125 0.626953C10.1485 0.626953 10.4463 0.924723 10.4463 1.29199V3.14844H12.3154C12.6827 3.14844 12.9804 3.44626 12.9805 3.81348C12.9805 4.18075 12.6827 4.47852 12.3154 4.47852H10.4463V6.34766C10.4462 6.71488 10.1485 7.0127 9.78125 7.0127C9.41412 7.01257 9.11626 6.7148 9.11621 6.34766V4.47852H7.25977C6.89254 4.47846 6.59473 4.18071 6.59473 3.81348C6.59479 3.4463 6.89258 3.14849 7.25977 3.14844H9.11621V1.29199C9.11621 0.924802 9.41409 0.627081 9.78125 0.626953Z" }, 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-add-child`],
|
|
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
|
@@ -380,6 +380,7 @@ var index$5U = require("./IconColorLr/index.js");
|
|
|
380
380
|
var index$5V = require("./IconColorSearchTable/index.js");
|
|
381
381
|
var index$5W = require("./IconColorEditForm/index.js");
|
|
382
382
|
var index$5X = require("./IconLineAddBold/index.js");
|
|
383
|
+
var index$5Y = require("./IconLineAddChild/index.js");
|
|
383
384
|
exports.IconFillHeart = index;
|
|
384
385
|
exports.IconFillMute = index$1;
|
|
385
386
|
exports.IconFillSound = index$2;
|
|
@@ -760,3 +761,4 @@ exports.IconColorLr = index$5U;
|
|
|
760
761
|
exports.IconColorSearchTable = index$5V;
|
|
761
762
|
exports.IconColorEditForm = index$5W;
|
|
762
763
|
exports.IconLineAddBold = index$5X;
|
|
764
|
+
exports.IconLineAddChild = index$5Y;
|
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-add-child`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.22754 1.08398C2.59474 1.08406 2.89258 1.3818 2.89258 1.74902V3.82227C2.89258 5.7262 2.89416 7.08756 3.0332 8.12207C3.16971 9.13723 3.42772 9.73811 3.86914 10.1797C4.31072 10.6213 4.91149 10.8801 5.92676 11.0166C6.96134 11.1557 8.32329 11.1572 10.2275 11.1572H12.167L10.416 9.40625C10.1563 9.14655 10.1563 8.72552 10.416 8.46582C10.6757 8.20617 11.0968 8.20614 11.3564 8.46582L14.2422 11.3516C14.273 11.3824 14.2999 11.4168 14.3242 11.4531C14.3321 11.465 14.3377 11.478 14.3447 11.4902C14.3595 11.5157 14.3744 11.5409 14.3857 11.5684C14.4365 11.6914 14.4491 11.8261 14.4229 11.9551C14.4081 12.0277 14.3791 12.0943 14.3428 12.1562C14.3364 12.1672 14.3313 12.1788 14.3242 12.1895C14.2998 12.2261 14.2732 12.261 14.2422 12.292L11.3564 15.1777C11.0968 15.4374 10.6757 15.4373 10.416 15.1777C10.1563 14.918 10.1563 14.497 10.416 14.2373L12.165 12.4873H10.2275C8.36106 12.4873 6.89375 12.4887 5.75 12.335C4.58725 12.1786 3.65856 11.8508 2.92871 11.1211C2.19887 10.3912 1.87122 9.46262 1.71484 8.2998C1.56107 7.15605 1.5625 5.68882 1.5625 3.82227V1.74902C1.5625 1.38186 1.86042 1.08416 2.22754 1.08398ZM9.78125 0.626953C10.1485 0.626953 10.4463 0.924723 10.4463 1.29199V3.14844H12.3154C12.6827 3.14844 12.9804 3.44626 12.9805 3.81348C12.9805 4.18075 12.6827 4.47852 12.3154 4.47852H10.4463V6.34766C10.4462 6.71488 10.1485 7.0127 9.78125 7.0127C9.41412 7.01257 9.11626 6.7148 9.11621 6.34766V4.47852H7.25977C6.89254 4.47846 6.59473 4.18071 6.59473 3.81348C6.59479 3.4463 6.89258 3.14849 7.25977 3.14844H9.11621V1.29199C9.11621 0.924802 9.41409 0.627081 9.78125 0.626953Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAddChild',
|
|
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
|
@@ -377,4 +377,5 @@ export { default as IconColorDivide } from './IconColorDivide/index.vue';
|
|
|
377
377
|
export { default as IconColorLr } from './IconColorLr/index.vue';
|
|
378
378
|
export { default as IconColorSearchTable } from './IconColorSearchTable/index.vue';
|
|
379
379
|
export { default as IconColorEditForm } from './IconColorEditForm/index.vue';
|
|
380
|
-
export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
|
|
380
|
+
export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
|
|
381
|
+
export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
|