@arco-iconbox/vue-te 0.0.90 → 0.0.91

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: "IconAi",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
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: "M6.07134 3.632C6.47001 2.46534 8.08201 2.43 8.55468 3.526L8.59468 3.63267L9.13268 5.206C9.25597 5.56682 9.45521 5.89701 9.71696 6.17428C9.97871 6.45156 10.2969 6.66948 10.65 6.81334L10.7947 6.86734L12.368 7.40467C13.5347 7.80334 13.57 9.41534 12.4747 9.888L12.368 9.928L10.7947 10.466C10.4337 10.5892 10.1034 10.7884 9.82602 11.0502C9.54863 11.3119 9.33061 11.6301 9.18668 11.9833L9.13268 12.1273L8.59534 13.7013C8.19668 14.868 6.58468 14.9033 6.11268 13.808L6.07134 13.7013L5.53401 12.128C5.4108 11.7671 5.21159 11.4367 4.94984 11.1593C4.68808 10.882 4.36987 10.6639 4.01668 10.52L3.87268 10.466L2.29934 9.92867C1.13201 9.53 1.09668 7.918 2.19268 7.446L2.29934 7.40467L3.87268 6.86734C4.2335 6.74404 4.56368 6.5448 4.84096 6.28305C5.11823 6.0213 5.33615 5.70313 5.48001 5.35L5.53401 5.206L6.07134 3.632ZM7.33334 4.06267L6.79601 5.636C6.60827 6.18621 6.30285 6.68887 5.90103 7.109C5.49921 7.52913 5.01064 7.85662 4.46934 8.06867L4.30268 8.12934L2.72934 8.66667L4.30268 9.204C4.85288 9.39174 5.35554 9.69716 5.77567 10.099C6.1958 10.5008 6.52329 10.9894 6.73534 11.5307L6.79601 11.6973L7.33334 13.2707L7.87068 11.6973C8.05842 11.1471 8.36383 10.6445 8.76565 10.2243C9.16747 9.80421 9.65604 9.47672 10.1973 9.26467L10.364 9.20467L11.9373 8.66667L10.364 8.12934C9.81381 7.9416 9.31114 7.63618 8.89101 7.23436C8.47088 6.83254 8.14339 6.34397 7.93134 5.80267L7.87134 5.636L7.33334 4.06267ZM12.6667 1.33334C12.7914 1.33334 12.9136 1.36832 13.0194 1.43432C13.1253 1.50031 13.2105 1.59467 13.2653 1.70667L13.2973 1.78467L13.5307 2.46867L14.2153 2.702C14.3403 2.74447 14.4499 2.82308 14.5302 2.92788C14.6104 3.03268 14.6578 3.15895 14.6662 3.29068C14.6746 3.42242 14.6437 3.55369 14.5775 3.66786C14.5112 3.78203 14.4126 3.87396 14.294 3.932L14.2153 3.964L13.5313 4.19734L13.298 4.882C13.2555 5.00696 13.1768 5.11647 13.072 5.19666C12.9671 5.27686 12.8408 5.32413 12.7091 5.33248C12.5774 5.34084 12.4461 5.3099 12.332 5.24359C12.2179 5.17728 12.126 5.07858 12.068 4.96L12.036 4.882L11.8027 4.198L11.118 3.96467C10.993 3.92221 10.8835 3.84359 10.8032 3.73879C10.7229 3.63399 10.6756 3.50772 10.6672 3.37599C10.6587 3.24425 10.6896 3.11298 10.7559 2.99881C10.8221 2.88464 10.9208 2.79271 11.0393 2.73467L11.118 2.70267L11.802 2.46934L12.0353 1.78467C12.0803 1.65295 12.1653 1.53861 12.2786 1.45767C12.3918 1.37673 12.5275 1.33325 12.6667 1.33334Z" }, 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-ai`],
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
@@ -665,3 +665,4 @@ export { default as IconShipinjiankong } from "./IconShipinjiankong/index.js";
665
665
  export { default as IconShebeizongshu } from "./IconShebeizongshu/index.js";
666
666
  export { default as IconAnxiaoshebei } from "./IconAnxiaoshebei/index.js";
667
667
  export { default as IconBaojingshu } from "./IconBaojingshu/index.js";
668
+ export { default as IconAi } from "./IconAi/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: "IconAi",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
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: "M6.07134 3.632C6.47001 2.46534 8.08201 2.43 8.55468 3.526L8.59468 3.63267L9.13268 5.206C9.25597 5.56682 9.45521 5.89701 9.71696 6.17428C9.97871 6.45156 10.2969 6.66948 10.65 6.81334L10.7947 6.86734L12.368 7.40467C13.5347 7.80334 13.57 9.41534 12.4747 9.888L12.368 9.928L10.7947 10.466C10.4337 10.5892 10.1034 10.7884 9.82602 11.0502C9.54863 11.3119 9.33061 11.6301 9.18668 11.9833L9.13268 12.1273L8.59534 13.7013C8.19668 14.868 6.58468 14.9033 6.11268 13.808L6.07134 13.7013L5.53401 12.128C5.4108 11.7671 5.21159 11.4367 4.94984 11.1593C4.68808 10.882 4.36987 10.6639 4.01668 10.52L3.87268 10.466L2.29934 9.92867C1.13201 9.53 1.09668 7.918 2.19268 7.446L2.29934 7.40467L3.87268 6.86734C4.2335 6.74404 4.56368 6.5448 4.84096 6.28305C5.11823 6.0213 5.33615 5.70313 5.48001 5.35L5.53401 5.206L6.07134 3.632ZM7.33334 4.06267L6.79601 5.636C6.60827 6.18621 6.30285 6.68887 5.90103 7.109C5.49921 7.52913 5.01064 7.85662 4.46934 8.06867L4.30268 8.12934L2.72934 8.66667L4.30268 9.204C4.85288 9.39174 5.35554 9.69716 5.77567 10.099C6.1958 10.5008 6.52329 10.9894 6.73534 11.5307L6.79601 11.6973L7.33334 13.2707L7.87068 11.6973C8.05842 11.1471 8.36383 10.6445 8.76565 10.2243C9.16747 9.80421 9.65604 9.47672 10.1973 9.26467L10.364 9.20467L11.9373 8.66667L10.364 8.12934C9.81381 7.9416 9.31114 7.63618 8.89101 7.23436C8.47088 6.83254 8.14339 6.34397 7.93134 5.80267L7.87134 5.636L7.33334 4.06267ZM12.6667 1.33334C12.7914 1.33334 12.9136 1.36832 13.0194 1.43432C13.1253 1.50031 13.2105 1.59467 13.2653 1.70667L13.2973 1.78467L13.5307 2.46867L14.2153 2.702C14.3403 2.74447 14.4499 2.82308 14.5302 2.92788C14.6104 3.03268 14.6578 3.15895 14.6662 3.29068C14.6746 3.42242 14.6437 3.55369 14.5775 3.66786C14.5112 3.78203 14.4126 3.87396 14.294 3.932L14.2153 3.964L13.5313 4.19734L13.298 4.882C13.2555 5.00696 13.1768 5.11647 13.072 5.19666C12.9671 5.27686 12.8408 5.32413 12.7091 5.33248C12.5774 5.34084 12.4461 5.3099 12.332 5.24359C12.2179 5.17728 12.126 5.07858 12.068 4.96L12.036 4.882L11.8027 4.198L11.118 3.96467C10.993 3.92221 10.8835 3.84359 10.8032 3.73879C10.7229 3.63399 10.6756 3.50772 10.6672 3.37599C10.6587 3.24425 10.6896 3.11298 10.7559 2.99881C10.8221 2.88464 10.9208 2.79271 11.0393 2.73467L11.118 2.70267L11.802 2.46934L12.0353 1.78467C12.0803 1.65295 12.1653 1.53861 12.2786 1.45767C12.3918 1.37673 12.5275 1.33325 12.6667 1.33334Z" }, 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-ai`],
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
@@ -667,6 +667,7 @@ var index$an = require("./IconShipinjiankong/index.js");
667
667
  var index$ao = require("./IconShebeizongshu/index.js");
