@arco-iconbox/vue-smartcode 0.0.16 → 0.0.17
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 +606 -546
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +22 -14
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineLeft/index.js +32 -0
- package/esm/IconLineRight/index.js +32 -0
- package/esm/index.js +2 -0
- package/lib/IconLineLeft/index.js +33 -0
- package/lib/IconLineRight/index.js +33 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconLineLeft/index.vue +19 -0
- package/src/IconLineRight/index.vue +19 -0
- package/src/index.js +3 -1
|
@@ -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: "IconLineLeft",
|
|
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: "M2.54785 3.33496C2.91508 3.33496 3.21282 3.63279 3.21289 4V12C3.21289 12.3673 2.91512 12.665 2.54785 12.665C2.18058 12.665 1.88281 12.3673 1.88281 12V4C1.88288 3.63279 2.18062 3.33496 2.54785 3.33496ZM7.67285 4.0293C7.93252 3.76965 8.35456 3.76971 8.61426 4.0293C8.87395 4.28899 8.87394 4.711 8.61426 4.9707L6.25 7.33496H13.4521C13.8194 7.33496 14.1171 7.63279 14.1172 8C14.1172 8.36727 13.8194 8.66504 13.4521 8.66504H6.25L8.61426 11.0293C8.87395 11.289 8.87394 11.711 8.61426 11.9707C8.35456 12.2304 7.93255 12.2304 7.67285 11.9707L4.17285 8.4707C3.91326 8.211 3.91319 7.78896 4.17285 7.5293L7.67285 4.0293Z" }, 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-left`],
|
|
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,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: "IconLineRight",
|
|
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: "M13.4521 3.33496C13.8194 3.33496 14.1171 3.63279 14.1172 4V12C14.1172 12.3673 13.8194 12.665 13.4521 12.665C13.0849 12.665 12.7871 12.3672 12.7871 12V4C12.7872 3.63282 13.085 3.33501 13.4521 3.33496ZM7.38574 4.0293C7.64543 3.76968 8.06746 3.76968 8.32715 4.0293L11.8271 7.5293C12.0868 7.78898 12.0868 8.211 11.8271 8.4707L8.32715 11.9707C8.06745 12.2304 7.64544 12.2304 7.38574 11.9707C7.1261 11.711 7.12606 11.289 7.38574 11.0293L9.75 8.66504H2.54785C2.18058 8.66504 1.88281 8.36727 1.88281 8C1.88288 7.63279 2.18062 7.33496 2.54785 7.33496H9.75L7.38574 4.9707C7.1261 4.711 7.12606 4.28898 7.38574 4.0293Z" }, 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-right`],
|
|
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
|
@@ -73,3 +73,5 @@ export { default as IconLineMenuExpand } from "./IconLineMenuExpand/index.js";
|
|
|
73
73
|
export { default as IconLineMenuShrink } from "./IconLineMenuShrink/index.js";
|
|
74
74
|
export { default as IconLineTableSet } from "./IconLineTableSet/index.js";
|
|
75
75
|
export { default as IconLineTranslation } from "./IconLineTranslation/index.js";
|
|
76
|
+
export { default as IconLineLeft } from "./IconLineLeft/index.js";
|
|
77
|
+
export { default as IconLineRight } from "./IconLineRight/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: "IconLineLeft",
|
|
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: "M2.54785 3.33496C2.91508 3.33496 3.21282 3.63279 3.21289 4V12C3.21289 12.3673 2.91512 12.665 2.54785 12.665C2.18058 12.665 1.88281 12.3673 1.88281 12V4C1.88288 3.63279 2.18062 3.33496 2.54785 3.33496ZM7.67285 4.0293C7.93252 3.76965 8.35456 3.76971 8.61426 4.0293C8.87395 4.28899 8.87394 4.711 8.61426 4.9707L6.25 7.33496H13.4521C13.8194 7.33496 14.1171 7.63279 14.1172 8C14.1172 8.36727 13.8194 8.66504 13.4521 8.66504H6.25L8.61426 11.0293C8.87395 11.289 8.87394 11.711 8.61426 11.9707C8.35456 12.2304 7.93255 12.2304 7.67285 11.9707L4.17285 8.4707C3.91326 8.211 3.91319 7.78896 4.17285 7.5293L7.67285 4.0293Z" }, 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-left`],
|
|
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,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: "IconLineRight",
|
|
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: "M13.4521 3.33496C13.8194 3.33496 14.1171 3.63279 14.1172 4V12C14.1172 12.3673 13.8194 12.665 13.4521 12.665C13.0849 12.665 12.7871 12.3672 12.7871 12V4C12.7872 3.63282 13.085 3.33501 13.4521 3.33496ZM7.38574 4.0293C7.64543 3.76968 8.06746 3.76968 8.32715 4.0293L11.8271 7.5293C12.0868 7.78898 12.0868 8.211 11.8271 8.4707L8.32715 11.9707C8.06745 12.2304 7.64544 12.2304 7.38574 11.9707C7.1261 11.711 7.12606 11.289 7.38574 11.0293L9.75 8.66504H2.54785C2.18058 8.66504 1.88281 8.36727 1.88281 8C1.88288 7.63279 2.18062 7.33496 2.54785 7.33496H9.75L7.38574 4.9707C7.1261 4.711 7.12606 4.28898 7.38574 4.0293Z" }, 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-right`],
|
|
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
|
@@ -75,6 +75,8 @@ var index$17 = require("./IconLineMenuExpand/index.js");
|
|
|
75
75
|
var index$18 = require("./IconLineMenuShrink/index.js");
|
|
76
76
|
var index$19 = require("./IconLineTableSet/index.js");
|
|
77
77
|
var index$1a = require("./IconLineTranslation/index.js");
|
|
78
|
+
var index$1b = require("./IconLineLeft/index.js");
|
|
79
|
+
var index$1c = require("./IconLineRight/index.js");
|
|
78
80
|
exports.IconFillHeart = index;
|
|
79
81
|
exports.IconFillMute = index$1;
|
|
80
82
|
exports.IconFillSound = index$2;
|
|
@@ -150,3 +152,5 @@ exports.IconLineMenuExpand = index$17;
|
|
|
150
152
|
exports.IconLineMenuShrink = index$18;
|
|
151
153
|
exports.IconLineTableSet = index$19;
|
|
152
154
|
exports.IconLineTranslation = index$1a;
|
|
155
|
+
exports.IconLineLeft = index$1b;
|
|
156
|
+
exports.IconLineRight = index$1c;
|
package/package.json
CHANGED
|
@@ -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-left`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.54785 3.33496C2.91508 3.33496 3.21282 3.63279 3.21289 4V12C3.21289 12.3673 2.91512 12.665 2.54785 12.665C2.18058 12.665 1.88281 12.3673 1.88281 12V4C1.88288 3.63279 2.18062 3.33496 2.54785 3.33496ZM7.67285 4.0293C7.93252 3.76965 8.35456 3.76971 8.61426 4.0293C8.87395 4.28899 8.87394 4.711 8.61426 4.9707L6.25 7.33496H13.4521C13.8194 7.33496 14.1171 7.63279 14.1172 8C14.1172 8.36727 13.8194 8.66504 13.4521 8.66504H6.25L8.61426 11.0293C8.87395 11.289 8.87394 11.711 8.61426 11.9707C8.35456 12.2304 7.93255 12.2304 7.67285 11.9707L4.17285 8.4707C3.91326 8.211 3.91319 7.78896 4.17285 7.5293L7.67285 4.0293Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineLeft',
|
|
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-right`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.4521 3.33496C13.8194 3.33496 14.1171 3.63279 14.1172 4V12C14.1172 12.3673 13.8194 12.665 13.4521 12.665C13.0849 12.665 12.7871 12.3672 12.7871 12V4C12.7872 3.63282 13.085 3.33501 13.4521 3.33496ZM7.38574 4.0293C7.64543 3.76968 8.06746 3.76968 8.32715 4.0293L11.8271 7.5293C12.0868 7.78898 12.0868 8.211 11.8271 8.4707L8.32715 11.9707C8.06745 12.2304 7.64544 12.2304 7.38574 11.9707C7.1261 11.711 7.12606 11.289 7.38574 11.0293L9.75 8.66504H2.54785C2.18058 8.66504 1.88281 8.36727 1.88281 8C1.88288 7.63279 2.18062 7.33496 2.54785 7.33496H9.75L7.38574 4.9707C7.1261 4.711 7.12606 4.28898 7.38574 4.0293Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineRight',
|
|
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
|
@@ -72,4 +72,6 @@ export { default as IconLineExport } from './IconLineExport/index.vue';
|
|
|
72
72
|
export { default as IconLineMenuExpand } from './IconLineMenuExpand/index.vue';
|
|
73
73
|
export { default as IconLineMenuShrink } from './IconLineMenuShrink/index.vue';
|
|
74
74
|
export { default as IconLineTableSet } from './IconLineTableSet/index.vue';
|
|
75
|
-
export { default as IconLineTranslation } from './IconLineTranslation/index.vue';
|
|
75
|
+
export { default as IconLineTranslation } from './IconLineTranslation/index.vue';
|
|
76
|
+
export { default as IconLineLeft } from './IconLineLeft/index.vue';
|
|
77
|
+
export { default as IconLineRight } from './IconLineRight/index.vue';
|