@arco-iconbox/vue-te 0.0.89 → 0.0.90

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,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-zhengzaigaojing`]" width="1em" height="1em" v-bind="$attrs"><path d="M10 0.799805C10.6625 0.79998 11.199 1.33752 11.1992 2V2.13379H12C12.495 2.13388 12.9703 2.33067 13.3203 2.68066C13.67 3.03061 13.8671 3.50528 13.8672 4V13.334C13.867 13.8287 13.6701 14.3034 13.3203 14.6533C12.9703 15.0033 12.495 15.2001 12 15.2002H4C3.5052 15.2001 3.03062 15.0031 2.68066 14.6533C2.33075 14.3034 2.13396 13.8288 2.13379 13.334V4C2.13388 3.50505 2.33067 3.03066 2.68066 2.68066C3.03066 2.33067 3.50505 2.13388 4 2.13379H4.7998V2C4.79998 1.33752 5.33752 0.799981 6 0.799805H10ZM4 3.2002C3.78794 3.20028 3.58452 3.28462 3.43457 3.43457C3.28462 3.58452 3.20028 3.78794 3.2002 4V13.334C3.20037 13.5459 3.2847 13.7495 3.43457 13.8994C3.58449 14.0492 3.7881 14.1337 4 14.1338H12C12.2121 14.1337 12.4165 14.0494 12.5664 13.8994C12.7162 13.7496 12.8006 13.5458 12.8008 13.334V4C12.8007 3.78817 12.7161 3.58448 12.5664 3.43457C12.4165 3.28462 12.2121 3.20028 12 3.2002H11.1992V3.33301C11.1992 3.99564 10.6626 4.53303 10 4.5332H6C5.33741 4.53303 4.7998 3.99564 4.7998 3.33301V3.2002H4ZM5.34082 10.1338C5.63515 10.134 5.87402 10.3726 5.87402 10.667C5.87385 10.9612 5.63504 11.1999 5.34082 11.2002H5.33301C5.03871 11.2 4.79998 10.9613 4.7998 10.667C4.7998 10.3725 5.03861 10.134 5.33301 10.1338H5.34082ZM10.667 10.1338C10.9614 10.134 11.2002 10.3725 11.2002 10.667C11.2 10.9613 10.9613 11.2 10.667 11.2002H8C7.70556 11.2002 7.46697 10.9614 7.4668 10.667C7.4668 10.3724 7.70545 10.1338 8 10.1338H10.667ZM5.34082 6.7998C5.63504 6.80006 5.87385 7.03877 5.87402 7.33301C5.87402 7.6274 5.63515 7.86595 5.34082 7.86621H5.33301C5.03861 7.86603 4.7998 7.62745 4.7998 7.33301C4.79998 7.03872 5.03872 6.79998 5.33301 6.7998H5.34082ZM10.667 6.7998C10.9613 6.79998 11.2 7.03872 11.2002 7.33301C11.2002 7.62745 10.9614 7.86603 10.667 7.86621H8C7.70545 7.86621 7.4668 7.62756 7.4668 7.33301C7.46697 7.03861 7.70556 6.7998 8 6.7998H10.667ZM6 1.86621C5.92662 1.86639 5.86639 1.92662 5.86621 2V2.65723C5.86627 2.66037 5.86719 2.66384 5.86719 2.66699C5.86719 2.67026 5.86627 2.67351 5.86621 2.67676V3.33301C5.86621 3.40654 5.92651 3.46662 6 3.4668H10C10.0735 3.46662 10.1328 3.40654 10.1328 3.33301V2C10.1326 1.92662 10.0734 1.86639 10 1.86621H6Z" fill-opacity="1"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconZhengzaigaojing',
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
@@ -658,4 +658,10 @@ export { default as IconVerticalAlignTop } from './IconVerticalAlignTop/index.vu
658
658
  export { default as IconVerticalAlignBottom } from './IconVerticalAlignBottom/index.vue';
659
659
  export { default as IconTocNav } from './IconTocNav/index.vue';
660
660
  export { default as IconSelect2 } from './IconSelect2/index.vue';
661
- export { default as IconAlarmBadge } from './IconAlarmBadge/index.vue';
661
+ export { default as IconAlarmBadge } from './IconAlarmBadge/index.vue';
662
+ export { default as IconGaojingtongji } from './IconGaojingtongji/index.vue';
663
+ export { default as IconZhengzaigaojing } from './IconZhengzaigaojing/index.vue';
664
+ export { default as IconShipinjiankong } from './IconShipinjiankong/index.vue';
665
+ export { default as IconShebeizongshu } from './IconShebeizongshu/index.vue';
666
+ export { default as IconAnxiaoshebei } from './IconAnxiaoshebei/index.vue';
667
+ export { default as IconBaojingshu } from './IconBaojingshu/index.vue';