@arco-iconbox/vue-smartcode 0.1.89 → 0.1.91

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 };
@@ -0,0 +1,40 @@
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: "IconLineVerification",
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("g", { "clip-path": "url(#svg_7e289398d9__clip0_10090_51295)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", { d: "M6.82225 0.985583C7.47239 0.335447 8.52748 0.335622 9.17772 0.985583L15.0146 6.8225C15.6649 7.47272 15.6649 8.52774 15.0146 9.17797L9.17772 15.0149C8.5275 15.6651 7.47248 15.6651 6.82225 15.0149L0.985339 9.17797C0.335377 8.52772 0.335204 7.47263 0.985339 6.8225L6.82225 0.985583ZM8.23729 1.92601C8.10644 1.79545 7.89342 1.79528 7.76268 1.92601L1.92577 7.76293C1.79503 7.89367 1.7952 8.10669 1.92577 8.23754L7.76268 14.0745C7.89351 14.2053 8.10647 14.2053 8.23729 14.0745L14.0742 8.23754C14.205 8.10671 14.205 7.89375 14.0742 7.76293L8.23729 1.92601ZM7.63475 5.19359C7.89278 5.0235 8.24357 5.05157 8.47069 5.27855L10.7217 7.53051C10.9812 7.79021 10.9813 8.21128 10.7217 8.47093L8.47069 10.7219C8.21103 10.9816 7.78997 10.9815 7.53026 10.7219L5.27831 8.47093C5.01888 8.21135 5.01903 7.79018 5.27831 7.53051L7.53026 5.27855L7.63475 5.19359ZM6.68944 8.00023L7.99999 9.31078L9.31053 8.00023L7.99999 6.68968L6.68944 8.00023Z" })
19
+ ], -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
21
+ /* @__PURE__ */ createElementVNode("clipPath", { id: "svg_7e289398d9__clip0_10090_51295" }, [
22
+ /* @__PURE__ */ createElementVNode("path", { d: "M0 0H16V16H0z" })
23
+ ])
24
+ ], -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 16 16",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-verification`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ export { index as default };
package/esm/index.js CHANGED
@@ -379,3 +379,5 @@ 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
381
  export { default as IconLineAddChild } from "./IconLineAddChild/index.js";
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;
@@ -0,0 +1,41 @@
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: "IconLineVerification",
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("g", { "clip-path": "url(#svg_7e289398d9__clip0_10090_51295)" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.82225 0.985583C7.47239 0.335447 8.52748 0.335622 9.17772 0.985583L15.0146 6.8225C15.6649 7.47272 15.6649 8.52774 15.0146 9.17797L9.17772 15.0149C8.5275 15.6651 7.47248 15.6651 6.82225 15.0149L0.985339 9.17797C0.335377 8.52772 0.335204 7.47263 0.985339 6.8225L6.82225 0.985583ZM8.23729 1.92601C8.10644 1.79545 7.89342 1.79528 7.76268 1.92601L1.92577 7.76293C1.79503 7.89367 1.7952 8.10669 1.92577 8.23754L7.76268 14.0745C7.89351 14.2053 8.10647 14.2053 8.23729 14.0745L14.0742 8.23754C14.205 8.10671 14.205 7.89375 14.0742 7.76293L8.23729 1.92601ZM7.63475 5.19359C7.89278 5.0235 8.24357 5.05157 8.47069 5.27855L10.7217 7.53051C10.9812 7.79021 10.9813 8.21128 10.7217 8.47093L8.47069 10.7219C8.21103 10.9816 7.78997 10.9815 7.53026 10.7219L5.27831 8.47093C5.01888 8.21135 5.01903 7.79018 5.27831 7.53051L7.53026 5.27855L7.63475 5.19359ZM6.68944 8.00023L7.99999 9.31078L9.31053 8.00023L7.99999 6.68968L6.68944 8.00023Z" })
20
+ ], -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
22
+ /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_7e289398d9__clip0_10090_51295" }, [
23
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
24
+ ])
25
+ ], -1);
26
+ const _hoisted_4 = [
27
+ _hoisted_2,
28
+ _hoisted_3
29
+ ];
30
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
32
+ viewBox: "0 0 16 16",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-verification`],
36
+ width: "1em",
37
+ height: "1em"
38
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
39
+ }
40
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
41
+ module.exports = index;
package/lib/index.js CHANGED
@@ -381,6 +381,8 @@ 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
383
  var index$5Y = require("./IconLineAddChild/index.js");
384
+ var index$5Z = require("./IconLineVerification/index.js");
385
+ var index$5_ = require("./IconLineDisabled/index.js");
384
386
  exports.IconFillHeart = index;
385
387
  exports.IconFillMute = index$1;
386
388
  exports.IconFillSound = index$2;
@@ -762,3 +764,5 @@ exports.IconColorSearchTable = index$5V;
762
764
  exports.IconColorEditForm = index$5W;
763
765
  exports.IconLineAddBold = index$5X;
764
766
  exports.IconLineAddChild = index$5Y;
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.89",
3
+ "version": "0.1.91",
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>
@@ -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-verification`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_7e289398d9__clip0_10090_51295)"><path d="M6.82225 0.985583C7.47239 0.335447 8.52748 0.335622 9.17772 0.985583L15.0146 6.8225C15.6649 7.47272 15.6649 8.52774 15.0146 9.17797L9.17772 15.0149C8.5275 15.6651 7.47248 15.6651 6.82225 15.0149L0.985339 9.17797C0.335377 8.52772 0.335204 7.47263 0.985339 6.8225L6.82225 0.985583ZM8.23729 1.92601C8.10644 1.79545 7.89342 1.79528 7.76268 1.92601L1.92577 7.76293C1.79503 7.89367 1.7952 8.10669 1.92577 8.23754L7.76268 14.0745C7.89351 14.2053 8.10647 14.2053 8.23729 14.0745L14.0742 8.23754C14.205 8.10671 14.205 7.89375 14.0742 7.76293L8.23729 1.92601ZM7.63475 5.19359C7.89278 5.0235 8.24357 5.05157 8.47069 5.27855L10.7217 7.53051C10.9812 7.79021 10.9813 8.21128 10.7217 8.47093L8.47069 10.7219C8.21103 10.9816 7.78997 10.9815 7.53026 10.7219L5.27831 8.47093C5.01888 8.21135 5.01903 7.79018 5.27831 7.53051L7.53026 5.27855L7.63475 5.19359ZM6.68944 8.00023L7.99999 9.31078L9.31053 8.00023L7.99999 6.68968L6.68944 8.00023Z"/></g><defs><clipPath id="svg_7e289398d9__clip0_10090_51295"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineVerification',
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
@@ -378,4 +378,6 @@ 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
380
  export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
381
- export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
381
+ export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
382
+ export { default as IconLineVerification } from './IconLineVerification/index.vue';
383
+ export { default as IconLineDisabled } from './IconLineDisabled/index.vue';