@arco-iconbox/vue-smartcode 0.1.87 → 0.1.88

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.
@@ -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: "IconLineAddBold",
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: "M6 0C6.62132 0 7.125 0.50368 7.125 1.125V4.875H10.875C11.4963 4.875 12 5.37868 12 6C12 6.62132 11.4963 7.125 10.875 7.125H7.125V10.875C7.125 11.4963 6.62132 12 6 12C5.37868 12 4.875 11.4963 4.875 10.875V7.125H1.125C0.50368 7.125 0 6.62132 0 6C0 5.37868 0.50368 4.875 1.125 4.875H4.875V1.125C4.875 0.50368 5.37868 0 6 0Z" }, 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 12 12",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-add-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
@@ -377,3 +377,4 @@ export { default as IconColorDivide } from "./IconColorDivide/index.js";
377
377
  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
+ export { default as IconLineAddBold } from "./IconLineAddBold/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: "IconLineAddBold",
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: "M6 0C6.62132 0 7.125 0.50368 7.125 1.125V4.875H10.875C11.4963 4.875 12 5.37868 12 6C12 6.62132 11.4963 7.125 10.875 7.125H7.125V10.875C7.125 11.4963 6.62132 12 6 12C5.37868 12 4.875 11.4963 4.875 10.875V7.125H1.125C0.50368 7.125 0 6.62132 0 6C0 5.37868 0.50368 4.875 1.125 4.875H4.875V1.125C4.875 0.50368 5.37868 0 6 0Z" }, 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 12 12",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-add-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
@@ -379,6 +379,7 @@ var index$5T = require("./IconColorDivide/index.js");
379
379
  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
+ var index$5X = require("./IconLineAddBold/index.js");
382
383
  exports.IconFillHeart = index;
383
384
  exports.IconFillMute = index$1;
384
385
  exports.IconFillSound = index$2;
@@ -758,3 +759,4 @@ exports.IconColorDivide = index$5T;
758
759
  exports.IconColorLr = index$5U;
759
760
  exports.IconColorSearchTable = index$5V;
760
761
  exports.IconColorEditForm = index$5W;
762
+ exports.IconLineAddBold = index$5X;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.87",
3
+ "version": "0.1.88",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 12 12" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-add-bold`]" width="1em" height="1em" v-bind="$attrs"><path d="M6 0C6.62132 0 7.125 0.50368 7.125 1.125V4.875H10.875C11.4963 4.875 12 5.37868 12 6C12 6.62132 11.4963 7.125 10.875 7.125H7.125V10.875C7.125 11.4963 6.62132 12 6 12C5.37868 12 4.875 11.4963 4.875 10.875V7.125H1.125C0.50368 7.125 0 6.62132 0 6C0 5.37868 0.50368 4.875 1.125 4.875H4.875V1.125C4.875 0.50368 5.37868 0 6 0Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineAddBold',
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
@@ -376,4 +376,5 @@ export { default as IconColorSign } from './IconColorSign/index.vue';
376
376
  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
- export { default as IconColorEditForm } from './IconColorEditForm/index.vue';
379
+ export { default as IconColorEditForm } from './IconColorEditForm/index.vue';
380
+ export { default as IconLineAddBold } from './IconLineAddBold/index.vue';