a-icons 1.2.73 → 1.2.75

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 assui
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function BrowseEyes(componentProps: IconProps): JSX.Element;
3
+ declare namespace BrowseEyes {
4
+ var displayName: string;
5
+ }
6
+ export default BrowseEyes;
@@ -0,0 +1,49 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function BrowseEyes(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 20 20",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("rect", {
22
+ x: 0.556,
23
+ y: 0.556,
24
+ width: 18.889,
25
+ height: 18.889,
26
+ rx: 9.444,
27
+ fill: "#47A92A"
28
+ }), /*#__PURE__*/React.createElement("rect", {
29
+ x: 0.556,
30
+ y: 0.556,
31
+ width: 18.889,
32
+ height: 18.889,
33
+ rx: 9.444,
34
+ stroke: "#fff",
35
+ strokeWidth: 1.111
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z",
38
+ fill: "#fff"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
41
+ fill: "#fff"
42
+ }));
43
+ };
44
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
45
+ component: IconNode
46
+ }));
47
+ }
48
+ BrowseEyes.displayName = 'BrowseEyes';
49
+ export default BrowseEyes;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HttpsLock(componentProps: IconProps): JSX.Element;
3
+ declare namespace HttpsLock {
4
+ var displayName: string;
5
+ }
6
+ export default HttpsLock;
@@ -0,0 +1,46 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function HttpsLock(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 20 20",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("rect", {
22
+ x: 0.556,
23
+ y: 0.556,
24
+ width: 18.889,
25
+ height: 18.889,
26
+ rx: 9.444,
27
+ fill: "#EFB041"
28
+ }), /*#__PURE__*/React.createElement("rect", {
29
+ x: 0.556,
30
+ y: 0.556,
31
+ width: 18.889,
32
+ height: 18.889,
33
+ rx: 9.444,
34
+ stroke: "#fff",
35
+ strokeWidth: 1.111
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z",
38
+ fill: "#fff"
39
+ }));
40
+ };
41
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
42
+ component: IconNode
43
+ }));
44
+ }
45
+ HttpsLock.displayName = 'HttpsLock';
46
+ export default HttpsLock;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function MoneyReceiveOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MoneyReceiveOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MoneyReceiveOutlined;
@@ -0,0 +1,34 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function MoneyReceiveOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12.999 3.004h-1c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9v-1h2v1c0 6.072-4.928 11-11 11s-11-4.928-11-11 4.928-11 11-11h1v2z",
23
+ fill: "currentColor"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M13.124 7.504h2.25v2.25h-3.938a.563.563 0 000 1.125h1.126a2.813 2.813 0 01.562 5.567v1.183h-2.25v-1.125h-2.25v-2.25h3.938a.562.562 0 100-1.125h-1.125a2.812 2.812 0 01-.563-5.568V6.379h2.25v1.125zM23.413 2.004l-4 4H22v2h-5a1 1 0 01-1-1v-5h2V4.59l4-4 1.414 1.414z",
26
+ fill: "currentColor"
27
+ }));
28
+ };
29
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
30
+ component: IconNode
31
+ }));
32
+ }
33
+ MoneyReceiveOutlined.displayName = 'MoneyReceiveOutlined';
34
+ export default MoneyReceiveOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function WealthOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace WealthOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default WealthOutlined;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function WealthOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M5 7.967v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666 1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.151-.139.179-.219.183-.237v-3.53a7.506 7.506 0 01-.545.234C14.138 8.708 12.385 9 10.5 9c-1.886 0-3.638-.292-4.955-.799A7.514 7.514 0 015 7.967zM18 5.5v6.522a5.5 5.5 0 11-4.897 8.783c-.81.126-1.689.195-2.603.195-1.886 0-3.638-.292-4.955-.799-.656-.252-1.254-.577-1.707-.988C3.385 18.801 3 18.223 3 17.5v-12c0-.724.385-1.301.838-1.713.453-.411 1.051-.736 1.707-.988C6.862 2.292 8.615 2 10.5 2c1.886 0 3.638.292 4.955.799.655.252 1.254.577 1.707.988.453.412.838.99.838 1.713zm-13 0c.007.023.04.102.184.233.205.187.558.401 1.079.601C7.298 6.733 8.796 7 10.5 7c1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.144-.132.176-.21.182-.234-.006-.023-.038-.102-.183-.233-.205-.187-.558-.401-1.079-.601C13.702 4.267 12.204 4 10.5 4c-1.704 0-3.202.267-4.237.666-.521.2-.874.414-1.08.6-.144.132-.176.21-.182.234zm0 8.467v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666.587 0 1.152-.032 1.683-.09A5.505 5.505 0 0112 17.5c0-.954.243-1.852.67-2.634-.69.088-1.419.134-2.17.134-1.886 0-3.638-.292-4.955-.799A7.532 7.532 0 015 13.967zM17.5 14a3.5 3.5 0 10.001 7 3.5 3.5 0 00-.001-7z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ WealthOutlined.displayName = 'WealthOutlined';
31
+ export default WealthOutlined;
package/es/index.d.ts CHANGED
@@ -37,6 +37,7 @@ export { default as BoxAddFilled } from './BoxAddFilled';
37
37
  export { default as BoxFilled } from './BoxFilled';
38
38
  export { default as BoxOutlined } from './BoxOutlined';
39
39
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
40
+ export { default as BrowseEyes } from './BrowseEyes';
40
41
  export { default as BusinessCardOutlined } from './BusinessCardOutlined';
41
42
  export { default as CalendarFilled } from './CalendarFilled';
42
43
  export { default as CalendarOutlined } from './CalendarOutlined';
@@ -182,6 +183,7 @@ export { default as HomeOutlined } from './HomeOutlined';
182
183
  export { default as HourGlassOutlined } from './HourGlassOutlined';
