@arco-iconbox/vue-smartcode 0.1.49 → 0.1.50
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 +2122 -2092
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +5 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineExportNew/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconLineExportNew/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconLineExportNew/index.vue +19 -0
- package/src/index.js +2 -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: "IconLineExportNew",
|
|
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: "M12.3257 11.4102C12.6928 11.4103 12.9907 11.708 12.9907 12.0752C12.9906 12.4423 12.6928 12.7401 12.3257 12.7402H1.67432C1.30711 12.7402 1.00938 12.4424 1.00928 12.0752C1.00928 11.7079 1.30705 11.4102 1.67432 11.4102H12.3257ZM7.00049 0.992188C7.36861 0.992264 7.66748 1.29104 7.66748 1.65918V8.18457L10.1685 5.68359C10.4288 5.4235 10.8515 5.42431 11.1118 5.68457C11.3712 5.94483 11.3714 6.36588 11.1118 6.62598L8.22607 9.51172C8.10195 9.63584 7.98016 9.75872 7.86963 9.85254C7.75325 9.95125 7.60515 10.0575 7.4126 10.1201C7.14499 10.207 6.85598 10.207 6.58838 10.1201C6.39537 10.0574 6.2469 9.95045 6.13037 9.85156C6.0199 9.75776 5.89797 9.63576 5.77393 9.51172L2.88916 6.62695C2.62884 6.36665 2.62891 5.94394 2.88916 5.68359C3.14952 5.42327 3.57217 5.42326 3.83252 5.68359L6.3335 8.18457V1.65918C6.3335 1.291 6.63231 0.992201 7.00049 0.992188Z" }, 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 14 14",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-export-new`],
|
|
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
|
@@ -288,3 +288,4 @@ export { default as IconLineKey2 } from "./IconLineKey2/index.js";
|
|
|
288
288
|
export { default as IconLineLink2 } from "./IconLineLink2/index.js";
|
|
289
289
|
export { default as IconLineComputer } from "./IconLineComputer/index.js";
|
|
290
290
|
export { default as IconLinePhone } from "./IconLinePhone/index.js";
|
|
291
|
+
export { default as IconLineExportNew } from "./IconLineExportNew/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: "IconLineExportNew",
|
|
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: "M12.3257 11.4102C12.6928 11.4103 12.9907 11.708 12.9907 12.0752C12.9906 12.4423 12.6928 12.7401 12.3257 12.7402H1.67432C1.30711 12.7402 1.00938 12.4424 1.00928 12.0752C1.00928 11.7079 1.30705 11.4102 1.67432 11.4102H12.3257ZM7.00049 0.992188C7.36861 0.992264 7.66748 1.29104 7.66748 1.65918V8.18457L10.1685 5.68359C10.4288 5.4235 10.8515 5.42431 11.1118 5.68457C11.3712 5.94483 11.3714 6.36588 11.1118 6.62598L8.22607 9.51172C8.10195 9.63584 7.98016 9.75872 7.86963 9.85254C7.75325 9.95125 7.60515 10.0575 7.4126 10.1201C7.14499 10.207 6.85598 10.207 6.58838 10.1201C6.39537 10.0574 6.2469 9.95045 6.13037 9.85156C6.0199 9.75776 5.89797 9.63576 5.77393 9.51172L2.88916 6.62695C2.62884 6.36665 2.62891 5.94394 2.88916 5.68359C3.14952 5.42327 3.57217 5.42326 3.83252 5.68359L6.3335 8.18457V1.65918C6.3335 1.291 6.63231 0.992201 7.00049 0.992188Z" }, 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 14 14",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-export-new`],
|
|
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
|
@@ -290,6 +290,7 @@ var index$4u = require("./IconLineKey2/index.js");
|
|
|
290
290
|
var index$4v = require("./IconLineLink2/index.js");
|
|
291
291
|
var index$4w = require("./IconLineComputer/index.js");
|
|
292
292
|
var index$4x = require("./IconLinePhone/index.js");
|
|
293
|
+
var index$4y = require("./IconLineExportNew/index.js");
|
|
293
294
|
exports.IconFillHeart = index;
|
|
294
295
|
exports.IconFillMute = index$1;
|
|
295
296
|
exports.IconFillSound = index$2;
|
|
@@ -580,3 +581,4 @@ exports.IconLineKey2 = index$4u;
|
|
|
580
581
|
exports.IconLineLink2 = index$4v;
|
|
581
582
|
exports.IconLineComputer = index$4w;
|
|
582
583
|
exports.IconLinePhone = index$4x;
|
|
584
|
+
exports.IconLineExportNew = index$4y;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-export-new`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.3257 11.4102C12.6928 11.4103 12.9907 11.708 12.9907 12.0752C12.9906 12.4423 12.6928 12.7401 12.3257 12.7402H1.67432C1.30711 12.7402 1.00938 12.4424 1.00928 12.0752C1.00928 11.7079 1.30705 11.4102 1.67432 11.4102H12.3257ZM7.00049 0.992188C7.36861 0.992264 7.66748 1.29104 7.66748 1.65918V8.18457L10.1685 5.68359C10.4288 5.4235 10.8515 5.42431 11.1118 5.68457C11.3712 5.94483 11.3714 6.36588 11.1118 6.62598L8.22607 9.51172C8.10195 9.63584 7.98016 9.75872 7.86963 9.85254C7.75325 9.95125 7.60515 10.0575 7.4126 10.1201C7.14499 10.207 6.85598 10.207 6.58838 10.1201C6.39537 10.0574 6.2469 9.95045 6.13037 9.85156C6.0199 9.75776 5.89797 9.63576 5.77393 9.51172L2.88916 6.62695C2.62884 6.36665 2.62891 5.94394 2.88916 5.68359C3.14952 5.42327 3.57217 5.42326 3.83252 5.68359L6.3335 8.18457V1.65918C6.3335 1.291 6.63231 0.992201 7.00049 0.992188Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineExportNew',
|
|
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
|
@@ -287,4 +287,5 @@ export { default as IconLineKey } from './IconLineKey/index.vue';
|
|
|
287
287
|
export { default as IconLineKey2 } from './IconLineKey2/index.vue';
|
|
288
288
|
export { default as IconLineLink2 } from './IconLineLink2/index.vue';
|
|
289
289
|
export { default as IconLineComputer } from './IconLineComputer/index.vue';
|
|
290
|
-
export { default as IconLinePhone } from './IconLinePhone/index.vue';
|
|
290
|
+
export { default as IconLinePhone } from './IconLinePhone/index.vue';
|
|
291
|
+
export { default as IconLineExportNew } from './IconLineExportNew/index.vue';
|