@arco-iconbox/vue-smartcode 0.1.90 → 0.1.92

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: "IconLineDisabled",
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: "M8.00049 1.00195C11.8656 1.002 14.9985 4.13582 14.9985 8.00098C14.9985 11.8661 11.8656 14.999 8.00049 14.999C4.13529 14.999 1.00151 11.8662 1.00146 8.00098C1.00151 4.13579 4.13529 1.00195 8.00049 1.00195ZM8.00049 2.33594C4.87167 2.33594 2.33549 4.87217 2.33545 8.00098C2.3355 11.1298 4.87167 13.666 8.00049 13.666C11.1293 13.666 13.6655 11.1298 13.6655 8.00098C13.6655 4.8722 11.1293 2.33599 8.00049 2.33594ZM5.2124 5.21289C5.47204 4.9533 5.89411 4.95339 6.15381 5.21289L10.7876 9.84766C11.0473 10.1073 11.0472 10.5284 10.7876 10.7881C10.5279 11.0478 10.1069 11.0478 9.84717 10.7881L5.2124 6.1543C4.95289 5.89458 4.95277 5.47253 5.2124 5.21289Z" }, 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-disabled`],
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
@@ -380,3 +380,4 @@ export { default as IconColorEditForm } from "./IconColorEditForm/index.js";
380
380
  export { default as IconLineAddBold } from "./IconLineAddBold/index.js";
381
381
  export { default as IconLineAddChild } from "./IconLineAddChild/index.js";
382
382
  export { default as IconLineVerification } from "./IconLineVerification/index.js";
383
+ export { default as IconLineDisabled } from "./IconLineDisabled/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: "IconLineDisabled",
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: "M8.00049 1.00195C11.8656 1.002 14.9985 4.13582 14.9985 8.00098C14.9985 11.8661 11.8656 14.999 8.00049 14.999C4.13529 14.999 1.00151 11.8662 1.00146 8.00098C1.00151 4.13579 4.13529 1.00195 8.00049 1.00195ZM8.00049 2.33594C4.87167 2.33594 2.33549 4.87217 2.33545 8.00098C2.3355 11.1298 4.87167 13.666 8.00049 13.666C11.1293 13.666 13.6655 11.1298 13.6655 8.00098C13.6655 4.8722 11.1293 2.33599 8.00049 2.33594ZM5.2124 5.21289C5.47204 4.9533 5.89411 4.95339 6.15381 5.21289L10.7876 9.84766C11.0473 10.1073 11.0472 10.5284 10.7876 10.7881C10.5279 11.0478 10.1069 11.0478 9.84717 10.7881L5.2124 6.1543C4.95289 5.89458 4.95277 5.47253 5.2124 5.21289Z" }, 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-disabled`],
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
@@ -382,6 +382,7 @@ var index$5W = require("./IconColorEditForm/index.js");
382
382
  var index$5X = require("./IconLineAddBold/index.js");
383
383
  var index$5Y = require("./IconLineAddChild/index.js");
384
384
  var index$5Z = require("./IconLineVerification/index.js");
385
+ var index$5_ = require("./IconLineDisabled/index.js");
385
386
  exports.IconFillHeart = index;
386
387
  exports.IconFillMute = index$1;
387
388
  exports.IconFillSound = index$2;
@@ -764,3 +765,4 @@ exports.IconColorEditForm = index$5W;
764
765
  exports.IconLineAddBold = index$5X;
765
766
  exports.IconLineAddChild = index$5Y;
766
767
  exports.IconLineVerification = index$5Z;
768
+ exports.IconLineDisabled = index$5_;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.90",
3
+ "version": "0.1.92",
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-disabled`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00049 1.00195C11.8656 1.002 14.9985 4.13582 14.9985 8.00098C14.9985 11.8661 11.8656 14.999 8.00049 14.999C4.13529 14.999 1.00151 11.8662 1.00146 8.00098C1.00151 4.13579 4.13529 1.00195 8.00049 1.00195ZM8.00049 2.33594C4.87167 2.33594 2.33549 4.87217 2.33545 8.00098C2.3355 11.1298 4.87167 13.666 8.00049 13.666C11.1293 13.666 13.6655 11.1298 13.6655 8.00098C13.6655 4.8722 11.1293 2.33599 8.00049 2.33594ZM5.2124 5.21289C5.47204 4.9533 5.89411 4.95339 6.15381 5.21289L10.7876 9.84766C11.0473 10.1073 11.0472 10.5284 10.7876 10.7881C10.5279 11.0478 10.1069 11.0478 9.84717 10.7881L5.2124 6.1543C4.95289 5.89458 4.95277 5.47253 5.2124 5.21289Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineDisabled',
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
@@ -379,4 +379,5 @@ export { default as IconColorSearchTable } from './IconColorSearchTable/index.vu
379
379
  export { default as IconColorEditForm } from './IconColorEditForm/index.vue';
380
380
  export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
381
381
  export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
382
- export { default as IconLineVerification } from './IconLineVerification/index.vue';
382
+ export { default as IconLineVerification } from './IconLineVerification/index.vue';
383
+ export { default as IconLineDisabled } from './IconLineDisabled/index.vue';