a-icons 1.2.0 → 1.2.2
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/ArrowCircleOutlined.d.ts +6 -0
- package/es/ArrowCircleOutlined.js +33 -0
- package/es/BrokenHeartFilled.d.ts +6 -0
- package/es/BrokenHeartFilled.js +30 -0
- package/es/GroupFilled.js +1 -1
- package/es/TwoPeopleRectOutlined.d.ts +6 -0
- package/es/TwoPeopleRectOutlined.js +31 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/lib/ArrowCircleOutlined.d.ts +6 -0
- package/lib/ArrowCircleOutlined.js +76 -0
- package/lib/BrokenHeartFilled.d.ts +6 -0
- package/lib/BrokenHeartFilled.js +73 -0
- package/lib/GroupFilled.js +1 -1
- package/lib/TwoPeopleRectOutlined.d.ts +6 -0
- package/lib/TwoPeopleRectOutlined.js +74 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +28 -7
- package/package.json +2 -3
- package/src/ArrowCircleOutlined.tsx +20 -0
- package/src/BrokenHeartFilled.tsx +18 -0
- package/src/GroupFilled.tsx +1 -1
- package/src/TwoPeopleRectOutlined.tsx +18 -0
- package/src/index.tsx +3 -0
- package/svgs/filled/broken-heart-filled.svg +5 -0
- package/svgs/filled/group-filled.svg +2 -2
- package/svgs/outlined/arrow-circle-outlined.svg +5 -0
- package/svgs/outlined/two-people-rect-outlined.svg +5 -0
- package/tmpAllSvgs/arrow-circle-outlined.svg +5 -0
- package/tmpAllSvgs/broken-heart-filled.svg +5 -0
- package/tmpAllSvgs/group-filled.svg +2 -2
- package/tmpAllSvgs/two-people-rect-outlined.svg +5 -0
- package/LICENSE +0 -21
|
@@ -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 ArrowCircleOutlined(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
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M14.414 1.6L13.41 2.604c4.578.681 8.09 4.628 8.09 9.396a9.488 9.488 0 01-3.911 7.683l-.808.589-1.178-1.617.808-.589a7.503 7.503 0 00-2.956-13.425l.96.959L13 7.014l-2.707-2.707a1 1 0 010-1.414L13 .186 14.414 1.6zM8.397 5.345l-.808.589a7.502 7.502 0 002.956 13.425l-.96-.959L11 16.986l2.707 2.707a1 1 0 010 1.414L11 23.814 9.586 22.4l1.004-1.004C6.012 20.715 2.5 16.767 2.5 12a9.488 9.488 0 013.911-7.683l.808-.589 1.178 1.617z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
29
|
+
component: IconNode
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
ArrowCircleOutlined.displayName = 'ArrowCircleOutlined';
|
|
33
|
+
export default ArrowCircleOutlined;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 BrokenHeartFilled(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: "M14.172 10.146a1.02 1.02 0 00-1.448 0l-.724.728a2.04 2.04 0 01-2.896 0c-.8-.805-.8-2.108 0-2.912l5.765-5.798a6.627 6.627 0 016.182 1.794 6.719 6.719 0 01.348 9.085l-2.159 2.198-5.068-5.095zM2.95 3.958a6.631 6.631 0 018.201-.965L7.656 6.506a4.134 4.134 0 000 5.823 4.08 4.08 0 005.644.142l.148-.142 4.344 4.368-4.344 4.368a2.04 2.04 0 01-2.896 0l-7.603-7.644a6.717 6.717 0 010-9.463z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
26
|
+
component: IconNode
|
|
27
|
+
}));
|
|
28
|
+
}
|
|
29
|
+
BrokenHeartFilled.displayName = 'BrokenHeartFilled';
|
|
30
|
+
export default BrokenHeartFilled;
|
package/es/GroupFilled.js
CHANGED
|
@@ -21,7 +21,7 @@ function GroupFilled(componentProps) {
|
|
|
21
21
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "
|
|
24
|
+
d: "M8.914 1.636a2 2 0 00-2 2v3.398a2 2 0 002 2H11V11.5H8.222a3 3 0 00-3 3v.647H3.636a2 2 0 00-2 2v3.217a2 2 0 002 2H9.56a2 2 0 002-2v-3.217a2 2 0 00-2-2H7.222V14.5a1 1 0 011-1h7.556a1 1 0 011 1v.647h-2.337a2 2 0 00-2 2v3.217a2 2 0 002 2h5.922a2 2 0 002-2v-3.217a2 2 0 00-2-2h-1.585V14.5a3 3 0 00-3-3H13V9.034h2.086a2 2 0 002-2V3.636a2 2 0 00-2-2H8.914z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}));
|
|
27
27
|
};
|
|
@@ -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 TwoPeopleRectOutlined(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: "M17 6a1 1 0 110-2 1 1 0 010 2zm0 2a3 3 0 100-6 3 3 0 000 6zM7 3a4 4 0 00-4 4v2h2V7a2 2 0 012-2h3V3H7zm10 18a4 4 0 004-4v-2h-2v2a2 2 0 01-2 2h-3v2h3zm-9-8a1 1 0 10-2 0 1 1 0 002 0zm2 0a3 3 0 11-6 0 3 3 0 016 0zm7-2a2 2 0 00-2 2h-2a4 4 0 018 0h-2a2 2 0 00-2-2zM5 21a2 2 0 114 0h2a4 4 0 00-8 0h2z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
27
|
+
component: IconNode
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
TwoPeopleRectOutlined.displayName = 'TwoPeopleRectOutlined';
|
|
31
|
+
export default TwoPeopleRectOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { default as AddOutlined } from './AddOutlined';
|
|
|
6
6
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
7
7
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
8
8
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
9
|
+
export { default as ArrowCircleOutlined } from './ArrowCircleOutlined';
|
|
9
10
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
10
11
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
11
12
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -37,6 +38,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
37
38
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
38
39
|
export { default as BoxFilled } from './BoxFilled';
|
|
39
40
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
41
|
+
export { default as BrokenHeartFilled } from './BrokenHeartFilled';
|
|
40
42
|
export { default as BrokenLineFilled } from './BrokenLineFilled';
|
|
41
43
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
42
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
@@ -316,6 +318,7 @@ export { default as TreeFilled } from './TreeFilled';
|
|
|
316
318
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
317
319
|
export { default as TriangleArrowDownFilled } from './TriangleArrowDownFilled';
|
|
318
320
|
export { default as TwitterFilled } from './TwitterFilled';
|
|
321
|
+
export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
319
322
|
export { default as TwoPersonConfirmFilled } from './TwoPersonConfirmFilled';
|
|
320
323
|
export { default as UnbindChainFilled } from './UnbindChainFilled';
|
|
321
324
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
package/es/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export { default as AddOutlined } from './AddOutlined';
|
|
|
6
6
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
7
7
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
8
8
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
9
|
+
export { default as ArrowCircleOutlined } from './ArrowCircleOutlined';
|
|
9
10
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
10
11
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
11
12
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -37,6 +38,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
37
38
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
38
39
|
export { default as BoxFilled } from './BoxFilled';
|
|
39
40
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
41
|
+
export { default as BrokenHeartFilled } from './BrokenHeartFilled';
|
|
40
42
|
export { default as BrokenLineFilled } from './BrokenLineFilled';
|
|
41
43
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
42
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
@@ -316,6 +318,7 @@ export { default as TreeFilled } from './TreeFilled';
|
|
|
316
318
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
317
319
|
export { default as TriangleArrowDownFilled } from './TriangleArrowDownFilled';
|
|
318
320
|
export { default as TwitterFilled } from './TwitterFilled';
|
|
321
|
+
export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
319
322
|
export { default as TwoPersonConfirmFilled } from './TwoPersonConfirmFilled';
|
|
320
323
|
export { default as UnbindChainFilled } from './UnbindChainFilled';
|
|
321
324
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
|
@@ -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 ArrowCircleOutlined(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
|
+
fillRule: "evenodd",
|
|
66
|
+
clipRule: "evenodd",
|
|
67
|
+
d: "M14.414 1.6L13.41 2.604c4.578.681 8.09 4.628 8.09 9.396a9.488 9.488 0 01-3.911 7.683l-.808.589-1.178-1.617.808-.589a7.503 7.503 0 00-2.956-13.425l.96.959L13 7.014l-2.707-2.707a1 1 0 010-1.414L13 .186 14.414 1.6zM8.397 5.345l-.808.589a7.502 7.502 0 002.956 13.425l-.96-.959L11 16.986l2.707 2.707a1 1 0 010 1.414L11 23.814 9.586 22.4l1.004-1.004C6.012 20.715 2.5 16.767 2.5 12a9.488 9.488 0 013.911-7.683l.808-.589 1.178 1.617z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}));
|
|
70
|
+
};
|
|
71
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
72
|
+
component: IconNode
|
|
73
|
+
}));
|
|
74
|
+
}
|
|
75
|
+
ArrowCircleOutlined.displayName = 'ArrowCircleOutlined';
|
|
76
|
+
exports["default"] = ArrowCircleOutlined;
|
|
@@ -0,0 +1,73 @@
|
|
|
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 BrokenHeartFilled(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: "M14.172 10.146a1.02 1.02 0 00-1.448 0l-.724.728a2.04 2.04 0 01-2.896 0c-.8-.805-.8-2.108 0-2.912l5.765-5.798a6.627 6.627 0 016.182 1.794 6.719 6.719 0 01.348 9.085l-2.159 2.198-5.068-5.095zM2.95 3.958a6.631 6.631 0 018.201-.965L7.656 6.506a4.134 4.134 0 000 5.823 4.08 4.08 0 005.644.142l.148-.142 4.344 4.368-4.344 4.368a2.04 2.04 0 01-2.896 0l-7.603-7.644a6.717 6.717 0 010-9.463z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}));
|
|
67
|
+
};
|
|
68
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
69
|
+
component: IconNode
|
|
70
|
+
}));
|
|
71
|
+
}
|
|
72
|
+
BrokenHeartFilled.displayName = 'BrokenHeartFilled';
|
|
73
|
+
exports["default"] = BrokenHeartFilled;
|
package/lib/GroupFilled.js
CHANGED
|
@@ -64,7 +64,7 @@ function GroupFilled(componentProps) {
|
|
|
64
64
|
}, props), React.createElement("path", {
|
|
65
65
|
fillRule: "evenodd",
|
|
66
66
|
clipRule: "evenodd",
|
|
67
|
-
d: "
|
|
67
|
+
d: "M8.914 1.636a2 2 0 00-2 2v3.398a2 2 0 002 2H11V11.5H8.222a3 3 0 00-3 3v.647H3.636a2 2 0 00-2 2v3.217a2 2 0 002 2H9.56a2 2 0 002-2v-3.217a2 2 0 00-2-2H7.222V14.5a1 1 0 011-1h7.556a1 1 0 011 1v.647h-2.337a2 2 0 00-2 2v3.217a2 2 0 002 2h5.922a2 2 0 002-2v-3.217a2 2 0 00-2-2h-1.585V14.5a3 3 0 00-3-3H13V9.034h2.086a2 2 0 002-2V3.636a2 2 0 00-2-2H8.914z",
|
|
68
68
|
fill: "currentColor"
|
|
69
69
|
}));
|
|
70
70
|
};
|
|
@@ -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 TwoPeopleRectOutlined(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: "M17 6a1 1 0 110-2 1 1 0 010 2zm0 2a3 3 0 100-6 3 3 0 000 6zM7 3a4 4 0 00-4 4v2h2V7a2 2 0 012-2h3V3H7zm10 18a4 4 0 004-4v-2h-2v2a2 2 0 01-2 2h-3v2h3zm-9-8a1 1 0 10-2 0 1 1 0 002 0zm2 0a3 3 0 11-6 0 3 3 0 016 0zm7-2a2 2 0 00-2 2h-2a4 4 0 018 0h-2a2 2 0 00-2-2zM5 21a2 2 0 114 0h2a4 4 0 00-8 0h2z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}));
|
|
68
|
+
};
|
|
69
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
70
|
+
component: IconNode
|
|
71
|
+
}));
|
|
72
|
+
}
|
|
73
|
+
TwoPeopleRectOutlined.displayName = 'TwoPeopleRectOutlined';
|
|
74
|
+
exports["default"] = TwoPeopleRectOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { default as AddOutlined } from './AddOutlined';
|
|
|
6
6
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
7
7
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
8
8
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
9
|
+
export { default as ArrowCircleOutlined } from './ArrowCircleOutlined';
|
|
9
10
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
10
11
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
11
12
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -37,6 +38,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
37
38
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
38
39
|
export { default as BoxFilled } from './BoxFilled';
|
|
39
40
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
41
|
+
export { default as BrokenHeartFilled } from './BrokenHeartFilled';
|
|
40
42
|
export { default as BrokenLineFilled } from './BrokenLineFilled';
|
|
41
43
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
42
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
@@ -316,6 +318,7 @@ export { default as TreeFilled } from './TreeFilled';
|
|
|
316
318
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
317
319
|
export { default as TriangleArrowDownFilled } from './TriangleArrowDownFilled';
|
|
318
320
|
export { default as TwitterFilled } from './TwitterFilled';
|
|
321
|
+
export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
319
322
|
export { default as TwoPersonConfirmFilled } from './TwoPersonConfirmFilled';
|
|
320
323
|
export { default as UnbindChainFilled } from './UnbindChainFilled';
|
|
321
324
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
package/lib/index.js
CHANGED
|
@@ -8,13 +8,13 @@ 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.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = void 0;
|
|
11
|
+
exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = 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.BindChainFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
|
|
12
|
+
exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = void 0;
|
|
13
|
+
exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = void 0;
|
|
14
|
+
exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = void 0;
|
|
15
|
+
exports.PlusBoldSquareFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = 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.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = void 0;
|
|
16
|
+
exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = 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.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = void 0;
|
|
17
|
+
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = void 0;
|
|
18
18
|
var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
|
|
19
19
|
Object.defineProperty(exports, "DailyFinanceFilled", {
|
|
20
20
|
enumerable: true,
|
|
@@ -71,6 +71,13 @@ Object.defineProperty(exports, "AppstoreOutlined", {
|
|
|
71
71
|
return __importDefault(AppstoreOutlined_1)["default"];
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
|
+
var ArrowCircleOutlined_1 = require("./ArrowCircleOutlined");
|
|
75
|
+
Object.defineProperty(exports, "ArrowCircleOutlined", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function get() {
|
|
78
|
+
return __importDefault(ArrowCircleOutlined_1)["default"];
|
|
79
|
+
}
|
|
80
|
+
});
|
|
74
81
|
var ArrowDownFilled_1 = require("./ArrowDownFilled");
|
|
75
82
|
Object.defineProperty(exports, "ArrowDownFilled", {
|
|
76
83
|
enumerable: true,
|
|
@@ -288,6 +295,13 @@ Object.defineProperty(exports, "BoxOutlined", {
|
|
|
288
295
|
return __importDefault(BoxOutlined_1)["default"];
|
|
289
296
|
}
|
|
290
297
|
});
|
|
298
|
+
var BrokenHeartFilled_1 = require("./BrokenHeartFilled");
|
|
299
|
+
Object.defineProperty(exports, "BrokenHeartFilled", {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function get() {
|
|
302
|
+
return __importDefault(BrokenHeartFilled_1)["default"];
|
|
303
|
+
}
|
|
304
|
+
});
|
|
291
305
|
var BrokenLineFilled_1 = require("./BrokenLineFilled");
|
|
292
306
|
Object.defineProperty(exports, "BrokenLineFilled", {
|
|
293
307
|
enumerable: true,
|
|
@@ -2241,6 +2255,13 @@ Object.defineProperty(exports, "TwitterFilled", {
|
|
|
2241
2255
|
return __importDefault(TwitterFilled_1)["default"];
|
|
2242
2256
|
}
|
|
2243
2257
|
});
|
|
2258
|
+
var TwoPeopleRectOutlined_1 = require("./TwoPeopleRectOutlined");
|
|
2259
|
+
Object.defineProperty(exports, "TwoPeopleRectOutlined", {
|
|
2260
|
+
enumerable: true,
|
|
2261
|
+
get: function get() {
|
|
2262
|
+
return __importDefault(TwoPeopleRectOutlined_1)["default"];
|
|
2263
|
+
}
|
|
2264
|
+
});
|
|
2244
2265
|
var TwoPersonConfirmFilled_1 = require("./TwoPersonConfirmFilled");
|
|
2245
2266
|
Object.defineProperty(exports, "TwoPersonConfirmFilled", {
|
|
2246
2267
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -21,6 +21,5 @@
|
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
|
-
}
|
|
25
|
-
"gitHead": "78a5aa43c547fbd4d3668783567716350e954fd5"
|
|
24
|
+
}
|
|
26
25
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function ArrowCircleOutlined(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
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M14.414 1.6L13.41 2.604c4.578.681 8.09 4.628 8.09 9.396a9.488 9.488 0 01-3.911 7.683l-.808.589-1.178-1.617.808-.589a7.503 7.503 0 00-2.956-13.425l.96.959L13 7.014l-2.707-2.707a1 1 0 010-1.414L13 .186 14.414 1.6zM8.397 5.345l-.808.589a7.502 7.502 0 002.956 13.425l-.96-.959L11 16.986l2.707 2.707a1 1 0 010 1.414L11 23.814 9.586 22.4l1.004-1.004C6.012 20.715 2.5 16.767 2.5 12a9.488 9.488 0 013.911-7.683l.808-.589 1.178 1.617z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
ArrowCircleOutlined.displayName = 'ArrowCircleOutlined';
|
|
20
|
+
export default ArrowCircleOutlined;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function BrokenHeartFilled(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="M14.172 10.146a1.02 1.02 0 00-1.448 0l-.724.728a2.04 2.04 0 01-2.896 0c-.8-.805-.8-2.108 0-2.912l5.765-5.798a6.627 6.627 0 016.182 1.794 6.719 6.719 0 01.348 9.085l-2.159 2.198-5.068-5.095zM2.95 3.958a6.631 6.631 0 018.201-.965L7.656 6.506a4.134 4.134 0 000 5.823 4.08 4.08 0 005.644.142l.148-.142 4.344 4.368-4.344 4.368a2.04 2.04 0 01-2.896 0l-7.603-7.644a6.717 6.717 0 010-9.463z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
BrokenHeartFilled.displayName = 'BrokenHeartFilled';
|
|
18
|
+
export default BrokenHeartFilled;
|
package/src/GroupFilled.tsx
CHANGED
|
@@ -7,7 +7,7 @@ function GroupFilled(componentProps: IconProps) {
|
|
|
7
7
|
<path
|
|
8
8
|
fillRule="evenodd"
|
|
9
9
|
clipRule="evenodd"
|
|
10
|
-
d="
|
|
10
|
+
d="M8.914 1.636a2 2 0 00-2 2v3.398a2 2 0 002 2H11V11.5H8.222a3 3 0 00-3 3v.647H3.636a2 2 0 00-2 2v3.217a2 2 0 002 2H9.56a2 2 0 002-2v-3.217a2 2 0 00-2-2H7.222V14.5a1 1 0 011-1h7.556a1 1 0 011 1v.647h-2.337a2 2 0 00-2 2v3.217a2 2 0 002 2h5.922a2 2 0 002-2v-3.217a2 2 0 00-2-2h-1.585V14.5a3 3 0 00-3-3H13V9.034h2.086a2 2 0 002-2V3.636a2 2 0 00-2-2H8.914z"
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function TwoPeopleRectOutlined(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="M17 6a1 1 0 110-2 1 1 0 010 2zm0 2a3 3 0 100-6 3 3 0 000 6zM7 3a4 4 0 00-4 4v2h2V7a2 2 0 012-2h3V3H7zm10 18a4 4 0 004-4v-2h-2v2a2 2 0 01-2 2h-3v2h3zm-9-8a1 1 0 10-2 0 1 1 0 002 0zm2 0a3 3 0 11-6 0 3 3 0 016 0zm7-2a2 2 0 00-2 2h-2a4 4 0 018 0h-2a2 2 0 00-2-2zM5 21a2 2 0 114 0h2a4 4 0 00-8 0h2z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
TwoPeopleRectOutlined.displayName = 'TwoPeopleRectOutlined';
|
|
18
|
+
export default TwoPeopleRectOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -6,6 +6,7 @@ export { default as AddOutlined } from './AddOutlined';
|
|
|
6
6
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
7
7
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
8
8
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
9
|
+
export { default as ArrowCircleOutlined } from './ArrowCircleOutlined';
|
|
9
10
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
10
11
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
11
12
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -37,6 +38,7 @@ export { default as BookOutlined } from './BookOutlined';
|
|
|
37
38
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
38
39
|
export { default as BoxFilled } from './BoxFilled';
|
|
39
40
|
export { default as BoxOutlined } from './BoxOutlined';
|
|
41
|
+
export { default as BrokenHeartFilled } from './BrokenHeartFilled';
|
|
40
42
|
export { default as BrokenLineFilled } from './BrokenLineFilled';
|
|
41
43
|
export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
42
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
@@ -316,6 +318,7 @@ export { default as TreeFilled } from './TreeFilled';
|
|
|
316
318
|
export { default as TreeOutlined } from './TreeOutlined';
|
|
317
319
|
export { default as TriangleArrowDownFilled } from './TriangleArrowDownFilled';
|
|
318
320
|
export { default as TwitterFilled } from './TwitterFilled';
|
|
321
|
+
export { default as TwoPeopleRectOutlined } from './TwoPeopleRectOutlined';
|
|
319
322
|
export { default as TwoPersonConfirmFilled } from './TwoPersonConfirmFilled';
|
|
320
323
|
export { default as UnbindChainFilled } from './UnbindChainFilled';
|
|
321
324
|
export { default as UnbindChainOutlined } from './UnbindChainOutlined';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.1722 10.1457C13.7723 9.74355 13.1239 9.74355 12.7241 10.1457L12 10.8736C11.2002 11.6776 9.90357 11.6776 9.10381 10.8736C8.30405 10.0695 8.30405 8.76583 9.10381 7.96175L14.8694 2.16353C17.0237 1.67354 19.3733 2.27169 21.0506 3.95799C23.5279 6.44869 23.6441 10.4144 21.3991 13.0434L19.2404 15.2413L14.1722 10.1457ZM2.94941 3.95799C5.17487 1.72052 8.58423 1.39877 11.1501 2.99276L7.65571 6.50584C6.0562 8.114 6.0562 10.7214 7.65571 12.3295C9.20677 13.8889 11.6923 13.9361 13.2999 12.4713L13.4481 12.3295L17.7923 16.6972L13.4481 21.065C12.6483 21.8691 11.3517 21.8691 10.552 21.065L2.94941 13.4214C0.350195 10.8081 0.350195 6.57124 2.94941 3.95799Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="
|
|
3
|
+
d="M8.91382 1.63635C7.80925 1.63635 6.91382 2.53178 6.91382 3.63635V7.03424C6.91382 8.13881 7.80925 9.03424 8.91382 9.03424H11V11.5H8.22168C6.56483 11.5 5.22168 12.8431 5.22168 14.5V15.1472H3.63623C2.53166 15.1472 1.63623 16.0426 1.63623 17.1472V20.3636C1.63623 21.4682 2.53166 22.3636 3.63623 22.3636H9.5588C10.6634 22.3636 11.5588 21.4682 11.5588 20.3636V17.1472C11.5588 16.0426 10.6634 15.1472 9.5588 15.1472H7.22168V14.5C7.22168 13.9477 7.66939 13.5 8.22168 13.5H15.7781C16.3304 13.5 16.7781 13.9477 16.7781 14.5V15.1472H14.4409C13.3363 15.1472 12.4409 16.0426 12.4409 17.1472V20.3636C12.4409 21.4682 13.3363 22.3636 14.4409 22.3636H20.3635C21.4681 22.3636 22.3635 21.4682 22.3635 20.3636V17.1472C22.3635 16.0426 21.4681 15.1472 20.3635 15.1472H18.7781V14.5C18.7781 12.8431 17.4349 11.5 15.7781 11.5H13V9.03424H15.0859C16.1905 9.03424 17.0859 8.13881 17.0859 7.03424V3.63635C17.0859 2.53178 16.1905 1.63635 15.0859 1.63635H8.91382Z"
|
|
4
4
|
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M14.4142 1.6L13.4103 2.60396C17.9882 3.28523 21.5 7.2325 21.5 12C21.5 15.1587 19.9574 17.9572 17.5889 19.6828L16.7806 20.2717L15.6029 18.6552L16.4111 18.0664C18.2853 16.701 19.5 14.4924 19.5 12C19.5 8.35579 16.9009 5.31864 13.4553 4.6411L14.4142 5.6L13 7.01422L10.2929 4.30711C9.90237 3.91659 9.90237 3.28342 10.2929 2.8929L13 0.185791L14.4142 1.6ZM8.39709 5.34479L7.58886 5.93364C5.71475 7.29905 4.5 9.50762 4.5 12C4.5 15.6442 7.09909 18.6814 10.5447 19.3589L9.58579 18.4L11 16.9858L13.7071 19.6929C14.0976 20.0834 14.0976 20.7166 13.7071 21.1071L11 23.8142L9.58579 22.4L10.5897 21.396C6.01184 20.7148 2.5 16.7675 2.5 12C2.5 8.84132 4.04258 6.04282 6.41114 4.31716L7.21938 3.72831L8.39709 5.34479Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</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="M17 6C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4C17.5523 4 18 4.44772 18 5C18 5.55228 17.5523 6 17 6ZM17 8C18.6569 8 20 6.65685 20 5C20 3.34315 18.6569 2 17 2C15.3431 2 14 3.34315 14 5C14 6.65685 15.3431 8 17 8ZM7 3C4.79086 3 3 4.79086 3 7V9H5V7C5 5.89543 5.89543 5 7 5H10V3H7ZM17 21C19.2091 21 21 19.2091 21 17V15H19V17C19 18.1046 18.1046 19 17 19H14V21H17ZM8 13C8 12.4477 7.55228 12 7 12C6.44772 12 6 12.4477 6 13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13ZM10 13C10 14.6569 8.65685 16 7 16C5.34315 16 4 14.6569 4 13C4 11.3431 5.34315 10 7 10C8.65685 10 10 11.3431 10 13ZM17 11C15.8954 11 15 11.8954 15 13H13C13 10.7909 14.7909 9 17 9C19.2091 9 21 10.7909 21 13H19C19 11.8954 18.1046 11 17 11ZM5 21C5 19.8954 5.89543 19 7 19C8.10457 19 9 19.8954 9 21H11C11 18.7909 9.20914 17 7 17C4.79086 17 3 18.7909 3 21H5Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M14.4142 1.6L13.4103 2.60396C17.9882 3.28523 21.5 7.2325 21.5 12C21.5 15.1587 19.9574 17.9572 17.5889 19.6828L16.7806 20.2717L15.6029 18.6552L16.4111 18.0664C18.2853 16.701 19.5 14.4924 19.5 12C19.5 8.35579 16.9009 5.31864 13.4553 4.6411L14.4142 5.6L13 7.01422L10.2929 4.30711C9.90237 3.91659 9.90237 3.28342 10.2929 2.8929L13 0.185791L14.4142 1.6ZM8.39709 5.34479L7.58886 5.93364C5.71475 7.29905 4.5 9.50762 4.5 12C4.5 15.6442 7.09909 18.6814 10.5447 19.3589L9.58579 18.4L11 16.9858L13.7071 19.6929C14.0976 20.0834 14.0976 20.7166 13.7071 21.1071L11 23.8142L9.58579 22.4L10.5897 21.396C6.01184 20.7148 2.5 16.7675 2.5 12C2.5 8.84132 4.04258 6.04282 6.41114 4.31716L7.21938 3.72831L8.39709 5.34479Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.1722 10.1457C13.7723 9.74355 13.1239 9.74355 12.7241 10.1457L12 10.8736C11.2002 11.6776 9.90357 11.6776 9.10381 10.8736C8.30405 10.0695 8.30405 8.76583 9.10381 7.96175L14.8694 2.16353C17.0237 1.67354 19.3733 2.27169 21.0506 3.95799C23.5279 6.44869 23.6441 10.4144 21.3991 13.0434L19.2404 15.2413L14.1722 10.1457ZM2.94941 3.95799C5.17487 1.72052 8.58423 1.39877 11.1501 2.99276L7.65571 6.50584C6.0562 8.114 6.0562 10.7214 7.65571 12.3295C9.20677 13.8889 11.6923 13.9361 13.2999 12.4713L13.4481 12.3295L17.7923 16.6972L13.4481 21.065C12.6483 21.8691 11.3517 21.8691 10.552 21.065L2.94941 13.4214C0.350195 10.8081 0.350195 6.57124 2.94941 3.95799Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="
|
|
3
|
+
d="M8.91382 1.63635C7.80925 1.63635 6.91382 2.53178 6.91382 3.63635V7.03424C6.91382 8.13881 7.80925 9.03424 8.91382 9.03424H11V11.5H8.22168C6.56483 11.5 5.22168 12.8431 5.22168 14.5V15.1472H3.63623C2.53166 15.1472 1.63623 16.0426 1.63623 17.1472V20.3636C1.63623 21.4682 2.53166 22.3636 3.63623 22.3636H9.5588C10.6634 22.3636 11.5588 21.4682 11.5588 20.3636V17.1472C11.5588 16.0426 10.6634 15.1472 9.5588 15.1472H7.22168V14.5C7.22168 13.9477 7.66939 13.5 8.22168 13.5H15.7781C16.3304 13.5 16.7781 13.9477 16.7781 14.5V15.1472H14.4409C13.3363 15.1472 12.4409 16.0426 12.4409 17.1472V20.3636C12.4409 21.4682 13.3363 22.3636 14.4409 22.3636H20.3635C21.4681 22.3636 22.3635 21.4682 22.3635 20.3636V17.1472C22.3635 16.0426 21.4681 15.1472 20.3635 15.1472H18.7781V14.5C18.7781 12.8431 17.4349 11.5 15.7781 11.5H13V9.03424H15.0859C16.1905 9.03424 17.0859 8.13881 17.0859 7.03424V3.63635C17.0859 2.53178 16.1905 1.63635 15.0859 1.63635H8.91382Z"
|
|
4
4
|
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
5
|
+
</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="M17 6C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4C17.5523 4 18 4.44772 18 5C18 5.55228 17.5523 6 17 6ZM17 8C18.6569 8 20 6.65685 20 5C20 3.34315 18.6569 2 17 2C15.3431 2 14 3.34315 14 5C14 6.65685 15.3431 8 17 8ZM7 3C4.79086 3 3 4.79086 3 7V9H5V7C5 5.89543 5.89543 5 7 5H10V3H7ZM17 21C19.2091 21 21 19.2091 21 17V15H19V17C19 18.1046 18.1046 19 17 19H14V21H17ZM8 13C8 12.4477 7.55228 12 7 12C6.44772 12 6 12.4477 6 13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13ZM10 13C10 14.6569 8.65685 16 7 16C5.34315 16 4 14.6569 4 13C4 11.3431 5.34315 10 7 10C8.65685 10 10 11.3431 10 13ZM17 11C15.8954 11 15 11.8954 15 13H13C13 10.7909 14.7909 9 17 9C19.2091 9 21 10.7909 21 13H19C19 11.8954 18.1046 11 17 11ZM5 21C5 19.8954 5.89543 19 7 19C8.10457 19 9 19.8954 9 21H11C11 18.7909 9.20914 17 7 17C4.79086 17 3 18.7909 3 21H5Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
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.
|