@test-icons/vue-next 0.0.11 → 0.0.13

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.
@@ -2,5 +2,5 @@
2
2
  * @file ACane 拐杖
3
3
  * @author Auto Generated by HaierIcons
4
4
  */
5
- declare const _default: VueConstructor<import("../runtime").IIconInstance>;
5
+ declare const _default: any;
6
6
  export default _default;
@@ -1,4 +1,4 @@
1
- import { h } from 'vue';
1
+ import { createVNode as _createVNode } from "vue";
2
2
  /**
3
3
  * @file ACane 拐杖
4
4
  * @author Auto Generated by HaierIcons
@@ -7,19 +7,15 @@ import { h } from 'vue';
7
7
  /* tslint:disable: max-line-length */
8
8
  /* eslint-disable max-len */
9
9
  import { IconWrapper } from '../runtime';
10
- export default IconWrapper('a-cane', true, (h, props) => h("svg", {
11
- "attrs": {
12
- "width": props.size,
13
- "height": props.size,
14
- "viewBox": "0 0 48 48",
15
- "fill": "none"
16
- }
17
- }, [h("path", {
18
- "attrs": {
19
- "d": "M19.5576 44.7684C19.5576 44.7684 32.468 20.4873 33.6417 18.28C34.8154 16.0726 37.4535 8.98102 30.3899 5.22524C23.3263 1.46947 19.1571 7.18063 17.7486 9.82948",
20
- "stroke": "black",
21
- "stroke-width": "4",
22
- "stroke-linecap": "round",
23
- "stroke-linejoin": "round"
24
- }
25
- })]));
10
+ export default IconWrapper('a-cane', true, props => _createVNode("svg", {
11
+ "width": props.size,
12
+ "height": props.size,
13
+ "viewBox": "0 0 48 48",
14
+ "fill": "none"
15
+ }, [_createVNode("path", {
16
+ "d": "M19.5576 44.7684C19.5576 44.7684 32.468 20.4873 33.6417 18.28C34.8154 16.0726 37.4535 8.98102 30.3899 5.22524C23.3263 1.46947 19.1571 7.18063 17.7486 9.82948",
17
+ "stroke": "black",
18
+ "stroke-width": "4",
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round"
21
+ }, null)]));
@@ -2,5 +2,5 @@
2
2
  * @file Abdominal 腹部
3
3
  * @author Auto Generated by HaierIcons
4
4
  */
5
- declare const _default: VueConstructor<import("../runtime").IIconInstance>;
5
+ declare const _default: any;
6
6
  export default _default;
@@ -1,4 +1,4 @@
1
- import { h } from 'vue';
1
+ import { createVNode as _createVNode } from "vue";
2
2
  /**
3
3
  * @file Abdominal 腹部
4
4
  * @author Auto Generated by HaierIcons
@@ -7,37 +7,27 @@ import { h } from 'vue';
7
7
  /* tslint:disable: max-line-length */
8
8
  /* eslint-disable max-len */
9
9
  import { IconWrapper } from '../runtime';
10
- export default IconWrapper('abdominal', false, (h, props) => h("svg", {
11
- "attrs": {
12
- "width": props.size,
13
- "height": props.size,
14
- "viewBox": "0 0 48 48",
15
- "fill": "none"
16
- }
17
- }, [h("path", {
18
- "attrs": {
19
- "d": "M7.89926 5C10.7371 8.01931 12.156 11.9408 12.156 16.7645C12.156 24 5.9995 29.5382 4.969 33.5C4.282 36.1412 3.95884 39.3078 3.9995 43",
20
- "stroke": "black",
21
- "stroke-width": "4",
22
- "stroke-linecap": "round"
23
- }
24
- }), h("path", {
25
- "attrs": {
26
- "d": "M39.256 5C36.4182 8.01931 34.9992 11.9408 34.9992 16.7645C34.9992 24 41.1558 29.5382 42.1863 33.5C42.8733 36.1412 43.1964 39.3078 43.1558 43",
27
- "stroke": "black",
28
- "stroke-width": "4",
29
- "stroke-linecap": "round"
30
- }
31
- }), h("path", {
32
- "attrs": {
33
- "d": "M6.24414 30.8369C12.7693 34.9668 18.6949 37.0317 24.0211 37.0317C29.3472 37.0317 34.9799 34.9668 40.9192 30.8369",
34
- "stroke": "black",
35
- "stroke-width": "4",
36
- "stroke-linecap": "round"
37
- }
38
- }), h("path", {
39
- "attrs": {
40
- "d": "M24 31C25.3807 31 26.5 29.8807 26.5 28.5C26.5 27.1193 25.3807 26 24 26C22.6193 26 21.5 27.1193 21.5 28.5C21.5 29.8807 22.6193 31 24 31Z",
41
- "fill": "black"
42
- }
43
- })]));
10
+ export default IconWrapper('abdominal', false, props => _createVNode("svg", {
11
+ "width": props.size,
12
+ "height": props.size,
13
+ "viewBox": "0 0 48 48",
14
+ "fill": "none"
15
+ }, [_createVNode("path", {
16
+ "d": "M7.89926 5C10.7371 8.01931 12.156 11.9408 12.156 16.7645C12.156 24 5.9995 29.5382 4.969 33.5C4.282 36.1412 3.95884 39.3078 3.9995 43",
17
+ "stroke": "black",
18
+ "stroke-width": "4",
19
+ "stroke-linecap": "round"
20
+ }, null), _createVNode("path", {
21
+ "d": "M39.256 5C36.4182 8.01931 34.9992 11.9408 34.9992 16.7645C34.9992 24 41.1558 29.5382 42.1863 33.5C42.8733 36.1412 43.1964 39.3078 43.1558 43",
22
+ "stroke": "black",
23
+ "stroke-width": "4",
24
+ "stroke-linecap": "round"
25
+ }, null), _createVNode("path", {
26
+ "d": "M6.24414 30.8369C12.7693 34.9668 18.6949 37.0317 24.0211 37.0317C29.3472 37.0317 34.9799 34.9668 40.9192 30.8369",
27
+ "stroke": "black",
28
+ "stroke-width": "4",
29
+ "stroke-linecap": "round"
30
+ }, null), _createVNode("path", {
31
+ "d": "M24 31C25.3807 31 26.5 29.8807 26.5 28.5C26.5 27.1193 25.3807 26 24 26C22.6193 26 21.5 27.1193 21.5 28.5C21.5 29.8807 22.6193 31 24 31Z",
32
+ "fill": "black"
33
+ }, null)]));
@@ -2,5 +2,5 @@
2
2
  * @file Buou 布偶猫
