@arco-iconbox/vue-smartcode 0.1.75 → 0.1.76
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 +2726 -2684
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +80 -76
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorUpload2/index.js +44 -0
- package/esm/index.js +1 -0
- package/lib/IconColorUpload2/index.js +45 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconColorUpload2/index.vue +19 -0
- package/src/index.js +2 -1
|
@@ -0,0 +1,44 @@
|
|
|
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: "IconColorUpload2",
|
|
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 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M3.58398 10.48C3.58398 7.67972 3.58398 6.27959 4.12895 5.21003C4.60832 4.26922 5.37322 3.50431 6.31403 3.02495C7.38359 2.47998 8.78372 2.47998 11.584 2.47998H12.7303C13.8128 2.47998 14.3541 2.47998 14.8666 2.58855C15.4557 2.71337 16.0174 2.94358 16.5247 3.26811C16.966 3.5504 17.3516 3.93024 18.1227 4.68992C18.9099 5.4654 19.3035 5.85314 19.5962 6.2998C19.9327 6.81326 20.1717 7.38429 20.3014 7.98433C20.4142 8.50631 20.4142 9.05881 20.4142 10.1638V13.1802C20.4142 15.9805 20.4142 17.3806 19.8692 18.4502C19.3899 19.391 18.6249 20.1559 17.6841 20.6352C16.6146 21.1802 15.2144 21.1802 12.4142 21.1802H11.584C8.78372 21.1802 7.38359 21.1802 6.31403 20.6352C5.37322 20.1559 4.60832 19.391 4.12895 18.4502C3.58398 17.3806 3.58398 15.9805 3.58398 13.1802V10.48Z",
|
|
18
|
+
stroke: "#165DFF",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
|
+
d: "M11.8984 7.3139L11.8984 12.924M14.7619 10.1773L11.8984 7.3139 9.03502 10.1773M9.19336 16.1965H14.8034",
|
|
24
|
+
stroke: "#00BBD8",
|
|
25
|
+
"stroke-width": "1.66",
|
|
26
|
+
"stroke-linecap": "round",
|
|
27
|
+
"stroke-linejoin": "round"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
const _hoisted_3 = [
|
|
30
|
+
_hoisted_1,
|
|
31
|
+
_hoisted_2
|
|
32
|
+
];
|
|
33
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-upload2`],
|
|
39
|
+
width: "1em",
|
|
40
|
+
height: "1em"
|
|
41
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -359,3 +359,4 @@ export { default as IconColorDictionary } from "./IconColorDictionary/index.js";
|
|
|
359
359
|
export { default as IconColorOrganization } from "./IconColorOrganization/index.js";
|
|
360
360
|
export { default as IconColorCard } from "./IconColorCard/index.js";
|
|
361
361
|
export { default as IconColorLine } from "./IconColorLine/index.js";
|
|
362
|
+
export { default as IconColorUpload2 } from "./IconColorUpload2/index.js";
|
|
@@ -0,0 +1,45 @@
|
|
|
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: "IconColorUpload2",
|
|
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 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M3.58398 10.48C3.58398 7.67972 3.58398 6.27959 4.12895 5.21003C4.60832 4.26922 5.37322 3.50431 6.31403 3.02495C7.38359 2.47998 8.78372 2.47998 11.584 2.47998H12.7303C13.8128 2.47998 14.3541 2.47998 14.8666 2.58855C15.4557 2.71337 16.0174 2.94358 16.5247 3.26811C16.966 3.5504 17.3516 3.93024 18.1227 4.68992C18.9099 5.4654 19.3035 5.85314 19.5962 6.2998C19.9327 6.81326 20.1717 7.38429 20.3014 7.98433C20.4142 8.50631 20.4142 9.05881 20.4142 10.1638V13.1802C20.4142 15.9805 20.4142 17.3806 19.8692 18.4502C19.3899 19.391 18.6249 20.1559 17.6841 20.6352C16.6146 21.1802 15.2144 21.1802 12.4142 21.1802H11.584C8.78372 21.1802 7.38359 21.1802 6.31403 20.6352C5.37322 20.1559 4.60832 19.391 4.12895 18.4502C3.58398 17.3806 3.58398 15.9805 3.58398 13.1802V10.48Z",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
|
+
d: "M11.8984 7.3139L11.8984 12.924M14.7619 10.1773L11.8984 7.3139 9.03502 10.1773M9.19336 16.1965H14.8034",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round"
|
|
29
|
+
}, null, -1);
|
|
30
|
+
const _hoisted_3 = [
|
|
31
|
+
_hoisted_1,
|
|
32
|
+
_hoisted_2
|
|
33
|
+
];
|
|
34
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
|
+
fill: "none",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-upload2`],
|
|
40
|
+
width: "1em",
|
|
41
|
+
height: "1em"
|
|
42
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
43
|
+
}
|
|
44
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
45
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -361,6 +361,7 @@ var index$5B = require("./IconColorDictionary/index.js");
|
|
|
361
361
|
var index$5C = require("./IconColorOrganization/index.js");
|
|
362
362
|
var index$5D = require("./IconColorCard/index.js");
|
|
363
363
|
var index$5E = require("./IconColorLine/index.js");
|
|
364
|
+
var index$5F = require("./IconColorUpload2/index.js");
|
|
364
365
|
exports.IconFillHeart = index;
|
|
365
366
|
exports.IconFillMute = index$1;
|
|
366
367
|
exports.IconFillSound = index$2;
|
|
@@ -722,3 +723,4 @@ exports.IconColorDictionary = index$5B;
|
|
|
722
723
|
exports.IconColorOrganization = index$5C;
|
|
723
724
|
exports.IconColorCard = index$5D;
|
|
724
725
|
exports.IconColorLine = index$5E;
|
|
726
|
+
exports.IconColorUpload2 = index$5F;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-upload2`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.58398 10.48C3.58398 7.67972 3.58398 6.27959 4.12895 5.21003C4.60832 4.26922 5.37322 3.50431 6.31403 3.02495C7.38359 2.47998 8.78372 2.47998 11.584 2.47998H12.7303C13.8128 2.47998 14.3541 2.47998 14.8666 2.58855C15.4557 2.71337 16.0174 2.94358 16.5247 3.26811C16.966 3.5504 17.3516 3.93024 18.1227 4.68992C18.9099 5.4654 19.3035 5.85314 19.5962 6.2998C19.9327 6.81326 20.1717 7.38429 20.3014 7.98433C20.4142 8.50631 20.4142 9.05881 20.4142 10.1638V13.1802C20.4142 15.9805 20.4142 17.3806 19.8692 18.4502C19.3899 19.391 18.6249 20.1559 17.6841 20.6352C16.6146 21.1802 15.2144 21.1802 12.4142 21.1802H11.584C8.78372 21.1802 7.38359 21.1802 6.31403 20.6352C5.37322 20.1559 4.60832 19.391 4.12895 18.4502C3.58398 17.3806 3.58398 15.9805 3.58398 13.1802V10.48Z" stroke="#165DFF" stroke-width="1.66" stroke-linejoin="round"/><path d="M11.8984 7.3139L11.8984 12.924M14.7619 10.1773L11.8984 7.3139 9.03502 10.1773M9.19336 16.1965H14.8034" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorUpload2',
|
|
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
|
@@ -358,4 +358,5 @@ export { default as IconColorTab } from './IconColorTab/index.vue';
|
|
|
358
358
|
export { default as IconColorDictionary } from './IconColorDictionary/index.vue';
|
|
359
359
|
export { default as IconColorOrganization } from './IconColorOrganization/index.vue';
|
|
360
360
|
export { default as IconColorCard } from './IconColorCard/index.vue';
|
|
361
|
-
export { default as IconColorLine } from './IconColorLine/index.vue';
|
|
361
|
+
export { default as IconColorLine } from './IconColorLine/index.vue';
|
|
362
|
+
export { default as IconColorUpload2 } from './IconColorUpload2/index.vue';
|