183
184
  export { default as Hours24 } from './Hours24';
184
185
  export { default as HouseOutlined } from './HouseOutlined';
186
+ export { default as HttpsLock } from './HttpsLock';
185
187
  export { default as IdCardFilled } from './IdCardFilled';
186
188
  export { default as ImacFilled } from './ImacFilled';
187
189
  export { default as ImageFilled } from './ImageFilled';
@@ -224,6 +226,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
224
226
  export { default as MessageSquareOutlined } from './MessageSquareOutlined';
225
227
  export { default as MessageTipOutlined } from './MessageTipOutlined';
226
228
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
229
+ export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
227
230
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
228
231
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
229
232
  export { default as MoveOutlined } from './MoveOutlined';
@@ -377,3 +380,4 @@ export { default as WarningFilled } from './WarningFilled';
377
380
  export { default as WarningOutlined } from './WarningOutlined';
378
381
  export { default as WarningRuleFilled } from './WarningRuleFilled';
379
382
  export { default as WarningRuleOutlined } from './WarningRuleOutlined';
383
+ export { default as WealthOutlined } from './WealthOutlined';
package/es/index.js CHANGED
@@ -37,6 +37,7 @@ export { default as BoxAddFilled } from './BoxAddFilled';
37
37
  export { default as BoxFilled } from './BoxFilled';
38
38
  export { default as BoxOutlined } from './BoxOutlined';
39
39
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
40
+ export { default as BrowseEyes } from './BrowseEyes';
40
41
  export { default as BusinessCardOutlined } from './BusinessCardOutlined';
41
42
  export { default as CalendarFilled } from './CalendarFilled';
42
43
  export { default as CalendarOutlined } from './CalendarOutlined';
@@ -182,6 +183,7 @@ export { default as HomeOutlined } from './HomeOutlined';
182
183
  export { default as HourGlassOutlined } from './HourGlassOutlined';
183
184
  export { default as Hours24 } from './Hours24';
184
185
  export { default as HouseOutlined } from './HouseOutlined';
186
+ export { default as HttpsLock } from './HttpsLock';
185
187
  export { default as IdCardFilled } from './IdCardFilled';
186
188
  export { default as ImacFilled } from './ImacFilled';
187
189
  export { default as ImageFilled } from './ImageFilled';
@@ -224,6 +226,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
224
226
  export { default as MessageSquareOutlined } from './MessageSquareOutlined';
225
227
  export { default as MessageTipOutlined } from './MessageTipOutlined';
226
228
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
229
+ export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
227
230
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
228
231
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
229
232
  export { default as MoveOutlined } from './MoveOutlined';
@@ -376,4 +379,5 @@ export { default as WalletOutlined } from './WalletOutlined';
376
379
  export { default as WarningFilled } from './WarningFilled';
377
380
  export { default as WarningOutlined } from './WarningOutlined';
378
381
  export { default as WarningRuleFilled } from './WarningRuleFilled';