3
3
  * @author Auto Generated by HaierIcons
4
4
  */
5
- declare const _default: VueConstructor<import("../runtime").IIconInstance>;
5
+ declare const _default: any;
6
6
  export default _default;
@@ -1,4 +1,4 @@
1
- import { h } from 'vue';
1
+ import { createVNode as _createVNode } from "vue";
2
2
  /**
3
3
  * @file Buou 布偶猫
4
4
  * @author Auto Generated by HaierIcons
@@ -7,111 +7,77 @@ import { h } from 'vue';
7
7
  /* tslint:disable: max-line-length */
8
8
  /* eslint-disable max-len */
9
9
  import { IconWrapper } from '../runtime';
10
- export default IconWrapper('buou', false, (h, props) => h("svg", {
11
- "attrs": {
12
- "t": "1781682016103",
13
- "viewBox": "0 0 1024 1024",
14
- "p-id": "1831",
15
- "width": props.size,
16
- "height": props.size
17
- },
18
- "class": "icon"
19
- }, [h("path", {
20
- "attrs": {
21
- "d": "M237.919086 918.764983s156.768549-7.835063 260.953234-8.788846c115.758811-1.059109 300.163657 8.788846 300.163657 8.788846l191.318309 21.632731s-298.896823 17.712274-491.481966 17.577692C309.979429 957.843749 35.108571 940.397714 35.108571 940.397714l202.810515-21.632731z",
22
- "fill": "#000000",
23
- "opacity": ".5",
24
- "p-id": "1832"
25
- }
26
- }), h("path", {
27
- "attrs": {
28
- "d": "M145.211977 78.283337c4.765989-6.606263 13.320777-15.108389 25.78432-13.788891 10.491611 1.111771 27.390537 6.038674 46.650514 12.603977 19.766126 6.73792 43.476114 15.72864 68.312503 25.755063 44.696137 18.039954 93.561417 39.637577 130.323017 57.870628A533.735131 533.735131 0 0 1 512 152.137143c35.064686 0 69.210697 3.3792 102.022583 9.777737 35.989211-17.855634 82.727497-38.654537 125.597988-56.118126 24.608183-10.026423 48.101669-19.017143 67.689326-25.760914 19.078583-6.562377 35.845851-11.498057 46.273097-12.612754 12.501577-1.337051 21.024183 7.267474 25.719955 13.838628 5.12 7.159223 9.371063 16.828709 13.039908 27.4432 7.422537 21.480594 13.80352 50.936686 19.213166 82.970332 10.8544 64.3072 18.230126 141.80352 21.714651 193.536 0.084846 1.287314 0.002926 2.548297-0.231131 3.759543C957.671131 437.39136 971.337143 490.879269 971.337143 547.108571c0 218.135406-205.651383 394.971429-459.337143 394.971429S52.662857 765.243977 52.662857 547.108571c0-56.618423 13.853257-110.454491 38.806674-159.135451a14.587611 14.587611 0 0 1-0.73728-5.696366c3.513783-51.735406 10.959726-129.237577 21.916526-193.550628 5.459383-32.036571 11.901806-61.498514 19.397486-82.98496 3.703954-10.620343 7.998903-20.29568 13.165714-27.457829z m754.761143 257.287314c-3.996526-44.061257-9.80992-94.851657-17.267566-139.027017-5.336503-31.612343-11.401509-59.143314-18.013623-78.280411-3.349943-9.692891-6.509714-16.237714-9.189668-19.98848a20.772571 20.772571 0 0 0-1.114697-1.439452c-7.285029 1.211246-20.155246 4.880091-37.557395 10.866103-18.908891 6.506789-41.869897 15.289783-66.17088 25.1904-30.485943 12.419657-62.83264 26.498194-91.659702 39.906743 100.343223 29.12256 185.162606 87.2448 240.973531 162.772114z m-308.068937-147.924114a14.628571 14.628571 0 0 0 20.450743 7.90528 845.560686 845.560686 0 0 1 5.833874-2.993006C806.756937 233.135543 942.08 379.242789 942.08 547.108571c0 197.988937-188.25216 365.714286-430.08 365.714286S81.92 745.097509 81.92 547.108571c0-169.6768 138.26048-317.126949 330.017646-355.825371l2.68288 1.369234a14.628571 14.628571 0 0 0 19.08736-5.257508A509.29664 509.29664 0 0 1 512 181.394286c27.387611 0 54.08768 2.1504 79.904183 6.255177zM275.008366 129.983634c31.808366 12.84096 65.623771 27.451977 95.451428 41.264275-102.882743 28.625189-189.878857 87.61344-246.693303 164.676754 4.043337-44.801463 10.011794-97.016686 17.723978-142.280412 5.38624-31.612343 11.506834-59.134537 18.180388-78.262857 3.376274-9.68704 6.565303-16.228937 9.268663-19.976777 0.476891-0.661211 0.871863-1.149806 1.18784-1.509668 7.358171 1.193691 20.41856 4.877166 38.078171 10.898285 19.093211 6.509714 42.27072 15.289783 66.802835 25.1904zM171.051886 93.008457c0 0.008777-0.058514 0.058514-0.181395 0.128732 0.119954-0.1024 0.181394-0.134583 0.181395-0.128732z m682.370194 2.884754c0 0.008777 0.064366 0.064366 0.187246 0.137509-0.12288-0.108251-0.187246-0.146286-0.187246-0.137509z",
29
- "fill": "#634011",
30
- "p-id": "1833"
31
- }
32
- }), h("path", {
33
- "attrs": {
34
- "d": "M945.005714 547.108571c0 205.2096-193.86368 371.565714-433.005714 371.565715S78.994286 752.318171 78.994286 547.108571 272.857966 175.542857 512 175.542857s433.005714 166.356114 433.005714 371.565714z",
35
- "fill": "#E0CFBA",
36
- "p-id": "1834"
37
- }
38
- }), h("path", {
39
- "attrs": {
40
- "d": "M421.302857 184.32c-73.19552-38.33856-213.193874-89.942309-247.222857-93.622857-34.031909-3.680549-51.2 193.097143-58.514286 298.422857 15.178606-13.411474 27.378834-28.593006 40.398263-44.798537C196.909349 293.373074 245.976503 232.313417 421.302857 184.32z m197.485714 4.388571c73.210149-38.157166 201.485166-92.882651 235.522926-96.548571 34.034834-3.660069 59.035063 198.322469 55.585646 301.348571-20.7872-12.653714-34.453211-31.021349-50.231589-52.226925-35.295817-47.437531-81.144686-109.061851-240.876983-152.573075z",
41
- "fill": "#928473",
42
- "p-id": "1835"
43
- }
44
- }), h("path", {
45
- "attrs": {
46
- "d": "M177.88928 140.434286c34.175269 20.140617 117.332846 72.197851 100.837669 82.306194-48.888686 29.965166-117.543497 86.884937-128.936229 101.235566-11.392731 14.350629 6.834469-174.477897 28.09856-183.54176z m671.147154 0c-34.175269 20.140617-117.332846 72.197851-100.837668 82.306194 48.888686 29.965166 117.543497 86.884937 128.936228 101.235566 11.392731 14.350629-6.834469-174.477897-28.09856-183.54176z",
47
- "fill": "#FFDCE1",
48
- "opacity": ".3",
49
- "p-id": "1836"
50
- }
51
- }), h("path", {
52
- "attrs": {
53
- "d": "M315.977143 558.811429c-97.715931 39.07584-170.759314 41.261349-231.131429 13.350034C84.845714 678.227383 213.594697 912.822857 492.982857 912.822857c339.084434 0 435.583269-219.70944 450.56-340.661394-32.291109 30.702446-119.688046 27.542674-217.965714-13.350034-120.741303-50.240366-84.845714-260.388571-196.022857-260.388572s-91.431497 211.543771-213.577143 260.388572z",
54
- "fill": "#FFFFFF",
55
- "p-id": "1837"
56
- }
57
- }), h("path", {
58
- "attrs": {
59
- "d": "M333.08672 598.522149c67.291429-20.307383 110.574446-74.105417 96.677303-120.159086-13.900069-46.056594-79.716937-66.92864-147.008366-46.624183-67.291429 20.307383-110.574446 74.102491-96.677303 120.159086s79.716937 66.92864 147.008366 46.624183z m382.674651 2.925714c-67.291429-20.307383-110.574446-74.105417-96.677302-120.159086 13.900069-46.056594 79.716937-66.92864 147.008365-46.624183 67.291429 20.307383 110.574446 74.102491 96.677303 120.159086-13.900069 46.056594-79.716937 66.92864-147.008366 46.624183z",
60
- "fill": "#D0BAA0",
61
- "p-id": "1838"
62
- }
63
- }), h("path", {
64
- "attrs": {
65
- "d": "M362.788571 555.885714c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m324.754286 0c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z",
66
- "fill": "#B9D6EC",
67
- "p-id": "1839"
68
- }
69
- }), h("path", {
70
- "attrs": {
71
- "d": "M377.417143 892.860709c0 11.0592-2.884754 18.733349-7.176777 24.640365-4.514377 6.217143-11.881326 12.220709-23.309166 17.451886C323.341166 945.757623 287.840549 950.857143 244.297143 950.857143s-79.044023-5.09952-102.634057-15.904183c-11.42784-5.231177-18.794789-11.234743-23.309166-17.451886-4.292023-5.907017-7.176777-13.581166-7.176777-24.640365 0-22.870309 12.744411-49.122743 37.443291-70.489235C172.985783 801.294629 206.871406 787.017143 244.297143 787.017143c37.425737 0 71.31136 14.277486 95.676708 35.354331C364.672731 843.737966 377.417143 869.9904 377.417143 892.860709z m29.257143 0C406.674286 959.704503 333.976137 980.114286 244.297143 980.114286S81.92 959.704503 81.92 892.860709C81.92 826.01984 154.618149 757.76 244.297143 757.76s162.377143 68.25984 162.377143 135.100709z m500.297143 0c0 11.0592-2.884754 18.733349-7.176778 24.640365-4.514377 6.217143-11.881326 12.220709-23.309165 17.451886-23.590034 10.804663-59.090651 15.904183-102.634057 15.904183s-79.044023-5.09952-102.634058-15.904183c-11.42784-5.231177-18.794789-11.234743-23.309165-17.451886-4.292023-5.907017-7.176777-13.581166-7.176777-24.640365 0-22.870309 12.744411-49.122743 37.443291-70.489235C702.540069 801.294629 736.425691 787.017143 773.851429 787.017143c37.425737 0 71.31136 14.277486 95.676708 35.354331C894.227017 843.737966 906.971429 869.9904 906.971429 892.860709z m29.257142 0C936.228571 959.704503 863.530423 980.114286 773.851429 980.114286s-162.377143-20.409783-162.377143-87.253577C611.474286 826.01984 684.172434 757.76 773.851429 757.76s162.377143 68.25984 162.377142 135.100709z",
72
- "fill": "#634011",
73
- "p-id": "1840"
74
- }
75
- }), h("path", {
76
- "attrs": {
77
- "d": "M244.297143 959.634286c73.520274 0 133.12-16.65024 133.12-71.179703S317.817417 778.24 244.297143 778.24 111.177143 833.92512 111.177143 888.454583C111.177143 942.984046 170.776869 959.634286 244.297143 959.634286z m529.554286 0c73.520274 0 133.12-16.65024 133.12-71.179703S847.371703 778.24 773.851429 778.24 640.731429 833.92512 640.731429 888.454583C640.731429 942.984046 700.331154 959.634286 773.851429 959.634286z",
78
- "fill": "#FFFFFF",
79
- "p-id": "1841"
80
- }
81
- }), h("path", {
82
- "attrs": {
83
- "d": "M290.927177 873.790903a8.777143 8.777143 0 1 0-17.124206-3.853166c-2.363977 10.497463-4.251063 27.11552-2.23232 43.379566 1.980709 15.989029 8.04864 33.83296 23.727543 43.54048a8.777143 8.777143 0 0 0 9.242332-14.926994c-8.897097-5.506194-13.800594-16.676571-15.550172-30.772663-1.714469-13.824-0.087771-28.361874 1.936823-37.367223z m-98.075794 11.969097a8.777143 8.777143 0 0 0-16.9984-4.388571c-2.153326 8.349989-4.049189 21.714651-2.878903 35.383588 1.158583 13.49632 5.459383 28.882651 17.302674 39.245532a8.777143 8.777143 0 0 0 11.556572-13.212526c-6.88128-6.02112-10.377509-15.991954-11.369326-27.533897-0.974263-11.369326 0.643657-22.726949 2.387383-29.494126z m541.71648-9.043383a8.780069 8.780069 0 0 1 17.127131-3.853166c2.363977 10.497463 4.248137 27.11552 2.23232 43.379566-1.983634 15.989029-8.04864 33.83296-23.730468 43.54048a8.777143 8.777143 0 0 1-9.239406-14.926994c8.897097-5.506194 13.800594-16.676571 15.550171-30.772663 1.711543-13.824 0.087771-28.361874-1.939748-37.367223z m98.075794 11.969097a8.777143 8.777143 0 0 1 16.9984-4.388571c2.156251 8.349989 4.052114 21.714651 2.878903 35.383588-1.155657 13.49632-5.459383 28.882651-17.299749 39.245532a8.777143 8.777143 0 0 1-11.559497-13.212526c6.88128-6.02112 10.380434-15.991954 11.369326-27.533897 0.974263-11.369326-0.640731-22.726949-2.387383-29.494126z",
84
- "fill": "#634011",
85
- "p-id": "1842"
86
- }
87
- }), h("path", {
88
- "attrs": {
89
- "d": "M666.343131 608.639269c22.683063-5.760731 57.81504-14.277486 89.488823-21.111955 15.833966-3.414309 30.834103-6.416091 42.996297-8.440685 6.079634-1.012297 11.480503-1.787611 15.936366-2.244023 4.397349-0.453486 8.074971-0.620251 10.611566-0.336457a2.925714 2.925714 0 1 1-0.649509 5.813394c-1.866606-0.207726-5.011749-0.105326-9.362285 0.342308-4.289097 0.441783-9.558309 1.193691-15.573578 2.197212-12.030537 2.001189-26.928274 4.982491-42.724205 8.388023-31.586011 6.813989-66.644846 15.313189-89.284023 21.062217a2.925714 2.925714 0 0 1-1.439452-5.670034z m-308.753554 14.611017c-25.202103-5.757806-64.228206-14.27456-99.412846-21.106103-17.589394-3.414309-34.245486-6.413166-47.747657-8.43776-6.746697-1.009371-12.735634-1.78176-17.671314-2.238172-4.877166-0.453486-8.9088-0.6144-11.656046-0.336457a2.925714 2.925714 0 1 0 0.585143 5.822172c2.144549-0.216503 5.696366-0.108251 10.532572 0.339383 4.783543 0.444709 10.6496 1.196617 17.343634 2.200137 13.379291 2.004114 29.944686 4.988343 47.498971 8.393874 35.10272 6.816914 74.064457 15.31904 99.222675 21.068069a2.925714 2.925714 0 0 0 1.304868-5.705143z m-77.43488 31.556754c-35.18464 6.831543-74.210743 15.348297-99.412846 21.106103a2.925714 2.925714 0 0 0 1.304869 5.705143c25.161143-5.749029 64.119954-14.251154 99.222674-21.068069 17.554286-3.405531 34.11968-6.38976 47.498972-8.393874 6.691109-1.00352 12.560091-1.755429 17.343634-2.200137 4.836206-0.447634 8.388023-0.555886 10.532571-0.339383a2.925714 2.925714 0 0 0 0.585143-5.822172c-2.747246-0.277943-6.77888-0.117029-11.658971 0.336458-4.932754 0.456411-10.921691 1.2288-17.668389 2.238171-13.502171 2.024594-30.158263 5.023451-47.747657 8.43776z m545.616457 9.4208c-22.683063-5.760731-57.81504-14.277486-89.488823-21.111954-15.833966-3.414309-30.834103-6.416091-42.996297-8.440686-6.079634-1.012297-11.480503-1.787611-15.936365-2.244023-4.397349-0.453486-8.074971-0.620251-10.611566-0.336457a2.925714 2.925714 0 1 0 0.649508 5.813394c1.869531-0.207726 5.011749-0.105326 9.362286 0.342309 4.289097 0.441783 9.558309 1.193691 15.573577 2.197211 12.030537 2.001189 26.928274 4.982491 42.724206 8.388023 31.586011 6.813989 66.644846 15.313189 89.284023 21.062217a2.925714 2.925714 0 0 0 1.439451-5.670034z",
90
- "fill": "#412705",
91
- "p-id": "1843"
92
- }
93
- }), h("path", {
94
- "attrs": {
95
- "d": "M368.64 535.405714c16.15872 0 29.257143-14.409143 29.257143-32.182857s-13.098423-32.182857-29.257143-32.182857-29.257143 14.409143-29.257143 32.182857 13.098423 32.182857 29.257143 32.182857z m321.828571 2.925715c16.15872 0 29.257143-14.409143 29.257143-32.182858s-13.098423-32.182857-29.257143-32.182857-29.257143 14.409143-29.257142 32.182857 13.098423 32.182857 29.257142 32.182858z",
96
- "fill": "#2A75AE",
97
- "p-id": "1844"
98
- }
99
- }), h("path", {
100
- "attrs": {
101
- "d": "M355.474286 503.222857a4.388571 4.388571 0 1 0-0.002926-8.780068A4.388571 4.388571 0 0 0 355.474286 503.222857z m321.828571 2.925714a4.388571 4.388571 0 1 0-0.002926-8.780068A4.388571 4.388571 0 0 0 677.302857 506.148571z",
102
- "fill": "#FFFFFF",
103
- "p-id": "1845"
104
- }
105
- }), h("path", {
106
- "attrs": {
107
- "d": "M427.154286 500.297143c0 35.547429-28.818286 64.365714-64.365715 64.365714s-64.365714-28.818286-64.365714-64.365714 28.818286-64.365714 64.365714-64.365714 64.365714 28.818286 64.365715 64.365714z m-64.365715 55.588571c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m389.12-55.588571c0 35.547429-28.818286 64.365714-64.365714 64.365714s-64.365714-28.818286-64.365714-64.365714 28.818286-64.365714 64.365714-64.365714 64.365714 28.818286 64.365714 64.365714z m-64.365714 55.588571c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m-149.050514 11.650195c18.402743-0.263314 32.021943-1.80224 32.021943-10.696412 0-10.503314-18.993737-27.285211-42.422857-27.285211s-42.422857 16.781897-42.422858 27.285211c0 8.894171 13.622126 10.433097 32.027795 10.696412 0.602697 8.06912-0.295497 18.630949-7.235292 25.778468-7.124114 7.337691-23.903086 14.239451-63.730834 4.8128a8.777143 8.777143 0 1 0-4.043337 17.08032c12.299703 2.911086 23.139474 4.496823 32.662674 4.918126-2.179657 11.989577-2.835017 31.471909 2.677029 48.596114 2.855497 8.870766 7.472274 17.434331 14.716343 23.903086 7.337691 6.550674 17.01888 10.634971 29.321508 11.006537 13.124754 0.397897 23.733394-2.691657 32.124343-8.390949 8.347063-5.664183 14.081463-13.622126 17.998994-22.293942 7.747291-17.130057 8.809326-37.952366 8.566492-52.750629 10.263406-0.289646 22.068663-1.878309 35.600091-4.970789a8.777143 8.777143 0 1 0-3.908754-17.115428c-41.352046 9.450057-58.973623 2.56-66.47808-4.903497-7.18848-7.14752-8.101303-17.65376-7.4752-25.670217z",
108
- "fill": "#634011",
109
- "p-id": "1846"
110
- }
111
- }), h("path", {
112
- "attrs": {
113
- "d": "M566.125714 642.194286c-46.811429-11.702857-72.654263-3.414309-77.531428 7.314285 0.974263 10.24 2.925714 40.96 42.422857 40.96 30.427429 0 37.060023-32.182857 35.108571-48.274285z",
114
- "fill": "#FCB0A2",
115
- "p-id": "1847"
116
- }
117
- })]));
10
+ export default IconWrapper('buou', false, props => _createVNode("svg", {
11
+ "t": "1781682016103",
12
+ "class": "icon",
13
+ "viewBox": "0 0 1024 1024",
14
+ "p-id": "1831",
15
+ "width": props.size,
16
+ "height": props.size
17
+ }, [_createVNode("path", {
18
+ "d": "M237.919086 918.764983s156.768549-7.835063 260.953234-8.788846c115.758811-1.059109 300.163657 8.788846 300.163657 8.788846l191.318309 21.632731s-298.896823 17.712274-491.481966 17.577692C309.979429 957.843749 35.108571 940.397714 35.108571 940.397714l202.810515-21.632731z",
19
+ "fill": "#000000",
20
+ "opacity": ".5",
21
+ "p-id": "1832"
22
+ }, null), _createVNode("path", {
23
+ "d": "M145.211977 78.283337c4.765989-6.606263 13.320777-15.108389 25.78432-13.788891 10.491611 1.111771 27.390537 6.038674 46.650514 12.603977 19.766126 6.73792 43.476114 15.72864 68.312503 25.755063 44.696137 18.039954 93.561417 39.637577 130.323017 57.870628A533.735131 533.735131 0 0 1 512 152.137143c35.064686 0 69.210697 3.3792 102.022583 9.777737 35.989211-17.855634 82.727497-38.654537 125.597988-56.118126 24.608183-10.026423 48.101669-19.017143 67.689326-25.760914 19.078583-6.562377 35.845851-11.498057 46.273097-12.612754 12.501577-1.337051 21.024183 7.267474 25.719955 13.838628 5.12 7.159223 9.371063 16.828709 13.039908 27.4432 7.422537 21.480594 13.80352 50.936686 19.213166 82.970332 10.8544 64.3072 18.230126 141.80352 21.714651 193.536 0.084846 1.287314 0.002926 2.548297-0.231131 3.759543C957.671131 437.39136 971.337143 490.879269 971.337143 547.108571c0 218.135406-205.651383 394.971429-459.337143 394.971429S52.662857 765.243977 52.662857 547.108571c0-56.618423 13.853257-110.454491 38.806674-159.135451a14.587611 14.587611 0 0 1-0.73728-5.696366c3.513783-51.735406 10.959726-129.237577 21.916526-193.550628 5.459383-32.036571 11.901806-61.498514 19.397486-82.98496 3.703954-10.620343 7.998903-20.29568 13.165714-27.457829z m754.761143 257.287314c-3.996526-44.061257-9.80992-94.851657-17.267566-139.027017-5.336503-31.612343-11.401509-59.143314-18.013623-78.280411-3.349943-9.692891-6.509714-16.237714-9.189668-19.98848a20.772571 20.772571 0 0 0-1.114697-1.439452c-7.285029 1.211246-20.155246 4.880091-37.557395 10.866103-18.908891 6.506789-41.869897 15.289783-66.17088 25.1904-30.485943 12.419657-62.83264 26.498194-91.659702 39.906743 100.343223 29.12256 185.162606 87.2448 240.973531 162.772114z m-308.068937-147.924114a14.628571 14.628571 0 0 0 20.450743 7.90528 845.560686 845.560686 0 0 1 5.833874-2.993006C806.756937 233.135543 942.08 379.242789 942.08 547.108571c0 197.988937-188.25216 365.714286-430.08 365.714286S81.92 745.097509 81.92 547.108571c0-169.6768 138.26048-317.126949 330.017646-355.825371l2.68288 1.369234a14.628571 14.628571 0 0 0 19.08736-5.257508A509.29664 509.29664 0 0 1 512 181.394286c27.387611 0 54.08768 2.1504 79.904183 6.255177zM275.008366 129.983634c31.808366 12.84096 65.623771 27.451977 95.451428 41.264275-102.882743 28.625189-189.878857 87.61344-246.693303 164.676754 4.043337-44.801463 10.011794-97.016686 17.723978-142.280412 5.38624-31.612343 11.506834-59.134537 18.180388-78.262857 3.376274-9.68704 6.565303-16.228937 9.268663-19.976777 0.476891-0.661211 0.871863-1.149806 1.18784-1.509668 7.358171 1.193691 20.41856 4.877166 38.078171 10.898285 19.093211 6.509714 42.27072 15.289783 66.802835 25.1904zM171.051886 93.008457c0 0.008777-0.058514 0.058514-0.181395 0.128732 0.119954-0.1024 0.181394-0.134583 0.181395-0.128732z m682.370194 2.884754c0 0.008777 0.064366 0.064366 0.187246 0.137509-0.12288-0.108251-0.187246-0.146286-0.187246-0.137509z",
24
+ "fill": "#634011",
25
+ "p-id": "1833"
26
+ }, null), _createVNode("path", {
27
+ "d": "M945.005714 547.108571c0 205.2096-193.86368 371.565714-433.005714 371.565715S78.994286 752.318171 78.994286 547.108571 272.857966 175.542857 512 175.542857s433.005714 166.356114 433.005714 371.565714z",
28
+ "fill": "#E0CFBA",
29
+ "p-id": "1834"
30
+ }, null), _createVNode("path", {
31
+ "d": "M421.302857 184.32c-73.19552-38.33856-213.193874-89.942309-247.222857-93.622857-34.031909-3.680549-51.2 193.097143-58.514286 298.422857 15.178606-13.411474 27.378834-28.593006 40.398263-44.798537C196.909349 293.373074 245.976503 232.313417 421.302857 184.32z m197.485714 4.388571c73.210149-38.157166 201.485166-92.882651 235.522926-96.548571 34.034834-3.660069 59.035063 198.322469 55.585646 301.348571-20.7872-12.653714-34.453211-31.021349-50.231589-52.226925-35.295817-47.437531-81.144686-109.061851-240.876983-152.573075z",
32
+ "fill": "#928473",
33
+ "p-id": "1835"
34
+ }, null), _createVNode("path", {
35
+ "d": "M177.88928 140.434286c34.175269 20.140617 117.332846 72.197851 100.837669 82.306194-48.888686 29.965166-117.543497 86.884937-128.936229 101.235566-11.392731 14.350629 6.834469-174.477897 28.09856-183.54176z m671.147154 0c-34.175269 20.140617-117.332846 72.197851-100.837668 82.306194 48.888686 29.965166 117.543497 86.884937 128.936228 101.235566 11.392731 14.350629-6.834469-174.477897-28.09856-183.54176z",
36
+ "fill": "#FFDCE1",
37
+ "opacity": ".3",
38
+ "p-id": "1836"
39
+ }, null), _createVNode("path", {
40
+ "d": "M315.977143 558.811429c-97.715931 39.07584-170.759314 41.261349-231.131429 13.350034C84.845714 678.227383 213.594697 912.822857 492.982857 912.822857c339.084434 0 435.583269-219.70944 450.56-340.661394-32.291109 30.702446-119.688046 27.542674-217.965714-13.350034-120.741303-50.240366-84.845714-260.388571-196.022857-260.388572s-91.431497 211.543771-213.577143 260.388572z",
41
+ "fill": "#FFFFFF",
42
+ "p-id": "1837"
43
+ }, null), _createVNode("path", {
44
+ "d": "M333.08672 598.522149c67.291429-20.307383 110.574446-74.105417 96.677303-120.159086-13.900069-46.056594-79.716937-66.92864-147.008366-46.624183-67.291429 20.307383-110.574446 74.102491-96.677303 120.159086s79.716937 66.92864 147.008366 46.624183z m382.674651 2.925714c-67.291429-20.307383-110.574446-74.105417-96.677302-120.159086 13.900069-46.056594 79.716937-66.92864 147.008365-46.624183 67.291429 20.307383 110.574446 74.102491 96.677303 120.159086-13.900069 46.056594-79.716937 66.92864-147.008366 46.624183z",
45
+ "fill": "#D0BAA0",
46
+ "p-id": "1838"
47
+ }, null), _createVNode("path", {
48
+ "d": "M362.788571 555.885714c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m324.754286 0c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z",
49
+ "fill": "#B9D6EC",
50
+ "p-id": "1839"
51
+ }, null), _createVNode("path", {
52
+ "d": "M377.417143 892.860709c0 11.0592-2.884754 18.733349-7.176777 24.640365-4.514377 6.217143-11.881326 12.220709-23.309166 17.451886C323.341166 945.757623 287.840549 950.857143 244.297143 950.857143s-79.044023-5.09952-102.634057-15.904183c-11.42784-5.231177-18.794789-11.234743-23.309166-17.451886-4.292023-5.907017-7.176777-13.581166-7.176777-24.640365 0-22.870309 12.744411-49.122743 37.443291-70.489235C172.985783 801.294629 206.871406 787.017143 244.297143 787.017143c37.425737 0 71.31136 14.277486 95.676708 35.354331C364.672731 843.737966 377.417143 869.9904 377.417143 892.860709z m29.257143 0C406.674286 959.704503 333.976137 980.114286 244.297143 980.114286S81.92 959.704503 81.92 892.860709C81.92 826.01984 154.618149 757.76 244.297143 757.76s162.377143 68.25984 162.377143 135.100709z m500.297143 0c0 11.0592-2.884754 18.733349-7.176778 24.640365-4.514377 6.217143-11.881326 12.220709-23.309165 17.451886-23.590034 10.804663-59.090651 15.904183-102.634057 15.904183s-79.044023-5.09952-102.634058-15.904183c-11.42784-5.231177-18.794789-11.234743-23.309165-17.451886-4.292023-5.907017-7.176777-13.581166-7.176777-24.640365 0-22.870309 12.744411-49.122743 37.443291-70.489235C702.540069 801.294629 736.425691 787.017143 773.851429 787.017143c37.425737 0 71.31136 14.277486 95.676708 35.354331C894.227017 843.737966 906.971429 869.9904 906.971429 892.860709z m29.257142 0C936.228571 959.704503 863.530423 980.114286 773.851429 980.114286s-162.377143-20.409783-162.377143-87.253577C611.474286 826.01984 684.172434 757.76 773.851429 757.76s162.377143 68.25984 162.377142 135.100709z",
53
+ "fill": "#634011",
54
+ "p-id": "1840"
55
+ }, null), _createVNode("path", {
56
+ "d": "M244.297143 959.634286c73.520274 0 133.12-16.65024 133.12-71.179703S317.817417 778.24 244.297143 778.24 111.177143 833.92512 111.177143 888.454583C111.177143 942.984046 170.776869 959.634286 244.297143 959.634286z m529.554286 0c73.520274 0 133.12-16.65024 133.12-71.179703S847.371703 778.24 773.851429 778.24 640.731429 833.92512 640.731429 888.454583C640.731429 942.984046 700.331154 959.634286 773.851429 959.634286z",
57
+ "fill": "#FFFFFF",
58
+ "p-id": "1841"
59
+ }, null), _createVNode("path", {
60
+ "d": "M290.927177 873.790903a8.777143 8.777143 0 1 0-17.124206-3.853166c-2.363977 10.497463-4.251063 27.11552-2.23232 43.379566 1.980709 15.989029 8.04864 33.83296 23.727543 43.54048a8.777143 8.777143 0 0 0 9.242332-14.926994c-8.897097-5.506194-13.800594-16.676571-15.550172-30.772663-1.714469-13.824-0.087771-28.361874 1.936823-37.367223z m-98.075794 11.969097a8.777143 8.777143 0 0 0-16.9984-4.388571c-2.153326 8.349989-4.049189 21.714651-2.878903 35.383588 1.158583 13.49632 5.459383 28.882651 17.302674 39.245532a8.777143 8.777143 0 0 0 11.556572-13.212526c-6.88128-6.02112-10.377509-15.991954-11.369326-27.533897-0.974263-11.369326 0.643657-22.726949 2.387383-29.494126z m541.71648-9.043383a8.780069 8.780069 0 0 1 17.127131-3.853166c2.363977 10.497463 4.248137 27.11552 2.23232 43.379566-1.983634 15.989029-8.04864 33.83296-23.730468 43.54048a8.777143 8.777143 0 0 1-9.239406-14.926994c8.897097-5.506194 13.800594-16.676571 15.550171-30.772663 1.711543-13.824 0.087771-28.361874-1.939748-37.367223z m98.075794 11.969097a8.777143 8.777143 0 0 1 16.9984-4.388571c2.156251 8.349989 4.052114 21.714651 2.878903 35.383588-1.155657 13.49632-5.459383 28.882651-17.299749 39.245532a8.777143 8.777143 0 0 1-11.559497-13.212526c6.88128-6.02112 10.380434-15.991954 11.369326-27.533897 0.974263-11.369326-0.640731-22.726949-2.387383-29.494126z",
61
+ "fill": "#634011",
62
+ "p-id": "1842"
63
+ }, null), _createVNode("path", {
64
+ "d": "M666.343131 608.639269c22.683063-5.760731 57.81504-14.277486 89.488823-21.111955 15.833966-3.414309 30.834103-6.416091 42.996297-8.440685 6.079634-1.012297 11.480503-1.787611 15.936366-2.244023 4.397349-0.453486 8.074971-0.620251 10.611566-0.336457a2.925714 2.925714 0 1 1-0.649509 5.813394c-1.866606-0.207726-5.011749-0.105326-9.362285 0.342308-4.289097 0.441783-9.558309 1.193691-15.573578 2.197212-12.030537 2.001189-26.928274 4.982491-42.724205 8.388023-31.586011 6.813989-66.644846 15.313189-89.284023 21.062217a2.925714 2.925714 0 0 1-1.439452-5.670034z m-308.753554 14.611017c-25.202103-5.757806-64.228206-14.27456-99.412846-21.106103-17.589394-3.414309-34.245486-6.413166-47.747657-8.43776-6.746697-1.009371-12.735634-1.78176-17.671314-2.238172-4.877166-0.453486-8.9088-0.6144-11.656046-0.336457a2.925714 2.925714 0 1 0 0.585143 5.822172c2.144549-0.216503 5.696366-0.108251 10.532572 0.339383 4.783543 0.444709 10.6496 1.196617 17.343634 2.200137 13.379291 2.004114 29.944686 4.988343 47.498971 8.393874 35.10272 6.816914 74.064457 15.31904 99.222675 21.068069a2.925714 2.925714 0 0 0 1.304868-5.705143z m-77.43488 31.556754c-35.18464 6.831543-74.210743 15.348297-99.412846 21.106103a2.925714 2.925714 0 0 0 1.304869 5.705143c25.161143-5.749029 64.119954-14.251154 99.222674-21.068069 17.554286-3.405531 34.11968-6.38976 47.498972-8.393874 6.691109-1.00352 12.560091-1.755429 17.343634-2.200137 4.836206-0.447634 8.388023-0.555886 10.532571-0.339383a2.925714 2.925714 0 0 0 0.585143-5.822172c-2.747246-0.277943-6.77888-0.117029-11.658971 0.336458-4.932754 0.456411-10.921691 1.2288-17.668389 2.238171-13.502171 2.024594-30.158263 5.023451-47.747657 8.43776z m545.616457 9.4208c-22.683063-5.760731-57.81504-14.277486-89.488823-21.111954-15.833966-3.414309-30.834103-6.416091-42.996297-8.440686-6.079634-1.012297-11.480503-1.787611-15.936365-2.244023-4.397349-0.453486-8.074971-0.620251-10.611566-0.336457a2.925714 2.925714 0 1 0 0.649508 5.813394c1.869531-0.207726 5.011749-0.105326 9.362286 0.342309 4.289097 0.441783 9.558309 1.193691 15.573577 2.197211 12.030537 2.001189 26.928274 4.982491 42.724206 8.388023 31.586011 6.813989 66.644846 15.313189 89.284023 21.062217a2.925714 2.925714 0 0 0 1.439451-5.670034z",
65
+ "fill": "#412705",
66
+ "p-id": "1843"
67
+ }, null), _createVNode("path", {
68
+ "d": "M368.64 535.405714c16.15872 0 29.257143-14.409143 29.257143-32.182857s-13.098423-32.182857-29.257143-32.182857-29.257143 14.409143-29.257143 32.182857 13.098423 32.182857 29.257143 32.182857z m321.828571 2.925715c16.15872 0 29.257143-14.409143 29.257143-32.182858s-13.098423-32.182857-29.257143-32.182857-29.257143 14.409143-29.257142 32.182857 13.098423 32.182857 29.257142 32.182858z",
69
+ "fill": "#2A75AE",
70
+ "p-id": "1844"
71
+ }, null), _createVNode("path", {
72
+ "d": "M355.474286 503.222857a4.388571 4.388571 0 1 0-0.002926-8.780068A4.388571 4.388571 0 0 0 355.474286 503.222857z m321.828571 2.925714a4.388571 4.388571 0 1 0-0.002926-8.780068A4.388571 4.388571 0 0 0 677.302857 506.148571z",
73
+ "fill": "#FFFFFF",
74
+ "p-id": "1845"
75
+ }, null), _createVNode("path", {
76
+ "d": "M427.154286 500.297143c0 35.547429-28.818286 64.365714-64.365715 64.365714s-64.365714-28.818286-64.365714-64.365714 28.818286-64.365714 64.365714-64.365714 64.365714 28.818286 64.365715 64.365714z m-64.365715 55.588571c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m389.12-55.588571c0 35.547429-28.818286 64.365714-64.365714 64.365714s-64.365714-28.818286-64.365714-64.365714 28.818286-64.365714 64.365714-64.365714 64.365714 28.818286 64.365714 64.365714z m-64.365714 55.588571c30.69952 0 55.588571-24.889051 55.588572-55.588571s-24.889051-55.588571-55.588572-55.588572-55.588571 24.889051-55.588571 55.588572 24.889051 55.588571 55.588571 55.588571z m-149.050514 11.650195c18.402743-0.263314 32.021943-1.80224 32.021943-10.696412 0-10.503314-18.993737-27.285211-42.422857-27.285211s-42.422857 16.781897-42.422858 27.285211c0 8.894171 13.622126 10.433097 32.027795 10.696412 0.602697 8.06912-0.295497 18.630949-7.235292 25.778468-7.124114 7.337691-23.903086 14.239451-63.730834 4.8128a8.777143 8.777143 0 1 0-4.043337 17.08032c12.299703 2.911086 23.139474 4.496823 32.662674 4.918126-2.179657 11.989577-2.835017 31.471909 2.677029 48.596114 2.855497 8.870766 7.472274 17.434331 14.716343 23.903086 7.337691 6.550674 17.01888 10.634971 29.321508 11.006537 13.124754 0.397897 23.733394-2.691657 32.124343-8.390949 8.347063-5.664183 14.081463-13.622126 17.998994-22.293942 7.747291-17.130057 8.809326-37.952366 8.566492-52.750629 10.263406-0.289646 22.068663-1.878309 35.600091-4.970789a8.777143 8.777143 0 1 0-3.908754-17.115428c-41.352046 9.450057-58.973623 2.56-66.47808-4.903497-7.18848-7.14752-8.101303-17.65376-7.4752-25.670217z",
77
+ "fill": "#634011",
78
+ "p-id": "1846"
79
+ }, null), _createVNode("path", {
80
+ "d": "M566.125714 642.194286c-46.811429-11.702857-72.654263-3.414309-77.531428 7.314285 0.974263 10.24 2.925714 40.96 42.422857 40.96 30.427429 0 37.060023-32.182857 35.108571-48.274285z",
81
+ "fill": "#FCB0A2",
82
+ "p-id": "1847"
83
+ }, null)]));
@@ -2,5 +2,5 @@
2
2
  * @file Juanxincai 卷心菜
3
3
  * @author Auto Generated by HaierIcons
4
4
  */
5
- declare const _default: VueConstructor<import("../runtime").IIconInstance>;
5
+ declare const _default: any;
6
6
  export default _default;