@arco-iconbox/vue-smartcode 0.1.60 → 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.
@@ -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 };
@@ -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: "IconLineUpload",
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.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z" }, 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 24 24",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-upload`],
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
@@ -330,3 +330,5 @@ export { default as IconFillNotice } from "./IconFillNotice/index.js";
330
330
  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
+ 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;
@@ -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: "IconLineUpload",
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.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z" }, 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 24 24",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-upload`],
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
@@ -332,6 +332,8 @@ var index$58 = require("./IconFillNotice/index.js");
332
332
  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
+ var index$5c = require("./IconLineUpload/index.js");
336
+ var index$5d = require("./IconColorQdrant/index.js");
335
337
  exports.IconFillHeart = index;
336
338
  exports.IconFillMute = index$1;
337
339
  exports.IconFillSound = index$2;
@@ -664,3 +666,5 @@ exports.IconFillNotice = index$58;
664
666
  exports.IconFillActivity = index$59;
665
667
  exports.IconFillSend = index$5a;
666
668
  exports.IconFillTask = index$5b;
669
+ exports.IconLineUpload = index$5c;
670
+ exports.IconColorQdrant = index$5d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -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>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-upload`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineUpload',
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
@@ -329,4 +329,6 @@ export { default as IconFillRepost } from './IconFillRepost/index.vue';
329
329
  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
- export { default as IconFillTask } from './IconFillTask/index.vue';
332
+ export { default as IconFillTask } from './IconFillTask/index.vue';
333
+ export { default as IconLineUpload } from './IconLineUpload/index.vue';
334
+ export { default as IconColorQdrant } from './IconColorQdrant/index.vue';