379
- export { default as WarningRuleOutlined } from './WarningRuleOutlined';
382
+ export { default as WarningRuleOutlined } from './WarningRuleOutlined';
383
+ export { default as WealthOutlined } from './WealthOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function BrowseEyes(componentProps: IconProps): JSX.Element;
3
+ declare namespace BrowseEyes {
4
+ var displayName: string;
5
+ }
6
+ export default BrowseEyes;
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function BrowseEyes(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 20 20",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("rect", {
65
+ x: 0.556,
66
+ y: 0.556,
67
+ width: 18.889,
68
+ height: 18.889,
69
+ rx: 9.444,
70
+ fill: "#47A92A"
71
+ }), React.createElement("rect", {
72
+ x: 0.556,
73
+ y: 0.556,
74
+ width: 18.889,
75
+ height: 18.889,
76
+ rx: 9.444,
77
+ stroke: "#fff",
78
+ strokeWidth: 1.111
79
+ }), React.createElement("path", {
80
+ d: "M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z",
81
+ fill: "#fff"
82
+ }), React.createElement("path", {
83
+ d: "M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
84
+ fill: "#fff"
85
+ }));
86
+ };
87
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
88
+ component: IconNode
89
+ }));
90
+ }
91
+ BrowseEyes.displayName = 'BrowseEyes';
92
+ exports["default"] = BrowseEyes;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HttpsLock(componentProps: IconProps): JSX.Element;
3
+ declare namespace HttpsLock {
4
+ var displayName: string;
5
+ }
6
+ export default HttpsLock;
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function HttpsLock(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 20 20",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("rect", {
65
+ x: 0.556,
66
+ y: 0.556,
67
+ width: 18.889,
68
+ height: 18.889,
69
+ rx: 9.444,
70
+ fill: "#EFB041"
71
+ }), React.createElement("rect", {
72
+ x: 0.556,
73
+ y: 0.556,
74
+ width: 18.889,
75
+ height: 18.889,
76
+ rx: 9.444,
77
+ stroke: "#fff",
78
+ strokeWidth: 1.111
79
+ }), React.createElement("path", {
80
+ d: "M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z",
81
+ fill: "#fff"
82
+ }));
83
+ };
84
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
85
+ component: IconNode
86
+ }));
87
+ }
88
+ HttpsLock.displayName = 'HttpsLock';
89
+ exports["default"] = HttpsLock;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function MoneyReceiveOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MoneyReceiveOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MoneyReceiveOutlined;
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function MoneyReceiveOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M12.999 3.004h-1c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9v-1h2v1c0 6.072-4.928 11-11 11s-11-4.928-11-11 4.928-11 11-11h1v2z",
66
+ fill: "currentColor"
67
+ }), React.createElement("path", {
68
+ d: "M13.124 7.504h2.25v2.25h-3.938a.563.563 0 000 1.125h1.126a2.813 2.813 0 01.562 5.567v1.183h-2.25v-1.125h-2.25v-2.25h3.938a.562.562 0 100-1.125h-1.125a2.812 2.812 0 01-.563-5.568V6.379h2.25v1.125zM23.413 2.004l-4 4H22v2h-5a1 1 0 01-1-1v-5h2V4.59l4-4 1.414 1.414z",
69
+ fill: "currentColor"
70
+ }));
71
+ };
72
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
73
+ component: IconNode
74
+ }));
75
+ }
76
+ MoneyReceiveOutlined.displayName = 'MoneyReceiveOutlined';
77
+ exports["default"] = MoneyReceiveOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function WealthOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace WealthOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default WealthOutlined;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function WealthOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M5 7.967v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666 1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.151-.139.179-.219.183-.237v-3.53a7.506 7.506 0 01-.545.234C14.138 8.708 12.385 9 10.5 9c-1.886 0-3.638-.292-4.955-.799A7.514 7.514 0 015 7.967zM18 5.5v6.522a5.5 5.5 0 11-4.897 8.783c-.81.126-1.689.195-2.603.195-1.886 0-3.638-.292-4.955-.799-.656-.252-1.254-.577-1.707-.988C3.385 18.801 3 18.223 3 17.5v-12c0-.724.385-1.301.838-1.713.453-.411 1.051-.736 1.707-.988C6.862 2.292 8.615 2 10.5 2c1.886 0 3.638.292 4.955.799.655.252 1.254.577 1.707.988.453.412.838.99.838 1.713zm-13 0c.007.023.04.102.184.233.205.187.558.401 1.079.601C7.298 6.733 8.796 7 10.5 7c1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.144-.132.176-.21.182-.234-.006-.023-.038-.102-.183-.233-.205-.187-.558-.401-1.079-.601C13.702 4.267 12.204 4 10.5 4c-1.704 0-3.202.267-4.237.666-.521.2-.874.414-1.08.6-.144.132-.176.21-.182.234zm0 8.467v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666.587 0 1.152-.032 1.683-.09A5.505 5.505 0 0112 17.5c0-.954.243-1.852.67-2.634-.69.088-1.419.134-2.17.134-1.886 0-3.638-.292-4.955-.799A7.532 7.532 0 015 13.967zM17.5 14a3.5 3.5 0 10.001 7 3.5 3.5 0 00-.001-7z",
66
+ fill: "currentColor"
67
+ }));
68
+ };
69
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
70
+ component: IconNode
71
+ }));
72
+ }
73
+ WealthOutlined.displayName = 'WealthOutlined';
74
+ exports["default"] = WealthOutlined;
package/lib/index.d.ts CHANGED
@@ -37,6 +37,7 @@ export { default as BoxAddFilled } from './BoxAddFilled';
37
37
  export { default as BoxFilled } from './BoxFilled';
38
38
  export { default as BoxOutlined } from './BoxOutlined';
39
39
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
40
+ export { default as BrowseEyes } from './BrowseEyes';
40
41
  export { default as BusinessCardOutlined } from './BusinessCardOutlined';
41
42
  export { default as CalendarFilled } from './CalendarFilled';
42
43
  export { default as CalendarOutlined } from './CalendarOutlined';
@@ -182,6 +183,7 @@ export { default as HomeOutlined } from './HomeOutlined';
182
183
  export { default as HourGlassOutlined } from './HourGlassOutlined';
183
184
  export { default as Hours24 } from './Hours24';
184
185
  export { default as HouseOutlined } from './HouseOutlined';
186
+ export { default as HttpsLock } from './HttpsLock';
185
187
  export { default as IdCardFilled } from './IdCardFilled';
186
188
  export { default as ImacFilled } from './ImacFilled';
187
189
  export { default as ImageFilled } from './ImageFilled';
@@ -224,6 +226,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
224
226
  export { default as MessageSquareOutlined } from './MessageSquareOutlined';
225
227
  export { default as MessageTipOutlined } from './MessageTipOutlined';
226
228
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
229
+ export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
227
230
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
228
231
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
229
232
  export { default as MoveOutlined } from './MoveOutlined';
@@ -377,3 +380,4 @@ export { default as WarningFilled } from './WarningFilled';
377
380
  export { default as WarningOutlined } from './WarningOutlined';
378
381
  export { default as WarningRuleFilled } from './WarningRuleFilled';
379
382
  export { default as WarningRuleOutlined } from './WarningRuleOutlined';
