a-icons 1.0.53 → 1.0.56

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.
Files changed (62) hide show
  1. package/es/CoinOverlapFilled.d.ts +6 -0
  2. package/es/CoinOverlapFilled.js +50 -0
  3. package/es/CoinOverlapLockFilled.d.ts +6 -0
  4. package/es/CoinOverlapLockFilled.js +44 -0
  5. package/es/PeopleCloseFilled.d.ts +6 -0
  6. package/es/PeopleCloseFilled.js +43 -0
  7. package/es/PeopleConfirmFilled.d.ts +6 -0
  8. package/es/PeopleConfirmFilled.js +48 -0
  9. package/es/PeopleEllipsisFilled.d.ts +6 -0
  10. package/es/PeopleEllipsisFilled.js +48 -0
  11. package/es/PeopleLockFilled.d.ts +6 -0
  12. package/es/PeopleLockFilled.js +52 -0
  13. package/es/PeopleQuestionFilled.d.ts +6 -0
  14. package/es/PeopleQuestionFilled.js +48 -0
  15. package/es/RetryRefreshFilled.d.ts +6 -0
  16. package/es/RetryRefreshFilled.js +40 -0
  17. package/es/index.d.ts +8 -0
  18. package/es/index.js +8 -0
  19. package/lib/CoinOverlapFilled.d.ts +6 -0
  20. package/lib/CoinOverlapFilled.js +97 -0
  21. package/lib/CoinOverlapLockFilled.d.ts +6 -0
  22. package/lib/CoinOverlapLockFilled.js +91 -0
  23. package/lib/PeopleCloseFilled.d.ts +6 -0
  24. package/lib/PeopleCloseFilled.js +90 -0
  25. package/lib/PeopleConfirmFilled.d.ts +6 -0
  26. package/lib/PeopleConfirmFilled.js +95 -0
  27. package/lib/PeopleEllipsisFilled.d.ts +6 -0
  28. package/lib/PeopleEllipsisFilled.js +95 -0
  29. package/lib/PeopleLockFilled.d.ts +6 -0
  30. package/lib/PeopleLockFilled.js +99 -0
  31. package/lib/PeopleQuestionFilled.d.ts +6 -0
  32. package/lib/PeopleQuestionFilled.js +95 -0
  33. package/lib/RetryRefreshFilled.d.ts +6 -0
  34. package/lib/RetryRefreshFilled.js +87 -0
  35. package/lib/index.d.ts +8 -0
  36. package/lib/index.js +72 -0
  37. package/package.json +2 -2
  38. package/src/CoinOverlapFilled.tsx +24 -0
  39. package/src/CoinOverlapLockFilled.tsx +23 -0
  40. package/src/PeopleCloseFilled.tsx +24 -0
  41. package/src/PeopleConfirmFilled.tsx +30 -0
  42. package/src/PeopleEllipsisFilled.tsx +30 -0
  43. package/src/PeopleLockFilled.tsx +24 -0
  44. package/src/PeopleQuestionFilled.tsx +30 -0
  45. package/src/RetryRefreshFilled.tsx +20 -0
  46. package/src/index.tsx +8 -0
  47. package/svgs/filled/coin-overlap-filled.svg +12 -0
  48. package/svgs/filled/coin-overlap-lock-filled.svg +7 -0
  49. package/svgs/filled/people-close-filled.svg +5 -0
  50. package/svgs/filled/people-confirm-filled.svg +5 -0
  51. package/svgs/filled/people-ellipsis-filled.svg +5 -0
  52. package/svgs/filled/people-lock-filled.svg +6 -0
  53. package/svgs/filled/people-question-filled.svg +5 -0
  54. package/svgs/filled/retry-refresh-filled.svg +3 -0
  55. package/tmpAllSvgs/coin-overlap-filled.svg +12 -0
  56. package/tmpAllSvgs/coin-overlap-lock-filled.svg +7 -0
  57. package/tmpAllSvgs/people-close-filled.svg +5 -0
  58. package/tmpAllSvgs/people-confirm-filled.svg +5 -0
  59. package/tmpAllSvgs/people-ellipsis-filled.svg +5 -0
  60. package/tmpAllSvgs/people-lock-filled.svg +6 -0
  61. package/tmpAllSvgs/people-question-filled.svg +5 -0
  62. package/tmpAllSvgs/retry-refresh-filled.svg +3 -0
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CoinOverlapFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CoinOverlapFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CoinOverlapFilled;
@@ -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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CoinOverlapLockFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CoinOverlapLockFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CoinOverlapLockFilled;
@@ -0,0 +1,44 @@
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 CoinOverlapLockFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "fill",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ d: "M11.674 3.277c-1.759-.225-3.428-.127-4.713.244-.641.185-1.224.448-1.674.804-.455.36-.812.846-.89 1.458l-.072.562c.445.438.956.82 1.547 1.126 1.272.66 3.066 1.193 5.08 1.451 2.012.258 3.883.194 5.28-.123a6.405 6.405 0 001.78-.7l.073-.562c.078-.612-.145-1.173-.494-1.635-.346-.458-.843-.86-1.417-1.2-1.15-.683-2.74-1.199-4.5-1.425zM3.795 10.48l.3-2.334c.328.244.683.468 1.068.668 1.471.762 3.45 1.337 5.595 1.612 2.146.274 4.205.218 5.821-.15a7.854 7.854 0 001.203-.376l-.3 2.334a6.405 6.405 0 01-1.78.7c-1.397.317-3.268.38-5.28.123-2.014-.258-3.808-.792-5.08-1.451a6.405 6.405 0 01-1.547-1.126zM3.564 12.28l-.13 1.02c-.079.613.144 1.174.493 1.636.346.458.843.86 1.417 1.2 1.15.683 2.74 1.2 4.5 1.425 1.76.225 3.428.127 4.713-.244.642-.185 1.224-.448 1.674-.804.455-.36.812-.846.89-1.458l.131-1.02c-.38.153-.78.28-1.203.376-1.616.367-3.675.424-5.82.15-2.146-.276-4.124-.85-5.596-1.613-.385-.2-.74-.424-1.069-.668z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M21.644 17.313a5.313 5.313 0 11-10.626 0 5.313 5.313 0 0110.626 0z",
31
+ fill: "inherit"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M18.046 15.968l-.33.084-.171-.665a1.538 1.538 0 00-1.88-1.116 1.539 1.539 0 00-1.11 1.882l.17.665-.331.085a.343.343 0 00-.246.415l.682 2.664a.343.343 0 00.415.246l3.652-.935a.344.344 0 00.25-.416l-.682-2.665a.344.344 0 00-.42-.244zm-.83.212l-1.992.51-.17-.665a1.032 1.032 0 01.74-1.254 1.032 1.032 0 011.251.744l.17.665z",
34
+ fill: "currentColor"
35
+ }));
36
+ };
37
+
38
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
39
+ component: IconNode
40
+ }));
41
+ }
42
+
43
+ CoinOverlapLockFilled.displayName = 'CoinOverlapLockFilled';
44
+ export default CoinOverlapLockFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PeopleCloseFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PeopleCloseFilled {
4
+ var displayName: string;
5
+ }
6
+ export default PeopleCloseFilled;
@@ -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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PeopleConfirmFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PeopleConfirmFilled {
4
+ var displayName: string;
5
+ }
6
+ 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 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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PeopleEllipsisFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PeopleEllipsisFilled {
4
+ var displayName: string;
5
+ }
6
+ 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 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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PeopleLockFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PeopleLockFilled {
4
+ var displayName: string;
5
+ }
6
+ export default PeopleLockFilled;
@@ -0,0 +1,52 @@
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 PeopleLockFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "fill",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ d: "M2.967 14.42c-.913 1.276.145 2.834 1.705 2.998l10.33 1.086c1.56.164 2.918-1.14 2.29-2.578a8.272 8.272 0 00-6.724-4.928 8.272 8.272 0 00-7.601 3.422z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ cx: 11.561,
31
+ cy: 6.001,
32
+ transform: "rotate(6 11.56 6)",
33
+ fill: "currentColor",
34
+ r: 3.969
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ cx: 16.287,
37
+ cy: 17.313,
38
+ fill: "inherit",
39
+ r: 5.313
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M18.002 15.966l-.33.084-.171-.665a1.538 1.538 0 00-1.88-1.116 1.539 1.539 0 00-1.11 1.882l.17.665-.33.085a.343.343 0 00-.247.415l.683 2.664a.343.343 0 00.415.246l3.651-.935a.344.344 0 00.25-.417l-.682-2.663a.344.344 0 00-.42-.245zm-.83.212l-1.991.51-.17-.665a1.032 1.032 0 01.739-1.254 1.032 1.032 0 011.251.744l.17.665z",
42
+ fill: "currentColor"
43
+ }));
44
+ };
45
+
46
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
47
+ component: IconNode
48
+ }));
49
+ }
50
+
51
+ PeopleLockFilled.displayName = 'PeopleLockFilled';
52
+ export default PeopleLockFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PeopleQuestionFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace PeopleQuestionFilled {
4
+ var displayName: string;
5
+ }
6
+ export default PeopleQuestionFilled;
@@ -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;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function RetryRefreshFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace RetryRefreshFilled {
4
+ var displayName: string;
5
+ }
6
+ export default RetryRefreshFilled;
@@ -0,0 +1,40 @@
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 RetryRefreshFilled(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
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M8.004 3h7.992A5.004 5.004 0 0121 8.004v7.992A5.004 5.004 0 0115.996 21H8.004A5.004 5.004 0 013 15.996V8.004A5.004 5.004 0 018.004 3zM6.338 14.885A6.084 6.084 0 0012 18.75a6.084 6.084 0 001.053-12.069l.144-.153a.748.748 0 10-1.053-1.062l-1.341 1.332a.738.738 0 000 1.062l1.34 1.341c.14.137.327.214.523.216a.783.783 0 00.53-.216.738.738 0 00.1-.9 4.608 4.608 0 11-4.41.999.748.748 0 00-1.017-1.098 6.084 6.084 0 00-1.531 6.683z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ RetryRefreshFilled.displayName = 'RetryRefreshFilled';
40
+ export default RetryRefreshFilled;
package/es/index.d.ts CHANGED
@@ -39,6 +39,8 @@ 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';
43
+ export { default as CoinOverlapLockFilled } from './CoinOverlapLockFilled';
42
44
  export { default as CoinsFilled } from './CoinsFilled';
43
45
  export { default as CoinsOutlined } from './CoinsOutlined';
44
46
  export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
@@ -102,10 +104,15 @@ export { default as OpenMailFilled } from './OpenMailFilled';
102
104
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
105
  export { default as PeopleAddFilled } from './PeopleAddFilled';
104
106
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
107
+ export { default as PeopleCloseFilled } from './PeopleCloseFilled';
108
+ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
109
+ export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
105
110
  export { default as PeopleFilled } from './PeopleFilled';
106
111
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
107
112
  export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
113
+ export { default as PeopleLockFilled } from './PeopleLockFilled';
108
114
  export { default as PeopleOutlined } from './PeopleOutlined';
115
+ export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
109
116
  export { default as PeopleSettingFilled } from './PeopleSettingFilled';
110
117
  export { default as PeopleTeamFilled } from './PeopleTeamFilled';
111
118
  export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
@@ -115,6 +122,7 @@ export { default as PriceTagFilled } from './PriceTagFilled';
115
122
  export { default as PriceTagOutlined } from './PriceTagOutlined';
116
123
  export { default as RefreshFilled } from './RefreshFilled';
117
124
  export { default as RefreshOutlined } from './RefreshOutlined';
125
+ export { default as RetryRefreshFilled } from './RetryRefreshFilled';
118
126
  export { default as SearchDocumentFilled } from './SearchDocumentFilled';
119
127
  export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
120
128
  export { default as SearchFilled } from './SearchFilled';
package/es/index.js CHANGED
@@ -39,6 +39,8 @@ 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';
43
+ export { default as CoinOverlapLockFilled } from './CoinOverlapLockFilled';
42
44
  export { default as CoinsFilled } from './CoinsFilled';
43
45
  export { default as CoinsOutlined } from './CoinsOutlined';
44
46
  export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
@@ -102,10 +104,15 @@ export { default as OpenMailFilled } from './OpenMailFilled';
102
104
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
105
  export { default as PeopleAddFilled } from './PeopleAddFilled';
104
106
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
107
+ export { default as PeopleCloseFilled } from './PeopleCloseFilled';
108
+ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
109
+ export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
105
110
  export { default as PeopleFilled } from './PeopleFilled';
106
111
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
107
112
  export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
113
+ export { default as PeopleLockFilled } from './PeopleLockFilled';
108
114
  export { default as PeopleOutlined } from './PeopleOutlined';
115
+ export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
109
116
  export { default as PeopleSettingFilled } from './PeopleSettingFilled';
110
117
  export { default as PeopleTeamFilled } from './PeopleTeamFilled';
111
118
  export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
@@ -115,6 +122,7 @@ export { default as PriceTagFilled } from './PriceTagFilled';
115
122
  export { default as PriceTagOutlined } from './PriceTagOutlined';
116
123
  export { default as RefreshFilled } from './RefreshFilled';
117
124
  export { default as RefreshOutlined } from './RefreshOutlined';
125
+ export { default as RetryRefreshFilled } from './RetryRefreshFilled';
118
126
  export { default as SearchDocumentFilled } from './SearchDocumentFilled';
119
127
  export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
120
128
  export { default as SearchFilled } from './SearchFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CoinOverlapFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CoinOverlapFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CoinOverlapFilled;
@@ -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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CoinOverlapLockFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CoinOverlapLockFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CoinOverlapLockFilled;