@arco-iconbox/vue-smartcode 0.1.51 → 0.1.52
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 +1856 -1794
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +9 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorClick/index.js +33 -0
- package/esm/IconColorCycle/index.js +33 -0
- package/esm/index.js +2 -0
- package/lib/IconColorClick/index.js +34 -0
- package/lib/IconColorCycle/index.js +34 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconColorClick/index.vue +19 -0
- package/src/IconColorCycle/index.vue +19 -0
- package/src/index.js +3 -1
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconColorClick",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 12 12",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-click`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
createElementVNode("path", {
|
|
27
|
+
d: "M6.29923 6.2101C6.39589 6.17302 6.53592 6.21041 6.81582 6.28541L10.4277 7.25326C10.8261 7.36001 11.0251 7.41373 11.0918 7.51405C11.1495 7.60099 11.1613 7.71082 11.1229 7.80782C11.0784 7.9197 10.8941 8.01295 10.5266 8.19994L9.21832 8.86592C9.10848 8.9218 9.05316 8.94968 9.00546 8.98666C8.96321 9.01943 8.92557 9.0577 8.8928 9.09994C8.85582 9.14764 8.8273 9.20237 8.77143 9.31218L8.10608 10.6211C7.91906 10.9887 7.82525 11.1723 7.71334 11.2168C7.61632 11.2552 7.50651 11.244 7.41956 11.1863C7.31922 11.1196 7.26557 10.9201 7.15877 10.5215L6.19155 6.90969C6.11667 6.63023 6.07874 6.49034 6.11561 6.39371C6.14798 6.30939 6.21491 6.24247 6.29923 6.2101ZM5.89217 0.821289C7.75018 0.821372 9.36885 1.84059 10.2223 3.34515C10.5087 3.85029 10.3315 4.49201 9.82641 4.77856C9.32129 5.06496 8.67956 4.88776 8.39301 4.38271C7.8979 3.50986 6.9626 2.92511 5.89217 2.92503C4.3058 2.92507 3.01976 4.21107 3.01976 5.79744C3.01992 6.906 3.64764 7.86987 4.57204 8.34932C5.08753 8.61676 5.28881 9.25163 5.02142 9.76716C4.75396 10.2825 4.11904 10.4838 3.60357 10.2165C2.00942 9.38971 0.916179 7.72191 0.916016 5.79744C0.916016 3.04948 3.14421 0.82133 5.89217 0.821289Z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export { index as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
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: "IconColorCycle",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 12 12",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-cycle`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
createElementVNode("path", {
|
|
27
|
+
d: "M10.7075 6.43282C10.7075 6.43282 9.40454 9.66881 5.14388 8.10274L5.47136 7.30586C5.47136 7.30586 5.76145 6.52352 4.75964 6.71045L1.94458 7.45817C1.94458 7.45817 1.30555 7.65134 1.60395 8.21075L3.21641 10.9455C3.37565 11.2224 3.81736 11.3637 4.0126 10.8368L4.33454 10.0371C4.33454 10.0371 9.60532 12.0408 10.7068 6.43282H10.7075ZM1.29171 5.38669C1.29171 5.38669 2.67431 2.18462 6.89481 3.85662L6.54726 4.64589C6.54726 4.64589 6.23778 5.42131 7.24513 5.25861L10.0775 4.5822C10.0775 4.5822 10.7214 4.40565 10.4368 3.83793L8.89359 1.06442C8.72328 0.759097 8.30372 0.655938 8.09463 1.15165L7.75262 1.94438C7.75193 1.94438 2.53238 -0.190793 1.29102 5.38669H1.29171Z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -297,3 +297,5 @@ export { default as IconColorXls } from "./IconColorXls/index.js";
|
|
|
297
297
|
export { default as IconColorMusic } from "./IconColorMusic/index.js";
|
|
298
298
|
export { default as IconColorImageNew } from "./IconColorImageNew/index.js";
|
|
299
299
|
export { default as IconFillClick } from "./IconFillClick/index.js";
|
|
300
|
+
export { default as IconColorClick } from "./IconColorClick/index.js";
|
|
301
|
+
export { default as IconColorCycle } from "./IconColorCycle/index.js";
|
|
@@ -0,0 +1,34 @@
|
|
|
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: "IconColorClick",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
+
viewBox: "0 0 12 12",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-click`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
vue.createElementVNode("path", {
|
|
28
|
+
d: "M6.29923 6.2101C6.39589 6.17302 6.53592 6.21041 6.81582 6.28541L10.4277 7.25326C10.8261 7.36001 11.0251 7.41373 11.0918 7.51405C11.1495 7.60099 11.1613 7.71082 11.1229 7.80782C11.0784 7.9197 10.8941 8.01295 10.5266 8.19994L9.21832 8.86592C9.10848 8.9218 9.05316 8.94968 9.00546 8.98666C8.96321 9.01943 8.92557 9.0577 8.8928 9.09994C8.85582 9.14764 8.8273 9.20237 8.77143 9.31218L8.10608 10.6211C7.91906 10.9887 7.82525 11.1723 7.71334 11.2168C7.61632 11.2552 7.50651 11.244 7.41956 11.1863C7.31922 11.1196 7.26557 10.9201 7.15877 10.5215L6.19155 6.90969C6.11667 6.63023 6.07874 6.49034 6.11561 6.39371C6.14798 6.30939 6.21491 6.24247 6.29923 6.2101ZM5.89217 0.821289C7.75018 0.821372 9.36885 1.84059 10.2223 3.34515C10.5087 3.85029 10.3315 4.49201 9.82641 4.77856C9.32129 5.06496 8.67956 4.88776 8.39301 4.38271C7.8979 3.50986 6.9626 2.92511 5.89217 2.92503C4.3058 2.92507 3.01976 4.21107 3.01976 5.79744C3.01992 6.906 3.64764 7.86987 4.57204 8.34932C5.08753 8.61676 5.28881 9.25163 5.02142 9.76716C4.75396 10.2825 4.11904 10.4838 3.60357 10.2165C2.00942 9.38971 0.916179 7.72191 0.916016 5.79744C0.916016 3.04948 3.14421 0.82133 5.89217 0.821289Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
module.exports = index;
|
|
@@ -0,0 +1,34 @@
|
|
|
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: "IconColorCycle",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
+
viewBox: "0 0 12 12",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-cycle`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
vue.createElementVNode("path", {
|
|
28
|
+
d: "M10.7075 6.43282C10.7075 6.43282 9.40454 9.66881 5.14388 8.10274L5.47136 7.30586C5.47136 7.30586 5.76145 6.52352 4.75964 6.71045L1.94458 7.45817C1.94458 7.45817 1.30555 7.65134 1.60395 8.21075L3.21641 10.9455C3.37565 11.2224 3.81736 11.3637 4.0126 10.8368L4.33454 10.0371C4.33454 10.0371 9.60532 12.0408 10.7068 6.43282H10.7075ZM1.29171 5.38669C1.29171 5.38669 2.67431 2.18462 6.89481 3.85662L6.54726 4.64589C6.54726 4.64589 6.23778 5.42131 7.24513 5.25861L10.0775 4.5822C10.0775 4.5822 10.7214 4.40565 10.4368 3.83793L8.89359 1.06442C8.72328 0.759097 8.30372 0.655938 8.09463 1.15165L7.75262 1.94438C7.75193 1.94438 2.53238 -0.190793 1.29102 5.38669H1.29171Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -299,6 +299,8 @@ var index$4D = require("./IconColorXls/index.js");
|
|
|
299
299
|
var index$4E = require("./IconColorMusic/index.js");
|
|
300
300
|
var index$4F = require("./IconColorImageNew/index.js");
|
|
301
301
|
var index$4G = require("./IconFillClick/index.js");
|
|
302
|
+
var index$4H = require("./IconColorClick/index.js");
|
|
303
|
+
var index$4I = require("./IconColorCycle/index.js");
|
|
302
304
|
exports.IconFillHeart = index;
|
|
303
305
|
exports.IconFillMute = index$1;
|
|
304
306
|
exports.IconFillSound = index$2;
|
|
@@ -598,3 +600,5 @@ exports.IconColorXls = index$4D;
|
|
|
598
600
|
exports.IconColorMusic = index$4E;
|
|
599
601
|
exports.IconColorImageNew = index$4F;
|
|
600
602
|
exports.IconFillClick = index$4G;
|
|
603
|
+
exports.IconColorClick = index$4H;
|
|
604
|
+
exports.IconColorCycle = index$4I;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-click`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.29923 6.2101C6.39589 6.17302 6.53592 6.21041 6.81582 6.28541L10.4277 7.25326C10.8261 7.36001 11.0251 7.41373 11.0918 7.51405C11.1495 7.60099 11.1613 7.71082 11.1229 7.80782C11.0784 7.9197 10.8941 8.01295 10.5266 8.19994L9.21832 8.86592C9.10848 8.9218 9.05316 8.94968 9.00546 8.98666C8.96321 9.01943 8.92557 9.0577 8.8928 9.09994C8.85582 9.14764 8.8273 9.20237 8.77143 9.31218L8.10608 10.6211C7.91906 10.9887 7.82525 11.1723 7.71334 11.2168C7.61632 11.2552 7.50651 11.244 7.41956 11.1863C7.31922 11.1196 7.26557 10.9201 7.15877 10.5215L6.19155 6.90969C6.11667 6.63023 6.07874 6.49034 6.11561 6.39371C6.14798 6.30939 6.21491 6.24247 6.29923 6.2101ZM5.89217 0.821289C7.75018 0.821372 9.36885 1.84059 10.2223 3.34515C10.5087 3.85029 10.3315 4.49201 9.82641 4.77856C9.32129 5.06496 8.67956 4.88776 8.39301 4.38271C7.8979 3.50986 6.9626 2.92511 5.89217 2.92503C4.3058 2.92507 3.01976 4.21107 3.01976 5.79744C3.01992 6.906 3.64764 7.86987 4.57204 8.34932C5.08753 8.61676 5.28881 9.25163 5.02142 9.76716C4.75396 10.2825 4.11904 10.4838 3.60357 10.2165C2.00942 9.38971 0.916179 7.72191 0.916016 5.79744C0.916016 3.04948 3.14421 0.82133 5.89217 0.821289Z" :fill="useCurrentColor ? 'currentColor' : '#4080FF'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorClick',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-cycle`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.7075 6.43282C10.7075 6.43282 9.40454 9.66881 5.14388 8.10274L5.47136 7.30586C5.47136 7.30586 5.76145 6.52352 4.75964 6.71045L1.94458 7.45817C1.94458 7.45817 1.30555 7.65134 1.60395 8.21075L3.21641 10.9455C3.37565 11.2224 3.81736 11.3637 4.0126 10.8368L4.33454 10.0371C4.33454 10.0371 9.60532 12.0408 10.7068 6.43282H10.7075ZM1.29171 5.38669C1.29171 5.38669 2.67431 2.18462 6.89481 3.85662L6.54726 4.64589C6.54726 4.64589 6.23778 5.42131 7.24513 5.25861L10.0775 4.5822C10.0775 4.5822 10.7214 4.40565 10.4368 3.83793L8.89359 1.06442C8.72328 0.759097 8.30372 0.655938 8.09463 1.15165L7.75262 1.94438C7.75193 1.94438 2.53238 -0.190793 1.29102 5.38669H1.29171Z" :fill="useCurrentColor ? 'currentColor' : '#9B59F7'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorCycle',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -296,4 +296,6 @@ export { default as IconColorZip } from './IconColorZip/index.vue';
|
|
|
296
296
|
export { default as IconColorXls } from './IconColorXls/index.vue';
|
|
297
297
|
export { default as IconColorMusic } from './IconColorMusic/index.vue';
|
|
298
298
|
export { default as IconColorImageNew } from './IconColorImageNew/index.vue';
|
|
299
|
-
export { default as IconFillClick } from './IconFillClick/index.vue';
|
|
299
|
+
export { default as IconFillClick } from './IconFillClick/index.vue';
|
|
300
|
+
export { default as IconColorClick } from './IconColorClick/index.vue';
|
|
301
|
+
export { default as IconColorCycle } from './IconColorCycle/index.vue';
|