383
+ export { default as WealthOutlined } from './WealthOutlined';
package/lib/index.js CHANGED
@@ -8,14 +8,14 @@ var __importDefault = this && this.__importDefault || function (mod) {
8
8
  Object.defineProperty(exports, "__esModule", {
9
9
  value: true
10
10
  });
11
- exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.Call = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFailOutlined = exports.CalendarOutlined = exports.CalendarFilled = exports.BusinessCardOutlined = exports.BrokenLineOutlined = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BellOutlined = exports.BarsOutlined = exports.BarLineOutlined = exports.BarChartFilled = exports.BankAddFilled = exports.AtOutlined = exports.AscOutlined = exports.ArrowsRightLeftOutlined = exports.ArrowsChevronOutlined = exports.ArrowTopRightOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownOutlined = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AnnouncementOutlined = exports.AnalyzeOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddMoneyFilled = exports.AddFilled = exports.AddChildOutlined = exports.AdFilled = exports.ImpassabilityFilled = void 0;
12
- exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ContinueInvestFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.ColumnarAnalyzeOutlined = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CircleThreeRectFilled = exports.CircleThreeLinesOutlined = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.CheckCircleFilled = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = void 0;
13
- exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ExchangeArrowOutlined = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DraftLineOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentVoteFilled = exports.DocumentTextFilled = exports.DocumentPassFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentErrorFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = void 0;
14
- exports.LimitlessFilled = exports.LightbulbOutlined = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InternalTransfer = exports.InternalResourceOutlined = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IdCardFilled = exports.HouseOutlined = exports.Hours24 = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderBracketOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FlagOutlined = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FileTextOutlined = exports.FileShieldOutlined = void 0;
15
- exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.Pdf = exports.PauseInvestFilled = exports.PauseCircleFilled = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MessageTipOutlined = exports.MessageSquareOutlined = exports.MessageSmileOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MappingAddOutlined = exports.MailSettingFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LogoTmd = exports.LogoEc = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LocationOutlined = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = void 0;
16
- exports.SearchFilled = exports.RoleSubAccount = exports.RoleSignalResource = exports.RoleSale = exports.RoleOtcMerchant = exports.RoleManage = exports.RoleIb = exports.RoleFollower = exports.RoleDirect = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryFilled = exports.ResourceOutlined = exports.RelationInternal = exports.RelationCircle = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeOutlined = exports.QrCodeFilled = exports.PlusOutlined = exports.PlaySolidFilled = exports.PlayOutlined = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonThreeLineOutlined = exports.PersonLeftArrowFilled = exports.PeopleTieOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = void 0;
17
- exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferMoneyFilled = exports.TransferFileFilled = exports.TagRecharged = exports.TagOutlined = exports.TagFilled = exports.TagBrokenHeart = exports.SubtractFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SocialMediaYoutube = exports.SocialMediaTwitter = exports.SocialMediaIns = exports.SocialMediaIn = exports.SocialMediaFacebook = exports.SimpleEarthOutlined = exports.SignalStopReviewOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShieldCheckedOutlined = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = void 0;
18
- exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UploadOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = exports.UnbindChainOutlined = exports.TwoWayFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = void 0;
11
+ exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.Call = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFailOutlined = exports.CalendarOutlined = exports.CalendarFilled = exports.BusinessCardOutlined = exports.BrowseEyes = exports.BrokenLineOutlined = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BellOutlined = exports.BarsOutlined = exports.BarLineOutlined = exports.BarChartFilled = exports.BankAddFilled = exports.AtOutlined = exports.AscOutlined = exports.ArrowsRightLeftOutlined = exports.ArrowsChevronOutlined = exports.ArrowTopRightOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownOutlined = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AnnouncementOutlined = exports.AnalyzeOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddMoneyFilled = exports.AddFilled = exports.AddChildOutlined = exports.AdFilled = exports.ImpassabilityFilled = void 0;
12
+ exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ContinueInvestFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.ColumnarAnalyzeOutlined = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CircleThreeRectFilled = exports.CircleThreeLinesOutlined = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.CheckCircleFilled = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = void 0;
13
+ exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ExchangeArrowOutlined = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DraftLineOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentVoteFilled = exports.DocumentTextFilled = exports.DocumentPassFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentErrorFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = void 0;
14
+ exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InternalTransfer = exports.InternalResourceOutlined = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IdCardFilled = exports.HttpsLock = exports.HouseOutlined = exports.Hours24 = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderBracketOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FlagOutlined = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FileTextOutlined = exports.FileShieldOutlined = exports.FileSearchFilled = void 0;
15
+ exports.PeopleAddFilled = exports.PencilOutlined = exports.Pdf = exports.PauseInvestFilled = exports.PauseCircleFilled = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MoneyReceiveOutlined = exports.MinusSquareOutlined = exports.MessageTipOutlined = exports.MessageSquareOutlined = exports.MessageSmileOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MappingAddOutlined = exports.MailSettingFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LogoTmd = exports.LogoEc = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LocationOutlined = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LightbulbOutlined = void 0;
16
+ exports.RoleSale = exports.RoleOtcMerchant = exports.RoleManage = exports.RoleIb = exports.RoleFollower = exports.RoleDirect = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryFilled = exports.ResourceOutlined = exports.RelationInternal = exports.RelationCircle = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeOutlined = exports.QrCodeFilled = exports.PlusOutlined = exports.PlaySolidFilled = exports.PlayOutlined = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonThreeLineOutlined = exports.PersonLeftArrowFilled = exports.PeopleTieOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleAddOutlined = void 0;
17
+ exports.TrashCanFilled = exports.TransferMoneyFilled = exports.TransferFileFilled = exports.TagRecharged = exports.TagOutlined = exports.TagFilled = exports.TagBrokenHeart = exports.SubtractFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SocialMediaYoutube = exports.SocialMediaTwitter = exports.SocialMediaIns = exports.SocialMediaIn = exports.SocialMediaFacebook = exports.SimpleEarthOutlined = exports.SignalStopReviewOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShieldCheckedOutlined = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.RoleSubAccount = exports.RoleSignalResource = void 0;
18
+ exports.WealthOutlined = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UploadOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = exports.UnbindChainOutlined = exports.TwoWayFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = void 0;
19
19
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
20
20
  Object.defineProperty(exports, "ImpassabilityFilled", {
21
21
  enumerable: true,
@@ -289,6 +289,13 @@ Object.defineProperty(exports, "BrokenLineOutlined", {
289
289
  return __importDefault(BrokenLineOutlined_1)["default"];
290
290
  }
291
291
  });
292
+ var BrowseEyes_1 = require("./BrowseEyes");
293
+ Object.defineProperty(exports, "BrowseEyes", {
294
+ enumerable: true,
295
+ get: function get() {
296
+ return __importDefault(BrowseEyes_1)["default"];
297
+ }
298
+ });
292
299
  var BusinessCardOutlined_1 = require("./BusinessCardOutlined");
293
300
  Object.defineProperty(exports, "BusinessCardOutlined", {
294
301
  enumerable: true,
@@ -1304,6 +1311,13 @@ Object.defineProperty(exports, "HouseOutlined", {
1304
1311
  return __importDefault(HouseOutlined_1)["default"];
1305
1312
  }
1306
1313
  });
1314
+ var HttpsLock_1 = require("./HttpsLock");
1315
+ Object.defineProperty(exports, "HttpsLock", {
1316
+ enumerable: true,
1317
+ get: function get() {
1318
+ return __importDefault(HttpsLock_1)["default"];
1319
+ }
1320
+ });
1307
1321
  var IdCardFilled_1 = require("./IdCardFilled");
1308
1322
  Object.defineProperty(exports, "IdCardFilled", {
1309
1323
  enumerable: true,
@@ -1598,6 +1612,13 @@ Object.defineProperty(exports, "MinusSquareOutlined", {
1598
1612
  return __importDefault(MinusSquareOutlined_1)["default"];
1599
1613
  }
1600
1614
  });
1615
+ var MoneyReceiveOutlined_1 = require("./MoneyReceiveOutlined");
1616
+ Object.defineProperty(exports, "MoneyReceiveOutlined", {
1617
+ enumerable: true,
1618
+ get: function get() {
1619
+ return __importDefault(MoneyReceiveOutlined_1)["default"];
1620
+ }
1621
+ });
1601
1622
  var MoneySymbolFilled_1 = require("./MoneySymbolFilled");
1602
1623
  Object.defineProperty(exports, "MoneySymbolFilled", {
1603
1624
  enumerable: true,
@@ -2668,4 +2689,11 @@ Object.defineProperty(exports, "WarningRuleOutlined", {
2668
2689
  get: function get() {
2669
2690
  return __importDefault(WarningRuleOutlined_1)["default"];
2670
2691
  }
2692
+ });
2693
+ var WealthOutlined_1 = require("./WealthOutlined");
2694
+ Object.defineProperty(exports, "WealthOutlined", {
2695
+ enumerable: true,
2696
+ get: function get() {
2697
+ return __importDefault(WealthOutlined_1)["default"];
2698
+ }
2671
2699
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.73",
3
+ "version": "1.2.75",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^3.2.49"
24
24
  },
25
- "gitHead": "a30555e4d7ba3adb18c435e248cfbeb689338ff1"
25
+ "gitHead": "da5fe250a07e6d270b7406bf087bb97337089120"
26
26
  }
@@ -0,0 +1,36 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function BrowseEyes(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect
8
+ x={0.556}
9
+ y={0.556}
10
+ width={18.889}
11
+ height={18.889}
12
+ rx={9.444}
13
+ fill="#47A92A"
14
+ />
15
+ <rect
16
+ x={0.556}
17
+ y={0.556}
18
+ width={18.889}
19
+ height={18.889}
20
+ rx={9.444}
21
+ stroke="#fff"
22
+ strokeWidth={1.111}
23
+ />
24
+ <path d="M8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z" fill="#fff" />
25
+ <path
26
+ d="M10 5.5a6.253 6.253 0 00-5.955 4.348L3.996 10l.049.152a6.253 6.253 0 0011.91 0l.048-.152-.048-.152A6.253 6.253 0 0010 5.5zm0 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5z"
27
+ fill="#fff"
28
+ />
29
+ </svg>
30
+ );
31
+
32
+ return <Icon {...componentProps} component={IconNode} />;
33
+ }
34
+
35
+ BrowseEyes.displayName = 'BrowseEyes';
36
+ export default BrowseEyes;
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function HttpsLock(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect
8
+ x={0.556}
9
+ y={0.556}
10
+ width={18.889}
11
+ height={18.889}
12
+ rx={9.444}
13
+ fill="#EFB041"
14
+ />
15
+ <rect
16
+ x={0.556}
17
+ y={0.556}
18
+ width={18.889}
19
+ height={18.889}
20
+ rx={9.444}
21
+ stroke="#fff"
22
+ strokeWidth={1.111}
23
+ />
24
+ <path
25
+ d="M13 7.5v1.75h1.25V15h-8.5V9.25H7V7.5a3 3 0 016 0zm-5 0v1.75h4V7.5a2 2 0 10-4 0zm2 3.625a1 1 0 100 2 1 1 0 000-2z"
26
+ fill="#fff"
27
+ />
28
+ </svg>
29
+ );
30
+
31
+ return <Icon {...componentProps} component={IconNode} />;
32
+ }
33
+
34
+ HttpsLock.displayName = 'HttpsLock';
35
+ export default HttpsLock;
@@ -0,0 +1,22 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function MoneyReceiveOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ d="M12.999 3.004h-1c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9v-1h2v1c0 6.072-4.928 11-11 11s-11-4.928-11-11 4.928-11 11-11h1v2z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ d="M13.124 7.504h2.25v2.25h-3.938a.563.563 0 000 1.125h1.126a2.813 2.813 0 01.562 5.567v1.183h-2.25v-1.125h-2.25v-2.25h3.938a.562.562 0 100-1.125h-1.125a2.812 2.812 0 01-.563-5.568V6.379h2.25v1.125zM23.413 2.004l-4 4H22v2h-5a1 1 0 01-1-1v-5h2V4.59l4-4 1.414 1.414z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ );
17
+
18
+ return <Icon {...componentProps} component={IconNode} />;
19
+ }
20
+
21
+ MoneyReceiveOutlined.displayName = 'MoneyReceiveOutlined';
22
+ export default MoneyReceiveOutlined;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function WealthOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ d="M5 7.967v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666 1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.151-.139.179-.219.183-.237v-3.53a7.506 7.506 0 01-.545.234C14.138 8.708 12.385 9 10.5 9c-1.886 0-3.638-.292-4.955-.799A7.514 7.514 0 015 7.967zM18 5.5v6.522a5.5 5.5 0 11-4.897 8.783c-.81.126-1.689.195-2.603.195-1.886 0-3.638-.292-4.955-.799-.656-.252-1.254-.577-1.707-.988C3.385 18.801 3 18.223 3 17.5v-12c0-.724.385-1.301.838-1.713.453-.411 1.051-.736 1.707-.988C6.862 2.292 8.615 2 10.5 2c1.886 0 3.638.292 4.955.799.655.252 1.254.577 1.707.988.453.412.838.99.838 1.713zm-13 0c.007.023.04.102.184.233.205.187.558.401 1.079.601C7.298 6.733 8.796 7 10.5 7c1.704 0 3.202-.267 4.237-.666.521-.2.874-.414 1.08-.6.144-.132.176-.21.182-.234-.006-.023-.038-.102-.183-.233-.205-.187-.558-.401-1.079-.601C13.702 4.267 12.204 4 10.5 4c-1.704 0-3.202.267-4.237.666-.521.2-.874.414-1.08.6-.144.132-.176.21-.182.234zm0 8.467v3.53c.004.018.032.098.184.236.205.187.558.401 1.079.601 1.035.399 2.533.666 4.237.666.587 0 1.152-.032 1.683-.09A5.505 5.505 0 0112 17.5c0-.954.243-1.852.67-2.634-.69.088-1.419.134-2.17.134-1.886 0-3.638-.292-4.955-.799A7.532 7.532 0 015 13.967zM17.5 14a3.5 3.5 0 10.001 7 3.5 3.5 0 00-.001-7z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ WealthOutlined.displayName = 'WealthOutlined';
18
+ export default WealthOutlined;
package/src/index.tsx CHANGED
@@ -37,6 +37,7 @@ export { default as BoxAddFilled } from './BoxAddFilled'
37
37
  export { default as BoxFilled } from './BoxFilled'
38
38
  export { default as BoxOutlined } from './BoxOutlined'
39
39
  export { default as BrokenLineOutlined } from './BrokenLineOutlined'
40
+ export { default as BrowseEyes } from './BrowseEyes'
40
41
  export { default as BusinessCardOutlined } from './BusinessCardOutlined'
41
42
  export { default as CalendarFilled } from './CalendarFilled'
42
43
  export { default as CalendarOutlined } from './CalendarOutlined'
@@ -182,6 +183,7 @@ export { default as HomeOutlined } from './HomeOutlined'
182
183
  export { default as HourGlassOutlined } from './HourGlassOutlined'
183
184
  export { default as Hours24 } from './Hours24'
184
185
  export { default as HouseOutlined } from './HouseOutlined'
186
+ export { default as HttpsLock } from './HttpsLock'
185
187
  export { default as IdCardFilled } from './IdCardFilled'
186
188
  export { default as ImacFilled } from './ImacFilled'
187
189
  export { default as ImageFilled } from './ImageFilled'
@@ -224,6 +226,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined'
224
226
  export { default as MessageSquareOutlined } from './MessageSquareOutlined'
225
227
  export { default as MessageTipOutlined } from './MessageTipOutlined'
226
228
  export { default as MinusSquareOutlined } from './MinusSquareOutlined'
229
+ export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined'
227
230
  export { default as MoneySymbolFilled } from './MoneySymbolFilled'
228
231
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined'
229
232
  export { default as MoveOutlined } from './MoveOutlined'
@@ -376,4 +379,5 @@ export { default as WalletOutlined } from './WalletOutlined'
376
379
  export { default as WarningFilled } from './WarningFilled'
377
380
  export { default as WarningOutlined } from './WarningOutlined'
378
381
  export { default as WarningRuleFilled } from './WarningRuleFilled'
379
- export { default as WarningRuleOutlined } from './WarningRuleOutlined'
382
+ export { default as WarningRuleOutlined } from './WarningRuleOutlined'
383
+ export { default as WealthOutlined } from './WealthOutlined'
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#47A92A"/>
3
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
+ <path d="M8.5 10C8.5 9.17157 9.17157 8.5 10 8.5C10.8284 8.5 11.5 9.17157 11.5 10C11.5 10.8284 10.8284 11.5 10 11.5C9.17157 11.5 8.5 10.8284 8.5 10Z" fill="white"/>
5
+ <path d="M9.99979 5.5C7.21051 5.5 4.84921 7.32682 4.04461 9.84798L3.99609 10L4.04461 10.152C4.84921 12.6732 7.21051 14.5 9.99979 14.5C12.7891 14.5 15.1504 12.6732 15.955 10.152L16.0035 10L15.955 9.84799C15.1504 7.32682 12.7891 5.5 9.99979 5.5ZM10 7.5C11.3807 7.5 12.5 8.61929 12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#EFB041"/>
3
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
+ <path d="M13 7.5V9.25001H14.25V15H5.75V9.25001H7V7.5C7 5.84315 8.34315 4.5 10 4.5C11.6569 4.5 13 5.84315 13 7.5ZM8 7.5V9.25001H12V7.5C12 6.39543 11.1046 5.5 10 5.5C8.89543 5.5 8 6.39543 8 7.5ZM10 11.125C9.44772 11.125 9 11.5727 9 12.125C9 12.6773 9.44772 13.125 10 13.125C10.5523 13.125 11 12.6773 11 12.125C11 11.5727 10.5523 11.125 10 11.125Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12.999 3.00391H11.999C7.03131 3.00391 2.99902 7.03619 2.99902 12.0039C2.99902 16.9716 7.03131 21.0039 11.999 21.0039C16.9667 21.0039 20.999 16.9716 20.999 12.0039V11.0039H22.999V12.0039C22.999 18.0762 18.0713 23.0039 11.999 23.0039C5.92674 23.0039 0.999023 18.0762 0.999023 12.0039C0.999023 5.93162 5.92674 1.00391 11.999 1.00391H12.999V3.00391Z"
4
+ fill="currentColor" />
5
+ <path
6
+ d="M13.124 7.50391H15.374V9.75391H11.4365C11.1259 9.75391 10.874 10.0057 10.874 10.3164C10.874 10.6271 11.1259 10.8789 11.4365 10.8789H12.5615C14.1148 10.8789 15.374 12.1381 15.374 13.6914C15.374 15.052 14.4077 16.1856 13.124 16.4463V17.6289H10.874V16.5039H8.62402V14.2539H12.5615C12.8722 14.2539 13.124 14.0021 13.124 13.6914C13.124 13.3807 12.8722 13.1289 12.5615 13.1289H11.4365C9.88322 13.1289 8.62402 11.8697 8.62402 10.3164C8.62402 8.95577 9.5903 7.82117 10.874 7.56055V6.37891H13.124V7.50391Z"
7
+ fill="currentColor" />
8
+ <path
9
+ d="M23.4131 2.00391L19.4131 6.00391H21.999V8.00391H16.999C16.4467 8.00391 15.999 7.55619 15.999 7.00391V2.00391H17.999V4.58984L21.999 0.589844L23.4131 2.00391Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5 7.96743V11.4968C5.00414 11.5154 5.03182 11.5953 5.18357 11.7333C5.38893 11.92 5.74187 12.1341 6.26278 12.3344C7.29795 12.7326 8.79572 13 10.5 13C12.2043 13 13.7021 12.7326 14.7372 12.3344C15.2581 12.1341 15.6111 11.92 15.8164 11.7333C15.9682 11.5953 15.9959 11.5154 16 11.4968V7.96743C15.8244 8.05145 15.6421 8.12923 15.4552 8.20111C14.1378 8.7078 12.3856 9 10.5 9C8.61443 9 6.8622 8.7078 5.54483 8.20111C5.35794 8.12923 5.17563 8.05145 5 7.96743ZM18 5.5V12.0224C20.8032 12.275 23 14.631 23 17.5C23 20.5376 20.5376 23 17.5 23C15.7015 23 14.1058 22.1364 13.1032 20.8045C12.2929 20.9313 11.4144 21 10.5 21C8.61443 21 6.8622 20.7078 5.54483 20.2011C4.88947 19.9491 4.29051 19.6244 3.83803 19.213C3.38527 18.8013 3 18.2239 3 17.5V5.5C3 4.77615 3.38527 4.19875 3.83803 3.78704C4.29051 3.37558 4.88947 3.05095 5.54483 2.79889C6.8622 2.2922 8.61443 2 10.5 2C12.3856 2 14.1378 2.2922 15.4552 2.79889C16.1105 3.05095 16.7095 3.37558 17.162 3.78704C17.6147 4.19875 18 4.77615 18 5.5ZM5.00079 5.5C5.00716 5.52341 5.03928 5.60205 5.18357 5.73326C5.38893 5.92 5.74187 6.13407 6.26278 6.33442C7.29795 6.73256 8.79572 7 10.5 7C12.2043 7 13.7021 6.73256 14.7372 6.33442C15.2581 6.13407 15.6111 5.92 15.8164 5.73326C15.9607 5.60205 15.9928 5.52341 15.9992 5.5C15.9928 5.47659 15.9607 5.39795 15.8164 5.26674C15.6111 5.08 15.2581 4.86593 14.7372 4.66558C13.7021 4.26744 12.2043 4 10.5 4C8.79572 4 7.29795 4.26744 6.26278 4.66558C5.74187 4.86593 5.38893 5.08 5.18357 5.26674C5.03928 5.39795 5.00716 5.47659 5.00079 5.5ZM5 13.9674V17.4968C5.00414 17.5154 5.03182 17.5953 5.18357 17.7333C5.38893 17.92 5.74187 18.1341 6.26278 18.3344C7.29795 18.7326 8.79572 19 10.5 19C11.0869 19 11.6515 18.9683 12.1826 18.9098C12.0634 18.4594 12 17.9867 12 17.5C12 16.5456 12.243 15.648 12.6706 14.8658C11.9809 14.9536 11.251 15 10.5 15C8.61443 15 6.8622 14.7078 5.54483 14.2011C5.35794 14.1292 5.17563 14.0514 5 13.9674ZM17.5 14C17.3678 14 17.2376 14.0073 17.1099 14.0214C15.361 14.2147 14 15.6991 14 17.5C14 18.1242 14.1625 18.7074 14.4468 19.2128C15.0481 20.2816 16.1908 21 17.5 21C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#47A92A"/>
3
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
+ <path d="M8.5 10C8.5 9.17157 9.17157 8.5 10 8.5C10.8284 8.5 11.5 9.17157 11.5 10C11.5 10.8284 10.8284 11.5 10 11.5C9.17157 11.5 8.5 10.8284 8.5 10Z" fill="white"/>
5
+ <path d="M9.99979 5.5C7.21051 5.5 4.84921 7.32682 4.04461 9.84798L3.99609 10L4.04461 10.152C4.84921 12.6732 7.21051 14.5 9.99979 14.5C12.7891 14.5 15.1504 12.6732 15.955 10.152L16.0035 10L15.955 9.84799C15.1504 7.32682 12.7891 5.5 9.99979 5.5ZM10 7.5C11.3807 7.5 12.5 8.61929 12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" fill="#EFB041"/>
3
+ <rect x="0.555556" y="0.555556" width="18.8889" height="18.8889" rx="9.44444" stroke="white" stroke-width="1.11111"/>
4
+ <path d="M13 7.5V9.25001H14.25V15H5.75V9.25001H7V7.5C7 5.84315 8.34315 4.5 10 4.5C11.6569 4.5 13 5.84315 13 7.5ZM8 7.5V9.25001H12V7.5C12 6.39543 11.1046 5.5 10 5.5C8.89543 5.5 8 6.39543 8 7.5ZM10 11.125C9.44772 11.125 9 11.5727 9 12.125C9 12.6773 9.44772 13.125 10 13.125C10.5523 13.125 11 12.6773 11 12.125C11 11.5727 10.5523 11.125 10 11.125Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12.999 3.00391H11.999C7.03131 3.00391 2.99902 7.03619 2.99902 12.0039C2.99902 16.9716 7.03131 21.0039 11.999 21.0039C16.9667 21.0039 20.999 16.9716 20.999 12.0039V11.0039H22.999V12.0039C22.999 18.0762 18.0713 23.0039 11.999 23.0039C5.92674 23.0039 0.999023 18.0762 0.999023 12.0039C0.999023 5.93162 5.92674 1.00391 11.999 1.00391H12.999V3.00391Z"
4
+ fill="currentColor" />
5
+ <path
6
+ d="M13.124 7.50391H15.374V9.75391H11.4365C11.1259 9.75391 10.874 10.0057 10.874 10.3164C10.874 10.6271 11.1259 10.8789 11.4365 10.8789H12.5615C14.1148 10.8789 15.374 12.1381 15.374 13.6914C15.374 15.052 14.4077 16.1856 13.124 16.4463V17.6289H10.874V16.5039H8.62402V14.2539H12.5615C12.8722 14.2539 13.124 14.0021 13.124 13.6914C13.124 13.3807 12.8722 13.1289 12.5615 13.1289H11.4365C9.88322 13.1289 8.62402 11.8697 8.62402 10.3164C8.62402 8.95577 9.5903 7.82117 10.874 7.56055V6.37891H13.124V7.50391Z"
7
+ fill="currentColor" />
8
+ <path
9
+ d="M23.4131 2.00391L19.4131 6.00391H21.999V8.00391H16.999C16.4467 8.00391 15.999 7.55619 15.999 7.00391V2.00391H17.999V4.58984L21.999 0.589844L23.4131 2.00391Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5 7.96743V11.4968C5.00414 11.5154 5.03182 11.5953 5.18357 11.7333C5.38893 11.92 5.74187 12.1341 6.26278 12.3344C7.29795 12.7326 8.79572 13 10.5 13C12.2043 13 13.7021 12.7326 14.7372 12.3344C15.2581 12.1341 15.6111 11.92 15.8164 11.7333C15.9682 11.5953 15.9959 11.5154 16 11.4968V7.96743C15.8244 8.05145 15.6421 8.12923 15.4552 8.20111C14.1378 8.7078 12.3856 9 10.5 9C8.61443 9 6.8622 8.7078 5.54483 8.20111C5.35794 8.12923 5.17563 8.05145 5 7.96743ZM18 5.5V12.0224C20.8032 12.275 23 14.631 23 17.5C23 20.5376 20.5376 23 17.5 23C15.7015 23 14.1058 22.1364 13.1032 20.8045C12.2929 20.9313 11.4144 21 10.5 21C8.61443 21 6.8622 20.7078 5.54483 20.2011C4.88947 19.9491 4.29051 19.6244 3.83803 19.213C3.38527 18.8013 3 18.2239 3 17.5V5.5C3 4.77615 3.38527 4.19875 3.83803 3.78704C4.29051 3.37558 4.88947 3.05095 5.54483 2.79889C6.8622 2.2922 8.61443 2 10.5 2C12.3856 2 14.1378 2.2922 15.4552 2.79889C16.1105 3.05095 16.7095 3.37558 17.162 3.78704C17.6147 4.19875 18 4.77615 18 5.5ZM5.00079 5.5C5.00716 5.52341 5.03928 5.60205 5.18357 5.73326C5.38893 5.92 5.74187 6.13407 6.26278 6.33442C7.29795 6.73256 8.79572 7 10.5 7C12.2043 7 13.7021 6.73256 14.7372 6.33442C15.2581 6.13407 15.6111 5.92 15.8164 5.73326C15.9607 5.60205 15.9928 5.52341 15.9992 5.5C15.9928 5.47659 15.9607 5.39795 15.8164 5.26674C15.6111 5.08 15.2581 4.86593 14.7372 4.66558C13.7021 4.26744 12.2043 4 10.5 4C8.79572 4 7.29795 4.26744 6.26278 4.66558C5.74187 4.86593 5.38893 5.08 5.18357 5.26674C5.03928 5.39795 5.00716 5.47659 5.00079 5.5ZM5 13.9674V17.4968C5.00414 17.5154 5.03182 17.5953 5.18357 17.7333C5.38893 17.92 5.74187 18.1341 6.26278 18.3344C7.29795 18.7326 8.79572 19 10.5 19C11.0869 19 11.6515 18.9683 12.1826 18.9098C12.0634 18.4594 12 17.9867 12 17.5C12 16.5456 12.243 15.648 12.6706 14.8658C11.9809 14.9536 11.251 15 10.5 15C8.61443 15 6.8622 14.7078 5.54483 14.2011C5.35794 14.1292 5.17563 14.0514 5 13.9674ZM17.5 14C17.3678 14 17.2376 14.0073 17.1099 14.0214C15.361 14.2147 14 15.6991 14 17.5C14 18.1242 14.1625 18.7074 14.4468 19.2128C15.0481 20.2816 16.1908 21 17.5 21C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14Z"
4
+ fill="currentColor" />
5
+ </svg>