@arco-iconbox/vue-smartcode 0.1.13 → 0.1.15

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.
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconRequired",
4
+ name: "IconColorRequired",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -19,7 +19,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
19
  viewBox: "0 0 8 8",
20
20
  fill: "none",
21
21
  xmlns: "http://www.w3.org/2000/svg",
22
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-required`],
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-required`],
23
23
  width: "1em",
24
24
  height: "1em"
25
25
  }, _ctx.$attrs), [
@@ -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: "IconLineBigger",
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.50781 5.49512C6.70253 5.68972 7.01814 5.68966 7.21289 5.49512L9.80371 2.9043V4.7002C9.80371 4.97565 10.0273 5.19922 10.3027 5.19922C10.5782 5.1992 10.8018 4.97564 10.8018 4.7002V1.7002C10.8017 1.42477 10.5782 1.20119 10.3027 1.20117H7.30273C7.02729 1.20117 6.80373 1.42476 6.80371 1.7002C6.80371 1.97565 7.02728 2.19922 7.30273 2.19922H9.09863L6.50781 4.79004C6.31326 4.98479 6.31321 5.3004 6.50781 5.49512ZM4.69727 10.8047C4.97271 10.8047 5.19627 10.5811 5.19629 10.3057C5.19629 10.0302 4.97272 9.80664 4.69727 9.80664H2.90137L5.49219 7.21582C5.68674 7.02107 5.68679 6.70546 5.49219 6.51074C5.29747 6.31614 4.98186 6.31619 4.78711 6.51074L2.19629 9.10156V7.30566C2.19629 7.03021 1.97272 6.80664 1.69727 6.80664C1.42183 6.80666 1.19824 7.03022 1.19824 7.30566V10.3057C1.19825 10.4792 1.28633 10.6332 1.4209 10.7227C1.42512 10.7255 1.43028 10.7268 1.43457 10.7295C1.51092 10.7769 1.60082 10.8047 1.69727 10.8047H4.69727Z" }, 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-bigger`],
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
@@ -164,4 +164,5 @@ export { default as IconLineEye } from "./IconLineEye/index.js";
164
164
  export { default as IconLineSubtract } from "./IconLineSubtract/index.js";
165
165
  export { default as IconLineAdd } from "./IconLineAdd/index.js";
166
166
  export { default as IconLineGo } from "./IconLineGo/index.js";
167
- export { default as IconRequired } from "./IconRequired/index.js";
167
+ export { default as IconColorRequired } from "./IconColorRequired/index.js";
168
+ export { default as IconLineBigger } from "./IconLineBigger/index.js";
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconRequired",
5
+ name: "IconColorRequired",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -20,7 +20,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
20
  viewBox: "0 0 8 8",
21
21
  fill: "none",
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-required`],
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-required`],
24
24
  width: "1em",
25
25
  height: "1em"
