@arco-iconbox/vue-smartcode 0.1.94 → 0.1.95
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 +3137 -3077
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +89 -81
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineArrowsDown/index.js +32 -0
- package/esm/IconLineArrowsUp/index.js +32 -0
- package/esm/index.js +2 -0
- package/lib/IconLineArrowsDown/index.js +33 -0
- package/lib/IconLineArrowsUp/index.js +33 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconLineArrowsDown/index.vue +19 -0
- package/src/IconLineArrowsUp/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: "IconLineArrowsDown",
|
|
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: "M7.99956 2.92969C8.36683 2.92969 8.6646 3.22746 8.6646 3.59473V10.7969L11.0289 8.43262C11.2886 8.17293 11.7106 8.17294 11.9703 8.43262C12.23 8.69232 12.23 9.11432 11.9703 9.37402L8.47027 12.874C8.21055 13.1335 7.78847 13.1336 7.52886 12.874L4.02886 9.37402C3.76927 9.11441 3.76943 8.69233 4.02886 8.43262C4.28855 8.17293 4.71057 8.17294 4.97027 8.43262L7.33452 10.7969V3.59473C7.33452 3.22755 7.63242 2.92984 7.99956 2.92969Z" }, 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-arrows-down`],
|
|
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: "IconLineArrowsUp",
|
|
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: "M7.52888 3.12635C7.78854 2.8667 8.21058 2.86678 8.47029 3.12635L11.9703 6.62635C12.23 6.88605 12.23 7.30806 11.9703 7.56776C11.7106 7.82734 11.2885 7.82742 11.0289 7.56776L8.66462 5.2035V12.4056C8.66462 12.7729 8.36686 13.0707 7.99959 13.0707C7.63243 13.0706 7.33455 12.7728 7.33455 12.4056V5.2035L4.97029 7.56776C4.71058 7.82734 4.28854 7.82742 4.02888 7.56776C3.76935 7.30809 3.76934 6.88602 4.02888 6.62635L7.52888 3.12635Z" }, 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-arrows-up`],
|
|
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
|
@@ -382,3 +382,5 @@ export { default as IconLineAddChild } from "./IconLineAddChild/index.js";
|
|
|
382
382
|
export { default as IconLineVerification } from "./IconLineVerification/index.js";
|
|
383
383
|
export { default as IconLineDisabled } from "./IconLineDisabled/index.js";
|
|
384
384
|
export { default as IconLineCode2 } from "./IconLineCode2/index.js";
|
|
385
|
+
export { default as IconLineArrowsDown } from "./IconLineArrowsDown/index.js";
|
|
386
|
+
export { default as IconLineArrowsUp } from "./IconLineArrowsUp/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: "IconLineArrowsDown",
|
|
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: "M7.99956 2.92969C8.36683 2.92969 8.6646 3.22746 8.6646 3.59473V10.7969L11.0289 8.43262C11.2886 8.17293 11.7106 8.17294 11.9703 8.43262C12.23 8.69232 12.23 9.11432 11.9703 9.37402L8.47027 12.874C8.21055 13.1335 7.78847 13.1336 7.52886 12.874L4.02886 9.37402C3.76927 9.11441 3.76943 8.69233 4.02886 8.43262C4.28855 8.17293 4.71057 8.17294 4.97027 8.43262L7.33452 10.7969V3.59473C7.33452 3.22755 7.63242 2.92984 7.99956 2.92969Z" }, 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-arrows-down`],
|
|
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: "IconLineArrowsUp",
|
|
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: "M7.52888 3.12635C7.78854 2.8667 8.21058 2.86678 8.47029 3.12635L11.9703 6.62635C12.23 6.88605 12.23 7.30806 11.9703 7.56776C11.7106 7.82734 11.2885 7.82742 11.0289 7.56776L8.66462 5.2035V12.4056C8.66462 12.7729 8.36686 13.0707 7.99959 13.0707C7.63243 13.0706 7.33455 12.7728 7.33455 12.4056V5.2035L4.97029 7.56776C4.71058 7.82734 4.28854 7.82742 4.02888 7.56776C3.76935 7.30809 3.76934 6.88602 4.02888 6.62635L7.52888 3.12635Z" }, 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-arrows-up`],
|
|
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
|
@@ -384,6 +384,8 @@ var index$5Y = require("./IconLineAddChild/index.js");
|
|
|
384
384
|
var index$5Z = require("./IconLineVerification/index.js");
|
|
385
385
|
var index$5_ = require("./IconLineDisabled/index.js");
|
|
386
386
|
var index$5$ = require("./IconLineCode2/index.js");
|
|
387
|
+
var index$60 = require("./IconLineArrowsDown/index.js");
|
|
388
|
+
var index$61 = require("./IconLineArrowsUp/index.js");
|
|
387
389
|
exports.IconFillHeart = index;
|
|
388
390
|
exports.IconFillMute = index$1;
|
|
389
391
|
exports.IconFillSound = index$2;
|
|
@@ -768,3 +770,5 @@ exports.IconLineAddChild = index$5Y;
|
|
|
768
770
|
exports.IconLineVerification = index$5Z;
|
|
769
771
|
exports.IconLineDisabled = index$5_;
|
|
770
772
|
exports.IconLineCode2 = index$5$;
|
|
773
|
+
exports.IconLineArrowsDown = index$60;
|
|
774
|
+
exports.IconLineArrowsUp = index$61;
|
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-arrows-down`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.99956 2.92969C8.36683 2.92969 8.6646 3.22746 8.6646 3.59473V10.7969L11.0289 8.43262C11.2886 8.17293 11.7106 8.17294 11.9703 8.43262C12.23 8.69232 12.23 9.11432 11.9703 9.37402L8.47027 12.874C8.21055 13.1335 7.78847 13.1336 7.52886 12.874L4.02886 9.37402C3.76927 9.11441 3.76943 8.69233 4.02886 8.43262C4.28855 8.17293 4.71057 8.17294 4.97027 8.43262L7.33452 10.7969V3.59473C7.33452 3.22755 7.63242 2.92984 7.99956 2.92969Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineArrowsDown',
|
|
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-arrows-up`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.52888 3.12635C7.78854 2.8667 8.21058 2.86678 8.47029 3.12635L11.9703 6.62635C12.23 6.88605 12.23 7.30806 11.9703 7.56776C11.7106 7.82734 11.2885 7.82742 11.0289 7.56776L8.66462 5.2035V12.4056C8.66462 12.7729 8.36686 13.0707 7.99959 13.0707C7.63243 13.0706 7.33455 12.7728 7.33455 12.4056V5.2035L4.97029 7.56776C4.71058 7.82734 4.28854 7.82742 4.02888 7.56776C3.76935 7.30809 3.76934 6.88602 4.02888 6.62635L7.52888 3.12635Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineArrowsUp',
|
|
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
|
@@ -381,4 +381,6 @@ export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
|
|
|
381
381
|
export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
|
|
382
382
|
export { default as IconLineVerification } from './IconLineVerification/index.vue';
|
|
383
383
|
export { default as IconLineDisabled } from './IconLineDisabled/index.vue';
|
|
384
|
-
export { default as IconLineCode2 } from './IconLineCode2/index.vue';
|
|
384
|
+
export { default as IconLineCode2 } from './IconLineCode2/index.vue';
|
|
385
|
+
export { default as IconLineArrowsDown } from './IconLineArrowsDown/index.vue';
|
|
386
|
+
export { default as IconLineArrowsUp } from './IconLineArrowsUp/index.vue';
|