a-icons 1.2.61 → 1.2.63
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/BarLineOutlined.d.ts +6 -0
- package/es/BarLineOutlined.js +31 -0
- package/es/UnionOutlined.d.ts +6 -0
- package/es/UnionOutlined.js +33 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/lib/BarLineOutlined.d.ts +6 -0
- package/lib/BarLineOutlined.js +74 -0
- package/lib/UnionOutlined.d.ts +6 -0
- package/lib/UnionOutlined.js +76 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +22 -8
- package/package.json +1 -1
- package/src/BarLineOutlined.tsx +18 -0
- package/src/UnionOutlined.tsx +22 -0
- package/src/index.tsx +2 -0
- package/svgs/outlined/bar-line-outlined.svg +3 -0
- package/svgs/outlined/union-outlined.svg +8 -0
- package/tmpAllSvgs/bar-line-outlined.svg +3 -0
- package/tmpAllSvgs/union-outlined.svg +8 -0
|
@@ -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 BarLineOutlined(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: "M3 15h2v6H3v-6zm8-6h2v12h-2V9zm8 3h2v9h-2v-9zm-8.768-9.268a2.5 2.5 0 013.536 0c.454.454.693 1.04.725 1.634l3.714 1.394.025-.028a2.5 2.5 0 11-.726 1.9L13.792 6.24l-.024.028a2.498 2.498 0 01-3 .406L6.431 9.926a2.5 2.5 0 11-1.2-1.6l4.337-3.253a2.496 2.496 0 01.664-2.34zm-5.878 7.414a.5.5 0 10-.708.707.5.5 0 00.708-.707zm16-3a.5.5 0 10-.707.707.5.5 0 00.707-.707zm-8-3a.5.5 0 10-.707.707.5.5 0 00.707-.707z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
27
|
+
component: IconNode
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
BarLineOutlined.displayName = 'BarLineOutlined';
|
|
31
|
+
export default BarLineOutlined;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 UnionOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M19 8a3 3 0 013 3v8a3 3 0 01-3 3h-8a3 3 0 01-3-3v-2h2v2a1 1 0 001 1h8a1 1 0 001-1v-8a1 1 0 00-1-1h-8a1 1 0 00-1 1v2H8v-2a3 3 0 013-3h8z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M13 2a3 3 0 013 3v2h-2V5a1 1 0 00-1-1H5a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1v-2h2v2a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h8z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
29
|
+
component: IconNode
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
UnionOutlined.displayName = 'UnionOutlined';
|
|
33
|
+
export default UnionOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as AscOutlined } from './AscOutlined';
|
|
|
19
19
|
export { default as AtOutlined } from './AtOutlined';
|
|
20
20
|
export { default as BankAddFilled } from './BankAddFilled';
|
|
21
21
|
export { default as BarChartFilled } from './BarChartFilled';
|
|
22
|
+
export { default as BarLineOutlined } from './BarLineOutlined';
|
|
22
23
|
export { default as BarsOutlined } from './BarsOutlined';
|
|
23
24
|
export { default as BellOutlined } from './BellOutlined';
|
|
24
25
|
export { default as BindChainOutlined } from './BindChainOutlined';
|
|
@@ -346,6 +347,7 @@ export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
|
346
347
|
export { default as TwoPersonConfirm } from './TwoPersonConfirm';
|
|
347
348
|
export { default as TwoSwitchOutlined } from './TwoSwitchOutlined';
|
|
348
349
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
|
350
|
+
export { default as UnionOutlined } from './UnionOutlined';
|
|
349
351
|
export { default as UnlockFilled } from './UnlockFilled';
|
|
350
352
|
export { default as UpgradeFilled } from './UpgradeFilled';
|
|
351
353
|
export { default as UploadSendOutlined } from './UploadSendOutlined';
|
package/es/index.js
CHANGED
|
@@ -19,6 +19,7 @@ export { default as AscOutlined } from './AscOutlined';
|
|
|
19
19
|
export { default as AtOutlined } from './AtOutlined';
|
|
20
20
|
export { default as BankAddFilled } from './BankAddFilled';
|
|
21
21
|
export { default as BarChartFilled } from './BarChartFilled';
|
|
22
|
+
export { default as BarLineOutlined } from './BarLineOutlined';
|
|
22
23
|
export { default as BarsOutlined } from './BarsOutlined';
|
|
23
24
|
export { default as BellOutlined } from './BellOutlined';
|
|
24
25
|
export { default as BindChainOutlined } from './BindChainOutlined';
|
|
@@ -346,6 +347,7 @@ export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
|
346
347
|
export { default as TwoPersonConfirm } from './TwoPersonConfirm';
|
|
347
348
|
export { default as TwoSwitchOutlined } from './TwoSwitchOutlined';
|
|
348
349
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
|
350
|
+
export { default as UnionOutlined } from './UnionOutlined';
|
|
349
351
|
export { default as UnlockFilled } from './UnlockFilled';
|
|
350
352
|
export { default as UpgradeFilled } from './UpgradeFilled';
|
|
351
353
|
export { default as UploadSendOutlined } from './UploadSendOutlined';
|
|
@@ -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 BarLineOutlined(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: "M3 15h2v6H3v-6zm8-6h2v12h-2V9zm8 3h2v9h-2v-9zm-8.768-9.268a2.5 2.5 0 013.536 0c.454.454.693 1.04.725 1.634l3.714 1.394.025-.028a2.5 2.5 0 11-.726 1.9L13.792 6.24l-.024.028a2.498 2.498 0 01-3 .406L6.431 9.926a2.5 2.5 0 11-1.2-1.6l4.337-3.253a2.496 2.496 0 01.664-2.34zm-5.878 7.414a.5.5 0 10-.708.707.5.5 0 00.708-.707zm16-3a.5.5 0 10-.707.707.5.5 0 00.707-.707zm-8-3a.5.5 0 10-.707.707.5.5 0 00.707-.707z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}));
|
|
68
|
+
};
|
|
69
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
70
|
+
component: IconNode
|
|
71
|
+
}));
|
|
72
|
+
}
|
|
73
|
+
BarLineOutlined.displayName = 'BarLineOutlined';
|
|
74
|
+
exports["default"] = BarLineOutlined;
|
|
@@ -0,0 +1,76 @@
|
|
|
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 UnionOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
d: "M19 8a3 3 0 013 3v8a3 3 0 01-3 3h-8a3 3 0 01-3-3v-2h2v2a1 1 0 001 1h8a1 1 0 001-1v-8a1 1 0 00-1-1h-8a1 1 0 00-1 1v2H8v-2a3 3 0 013-3h8z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}), React.createElement("path", {
|
|
67
|
+
d: "M13 2a3 3 0 013 3v2h-2V5a1 1 0 00-1-1H5a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1v-2h2v2a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h8z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}));
|
|
70
|
+
};
|
|
71
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
72
|
+
component: IconNode
|
|
73
|
+
}));
|
|
74
|
+
}
|
|
75
|
+
UnionOutlined.displayName = 'UnionOutlined';
|
|
76
|
+
exports["default"] = UnionOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as AscOutlined } from './AscOutlined';
|
|
|
19
19
|
export { default as AtOutlined } from './AtOutlined';
|
|
20
20
|
export { default as BankAddFilled } from './BankAddFilled';
|
|
21
21
|
export { default as BarChartFilled } from './BarChartFilled';
|
|
22
|
+
export { default as BarLineOutlined } from './BarLineOutlined';
|
|
22
23
|
export { default as BarsOutlined } from './BarsOutlined';
|
|
23
24
|
export { default as BellOutlined } from './BellOutlined';
|
|
24
25
|
export { default as BindChainOutlined } from './BindChainOutlined';
|
|
@@ -346,6 +347,7 @@ export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
|
346
347
|
export { default as TwoPersonConfirm } from './TwoPersonConfirm';
|
|
347
348
|
export { default as TwoSwitchOutlined } from './TwoSwitchOutlined';
|
|
348
349
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
|
350
|
+
export { default as UnionOutlined } from './UnionOutlined';
|
|
349
351
|
export { default as UnlockFilled } from './UnlockFilled';
|
|
350
352
|
export { default as UpgradeFilled } from './UpgradeFilled';
|
|
351
353
|
export { default as UploadSendOutlined } from './UploadSendOutlined';
|
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.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = void 0;
|
|
11
|
+
exports.CardOutlined = exports.CardLoopOutlined = 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.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddMoneyFilled = exports.AddFilled = exports.AddChildOutlined = exports.AdFilled = exports.ImpassabilityFilled = void 0;
|
|
12
|
+
exports.DiamondFileFilled = exports.DescOutlined = 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 = void 0;
|
|
13
|
+
exports.FilletFileListOutlined = exports.FileTextOutlined = exports.FileShieldOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = 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 = void 0;
|
|
14
|
+
exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = 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 = void 0;
|
|
15
|
+
exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = 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 = void 0;
|
|
16
|
+
exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = 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.PersonLeftArrowFilled = exports.PeopleTieOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = void 0;
|
|
17
|
+
exports.UnionOutlined = exports.UnbindChainOutlined = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = 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.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = void 0;
|
|
18
|
+
exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = 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.UpgradeFilled = exports.UnlockFilled = void 0;
|
|
19
19
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
20
20
|
Object.defineProperty(exports, "ImpassabilityFilled", {
|
|
21
21
|
enumerable: true,
|
|
@@ -163,6 +163,13 @@ Object.defineProperty(exports, "BarChartFilled", {
|
|
|
163
163
|
return __importDefault(BarChartFilled_1)["default"];
|
|
164
164
|
}
|
|
165
165
|
});
|
|
166
|
+
var BarLineOutlined_1 = require("./BarLineOutlined");
|
|
167
|
+
Object.defineProperty(exports, "BarLineOutlined", {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function get() {
|
|
170
|
+
return __importDefault(BarLineOutlined_1)["default"];
|
|
171
|
+
}
|
|
172
|
+
});
|
|
166
173
|
var BarsOutlined_1 = require("./BarsOutlined");
|
|
167
174
|
Object.defineProperty(exports, "BarsOutlined", {
|
|
168
175
|
enumerable: true,
|
|
@@ -2452,6 +2459,13 @@ Object.defineProperty(exports, "UnbindChainOutlined", {
|
|
|
2452
2459
|
return __importDefault(UnbindChainOutlined_1)["default"];
|
|
2453
2460
|
}
|
|
2454
2461
|
});
|
|
2462
|
+
var UnionOutlined_1 = require("./UnionOutlined");
|
|
2463
|
+
Object.defineProperty(exports, "UnionOutlined", {
|
|
2464
|
+
enumerable: true,
|
|
2465
|
+
get: function get() {
|
|
2466
|
+
return __importDefault(UnionOutlined_1)["default"];
|
|
2467
|
+
}
|
|
2468
|
+
});
|
|
2455
2469
|
var UnlockFilled_1 = require("./UnlockFilled");
|
|
2456
2470
|
Object.defineProperty(exports, "UnlockFilled", {
|
|
2457
2471
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function BarLineOutlined(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="M3 15h2v6H3v-6zm8-6h2v12h-2V9zm8 3h2v9h-2v-9zm-8.768-9.268a2.5 2.5 0 013.536 0c.454.454.693 1.04.725 1.634l3.714 1.394.025-.028a2.5 2.5 0 11-.726 1.9L13.792 6.24l-.024.028a2.498 2.498 0 01-3 .406L6.431 9.926a2.5 2.5 0 11-1.2-1.6l4.337-3.253a2.496 2.496 0 01.664-2.34zm-5.878 7.414a.5.5 0 10-.708.707.5.5 0 00.708-.707zm16-3a.5.5 0 10-.707.707.5.5 0 00.707-.707zm-8-3a.5.5 0 10-.707.707.5.5 0 00.707-.707z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
BarLineOutlined.displayName = 'BarLineOutlined';
|
|
18
|
+
export default BarLineOutlined;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function UnionOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M19 8a3 3 0 013 3v8a3 3 0 01-3 3h-8a3 3 0 01-3-3v-2h2v2a1 1 0 001 1h8a1 1 0 001-1v-8a1 1 0 00-1-1h-8a1 1 0 00-1 1v2H8v-2a3 3 0 013-3h8z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M13 2a3 3 0 013 3v2h-2V5a1 1 0 00-1-1H5a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1v-2h2v2a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h8z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
UnionOutlined.displayName = 'UnionOutlined';
|
|
22
|
+
export default UnionOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -19,6 +19,7 @@ export { default as AscOutlined } from './AscOutlined'
|
|
|
19
19
|
export { default as AtOutlined } from './AtOutlined'
|
|
20
20
|
export { default as BankAddFilled } from './BankAddFilled'
|
|
21
21
|
export { default as BarChartFilled } from './BarChartFilled'
|
|
22
|
+
export { default as BarLineOutlined } from './BarLineOutlined'
|
|
22
23
|
export { default as BarsOutlined } from './BarsOutlined'
|
|
23
24
|
export { default as BellOutlined } from './BellOutlined'
|
|
24
25
|
export { default as BindChainOutlined } from './BindChainOutlined'
|
|
@@ -346,6 +347,7 @@ export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined'
|
|
|
346
347
|
export { default as TwoPersonConfirm } from './TwoPersonConfirm'
|
|
347
348
|
export { default as TwoSwitchOutlined } from './TwoSwitchOutlined'
|
|
348
349
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined'
|
|
350
|
+
export { default as UnionOutlined } from './UnionOutlined'
|
|
349
351
|
export { default as UnlockFilled } from './UnlockFilled'
|
|
350
352
|
export { default as UpgradeFilled } from './UpgradeFilled'
|
|
351
353
|
export { default as UploadSendOutlined } from './UploadSendOutlined'
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.99999 14.9998H4.99999V20.9998H2.99999V14.9998ZM11 8.99981H13V20.9998H11V8.99981ZM19 11.9998H21V20.9998H19V11.9998ZM10.2324 2.73223C11.2087 1.75592 12.7913 1.75592 13.7676 2.73223C14.2216 3.1863 14.4615 3.77158 14.4932 4.36602L18.207 5.75958C18.2157 5.75067 18.2236 5.74104 18.2324 5.73223C19.2087 4.75592 20.7913 4.75592 21.7676 5.73223C22.7439 6.70854 22.7439 8.29108 21.7676 9.26739C20.7913 10.2437 19.2087 10.2437 18.2324 9.26739C17.7781 8.81306 17.5373 8.22742 17.5059 7.63262L13.792 6.23907C13.7833 6.24798 13.7764 6.25858 13.7676 6.26739C12.9545 7.0805 11.7223 7.21392 10.7685 6.67266L6.43066 9.92559C6.62234 10.7404 6.40299 11.632 5.76757 12.2674C4.79126 13.2437 3.20873 13.2437 2.23242 12.2674C1.25611 11.2911 1.25611 9.70854 2.23242 8.73223C3.0454 7.91925 4.27772 7.785 5.23144 8.32598L9.56835 5.07305C9.37715 4.25851 9.5973 3.36735 10.2324 2.73223ZM4.35351 10.1463C4.15825 9.95103 3.84174 9.95103 3.64648 10.1463C3.45122 10.3416 3.45122 10.6581 3.64648 10.8533C3.84174 11.0486 4.15825 11.0486 4.35351 10.8533C4.54877 10.6581 4.54877 10.3416 4.35351 10.1463ZM20.3535 7.1463C20.1582 6.95103 19.8417 6.95103 19.6465 7.1463C19.4512 7.34156 19.4512 7.65806 19.6465 7.85333C19.8417 8.04859 20.1582 8.04859 20.3535 7.85333C20.5488 7.65806 20.5488 7.34156 20.3535 7.1463ZM12.3535 4.1463C12.1582 3.95103 11.8417 3.95103 11.6465 4.1463C11.4512 4.34156 11.4512 4.65806 11.6465 4.85333C11.8417 5.04859 12.1582 5.04859 12.3535 4.85333C12.5488 4.65806 12.5488 4.34156 12.3535 4.1463Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19 8C20.6569 8 22 9.34315 22 11V19C22 20.6569 20.6569 22 19 22H11C9.34315 22 8 20.6569 8 19V17H10V19C10 19.5523 10.4477 20 11 20H19C19.5523 20 20 19.5523 20 19V11C20 10.4477 19.5523 10 19 10H11C10.4477 10 10 10.4477 10 11V13H8V11C8 9.34315 9.34315 8 11 8H19Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M13 2C14.6569 2 16 3.34315 16 5V7H14V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44772 4 5V13C4 13.5523 4.44772 14 5 14H13C13.5523 14 14 13.5523 14 13V11H16V13C16 14.6569 14.6569 16 13 16H5C3.34315 16 2 14.6569 2 13V5C2 3.34315 3.34315 2 5 2H13Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.99999 14.9998H4.99999V20.9998H2.99999V14.9998ZM11 8.99981H13V20.9998H11V8.99981ZM19 11.9998H21V20.9998H19V11.9998ZM10.2324 2.73223C11.2087 1.75592 12.7913 1.75592 13.7676 2.73223C14.2216 3.1863 14.4615 3.77158 14.4932 4.36602L18.207 5.75958C18.2157 5.75067 18.2236 5.74104 18.2324 5.73223C19.2087 4.75592 20.7913 4.75592 21.7676 5.73223C22.7439 6.70854 22.7439 8.29108 21.7676 9.26739C20.7913 10.2437 19.2087 10.2437 18.2324 9.26739C17.7781 8.81306 17.5373 8.22742 17.5059 7.63262L13.792 6.23907C13.7833 6.24798 13.7764 6.25858 13.7676 6.26739C12.9545 7.0805 11.7223 7.21392 10.7685 6.67266L6.43066 9.92559C6.62234 10.7404 6.40299 11.632 5.76757 12.2674C4.79126 13.2437 3.20873 13.2437 2.23242 12.2674C1.25611 11.2911 1.25611 9.70854 2.23242 8.73223C3.0454 7.91925 4.27772 7.785 5.23144 8.32598L9.56835 5.07305C9.37715 4.25851 9.5973 3.36735 10.2324 2.73223ZM4.35351 10.1463C4.15825 9.95103 3.84174 9.95103 3.64648 10.1463C3.45122 10.3416 3.45122 10.6581 3.64648 10.8533C3.84174 11.0486 4.15825 11.0486 4.35351 10.8533C4.54877 10.6581 4.54877 10.3416 4.35351 10.1463ZM20.3535 7.1463C20.1582 6.95103 19.8417 6.95103 19.6465 7.1463C19.4512 7.34156 19.4512 7.65806 19.6465 7.85333C19.8417 8.04859 20.1582 8.04859 20.3535 7.85333C20.5488 7.65806 20.5488 7.34156 20.3535 7.1463ZM12.3535 4.1463C12.1582 3.95103 11.8417 3.95103 11.6465 4.1463C11.4512 4.34156 11.4512 4.65806 11.6465 4.85333C11.8417 5.04859 12.1582 5.04859 12.3535 4.85333C12.5488 4.65806 12.5488 4.34156 12.3535 4.1463Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19 8C20.6569 8 22 9.34315 22 11V19C22 20.6569 20.6569 22 19 22H11C9.34315 22 8 20.6569 8 19V17H10V19C10 19.5523 10.4477 20 11 20H19C19.5523 20 20 19.5523 20 19V11C20 10.4477 19.5523 10 19 10H11C10.4477 10 10 10.4477 10 11V13H8V11C8 9.34315 9.34315 8 11 8H19Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M13 2C14.6569 2 16 3.34315 16 5V7H14V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44772 4 5V13C4 13.5523 4.44772 14 5 14H13C13.5523 14 14 13.5523 14 13V11H16V13C16 14.6569 14.6569 16 13 16H5C3.34315 16 2 14.6569 2 13V5C2 3.34315 3.34315 2 5 2H13Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|