668
668
  var index$ap = require("./IconAnxiaoshebei/index.js");
669
669
  var index$aq = require("./IconBaojingshu/index.js");
670
+ var index$ar = require("./IconAi/index.js");
670
671
  exports.IconNo = index;
671
672
  exports.IconStr = index$1;
672
673
  exports.IconConnectedInside = index$2;
@@ -1334,3 +1335,4 @@ exports.IconShipinjiankong = index$an;
1334
1335
  exports.IconShebeizongshu = index$ao;
1335
1336
  exports.IconAnxiaoshebei = index$ap;
1336
1337
  exports.IconBaojingshu = index$aq;
1338
+ exports.IconAi = index$ar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-te",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ai`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.07134 3.632C6.47001 2.46534 8.08201 2.43 8.55468 3.526L8.59468 3.63267L9.13268 5.206C9.25597 5.56682 9.45521 5.89701 9.71696 6.17428C9.97871 6.45156 10.2969 6.66948 10.65 6.81334L10.7947 6.86734L12.368 7.40467C13.5347 7.80334 13.57 9.41534 12.4747 9.888L12.368 9.928L10.7947 10.466C10.4337 10.5892 10.1034 10.7884 9.82602 11.0502C9.54863 11.3119 9.33061 11.6301 9.18668 11.9833L9.13268 12.1273L8.59534 13.7013C8.19668 14.868 6.58468 14.9033 6.11268 13.808L6.07134 13.7013L5.53401 12.128C5.4108 11.7671 5.21159 11.4367 4.94984 11.1593C4.68808 10.882 4.36987 10.6639 4.01668 10.52L3.87268 10.466L2.29934 9.92867C1.13201 9.53 1.09668 7.918 2.19268 7.446L2.29934 7.40467L3.87268 6.86734C4.2335 6.74404 4.56368 6.5448 4.84096 6.28305C5.11823 6.0213 5.33615 5.70313 5.48001 5.35L5.53401 5.206L6.07134 3.632ZM7.33334 4.06267L6.79601 5.636C6.60827 6.18621 6.30285 6.68887 5.90103 7.109C5.49921 7.52913 5.01064 7.85662 4.46934 8.06867L4.30268 8.12934L2.72934 8.66667L4.30268 9.204C4.85288 9.39174 5.35554 9.69716 5.77567 10.099C6.1958 10.5008 6.52329 10.9894 6.73534 11.5307L6.79601 11.6973L7.33334 13.2707L7.87068 11.6973C8.05842 11.1471 8.36383 10.6445 8.76565 10.2243C9.16747 9.80421 9.65604 9.47672 10.1973 9.26467L10.364 9.20467L11.9373 8.66667L10.364 8.12934C9.81381 7.9416 9.31114 7.63618 8.89101 7.23436C8.47088 6.83254 8.14339 6.34397 7.93134 5.80267L7.87134 5.636L7.33334 4.06267ZM12.6667 1.33334C12.7914 1.33334 12.9136 1.36832 13.0194 1.43432C13.1253 1.50031 13.2105 1.59467 13.2653 1.70667L13.2973 1.78467L13.5307 2.46867L14.2153 2.702C14.3403 2.74447 14.4499 2.82308 14.5302 2.92788C14.6104 3.03268 14.6578 3.15895 14.6662 3.29068C14.6746 3.42242 14.6437 3.55369 14.5775 3.66786C14.5112 3.78203 14.4126 3.87396 14.294 3.932L14.2153 3.964L13.5313 4.19734L13.298 4.882C13.2555 5.00696 13.1768 5.11647 13.072 5.19666C12.9671 5.27686 12.8408 5.32413 12.7091 5.33248C12.5774 5.34084 12.4461 5.3099 12.332 5.24359C12.2179 5.17728 12.126 5.07858 12.068 4.96L12.036 4.882L11.8027 4.198L11.118 3.96467C10.993 3.92221 10.8835 3.84359 10.8032 3.73879C10.7229 3.63399 10.6756 3.50772 10.6672 3.37599C10.6587 3.24425 10.6896 3.11298 10.7559 2.99881C10.8221 2.88464 10.9208 2.79271 11.0393 2.73467L11.118 2.70267L11.802 2.46934L12.0353 1.78467C12.0803 1.65295 12.1653 1.53861 12.2786 1.45767C12.3918 1.37673 12.5275 1.33325 12.6667 1.33334Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconAi',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -664,4 +664,5 @@ export { default as IconZhengzaigaojing } from './IconZhengzaigaojing/index.vue'
664
664
  export { default as IconShipinjiankong } from './IconShipinjiankong/index.vue';
665
665
  export { default as IconShebeizongshu } from './IconShebeizongshu/index.vue';
666
666
  export { default as IconAnxiaoshebei } from './IconAnxiaoshebei/index.vue';
667
- export { default as IconBaojingshu } from './IconBaojingshu/index.vue';
667
+ export { default as IconBaojingshu } from './IconBaojingshu/index.vue';
668
+ export { default as IconAi } from './IconAi/index.vue';