@arco-iconbox/vue-smartcode 0.1.61 → 0.1.62
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 +2027 -1997
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +73 -69
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorQdrant/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconColorQdrant/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconColorQdrant/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: "IconColorQdrant",
|
|
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 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 1024 1024",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-qdrant`],
|
|
22
|
+
width: "1em",
|
|
23
|
+
height: "1em"
|
|
24
|
+
}, _ctx.$attrs), [
|
|
25
|
+
createElementVNode("path", {
|
|
26
|
+
d: "M953.995636 257.363117l0.053195-0.033247-219.428571-126.67013L515.244883 3.98961l-219.428571 126.67013L76.454234 257.32987l0.013298 0.026598V764.01039l219.368728 126.670129 219.428571 126.67678v0.013298l140.367792-80.989091 0.00665-0.006649-0.00665-0.006649V764.01039l-140.367792 81.062233-144.822857-83.588987-144.756364-83.582337V343.512104l144.756364-83.582338 144.822857-83.582337 144.756364 83.582337 144.822857 83.582338v673.845195l-0.013299-0.00665 0.026598 0.046546 149.211428-86.11574V257.369766l-0.073143-0.006649zM374.897039 429.700987V591.725714l140.367792 81.055585L655.625974 591.725714V429.687688l-0.019948 0.013299-0.066494-0.066493L515.271481 348.625455 374.916987 429.66774l-0.013299 0.033247h-0.006649z",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#DC244C"
|
|
28
|
+
}, null, 8, _hoisted_1)
|
|
29
|
+
], 16);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -331,3 +331,4 @@ export { default as IconFillActivity } from "./IconFillActivity/index.js";
|
|
|
331
331
|
export { default as IconFillSend } from "./IconFillSend/index.js";
|
|
332
332
|
export { default as IconFillTask } from "./IconFillTask/index.js";
|
|
333
333
|
export { default as IconLineUpload } from "./IconLineUpload/index.js";
|
|
334
|
+
export { default as IconColorQdrant } from "./IconColorQdrant/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: "IconColorQdrant",
|
|
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 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
+
viewBox: "0 0 1024 1024",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-qdrant`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
vue.createElementVNode("path", {
|
|
27
|
+
d: "M953.995636 257.363117l0.053195-0.033247-219.428571-126.67013L515.244883 3.98961l-219.428571 126.67013L76.454234 257.32987l0.013298 0.026598V764.01039l219.368728 126.670129 219.428571 126.67678v0.013298l140.367792-80.989091 0.00665-0.006649-0.00665-0.006649V764.01039l-140.367792 81.062233-144.822857-83.588987-144.756364-83.582337V343.512104l144.756364-83.582338 144.822857-83.582337 144.756364 83.582337 144.822857 83.582338v673.845195l-0.013299-0.00665 0.026598 0.046546 149.211428-86.11574V257.369766l-0.073143-0.006649zM374.897039 429.700987V591.725714l140.367792 81.055585L655.625974 591.725714V429.687688l-0.019948 0.013299-0.066494-0.066493L515.271481 348.625455 374.916987 429.66774l-0.013299 0.033247h-0.006649z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#DC244C"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -333,6 +333,7 @@ var index$59 = require("./IconFillActivity/index.js");
|
|
|
333
333
|
var index$5a = require("./IconFillSend/index.js");
|
|
334
334
|
var index$5b = require("./IconFillTask/index.js");
|
|
335
335
|
var index$5c = require("./IconLineUpload/index.js");
|
|
336
|
+
var index$5d = require("./IconColorQdrant/index.js");
|
|
336
337
|
exports.IconFillHeart = index;
|
|
337
338
|
exports.IconFillMute = index$1;
|
|
338
339
|
exports.IconFillSound = index$2;
|
|
@@ -666,3 +667,4 @@ exports.IconFillActivity = index$59;
|
|
|
666
667
|
exports.IconFillSend = index$5a;
|
|
667
668
|
exports.IconFillTask = index$5b;
|
|
668
669
|
exports.IconLineUpload = index$5c;
|
|
670
|
+
exports.IconColorQdrant = index$5d;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-qdrant`]" width="1em" height="1em" v-bind="$attrs"><path d="M953.995636 257.363117l0.053195-0.033247-219.428571-126.67013L515.244883 3.98961l-219.428571 126.67013L76.454234 257.32987l0.013298 0.026598V764.01039l219.368728 126.670129 219.428571 126.67678v0.013298l140.367792-80.989091 0.00665-0.006649-0.00665-0.006649V764.01039l-140.367792 81.062233-144.822857-83.588987-144.756364-83.582337V343.512104l144.756364-83.582338 144.822857-83.582337 144.756364 83.582337 144.822857 83.582338v673.845195l-0.013299-0.00665 0.026598 0.046546 149.211428-86.11574V257.369766l-0.073143-0.006649zM374.897039 429.700987V591.725714l140.367792 81.055585L655.625974 591.725714V429.687688l-0.019948 0.013299-0.066494-0.066493L515.271481 348.625455 374.916987 429.66774l-0.013299 0.033247h-0.006649z" :fill="useCurrentColor ? 'currentColor' : '#DC244C'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorQdrant',
|
|
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
|
@@ -330,4 +330,5 @@ export { default as IconFillNotice } from './IconFillNotice/index.vue';
|
|
|
330
330
|
export { default as IconFillActivity } from './IconFillActivity/index.vue';
|
|
331
331
|
export { default as IconFillSend } from './IconFillSend/index.vue';
|
|
332
332
|
export { default as IconFillTask } from './IconFillTask/index.vue';
|
|
333
|
-
export { default as IconLineUpload } from './IconLineUpload/index.vue';
|
|
333
|
+
export { default as IconLineUpload } from './IconLineUpload/index.vue';
|
|
334
|
+
export { default as IconColorQdrant } from './IconColorQdrant/index.vue';
|