@arco-iconbox/vue-smartcode 0.1.11 → 0.1.12
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 +1262 -1232
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +51 -47
- package/dist/icon.min.js.map +1 -1
- package/esm/IconLineGo/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconLineGo/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconLineGo/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: "IconLineGo",
|
|
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: "M8.43311 11.9697C8.69276 12.2291 9.11487 12.2292 9.37451 11.9697L12.8745 8.46973C13.1341 8.2101 13.134 7.78804 12.8745 7.52832L9.37451 4.02832C9.11481 3.76862 8.6928 3.76862 8.43311 4.02832C8.17359 4.28803 8.17347 4.71009 8.43311 4.96973L10.7974 7.33398L3.59521 7.33398C3.22795 7.33398 2.93018 7.63175 2.93018 7.99902C2.93039 8.36611 3.22808 8.66406 3.59521 8.66406H10.7974L8.43311 11.0283C8.17359 11.288 8.17347 11.7101 8.43311 11.9697Z" }, 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-go`],
|
|
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
|
@@ -163,3 +163,4 @@ export { default as IconFillBranch } from "./IconFillBranch/index.js";
|
|
|
163
163
|
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
|
+
export { default as IconLineGo } from "./IconLineGo/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: "IconLineGo",
|
|
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: "M8.43311 11.9697C8.69276 12.2291 9.11487 12.2292 9.37451 11.9697L12.8745 8.46973C13.1341 8.2101 13.134 7.78804 12.8745 7.52832L9.37451 4.02832C9.11481 3.76862 8.6928 3.76862 8.43311 4.02832C8.17359 4.28803 8.17347 4.71009 8.43311 4.96973L10.7974 7.33398L3.59521 7.33398C3.22795 7.33398 2.93018 7.63175 2.93018 7.99902C2.93039 8.36611 3.22808 8.66406 3.59521 8.66406H10.7974L8.43311 11.0283C8.17359 11.288 8.17347 11.7101 8.43311 11.9697Z" }, 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-go`],
|
|
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
|
@@ -165,6 +165,7 @@ var index$2x = require("./IconFillBranch/index.js");
|
|
|
165
165
|
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
|
+
var index$2B = require("./IconLineGo/index.js");
|
|
168
169
|
exports.IconFillHeart = index;
|
|
169
170
|
exports.IconFillMute = index$1;
|
|
170
171
|
exports.IconFillSound = index$2;
|
|
@@ -330,3 +331,4 @@ exports.IconFillBranch = index$2x;
|
|
|
330
331
|
exports.IconLineEye = index$2y;
|
|
331
332
|
exports.IconLineSubtract = index$2z;
|
|
332
333
|
exports.IconLineAdd = index$2A;
|
|
334
|
+
exports.IconLineGo = index$2B;
|
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-go`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.43311 11.9697C8.69276 12.2291 9.11487 12.2292 9.37451 11.9697L12.8745 8.46973C13.1341 8.2101 13.134 7.78804 12.8745 7.52832L9.37451 4.02832C9.11481 3.76862 8.6928 3.76862 8.43311 4.02832C8.17359 4.28803 8.17347 4.71009 8.43311 4.96973L10.7974 7.33398L3.59521 7.33398C3.22795 7.33398 2.93018 7.63175 2.93018 7.99902C2.93039 8.36611 3.22808 8.66406 3.59521 8.66406H10.7974L8.43311 11.0283C8.17359 11.288 8.17347 11.7101 8.43311 11.9697Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineGo',
|
|
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
|
@@ -162,4 +162,5 @@ export { default as IconFillStop } from './IconFillStop/index.vue';
|
|
|
162
162
|
export { default as IconFillBranch } from './IconFillBranch/index.vue';
|
|
163
163
|
export { default as IconLineEye } from './IconLineEye/index.vue';
|
|
164
164
|
export { default as IconLineSubtract } from './IconLineSubtract/index.vue';
|
|
165
|
-
export { default as IconLineAdd } from './IconLineAdd/index.vue';
|
|
165
|
+
export { default as IconLineAdd } from './IconLineAdd/index.vue';
|
|
166
|
+
export { default as IconLineGo } from './IconLineGo/index.vue';
|