a-icons 1.0.53 → 1.0.54
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/CoinOverlapFilled.d.ts +6 -0
- package/es/CoinOverlapFilled.js +50 -0
- package/es/PeopleCloseFilled.d.ts +6 -0
- package/es/PeopleCloseFilled.js +43 -0
- package/es/PeopleConfirmFilled.d.ts +6 -0
- package/es/PeopleConfirmFilled.js +48 -0
- package/es/PeopleEllipsisFilled.d.ts +6 -0
- package/es/PeopleEllipsisFilled.js +48 -0
- package/es/PeopleQuestionFilled.d.ts +6 -0
- package/es/PeopleQuestionFilled.js +48 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -0
- package/lib/CoinOverlapFilled.d.ts +6 -0
- package/lib/CoinOverlapFilled.js +97 -0
- package/lib/PeopleCloseFilled.d.ts +6 -0
- package/lib/PeopleCloseFilled.js +90 -0
- package/lib/PeopleConfirmFilled.d.ts +6 -0
- package/lib/PeopleConfirmFilled.js +95 -0
- package/lib/PeopleEllipsisFilled.d.ts +6 -0
- package/lib/PeopleEllipsisFilled.js +95 -0
- package/lib/PeopleQuestionFilled.d.ts +6 -0
- package/lib/PeopleQuestionFilled.js +95 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +45 -0
- package/package.json +2 -2
- package/src/CoinOverlapFilled.tsx +24 -0
- package/src/PeopleCloseFilled.tsx +24 -0
- package/src/PeopleConfirmFilled.tsx +30 -0
- package/src/PeopleEllipsisFilled.tsx +30 -0
- package/src/PeopleQuestionFilled.tsx +30 -0
- package/src/index.tsx +5 -0
- package/svgs/filled/coin-overlap-filled.svg +12 -0
- package/svgs/filled/people-close-filled.svg +5 -0
- package/svgs/filled/people-confirm-filled.svg +5 -0
- package/svgs/filled/people-ellipsis-filled.svg +5 -0
- package/svgs/filled/people-question-filled.svg +5 -0
- package/tmpAllSvgs/coin-overlap-filled.svg +12 -0
- package/tmpAllSvgs/people-close-filled.svg +5 -0
- package/tmpAllSvgs/people-confirm-filled.svg +5 -0
- package/tmpAllSvgs/people-ellipsis-filled.svg +5 -0
- package/tmpAllSvgs/people-question-filled.svg +5 -0
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function CoinOverlapFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
27
|
+
clipPath: "url(#coin-overlap-filled_svg__clip0_2038_3184)",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M2.4 6.764c0 2.444 4.276 4.364 9.6 4.364s9.6-2.008 9.6-4.364C21.6 4.32 17.324 2.4 12 2.4S2.4 4.408 2.4 6.764z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M12 13.134c-4.102 0-7.505-1.134-8.99-2.792-.435.61-.61 1.047-.61 1.57 0 2.357 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.363c0-.611-.262-1.048-.61-1.571-1.484 1.57-4.888 2.792-8.99 2.792z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M3.01 15.578c-.435.437-.61 1.047-.61 1.571 0 2.356 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.364c0-.61-.262-1.047-.61-1.57-1.484 1.57-4.888 2.792-8.99 2.792-4.19 0-7.505-1.135-8.99-2.793z"
|
|
35
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
36
|
+
id: "coin-overlap-filled_svg__clip0_2038_3184"
|
|
37
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#fff",
|
|
39
|
+
transform: "translate(2.4 2.4)",
|
|
40
|
+
d: "M0 0h19.2v19.2H0z"
|
|
41
|
+
}))));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
45
|
+
component: IconNode
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
CoinOverlapFilled.displayName = 'CoinOverlapFilled';
|
|
50
|
+
export default CoinOverlapFilled;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function PeopleCloseFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985zM22.338 17.816a4.985 4.985 0 11-9.969 0 4.985 4.985 0 019.97 0zm-4.984.706l-2.139 2.14-.707-.708 2.139-2.139-2.139-2.139.707-.707 2.139 2.14 2.139-2.14.707.708-2.14 2.138 2.14 2.139-.707.707-2.14-2.139z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
38
|
+
component: IconNode
|
|
39
|
+
}));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
PeopleCloseFilled.displayName = 'PeopleCloseFilled';
|
|
43
|
+
export default PeopleCloseFilled;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function PeopleConfirmFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M10.781 11.17h-.997a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.988z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M12.959 12.83H5.886a3.28 3.28 0 00-3.16 2.702l-.24 1.136a3.38 3.38 0 003.17 4.138h5.76a6.619 6.619 0 01-.708-2.99 6.63 6.63 0 012.25-4.986z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.97 4.985 4.985 0 000 9.97zm-.31-2.093l3.75-4.8-.788-.616-3.39 4.34-1.851-1.974-.73.684 2.25 2.4.4.426.36-.46z",
|
|
38
|
+
fill: "currentColor"
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
43
|
+
component: IconNode
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
PeopleConfirmFilled.displayName = 'PeopleConfirmFilled';
|
|
48
|
+
export default PeopleConfirmFilled;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function PeopleEllipsisFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm2.492-4.154a.83.83 0 100-1.661.83.83 0 000 1.661zm-4.154-.83a.83.83 0 11-1.661 0 .83.83 0 011.661 0zm1.662.83a.83.83 0 100-1.661.83.83 0 000 1.661z",
|
|
38
|
+
fill: "currentColor"
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
43
|
+
component: IconNode
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
PeopleEllipsisFilled.displayName = 'PeopleEllipsisFilled';
|
|
48
|
+
export default PeopleEllipsisFilled;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function PeopleQuestionFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.762a6.619 6.619 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm-1.678-7.68c.429-.419 1.007-.628 1.745-.628.648 0 1.176.17 1.575.528.398.349.598.827.598 1.436 0 .498-.13.907-.37 1.226-.089.1-.378.369-.856.787-.18.15-.31.32-.4.499-.099.2-.149.409-.149.648v.14h-1.146v-.14c0-.379.06-.708.2-.977.129-.27.518-.688 1.166-1.266l.12-.14c.179-.22.268-.458.268-.708 0-.329-.1-.588-.279-.777-.19-.19-.458-.28-.797-.28-.439 0-.748.13-.937.41-.17.229-.25.558-.25.976h-1.136c0-.737.21-1.316.648-1.734zm1.017 5.333c.15-.14.329-.21.548-.21.22 0 .409.07.558.21.14.14.22.32.22.539 0 .219-.08.408-.23.548a.768.768 0 01-.548.21.777.777 0 01-.548-.22.7.7 0 01-.22-.538.7.7 0 01.22-.539z",
|
|
38
|
+
fill: "currentColor"
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
43
|
+
component: IconNode
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
PeopleQuestionFilled.displayName = 'PeopleQuestionFilled';
|
|
48
|
+
export default PeopleQuestionFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export { default as CloseFilled } from './CloseFilled';
|
|
|
39
39
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
40
40
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
41
41
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
42
|
+
export { default as CoinOverlapFilled } from './CoinOverlapFilled';
|
|
42
43
|
export { default as CoinsFilled } from './CoinsFilled';
|
|
43
44
|
export { default as CoinsOutlined } from './CoinsOutlined';
|
|
44
45
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
@@ -102,10 +103,14 @@ export { default as OpenMailFilled } from './OpenMailFilled';
|
|
|
102
103
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
103
104
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
104
105
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
106
|
+
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
107
|
+
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
108
|
+
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
105
109
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
106
110
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
107
111
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
108
112
|
export { default as PeopleOutlined } from './PeopleOutlined';
|
|
113
|
+
export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
|
|
109
114
|
export { default as PeopleSettingFilled } from './PeopleSettingFilled';
|
|
110
115
|
export { default as PeopleTeamFilled } from './PeopleTeamFilled';
|
|
111
116
|
export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
|
package/es/index.js
CHANGED
|
@@ -39,6 +39,7 @@ export { default as CloseFilled } from './CloseFilled';
|
|
|
39
39
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
40
40
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
41
41
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
42
|
+
export { default as CoinOverlapFilled } from './CoinOverlapFilled';
|
|
42
43
|
export { default as CoinsFilled } from './CoinsFilled';
|
|
43
44
|
export { default as CoinsOutlined } from './CoinsOutlined';
|
|
44
45
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
@@ -102,10 +103,14 @@ export { default as OpenMailFilled } from './OpenMailFilled';
|
|
|
102
103
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
103
104
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
104
105
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
106
|
+
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
107
|
+
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
108
|
+
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
105
109
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
106
110
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
107
111
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
108
112
|
export { default as PeopleOutlined } from './PeopleOutlined';
|
|
113
|
+
export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
|
|
109
114
|
export { default as PeopleSettingFilled } from './PeopleSettingFilled';
|
|
110
115
|
export { default as PeopleTeamFilled } from './PeopleTeamFilled';
|
|
111
116
|
export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
|
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function get() {
|
|
24
|
+
return m[k];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
+
Object.defineProperty(o, "default", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
value: v
|
|
36
|
+
});
|
|
37
|
+
} : function (o, v) {
|
|
38
|
+
o["default"] = v;
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
+
if (mod && mod.__esModule) return mod;
|
|
43
|
+
var result = {};
|
|
44
|
+
if (mod != null) for (var k in mod) {
|
|
45
|
+
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
+
return mod && mod.__esModule ? mod : {
|
|
55
|
+
"default": mod
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
Object.defineProperty(exports, "__esModule", {
|
|
60
|
+
value: true
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
var React = __importStar(require("react"));
|
|
64
|
+
|
|
65
|
+
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
+
|
|
67
|
+
function CoinOverlapFilled(componentProps) {
|
|
68
|
+
var IconNode = function IconNode(props) {
|
|
69
|
+
return React.createElement("svg", __assign({
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
}, props), React.createElement("g", {
|
|
74
|
+
clipPath: "url(#coin-overlap-filled_svg__clip0_2038_3184)",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}, React.createElement("path", {
|
|
77
|
+
d: "M2.4 6.764c0 2.444 4.276 4.364 9.6 4.364s9.6-2.008 9.6-4.364C21.6 4.32 17.324 2.4 12 2.4S2.4 4.408 2.4 6.764z"
|
|
78
|
+
}), React.createElement("path", {
|
|
79
|
+
d: "M12 13.134c-4.102 0-7.505-1.134-8.99-2.792-.435.61-.61 1.047-.61 1.57 0 2.357 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.363c0-.611-.262-1.048-.61-1.571-1.484 1.57-4.888 2.792-8.99 2.792z"
|
|
80
|
+
}), React.createElement("path", {
|
|
81
|
+
d: "M3.01 15.578c-.435.437-.61 1.047-.61 1.571 0 2.356 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.364c0-.61-.262-1.047-.61-1.57-1.484 1.57-4.888 2.792-8.99 2.792-4.19 0-7.505-1.135-8.99-2.793z"
|
|
82
|
+
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
83
|
+
id: "coin-overlap-filled_svg__clip0_2038_3184"
|
|
84
|
+
}, React.createElement("path", {
|
|
85
|
+
fill: "#fff",
|
|
86
|
+
transform: "translate(2.4 2.4)",
|
|
87
|
+
d: "M0 0h19.2v19.2H0z"
|
|
88
|
+
}))));
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
92
|
+
component: IconNode
|
|
93
|
+
}));
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
CoinOverlapFilled.displayName = 'CoinOverlapFilled';
|
|
97
|
+
exports["default"] = CoinOverlapFilled;
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function get() {
|
|
24
|
+
return m[k];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
+
Object.defineProperty(o, "default", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
value: v
|
|
36
|
+
});
|
|
37
|
+
} : function (o, v) {
|
|
38
|
+
o["default"] = v;
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
+
if (mod && mod.__esModule) return mod;
|
|
43
|
+
var result = {};
|
|
44
|
+
if (mod != null) for (var k in mod) {
|
|
45
|
+
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
+
return mod && mod.__esModule ? mod : {
|
|
55
|
+
"default": mod
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
Object.defineProperty(exports, "__esModule", {
|
|
60
|
+
value: true
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
var React = __importStar(require("react"));
|
|
64
|
+
|
|
65
|
+
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
+
|
|
67
|
+
function PeopleCloseFilled(componentProps) {
|
|
68
|
+
var IconNode = function IconNode(props) {
|
|
69
|
+
return React.createElement("svg", __assign({
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
}, props), React.createElement("path", {
|
|
74
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985zM22.338 17.816a4.985 4.985 0 11-9.969 0 4.985 4.985 0 019.97 0zm-4.984.706l-2.139 2.14-.707-.708 2.139-2.139-2.139-2.139.707-.707 2.139 2.14 2.139-2.14.707.708-2.14 2.138 2.14 2.139-.707.707-2.14-2.139z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}));
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
85
|
+
component: IconNode
|
|
86
|
+
}));
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
PeopleCloseFilled.displayName = 'PeopleCloseFilled';
|
|
90
|
+
exports["default"] = PeopleCloseFilled;
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function get() {
|
|
24
|
+
return m[k];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
+
Object.defineProperty(o, "default", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
value: v
|
|
36
|
+
});
|
|
37
|
+
} : function (o, v) {
|
|
38
|
+
o["default"] = v;
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
+
if (mod && mod.__esModule) return mod;
|
|
43
|
+
var result = {};
|
|
44
|
+
if (mod != null) for (var k in mod) {
|
|
45
|
+
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
+
return mod && mod.__esModule ? mod : {
|
|
55
|
+
"default": mod
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
Object.defineProperty(exports, "__esModule", {
|
|
60
|
+
value: true
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
var React = __importStar(require("react"));
|
|
64
|
+
|
|
65
|
+
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
+
|
|
67
|
+
function PeopleConfirmFilled(componentProps) {
|
|
68
|
+
var IconNode = function IconNode(props) {
|
|
69
|
+
return React.createElement("svg", __assign({
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
}, props), React.createElement("path", {
|
|
74
|
+
d: "M10.781 11.17h-.997a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.988z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M12.959 12.83H5.886a3.28 3.28 0 00-3.16 2.702l-.24 1.136a3.38 3.38 0 003.17 4.138h5.76a6.619 6.619 0 01-.708-2.99 6.63 6.63 0 012.25-4.986z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}), React.createElement("path", {
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
clipRule: "evenodd",
|
|
84
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.97 4.985 4.985 0 000 9.97zm-.31-2.093l3.75-4.8-.788-.616-3.39 4.34-1.851-1.974-.73.684 2.25 2.4.4.426.36-.46z",
|
|
85
|
+
fill: "currentColor"
|
|
86
|
+
}));
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
90
|
+
component: IconNode
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
PeopleConfirmFilled.displayName = 'PeopleConfirmFilled';
|
|
95
|
+
exports["default"] = PeopleConfirmFilled;
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function get() {
|
|
24
|
+
return m[k];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
+
Object.defineProperty(o, "default", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
value: v
|
|
36
|
+
});
|
|
37
|
+
} : function (o, v) {
|
|
38
|
+
o["default"] = v;
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
+
if (mod && mod.__esModule) return mod;
|
|
43
|
+
var result = {};
|
|
44
|
+
if (mod != null) for (var k in mod) {
|
|
45
|
+
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
+
return mod && mod.__esModule ? mod : {
|
|
55
|
+
"default": mod
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
Object.defineProperty(exports, "__esModule", {
|
|
60
|
+
value: true
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
var React = __importStar(require("react"));
|
|
64
|
+
|
|
65
|
+
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
+
|
|
67
|
+
function PeopleEllipsisFilled(componentProps) {
|
|
68
|
+
var IconNode = function IconNode(props) {
|
|
69
|
+
return React.createElement("svg", __assign({
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
}, props), React.createElement("path", {
|
|
74
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}), React.createElement("path", {
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
clipRule: "evenodd",
|
|
84
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm2.492-4.154a.83.83 0 100-1.661.83.83 0 000 1.661zm-4.154-.83a.83.83 0 11-1.661 0 .83.83 0 011.661 0zm1.662.83a.83.83 0 100-1.661.83.83 0 000 1.661z",
|
|
85
|
+
fill: "currentColor"
|
|
86
|
+
}));
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
90
|
+
component: IconNode
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
PeopleEllipsisFilled.displayName = 'PeopleEllipsisFilled';
|
|
95
|
+
exports["default"] = PeopleEllipsisFilled;
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function get() {
|
|
24
|
+
return m[k];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
+
Object.defineProperty(o, "default", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
value: v
|
|
36
|
+
});
|
|
37
|
+
} : function (o, v) {
|
|
38
|
+
o["default"] = v;
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
+
if (mod && mod.__esModule) return mod;
|
|
43
|
+
var result = {};
|
|
44
|
+
if (mod != null) for (var k in mod) {
|
|
45
|
+
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
+
return mod && mod.__esModule ? mod : {
|
|
55
|
+
"default": mod
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
Object.defineProperty(exports, "__esModule", {
|
|
60
|
+
value: true
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
var React = __importStar(require("react"));
|
|
64
|
+
|
|
65
|
+
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
+
|
|
67
|
+
function PeopleQuestionFilled(componentProps) {
|
|
68
|
+
var IconNode = function IconNode(props) {
|
|
69
|
+
return React.createElement("svg", __assign({
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
}, props), React.createElement("path", {
|
|
74
|
+
d: "M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.762a6.619 6.619 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}), React.createElement("path", {
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
clipRule: "evenodd",
|
|
84
|
+
d: "M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm-1.678-7.68c.429-.419 1.007-.628 1.745-.628.648 0 1.176.17 1.575.528.398.349.598.827.598 1.436 0 .498-.13.907-.37 1.226-.089.1-.378.369-.856.787-.18.15-.31.32-.4.499-.099.2-.149.409-.149.648v.14h-1.146v-.14c0-.379.06-.708.2-.977.129-.27.518-.688 1.166-1.266l.12-.14c.179-.22.268-.458.268-.708 0-.329-.1-.588-.279-.777-.19-.19-.458-.28-.797-.28-.439 0-.748.13-.937.41-.17.229-.25.558-.25.976h-1.136c0-.737.21-1.316.648-1.734zm1.017 5.333c.15-.14.329-.21.548-.21.22 0 .409.07.558.21.14.14.22.32.22.539 0 .219-.08.408-.23.548a.768.768 0 01-.548.21.777.777 0 01-.548-.22.7.7 0 01-.22-.538.7.7 0 01.22-.539z",
|
|
85
|
+
fill: "currentColor"
|
|
86
|
+
}));
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
90
|
+
component: IconNode
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
PeopleQuestionFilled.displayName = 'PeopleQuestionFilled';
|
|
95
|
+
exports["default"] = PeopleQuestionFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export { default as CloseFilled } from './CloseFilled';
|
|
|
39
39
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
40
40
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
41
41
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
42
|
+
export { default as CoinOverlapFilled } from './CoinOverlapFilled';
|
|
42
43
|
export { default as CoinsFilled } from './CoinsFilled';
|
|
43
44
|
export { default as CoinsOutlined } from './CoinsOutlined';
|
|
44
45
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
@@ -102,10 +103,14 @@ export { default as OpenMailFilled } from './OpenMailFilled';
|
|
|
102
103
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
103
104
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
104
105
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
106
|
+
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
107
|
+
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
108
|
+
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
105
109
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
106
110
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
107
111
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
108
112
|
export { default as PeopleOutlined } from './PeopleOutlined';
|
|
113
|
+
export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
|
|
109
114
|
export { default as PeopleSettingFilled } from './PeopleSettingFilled';
|
|
110
115
|
export { default as PeopleTeamFilled } from './PeopleTeamFilled';
|
|
111
116
|
export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
|
package/lib/index.js
CHANGED
|
@@ -373,6 +373,15 @@ Object.defineProperty(exports, "CloseSquareOutlined", {
|
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
375
|
|
|
376
|
+
var CoinOverlapFilled_1 = require("./CoinOverlapFilled");
|
|
377
|
+
|
|
378
|
+
Object.defineProperty(exports, "CoinOverlapFilled", {
|
|
379
|
+
enumerable: true,
|
|
380
|
+
get: function get() {
|
|
381
|
+
return CoinOverlapFilled_1["default"];
|
|
382
|
+
}
|
|
383
|
+
});
|
|
384
|
+
|
|
376
385
|
var CoinsFilled_1 = require("./CoinsFilled");
|
|
377
386
|
|
|
378
387
|
Object.defineProperty(exports, "CoinsFilled", {
|
|
@@ -940,6 +949,33 @@ Object.defineProperty(exports, "PeopleAddOutlined", {
|
|
|
940
949
|
}
|
|
941
950
|
});
|
|
942
951
|
|
|
952
|
+
var PeopleCloseFilled_1 = require("./PeopleCloseFilled");
|
|
953
|
+
|
|
954
|
+
Object.defineProperty(exports, "PeopleCloseFilled", {
|
|
955
|
+
enumerable: true,
|
|
956
|
+
get: function get() {
|
|
957
|
+
return PeopleCloseFilled_1["default"];
|
|
958
|
+
}
|
|
959
|
+
});
|
|
960
|
+
|
|
961
|
+
var PeopleConfirmFilled_1 = require("./PeopleConfirmFilled");
|
|
962
|
+
|
|
963
|
+
Object.defineProperty(exports, "PeopleConfirmFilled", {
|
|
964
|
+
enumerable: true,
|
|
965
|
+
get: function get() {
|
|
966
|
+
return PeopleConfirmFilled_1["default"];
|
|
967
|
+
}
|
|
968
|
+
});
|
|
969
|
+
|
|
970
|
+
var PeopleEllipsisFilled_1 = require("./PeopleEllipsisFilled");
|
|
971
|
+
|
|
972
|
+
Object.defineProperty(exports, "PeopleEllipsisFilled", {
|
|
973
|
+
enumerable: true,
|
|
974
|
+
get: function get() {
|
|
975
|
+
return PeopleEllipsisFilled_1["default"];
|
|
976
|
+
}
|
|
977
|
+
});
|
|
978
|
+
|
|
943
979
|
var PeopleFilled_1 = require("./PeopleFilled");
|
|
944
980
|
|
|
945
981
|
Object.defineProperty(exports, "PeopleFilled", {
|
|
@@ -976,6 +1012,15 @@ Object.defineProperty(exports, "PeopleOutlined", {
|
|
|
976
1012
|
}
|
|
977
1013
|
});
|
|
978
1014
|
|
|
1015
|
+
var PeopleQuestionFilled_1 = require("./PeopleQuestionFilled");
|
|
1016
|
+
|
|
1017
|
+
Object.defineProperty(exports, "PeopleQuestionFilled", {
|
|
1018
|
+
enumerable: true,
|
|
1019
|
+
get: function get() {
|
|
1020
|
+
return PeopleQuestionFilled_1["default"];
|
|
1021
|
+
}
|
|
1022
|
+
});
|
|
1023
|
+
|
|
979
1024
|
var PeopleSettingFilled_1 = require("./PeopleSettingFilled");
|
|
980
1025
|
|
|
981
1026
|
Object.defineProperty(exports, "PeopleSettingFilled", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
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": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "1ff7b7b77d0e7f6e6f2cae223067ec1de498e5ef"
|
|
26
26
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function CoinOverlapFilled(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
|
+
<g clipPath="url(#coin-overlap-filled_svg__clip0_2038_3184)" fill="currentColor">
|
|
8
|
+
<path d="M2.4 6.764c0 2.444 4.276 4.364 9.6 4.364s9.6-2.008 9.6-4.364C21.6 4.32 17.324 2.4 12 2.4S2.4 4.408 2.4 6.764z" />
|
|
9
|
+
<path d="M12 13.134c-4.102 0-7.505-1.134-8.99-2.792-.435.61-.61 1.047-.61 1.57 0 2.357 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.363c0-.611-.262-1.048-.61-1.571-1.484 1.57-4.888 2.792-8.99 2.792z" />
|
|
10
|
+
<path d="M3.01 15.578c-.435.437-.61 1.047-.61 1.571 0 2.356 4.276 4.364 9.6 4.364s9.6-1.92 9.6-4.364c0-.61-.262-1.047-.61-1.57-1.484 1.57-4.888 2.792-8.99 2.792-4.19 0-7.505-1.135-8.99-2.793z" />
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="coin-overlap-filled_svg__clip0_2038_3184">
|
|
14
|
+
<path fill="#fff" transform="translate(2.4 2.4)" d="M0 0h19.2v19.2H0z" />
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
CoinOverlapFilled.displayName = 'CoinOverlapFilled';
|
|
24
|
+
export default CoinOverlapFilled;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function PeopleCloseFilled(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="M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985zM22.338 17.816a4.985 4.985 0 11-9.969 0 4.985 4.985 0 019.97 0zm-4.984.706l-2.139 2.14-.707-.708 2.139-2.139-2.139-2.139.707-.707 2.139 2.14 2.139-2.14.707.708-2.14 2.138 2.14 2.139-.707.707-2.14-2.139z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
PeopleCloseFilled.displayName = 'PeopleCloseFilled';
|
|
24
|
+
export default PeopleCloseFilled;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function PeopleConfirmFilled(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="M10.781 11.17h-.997a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.988z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M12.959 12.83H5.886a3.28 3.28 0 00-3.16 2.702l-.24 1.136a3.38 3.38 0 003.17 4.138h5.76a6.619 6.619 0 01-.708-2.99 6.63 6.63 0 012.25-4.986z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M17.354 22.8a4.985 4.985 0 100-9.97 4.985 4.985 0 000 9.97zm-.31-2.093l3.75-4.8-.788-.616-3.39 4.34-1.851-1.974-.73.684 2.25 2.4.4.426.36-.46z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
PeopleConfirmFilled.displayName = 'PeopleConfirmFilled';
|
|
30
|
+
export default PeopleConfirmFilled;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function PeopleEllipsisFilled(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="M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.761a6.618 6.618 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm2.492-4.154a.83.83 0 100-1.661.83.83 0 000 1.661zm-4.154-.83a.83.83 0 11-1.661 0 .83.83 0 011.661 0zm1.662.83a.83.83 0 100-1.661.83.83 0 000 1.661z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
PeopleEllipsisFilled.displayName = 'PeopleEllipsisFilled';
|
|
30
|
+
export default PeopleEllipsisFilled;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function PeopleQuestionFilled(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="M10.78 11.17h-.996a3.988 3.988 0 01-3.988-3.988V4.55a3.34 3.34 0 013.35-3.35h2.273a3.34 3.34 0 013.35 3.35v2.632a3.988 3.988 0 01-3.988 3.987z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M12.957 12.831h-7.07a3.28 3.28 0 00-3.161 2.702l-.24 1.136a3.38 3.38 0 003.17 4.137h5.762a6.619 6.619 0 01-.71-2.99 6.63 6.63 0 012.25-4.985z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M17.354 22.8a4.985 4.985 0 100-9.969 4.985 4.985 0 000 9.97zm-1.678-7.68c.429-.419 1.007-.628 1.745-.628.648 0 1.176.17 1.575.528.398.349.598.827.598 1.436 0 .498-.13.907-.37 1.226-.089.1-.378.369-.856.787-.18.15-.31.32-.4.499-.099.2-.149.409-.149.648v.14h-1.146v-.14c0-.379.06-.708.2-.977.129-.27.518-.688 1.166-1.266l.12-.14c.179-.22.268-.458.268-.708 0-.329-.1-.588-.279-.777-.19-.19-.458-.28-.797-.28-.439 0-.748.13-.937.41-.17.229-.25.558-.25.976h-1.136c0-.737.21-1.316.648-1.734zm1.017 5.333c.15-.14.329-.21.548-.21.22 0 .409.07.558.21.14.14.22.32.22.539 0 .219-.08.408-.23.548a.768.768 0 01-.548.21.777.777 0 01-.548-.22.7.7 0 01-.22-.538.7.7 0 01.22-.539z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
PeopleQuestionFilled.displayName = 'PeopleQuestionFilled';
|
|
30
|
+
export default PeopleQuestionFilled;
|
package/src/index.tsx
CHANGED
|
@@ -39,6 +39,7 @@ export { default as CloseFilled } from './CloseFilled';
|
|
|
39
39
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
40
40
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
41
41
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
42
|
+
export { default as CoinOverlapFilled } from './CoinOverlapFilled';
|
|
42
43
|
export { default as CoinsFilled } from './CoinsFilled';
|
|
43
44
|
export { default as CoinsOutlined } from './CoinsOutlined';
|
|
44
45
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
@@ -102,10 +103,14 @@ export { default as OpenMailFilled } from './OpenMailFilled';
|
|
|
102
103
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
103
104
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
104
105
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
106
|
+
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
107
|
+
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
108
|
+
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
105
109
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
106
110
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
107
111
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
108
112
|
export { default as PeopleOutlined } from './PeopleOutlined';
|
|
113
|
+
export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
|
|
109
114
|
export { default as PeopleSettingFilled } from './PeopleSettingFilled';
|
|
110
115
|
export { default as PeopleTeamFilled } from './PeopleTeamFilled';
|
|
111
116
|
export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2038_3184)">
|
|
3
|
+
<path d="M2.40002 6.76403C2.40002 9.20766 6.67639 11.1277 12 11.1277C17.3237 11.1277 21.6 9.12039 21.6 6.76403C21.6 4.32039 17.3237 2.40039 12 2.40039C6.67639 2.40039 2.40002 4.40766 2.40002 6.76403Z" fill="currentColor" />
|
|
4
|
+
<path d="M12 13.1345C7.89821 13.1345 4.49457 12 3.01093 10.3418C2.57457 10.9527 2.40002 11.3891 2.40002 11.9127C2.40002 14.2691 6.67639 16.2763 12 16.2763C17.3237 16.2763 21.6 14.3563 21.6 11.9127C21.6 11.3018 21.3382 10.8654 20.9891 10.3418C19.5055 11.9127 16.1018 13.1345 12 13.1345Z" fill="currentColor" />
|
|
5
|
+
<path d="M3.01093 15.5781C2.57457 16.0145 2.40002 16.6254 2.40002 17.149C2.40002 19.5054 6.67639 21.5127 12 21.5127C17.3237 21.5127 21.6 19.5927 21.6 17.149C21.6 16.5381 21.3382 16.1018 20.9891 15.5781C19.5055 17.149 16.1018 18.3708 12 18.3708C7.81093 18.3708 4.49457 17.2363 3.01093 15.5781Z" fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2038_3184">
|
|
9
|
+
<rect width="19.2" height="19.2" fill="white" transform="translate(2.40002 2.40039)" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.7809 11.1694H9.78397C7.58163 11.1694 5.79628 9.38408 5.79628 7.18174V4.54987C5.79362 3.66067 6.14568 2.80713 6.77444 2.17837C7.4032 1.54961 8.25674 1.19755 9.14594 1.20021H11.4189C12.3081 1.19755 13.1617 1.54961 13.7904 2.17837C14.4192 2.80713 14.7712 3.66067 14.7686 4.54987V7.18174C14.7686 8.23934 14.3485 9.25363 13.6006 10.0015C12.8528 10.7493 11.8385 11.1694 10.7809 11.1694Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88609C4.32354 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25986 17.6518 2.48372 18.6842 3.09705 19.4847C3.71038 20.2851 4.64909 20.7698 5.6568 20.8064H11.4171C10.9633 19.9074 10.7077 18.8913 10.7077 17.8154C10.7077 15.8305 11.5778 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3385 17.8157C22.3385 20.5686 20.1068 22.8003 17.3539 22.8003C14.601 22.8003 12.3693 20.5686 12.3693 17.8157C12.3693 15.0627 14.601 12.8311 17.3539 12.8311C20.1068 12.8311 22.3385 15.0627 22.3385 17.8157ZM17.3538 18.5223L15.215 20.6611L14.5079 19.954L16.6467 17.8152L14.508 15.6765L15.2151 14.9694L17.3538 17.1081L19.4925 14.9694L20.1996 15.6765L18.0609 17.8152L20.1997 19.954L19.4926 20.6611L17.3538 18.5223Z" 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 d="M10.781 11.1696H9.78409C7.58172 11.1696 5.79634 9.38421 5.79634 7.18184V4.54992C5.79368 3.66071 6.14574 2.80715 6.77451 2.17838C7.40328 1.54961 8.25684 1.19755 9.14605 1.20021H11.4191C12.3083 1.19755 13.1618 1.54961 13.7906 2.17838C14.4194 2.80715 14.7714 3.66071 14.7688 4.54992V7.18184C14.7688 8.23946 14.3486 9.25376 13.6008 10.0016C12.8529 10.7495 11.8386 11.1696 10.781 11.1696Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9587 12.8301H5.88615C4.32357 12.8627 3.00105 13.9933 2.72586 15.5318L2.48659 16.6683C2.25985 17.6509 2.48373 18.6834 3.09706 19.4838C3.7104 20.2842 4.64912 20.7689 5.65685 20.8056H11.4169C10.9634 19.9068 10.7079 18.891 10.7079 17.8155C10.7079 15.83 11.5785 14.0479 12.9587 12.8301Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3542 22.7995C20.1072 22.7995 22.3389 20.5677 22.3389 17.8148C22.3389 15.0618 20.1072 12.8301 17.3542 12.8301C14.6012 12.8301 12.3695 15.0618 12.3695 17.8148C12.3695 20.5677 14.6012 22.7995 17.3542 22.7995ZM17.0441 20.707L20.7941 15.907L20.0061 15.2914L16.6155 19.6313L14.7648 17.6572L14.0353 18.3412L16.2853 20.7412L16.6846 21.1671L17.0441 20.707Z" 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 d="M10.7809 11.1694H9.78397C7.58163 11.1694 5.79628 9.38408 5.79628 7.18174V4.54987C5.79362 3.66067 6.14568 2.80713 6.77444 2.17837C7.4032 1.54961 8.25674 1.19755 9.14594 1.20021H11.4189C12.3081 1.19755 13.1617 1.54961 13.7904 2.17837C14.4192 2.80713 14.7712 3.66067 14.7686 4.54987V7.18174C14.7686 8.23934 14.3485 9.25363 13.6006 10.0015C12.8528 10.7493 11.8385 11.1694 10.7809 11.1694Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88609C4.32354 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25986 17.6518 2.48372 18.6842 3.09705 19.4847C3.71038 20.2851 4.64909 20.7698 5.6568 20.8064H11.4171C10.9633 19.9074 10.7077 18.8913 10.7077 17.8154C10.7077 15.8305 11.5778 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3539 22.8003C20.1068 22.8003 22.3385 20.5686 22.3385 17.8157C22.3385 15.0627 20.1068 12.8311 17.3539 12.8311C14.601 12.8311 12.3693 15.0627 12.3693 17.8157C12.3693 20.5686 14.601 22.8003 17.3539 22.8003ZM19.8462 18.6462C20.305 18.6462 20.677 18.2742 20.677 17.8154C20.677 17.3566 20.305 16.9846 19.8462 16.9846C19.3874 16.9846 19.0154 17.3566 19.0154 17.8154C19.0154 18.2742 19.3874 18.6462 19.8462 18.6462ZM15.6923 17.8154C15.6923 18.2742 15.3203 18.6462 14.8615 18.6462C14.4027 18.6462 14.0308 18.2742 14.0308 17.8154C14.0308 17.3566 14.4027 16.9846 14.8615 16.9846C15.3203 16.9846 15.6923 17.3566 15.6923 17.8154ZM17.3538 18.6462C17.8126 18.6462 18.1846 18.2742 18.1846 17.8154C18.1846 17.3566 17.8126 16.9846 17.3538 16.9846C16.895 16.9846 16.523 17.3566 16.523 17.8154C16.523 18.2742 16.895 18.6462 17.3538 18.6462Z" 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 d="M10.7809 11.1695H9.78401C7.58164 11.1695 5.79628 9.38416 5.79628 7.1818V4.5499C5.79362 3.66069 6.14568 2.80714 6.77445 2.17838C7.40321 1.54961 8.25676 1.19755 9.14597 1.20021H11.419C12.3082 1.19755 13.1617 1.54961 13.7905 2.17838C14.4193 2.80714 14.7713 3.66069 14.7687 4.5499V7.1818C14.7687 8.23941 14.3485 9.2537 13.6007 10.0015C12.8528 10.7494 11.8385 11.1695 10.7809 11.1695Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88613C4.32356 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25985 17.6518 2.48372 18.6843 3.09706 19.4847C3.71039 20.2851 4.64911 20.7699 5.65683 20.8065H11.4176C10.9637 19.9074 10.708 18.8912 10.708 17.8152C10.708 15.8304 11.578 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3541 22.8004C20.1071 22.8004 22.3388 20.5687 22.3388 17.8157C22.3388 15.0628 20.1071 12.8311 17.3541 12.8311C14.6012 12.8311 12.3694 15.0628 12.3694 17.8157C12.3694 20.5687 14.6012 22.8004 17.3541 22.8004ZM15.6758 15.1197C16.1045 14.701 16.6828 14.4916 17.4205 14.4916C18.0685 14.4916 18.5969 14.6611 18.9956 15.02C19.3944 15.3689 19.5938 15.8474 19.5938 16.4556C19.5938 16.954 19.4642 17.3628 19.2249 17.6818C19.1352 17.7815 18.8461 18.0506 18.3676 18.4694C18.1881 18.6189 18.0585 18.7884 17.9688 18.9678C17.8691 19.1672 17.8193 19.3766 17.8193 19.6158V19.7554H16.6728V19.6158C16.6728 19.237 16.7326 18.908 16.8722 18.6388C17.0018 18.3697 17.3906 17.951 18.0386 17.3727L18.1582 17.2332C18.3377 17.0138 18.4274 16.7746 18.4274 16.5253C18.4274 16.1964 18.3277 15.9372 18.1482 15.7477C17.9588 15.5583 17.6897 15.4686 17.3507 15.4686C16.912 15.4686 16.603 15.5982 16.4136 15.8773C16.2441 16.1066 16.1643 16.4356 16.1643 16.8543H15.0278C15.0278 16.1166 15.2372 15.5384 15.6758 15.1197ZM16.6927 20.4533C16.8423 20.3137 17.0217 20.2439 17.241 20.2439C17.4604 20.2439 17.6498 20.3137 17.7993 20.4533C17.9389 20.5928 18.0186 20.7723 18.0186 20.9916C18.0186 21.2109 17.9389 21.4003 17.7893 21.5399C17.6398 21.6795 17.4604 21.7493 17.241 21.7493C17.0217 21.7493 16.8423 21.6695 16.6927 21.5299C16.5432 21.3904 16.4734 21.2109 16.4734 20.9916C16.4734 20.7723 16.5432 20.5928 16.6927 20.4533Z" fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2038_3184)">
|
|
3
|
+
<path d="M2.40002 6.76403C2.40002 9.20766 6.67639 11.1277 12 11.1277C17.3237 11.1277 21.6 9.12039 21.6 6.76403C21.6 4.32039 17.3237 2.40039 12 2.40039C6.67639 2.40039 2.40002 4.40766 2.40002 6.76403Z" fill="currentColor" />
|
|
4
|
+
<path d="M12 13.1345C7.89821 13.1345 4.49457 12 3.01093 10.3418C2.57457 10.9527 2.40002 11.3891 2.40002 11.9127C2.40002 14.2691 6.67639 16.2763 12 16.2763C17.3237 16.2763 21.6 14.3563 21.6 11.9127C21.6 11.3018 21.3382 10.8654 20.9891 10.3418C19.5055 11.9127 16.1018 13.1345 12 13.1345Z" fill="currentColor" />
|
|
5
|
+
<path d="M3.01093 15.5781C2.57457 16.0145 2.40002 16.6254 2.40002 17.149C2.40002 19.5054 6.67639 21.5127 12 21.5127C17.3237 21.5127 21.6 19.5927 21.6 17.149C21.6 16.5381 21.3382 16.1018 20.9891 15.5781C19.5055 17.149 16.1018 18.3708 12 18.3708C7.81093 18.3708 4.49457 17.2363 3.01093 15.5781Z" fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2038_3184">
|
|
9
|
+
<rect width="19.2" height="19.2" fill="white" transform="translate(2.40002 2.40039)" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.7809 11.1694H9.78397C7.58163 11.1694 5.79628 9.38408 5.79628 7.18174V4.54987C5.79362 3.66067 6.14568 2.80713 6.77444 2.17837C7.4032 1.54961 8.25674 1.19755 9.14594 1.20021H11.4189C12.3081 1.19755 13.1617 1.54961 13.7904 2.17837C14.4192 2.80713 14.7712 3.66067 14.7686 4.54987V7.18174C14.7686 8.23934 14.3485 9.25363 13.6006 10.0015C12.8528 10.7493 11.8385 11.1694 10.7809 11.1694Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88609C4.32354 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25986 17.6518 2.48372 18.6842 3.09705 19.4847C3.71038 20.2851 4.64909 20.7698 5.6568 20.8064H11.4171C10.9633 19.9074 10.7077 18.8913 10.7077 17.8154C10.7077 15.8305 11.5778 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3385 17.8157C22.3385 20.5686 20.1068 22.8003 17.3539 22.8003C14.601 22.8003 12.3693 20.5686 12.3693 17.8157C12.3693 15.0627 14.601 12.8311 17.3539 12.8311C20.1068 12.8311 22.3385 15.0627 22.3385 17.8157ZM17.3538 18.5223L15.215 20.6611L14.5079 19.954L16.6467 17.8152L14.508 15.6765L15.2151 14.9694L17.3538 17.1081L19.4925 14.9694L20.1996 15.6765L18.0609 17.8152L20.1997 19.954L19.4926 20.6611L17.3538 18.5223Z" 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 d="M10.781 11.1696H9.78409C7.58172 11.1696 5.79634 9.38421 5.79634 7.18184V4.54992C5.79368 3.66071 6.14574 2.80715 6.77451 2.17838C7.40328 1.54961 8.25684 1.19755 9.14605 1.20021H11.4191C12.3083 1.19755 13.1618 1.54961 13.7906 2.17838C14.4194 2.80715 14.7714 3.66071 14.7688 4.54992V7.18184C14.7688 8.23946 14.3486 9.25376 13.6008 10.0016C12.8529 10.7495 11.8386 11.1696 10.781 11.1696Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9587 12.8301H5.88615C4.32357 12.8627 3.00105 13.9933 2.72586 15.5318L2.48659 16.6683C2.25985 17.6509 2.48373 18.6834 3.09706 19.4838C3.7104 20.2842 4.64912 20.7689 5.65685 20.8056H11.4169C10.9634 19.9068 10.7079 18.891 10.7079 17.8155C10.7079 15.83 11.5785 14.0479 12.9587 12.8301Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3542 22.7995C20.1072 22.7995 22.3389 20.5677 22.3389 17.8148C22.3389 15.0618 20.1072 12.8301 17.3542 12.8301C14.6012 12.8301 12.3695 15.0618 12.3695 17.8148C12.3695 20.5677 14.6012 22.7995 17.3542 22.7995ZM17.0441 20.707L20.7941 15.907L20.0061 15.2914L16.6155 19.6313L14.7648 17.6572L14.0353 18.3412L16.2853 20.7412L16.6846 21.1671L17.0441 20.707Z" 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 d="M10.7809 11.1694H9.78397C7.58163 11.1694 5.79628 9.38408 5.79628 7.18174V4.54987C5.79362 3.66067 6.14568 2.80713 6.77444 2.17837C7.4032 1.54961 8.25674 1.19755 9.14594 1.20021H11.4189C12.3081 1.19755 13.1617 1.54961 13.7904 2.17837C14.4192 2.80713 14.7712 3.66067 14.7686 4.54987V7.18174C14.7686 8.23934 14.3485 9.25363 13.6006 10.0015C12.8528 10.7493 11.8385 11.1694 10.7809 11.1694Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88609C4.32354 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25986 17.6518 2.48372 18.6842 3.09705 19.4847C3.71038 20.2851 4.64909 20.7698 5.6568 20.8064H11.4171C10.9633 19.9074 10.7077 18.8913 10.7077 17.8154C10.7077 15.8305 11.5778 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3539 22.8003C20.1068 22.8003 22.3385 20.5686 22.3385 17.8157C22.3385 15.0627 20.1068 12.8311 17.3539 12.8311C14.601 12.8311 12.3693 15.0627 12.3693 17.8157C12.3693 20.5686 14.601 22.8003 17.3539 22.8003ZM19.8462 18.6462C20.305 18.6462 20.677 18.2742 20.677 17.8154C20.677 17.3566 20.305 16.9846 19.8462 16.9846C19.3874 16.9846 19.0154 17.3566 19.0154 17.8154C19.0154 18.2742 19.3874 18.6462 19.8462 18.6462ZM15.6923 17.8154C15.6923 18.2742 15.3203 18.6462 14.8615 18.6462C14.4027 18.6462 14.0308 18.2742 14.0308 17.8154C14.0308 17.3566 14.4027 16.9846 14.8615 16.9846C15.3203 16.9846 15.6923 17.3566 15.6923 17.8154ZM17.3538 18.6462C17.8126 18.6462 18.1846 18.2742 18.1846 17.8154C18.1846 17.3566 17.8126 16.9846 17.3538 16.9846C16.895 16.9846 16.523 17.3566 16.523 17.8154C16.523 18.2742 16.895 18.6462 17.3538 18.6462Z" 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 d="M10.7809 11.1695H9.78401C7.58164 11.1695 5.79628 9.38416 5.79628 7.1818V4.5499C5.79362 3.66069 6.14568 2.80714 6.77445 2.17838C7.40321 1.54961 8.25676 1.19755 9.14597 1.20021H11.419C12.3082 1.19755 13.1617 1.54961 13.7905 2.17838C14.4193 2.80714 14.7713 3.66069 14.7687 4.5499V7.1818C14.7687 8.23941 14.3485 9.2537 13.6007 10.0015C12.8528 10.7494 11.8385 11.1695 10.7809 11.1695Z" fill="currentColor" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9574 12.8311H5.88613C4.32356 12.8636 3.00104 13.9942 2.72585 15.5327L2.48659 16.6692C2.25985 17.6518 2.48372 18.6843 3.09706 19.4847C3.71039 20.2851 4.64911 20.7699 5.65683 20.8065H11.4176C10.9637 19.9074 10.708 18.8912 10.708 17.8152C10.708 15.8304 11.578 14.0489 12.9574 12.8311Z" fill="currentColor" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3541 22.8004C20.1071 22.8004 22.3388 20.5687 22.3388 17.8157C22.3388 15.0628 20.1071 12.8311 17.3541 12.8311C14.6012 12.8311 12.3694 15.0628 12.3694 17.8157C12.3694 20.5687 14.6012 22.8004 17.3541 22.8004ZM15.6758 15.1197C16.1045 14.701 16.6828 14.4916 17.4205 14.4916C18.0685 14.4916 18.5969 14.6611 18.9956 15.02C19.3944 15.3689 19.5938 15.8474 19.5938 16.4556C19.5938 16.954 19.4642 17.3628 19.2249 17.6818C19.1352 17.7815 18.8461 18.0506 18.3676 18.4694C18.1881 18.6189 18.0585 18.7884 17.9688 18.9678C17.8691 19.1672 17.8193 19.3766 17.8193 19.6158V19.7554H16.6728V19.6158C16.6728 19.237 16.7326 18.908 16.8722 18.6388C17.0018 18.3697 17.3906 17.951 18.0386 17.3727L18.1582 17.2332C18.3377 17.0138 18.4274 16.7746 18.4274 16.5253C18.4274 16.1964 18.3277 15.9372 18.1482 15.7477C17.9588 15.5583 17.6897 15.4686 17.3507 15.4686C16.912 15.4686 16.603 15.5982 16.4136 15.8773C16.2441 16.1066 16.1643 16.4356 16.1643 16.8543H15.0278C15.0278 16.1166 15.2372 15.5384 15.6758 15.1197ZM16.6927 20.4533C16.8423 20.3137 17.0217 20.2439 17.241 20.2439C17.4604 20.2439 17.6498 20.3137 17.7993 20.4533C17.9389 20.5928 18.0186 20.7723 18.0186 20.9916C18.0186 21.2109 17.9389 21.4003 17.7893 21.5399C17.6398 21.6795 17.4604 21.7493 17.241 21.7493C17.0217 21.7493 16.8423 21.6695 16.6927 21.5299C16.5432 21.3904 16.4734 21.2109 16.4734 20.9916C16.4734 20.7723 16.5432 20.5928 16.6927 20.4533Z" fill="currentColor" />
|
|
5
|
+
</svg>
|