26
26
  }, _ctx.$attrs), [
@@ -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: "IconLineBigger",
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.50781 5.49512C6.70253 5.68972 7.01814 5.68966 7.21289 5.49512L9.80371 2.9043V4.7002C9.80371 4.97565 10.0273 5.19922 10.3027 5.19922C10.5782 5.1992 10.8018 4.97564 10.8018 4.7002V1.7002C10.8017 1.42477 10.5782 1.20119 10.3027 1.20117H7.30273C7.02729 1.20117 6.80373 1.42476 6.80371 1.7002C6.80371 1.97565 7.02728 2.19922 7.30273 2.19922H9.09863L6.50781 4.79004C6.31326 4.98479 6.31321 5.3004 6.50781 5.49512ZM4.69727 10.8047C4.97271 10.8047 5.19627 10.5811 5.19629 10.3057C5.19629 10.0302 4.97272 9.80664 4.69727 9.80664H2.90137L5.49219 7.21582C5.68674 7.02107 5.68679 6.70546 5.49219 6.51074C5.29747 6.31614 4.98186 6.31619 4.78711 6.51074L2.19629 9.10156V7.30566C2.19629 7.03021 1.97272 6.80664 1.69727 6.80664C1.42183 6.80666 1.19824 7.03022 1.19824 7.30566V10.3057C1.19825 10.4792 1.28633 10.6332 1.4209 10.7227C1.42512 10.7255 1.43028 10.7268 1.43457 10.7295C1.51092 10.7769 1.60082 10.8047 1.69727 10.8047H4.69727Z" }, 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-bigger`],
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
@@ -166,7 +166,8 @@ var index$2y = require("./IconLineEye/index.js");
166
166
  var index$2z = require("./IconLineSubtract/index.js");
167
167
  var index$2A = require("./IconLineAdd/index.js");
168
168
  var index$2B = require("./IconLineGo/index.js");
169
- var index$2C = require("./IconRequired/index.js");
169
+ var index$2C = require("./IconColorRequired/index.js");
170
+ var index$2D = require("./IconLineBigger/index.js");
170
171
  exports.IconFillHeart = index;
171
172
  exports.IconFillMute = index$1;
172
173
  exports.IconFillSound = index$2;
@@ -333,4 +334,5 @@ exports.IconLineEye = index$2y;
333
334
  exports.IconLineSubtract = index$2z;
334
335
  exports.IconLineAdd = index$2A;
335
336
  exports.IconLineGo = index$2B;
336
- exports.IconRequired = index$2C;
337
+ exports.IconColorRequired = index$2C;
338
+ exports.IconLineBigger = index$2D;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
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 8 8" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-required`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.41817 1.10156C4.52862 1.10156 4.61812 1.19118 4.61812 1.30164L4.61726 3.34656L6.45369 2.75024C6.55874 2.71611 6.6715 2.77349 6.70564 2.87854L6.95296 3.6394C6.98709 3.74445 6.92959 3.85735 6.82454 3.89148L4.9742 4.49158L6.19942 6.17822C6.26434 6.26758 6.24459 6.3926 6.15523 6.45752L5.50801 6.92773C5.41865 6.99265 5.29351 6.97291 5.22859 6.88354L3.96223 5.13953L2.68904 6.8927C2.62412 6.98206 2.49898 7.00194 2.40962 6.93701L1.7624 6.4668C1.67304 6.40188 1.65329 6.27674 1.71821 6.18738L2.97322 4.45764L1.16853 3.87158C1.06348 3.83745 1.00598 3.72468 1.04011 3.61963L1.28731 2.85876C1.32144 2.75371 1.43421 2.69622 1.53926 2.73035L3.41719 3.3396L3.41817 1.30164C3.41817 1.19118 3.50766 1.10156 3.61812 1.10156H4.41817Z" :fill="useCurrentColor ? 'currentColor' : '#F53F3F'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorRequired',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -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-bigger`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.50781 5.49512C6.70253 5.68972 7.01814 5.68966 7.21289 5.49512L9.80371 2.9043V4.7002C9.80371 4.97565 10.0273 5.19922 10.3027 5.19922C10.5782 5.1992 10.8018 4.97564 10.8018 4.7002V1.7002C10.8017 1.42477 10.5782 1.20119 10.3027 1.20117H7.30273C7.02729 1.20117 6.80373 1.42476 6.80371 1.7002C6.80371 1.97565 7.02728 2.19922 7.30273 2.19922H9.09863L6.50781 4.79004C6.31326 4.98479 6.31321 5.3004 6.50781 5.49512ZM4.69727 10.8047C4.97271 10.8047 5.19627 10.5811 5.19629 10.3057C5.19629 10.0302 4.97272 9.80664 4.69727 9.80664H2.90137L5.49219 7.21582C5.68674 7.02107 5.68679 6.70546 5.49219 6.51074C5.29747 6.31614 4.98186 6.31619 4.78711 6.51074L2.19629 9.10156V7.30566C2.19629 7.03021 1.97272 6.80664 1.69727 6.80664C1.42183 6.80666 1.19824 7.03022 1.19824 7.30566V10.3057C1.19825 10.4792 1.28633 10.6332 1.4209 10.7227C1.42512 10.7255 1.43028 10.7268 1.43457 10.7295C1.51092 10.7769 1.60082 10.8047 1.69727 10.8047H4.69727Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineBigger',
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
@@ -164,4 +164,5 @@ export { default as IconLineEye } from './IconLineEye/index.vue';
164
164
  export { default as IconLineSubtract } from './IconLineSubtract/index.vue';
165
165
  export { default as IconLineAdd } from './IconLineAdd/index.vue';
166
166
  export { default as IconLineGo } from './IconLineGo/index.vue';
167
- export { default as IconRequired } from './IconRequired/index.vue';
167
+ export { default as IconColorRequired } from './IconColorRequired/index.vue';
168
+ export { default as IconLineBigger } from './IconLineBigger/index.vue';
@@ -1,19 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-required`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.41817 1.10156C4.52862 1.10156 4.61812 1.19118 4.61812 1.30164L4.61726 3.34656L6.45369 2.75024C6.55874 2.71611 6.6715 2.77349 6.70564 2.87854L6.95296 3.6394C6.98709 3.74445 6.92959 3.85735 6.82454 3.89148L4.9742 4.49158L6.19942 6.17822C6.26434 6.26758 6.24459 6.3926 6.15523 6.45752L5.50801 6.92773C5.41865 6.99265 5.29351 6.97291 5.22859 6.88354L3.96223 5.13953L2.68904 6.8927C2.62412 6.98206 2.49898 7.00194 2.40962 6.93701L1.7624 6.4668C1.67304 6.40188 1.65329 6.27674 1.71821 6.18738L2.97322 4.45764L1.16853 3.87158C1.06348 3.83745 1.00598 3.72468 1.04011 3.61963L1.28731 2.85876C1.32144 2.75371 1.43421 2.69622 1.53926 2.73035L3.41719 3.3396L3.41817 1.30164C3.41817 1.19118 3.50766 1.10156 3.61812 1.10156H4.41817Z" :fill="useCurrentColor ? 'currentColor' : '#F53F3F'"/></svg>
3
- </template>
4
- <script>
5
-
6
- export default {
7
- name: 'IconRequired',
8
- props: {
9
- prefix: {
10
- type: String,
11
- default: 'sc',
12
- },
13
- useCurrentColor: {
14
- type: Boolean,
15
- default: false,
16
- },
17
- },
18
- };
19
- </script>