a-icons 1.2.73 → 1.2.74
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/es/MoneyReceiveOutlined.d.ts +6 -0
- package/es/MoneyReceiveOutlined.js +34 -0
- package/es/WealthOutlined.d.ts +6 -0
- package/es/WealthOutlined.js +31 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +3 -1
- package/lib/MoneyReceiveOutlined.d.ts +6 -0
- package/lib/MoneyReceiveOutlined.js +77 -0
- package/lib/WealthOutlined.d.ts +6 -0
- package/lib/WealthOutlined.js +74 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +18 -4
- package/package.json +2 -2
- package/src/MoneyReceiveOutlined.tsx +22 -0
- package/src/WealthOutlined.tsx +18 -0
- package/src/index.tsx +3 -1
- package/svgs/outlined/money-receive-outlined.svg +11 -0
- package/svgs/outlined/wealth-outlined.svg +5 -0
- package/tmpAllSvgs/money-receive-outlined.svg +11 -0
- package/tmpAllSvgs/wealth-outlined.svg +5 -0
|
@@ -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,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
|
@@ -224,6 +224,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
|
|
|
224
224
|
export { default as MessageSquareOutlined } from './MessageSquareOutlined';
|
|
225
225
|
export { default as MessageTipOutlined } from './MessageTipOutlined';
|
|
226
226
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
227
|
+
export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
|
|
227
228
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
228
229
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
229
230
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -377,3 +378,4 @@ export { default as WarningFilled } from './WarningFilled';
|
|
|
377
378
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
378
379
|
export { default as WarningRuleFilled } from './WarningRuleFilled';
|
|
379
380
|
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
381
|
+
export { default as WealthOutlined } from './WealthOutlined';
|
package/es/index.js
CHANGED
|
@@ -224,6 +224,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
|
|
|
224
224
|
export { default as MessageSquareOutlined } from './MessageSquareOutlined';
|
|
225
225
|
export { default as MessageTipOutlined } from './MessageTipOutlined';
|
|
226
226
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
227
|
+
export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
|
|
227
228
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
228
229
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
229
230
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -376,4 +377,5 @@ export { default as WalletOutlined } from './WalletOutlined';
|
|
|
376
377
|
export { default as WarningFilled } from './WarningFilled';
|
|
377
378
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
378
379
|
export { default as WarningRuleFilled } from './WarningRuleFilled';
|
|
379
|
-
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
380
|
+
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
381
|
+
export { default as WealthOutlined } from './WealthOutlined';
|
|
@@ -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,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
|
@@ -224,6 +224,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined';
|
|
|
224
224
|
export { default as MessageSquareOutlined } from './MessageSquareOutlined';
|
|
225
225
|
export { default as MessageTipOutlined } from './MessageTipOutlined';
|
|
226
226
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
227
|
+
export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined';
|
|
227
228
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
228
229
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
229
230
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -377,3 +378,4 @@ export { default as WarningFilled } from './WarningFilled';
|
|
|
377
378
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
378
379
|
export { default as WarningRuleFilled } from './WarningRuleFilled';
|
|
379
380
|
export { default as WarningRuleOutlined } from './WarningRuleOutlined';
|
|
381
|
+
export { default as WealthOutlined } from './WealthOutlined';
|
package/lib/index.js
CHANGED
|
@@ -12,10 +12,10 @@ exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.C
|
|
|
12
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
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
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.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
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;
|
|
15
|
+
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.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 = void 0;
|
|
16
|
+
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 = exports.PeopleCloseFilled = void 0;
|
|
17
|
+
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 = exports.SearchFilled = 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 = void 0;
|
|
19
19
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
20
20
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
21
21
|
enumerable: true,
|
|
@@ -1598,6 +1598,13 @@ Object.defineProperty(exports, "MinusSquareOutlined", {
|
|
|
1598
1598
|
return __importDefault(MinusSquareOutlined_1)["default"];
|
|
1599
1599
|
}
|
|
1600
1600
|
});
|
|
1601
|
+
var MoneyReceiveOutlined_1 = require("./MoneyReceiveOutlined");
|
|
1602
|
+
Object.defineProperty(exports, "MoneyReceiveOutlined", {
|
|
1603
|
+
enumerable: true,
|
|
1604
|
+
get: function get() {
|
|
1605
|
+
return __importDefault(MoneyReceiveOutlined_1)["default"];
|
|
1606
|
+
}
|
|
1607
|
+
});
|
|
1601
1608
|
var MoneySymbolFilled_1 = require("./MoneySymbolFilled");
|
|
1602
1609
|
Object.defineProperty(exports, "MoneySymbolFilled", {
|
|
1603
1610
|
enumerable: true,
|
|
@@ -2668,4 +2675,11 @@ Object.defineProperty(exports, "WarningRuleOutlined", {
|
|
|
2668
2675
|
get: function get() {
|
|
2669
2676
|
return __importDefault(WarningRuleOutlined_1)["default"];
|
|
2670
2677
|
}
|
|
2678
|
+
});
|
|
2679
|
+
var WealthOutlined_1 = require("./WealthOutlined");
|
|
2680
|
+
Object.defineProperty(exports, "WealthOutlined", {
|
|
2681
|
+
enumerable: true,
|
|
2682
|
+
get: function get() {
|
|
2683
|
+
return __importDefault(WealthOutlined_1)["default"];
|
|
2684
|
+
}
|
|
2671
2685
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.74",
|
|
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": "
|
|
25
|
+
"gitHead": "7e338d9759a93d672a7474d9b450ddcd577e0fc3"
|
|
26
26
|
}
|
|
@@ -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
|
@@ -224,6 +224,7 @@ export { default as MessageSmileOutlined } from './MessageSmileOutlined'
|
|
|
224
224
|
export { default as MessageSquareOutlined } from './MessageSquareOutlined'
|
|
225
225
|
export { default as MessageTipOutlined } from './MessageTipOutlined'
|
|
226
226
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined'
|
|
227
|
+
export { default as MoneyReceiveOutlined } from './MoneyReceiveOutlined'
|
|
227
228
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled'
|
|
228
229
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined'
|
|
229
230
|
export { default as MoveOutlined } from './MoveOutlined'
|
|
@@ -376,4 +377,5 @@ export { default as WalletOutlined } from './WalletOutlined'
|
|
|
376
377
|
export { default as WarningFilled } from './WarningFilled'
|
|
377
378
|
export { default as WarningOutlined } from './WarningOutlined'
|
|
378
379
|
export { default as WarningRuleFilled } from './WarningRuleFilled'
|
|
379
|
-
export { default as WarningRuleOutlined } from './WarningRuleOutlined'
|
|
380
|
+
export { default as WarningRuleOutlined } from './WarningRuleOutlined'
|
|
381
|
+
export { default as WealthOutlined } from './WealthOutlined'
|
|
@@ -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,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>
|