a-icons 1.1.41 → 1.1.43

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 (59) hide show
  1. package/es/CircleDollarFilled.d.ts +7 -0
  2. package/es/CircleDollarFilled.js +34 -0
  3. package/es/CircleDollarOutlined.d.ts +7 -0
  4. package/es/CircleDollarOutlined.js +40 -0
  5. package/es/CirculationFilled.d.ts +7 -0
  6. package/es/CirculationFilled.js +30 -0
  7. package/es/DoubleChainFilled.d.ts +7 -0
  8. package/es/DoubleChainFilled.js +31 -0
  9. package/es/DoubleChainOutlined.d.ts +7 -0
  10. package/es/DoubleChainOutlined.js +46 -0
  11. package/es/DoubleDocumentFilled.d.ts +7 -0
  12. package/es/DoubleDocumentFilled.js +37 -0
  13. package/es/DoubleDocumentOutlined.d.ts +7 -0
  14. package/es/DoubleDocumentOutlined.js +40 -0
  15. package/es/index.d.ts +7 -0
  16. package/es/index.js +7 -0
  17. package/lib/CircleDollarFilled.d.ts +7 -0
  18. package/lib/CircleDollarFilled.js +77 -0
  19. package/lib/CircleDollarOutlined.d.ts +7 -0
  20. package/lib/CircleDollarOutlined.js +83 -0
  21. package/lib/CirculationFilled.d.ts +7 -0
  22. package/lib/CirculationFilled.js +73 -0
  23. package/lib/DoubleChainFilled.d.ts +7 -0
  24. package/lib/DoubleChainFilled.js +74 -0
  25. package/lib/DoubleChainOutlined.d.ts +7 -0
  26. package/lib/DoubleChainOutlined.js +89 -0
  27. package/lib/DoubleDocumentFilled.d.ts +7 -0
  28. package/lib/DoubleDocumentFilled.js +80 -0
  29. package/lib/DoubleDocumentOutlined.d.ts +7 -0
  30. package/lib/DoubleDocumentOutlined.js +83 -0
  31. package/lib/index.d.ts +7 -0
  32. package/lib/index.js +55 -6
  33. package/package.json +2 -2
  34. package/src/ArrowTopRightOutlined.tsx +18 -0
  35. package/src/CircleDollarFilled.tsx +22 -0
  36. package/src/CircleDollarOutlined.tsx +28 -0
  37. package/src/CirculationFilled.tsx +18 -0
  38. package/src/DoubleChainFilled.tsx +18 -0
  39. package/src/DoubleChainOutlined.tsx +35 -0
  40. package/src/DoubleDocumentFilled.tsx +26 -0
  41. package/src/DoubleDocumentOutlined.tsx +28 -0
  42. package/src/index.tsx +8 -0
  43. package/svgs/filled/circle-dollar-filled.svg +8 -0
  44. package/svgs/filled/circle-plus-filled.svg +3 -1
  45. package/svgs/filled/circulation-filled.svg +5 -0
  46. package/svgs/filled/double-chain-filled.svg +5 -0
  47. package/svgs/filled/double-document-filled.svg +11 -0
  48. package/svgs/outlined/circle-dollar-outlined.svg +13 -0
  49. package/svgs/outlined/double-chain-outlined.svg +10 -0
  50. package/svgs/outlined/double-document-outlined.svg +14 -0
  51. package/tmpAllSvgs/arrow-top-right-outlined.svg +5 -0
  52. package/tmpAllSvgs/circle-dollar-filled.svg +8 -0
  53. package/tmpAllSvgs/circle-dollar-outlined.svg +13 -0
  54. package/tmpAllSvgs/circle-plus-filled.svg +3 -1
  55. package/tmpAllSvgs/circulation-filled.svg +5 -0
  56. package/tmpAllSvgs/double-chain-filled.svg +5 -0
  57. package/tmpAllSvgs/double-chain-outlined.svg +10 -0
  58. package/tmpAllSvgs/double-document-filled.svg +11 -0
  59. package/tmpAllSvgs/double-document-outlined.svg +14 -0
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CircleDollarFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CircleDollarFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CircleDollarFilled;
@@ -0,0 +1,34 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function CircleDollarFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M21.92 16.75c-.33 2.66-2.51 4.84-5.17 5.17-1.61.2-3.11-.24-4.28-1.1-.67-.49-.51-1.53.29-1.77a9.486 9.486 0 006.3-6.3c.24-.79 1.28-.95 1.77-.29a6.02 6.02 0 011.09 4.29z",
23
+ fill: "currentColor"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M9.99 2C5.58 2 2 5.58 2 9.99s3.58 7.99 7.99 7.99 7.99-3.58 7.99-7.99C17.97 5.58 14.4 2 9.99 2zm-.94 6.87l2.41.84c.87.31 1.29.92 1.29 1.86 0 1.08-.86 1.97-1.91 1.97h-.09v.05c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14 0-.41.34-.75.75-.75s.75.34.75.75c0 .36.26.65.58.65h1.5c.23 0 .41-.21.41-.47 0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86 0-1.08.86-1.97 1.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05 2 .98 2 2.14 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23 0-.41.21-.41.47-.01.34.05.36.29.44z",
26
+ fill: "currentColor"
27
+ }));
28
+ };
29
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
30
+ component: IconNode
31
+ }));
32
+ }
33
+ CircleDollarFilled.displayName = 'CircleDollarFilled';
34
+ export default CircleDollarFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CircleDollarOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace CircleDollarOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default CircleDollarOutlined;
@@ -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
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function CircleDollarOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M8 11.4c0 .77.6 1.4 1.33 1.4h1.5c.64 0 1.16-.55 1.16-1.22 0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16 0-.67.52-1.22 1.16-1.22h1.5c.74.01 1.34.63 1.34 1.4M10 12.85v.74M10 6.41v.78",
23
+ stroke: "currentColor",
24
+ strokeWidth: 1.5,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M9.99 17.98A7.99 7.99 0 109.99 2a7.99 7.99 0 000 15.98zM12.98 19.88c.9 1.27 2.37 2.1 4.05 2.1 2.73 0 4.95-2.22 4.95-4.95 0-1.66-.82-3.13-2.07-4.03",
29
+ stroke: "currentColor",
30
+ strokeWidth: 1.5,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }));
34
+ };
35
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
36
+ component: IconNode
37
+ }));
38
+ }
39
+ CircleDollarOutlined.displayName = 'CircleDollarOutlined';
40
+ export default CircleDollarOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CirculationFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CirculationFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CirculationFilled;
@@ -0,0 +1,30 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function CirculationFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ xmlns: "http://www.w3.org/2000/svg"
20
+ }, props), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12.754 1.477l4.891 4.892-4.891 4.892V8.444h-2.075c-4.965.127-7.381 1.384-8.303 4.152.923-5.535 3.69-8.303 8.302-8.302h2.075V1.476zm-1.447 21.028l-4.892-4.892 4.891-4.89.002 2.814h2.074c4.904 0 7.381-1.383 8.303-4.151-.923 5.535-3.691 8.303-8.302 8.302l-2.076.001v2.816z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ CirculationFilled.displayName = 'CirculationFilled';
30
+ export default CirculationFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleChainFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleChainFilled {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleChainFilled;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DoubleChainFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2zM8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 012.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 01-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 01-.74.67zm10.27-2.18l-2.19 2.3a4.05 4.05 0 01-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 01-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ DoubleChainFilled.displayName = 'DoubleChainFilled';
31
+ export default DoubleChainFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleChainOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleChainOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleChainOutlined;
@@ -0,0 +1,46 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DoubleChainOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M8.18 16.02c-.76-.07-1.51-.42-2.09-1.03-1.32-1.39-1.32-3.67 0-5.06l2.19-2.3a3.307 3.307 0 014.82 0c1.32 1.39 1.32 3.67 0 5.06l-1.09 1.15",
23
+ stroke: "currentColor",
24
+ strokeWidth: 1.5,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M15.82 7.98c.76.07 1.51.42 2.09 1.03 1.32 1.39 1.32 3.67 0 5.06l-2.19 2.3a3.307 3.307 0 01-4.82 0c-1.32-1.39-1.32-3.67 0-5.06l1.09-1.15",
29
+ stroke: "currentColor",
30
+ strokeWidth: 1.5,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7z",
35
+ stroke: "currentColor",
36
+ strokeWidth: 1.5,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }));
40
+ };
41
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
42
+ component: IconNode
43
+ }));
44
+ }
45
+ DoubleChainOutlined.displayName = 'DoubleChainOutlined';
46
+ export default DoubleChainOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleDocumentFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleDocumentFilled {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleDocumentFilled;
@@ -0,0 +1,37 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DoubleDocumentFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M15.5 13.15h-2.17c-1.78 0-3.23-1.44-3.23-3.23V7.75c0-.41-.33-.75-.75-.75H6.18C3.87 7 2 8.5 2 11.18v6.64C2 20.5 3.87 22 6.18 22h5.89c2.31 0 4.18-1.5 4.18-4.18V13.9c0-.42-.34-.75-.75-.75z",
23
+ fill: "currentColor"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M17.82 2H11.93C9.67 2 7.84 3.44 7.76 6.01c.06 0 .11-.01.17-.01h5.89C16.13 6 18 7.5 18 10.18V16.83c0 .06-.01.11-.01.16 2.23-.07 4.01-1.55 4.01-4.16V6.18C22 3.5 20.13 2 17.82 2z",
26
+ fill: "currentColor"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M11.98 7.15c-.31-.31-.84-.1-.84.33v2.62c0 1.1.93 2 2.07 2 .71.01 1.7.01 2.55.01.43 0 .65-.5.35-.8-1.09-1.09-3.03-3.04-4.13-4.16z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+ DoubleDocumentFilled.displayName = 'DoubleDocumentFilled';
37
+ export default DoubleDocumentFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleDocumentOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleDocumentOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleDocumentOutlined;
@@ -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
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DoubleDocumentOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M17 13.4v3c0 4-1.6 5.6-5.6 5.6H7.6c-4 0-5.6-1.6-5.6-5.6v-3.8C2 8.6 3.6 7 7.6 7h3",
23
+ stroke: "currentColor",
24
+ strokeWidth: 1.5,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M17 13.4h-3.2c-2.4 0-3.2-.8-3.2-3.2V7l6.4 6.4zM11.6 2h4M7 5c0-1.66 1.34-3 3-3h2.62M22 8v6.19c0 1.55-1.26 2.81-2.81 2.81M22 8h-3c-2.25 0-3-.75-3-3V2l6 6z",
29
+ stroke: "currentColor",
30
+ strokeWidth: 1.5,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }));
34
+ };
35
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
36
+ component: IconNode
37
+ }));
38
+ }
39
+ DoubleDocumentOutlined.displayName = 'DoubleDocumentOutlined';
40
+ export default DoubleDocumentOutlined;
package/es/index.d.ts CHANGED
@@ -44,7 +44,10 @@ export { default as CheckOutlined } from './CheckOutlined';
44
44
  export { default as CheckboxMultipleOutlined } from './CheckboxMultipleOutlined';
45
45
  export { default as ChevronRightOutlined } from './ChevronRightOutlined';
46
46
  export { default as ChevronUpFilled } from './ChevronUpFilled';
47
+ export { default as CircleDollarFilled } from './CircleDollarFilled';
48
+ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
47
49
  export { default as CirclePlusFilled } from './CirclePlusFilled';
50
+ export { default as CirculationFilled } from './CirculationFilled';
48
51
  export { default as ClipboardOutlined } from './ClipboardOutlined';
49
52
  export { default as ClockCircleFilled } from './ClockCircleFilled';
50
53
  export { default as ClockCircleOutline } from './ClockCircleOutline';
@@ -75,6 +78,10 @@ export { default as DocumentFilled } from './DocumentFilled';
75
78
  export { default as DocumentOutlined } from './DocumentOutlined';
76
79
  export { default as DollarOutlined } from './DollarOutlined';
77
80
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
81
+ export { default as DoubleChainFilled } from './DoubleChainFilled';
82
+ export { default as DoubleChainOutlined } from './DoubleChainOutlined';
83
+ export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
84
+ export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
78
85
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
79
86
  export { default as DoubleTextFilled } from './DoubleTextFilled';
80
87
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
package/es/index.js CHANGED
@@ -44,7 +44,10 @@ export { default as CheckOutlined } from './CheckOutlined';
44
44
  export { default as CheckboxMultipleOutlined } from './CheckboxMultipleOutlined';
45
45
  export { default as ChevronRightOutlined } from './ChevronRightOutlined';
46
46
  export { default as ChevronUpFilled } from './ChevronUpFilled';
47
+ export { default as CircleDollarFilled } from './CircleDollarFilled';
48
+ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
47
49
  export { default as CirclePlusFilled } from './CirclePlusFilled';
50
+ export { default as CirculationFilled } from './CirculationFilled';
48
51
  export { default as ClipboardOutlined } from './ClipboardOutlined';
49
52
  export { default as ClockCircleFilled } from './ClockCircleFilled';
50
53
  export { default as ClockCircleOutline } from './ClockCircleOutline';
@@ -75,6 +78,10 @@ export { default as DocumentFilled } from './DocumentFilled';
75
78
  export { default as DocumentOutlined } from './DocumentOutlined';
76
79
  export { default as DollarOutlined } from './DollarOutlined';
77
80
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
81
+ export { default as DoubleChainFilled } from './DoubleChainFilled';
82
+ export { default as DoubleChainOutlined } from './DoubleChainOutlined';
83
+ export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
84
+ export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
78
85
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
79
86
  export { default as DoubleTextFilled } from './DoubleTextFilled';
80
87
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CircleDollarFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CircleDollarFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CircleDollarFilled;
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function CircleDollarFilled(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M21.92 16.75c-.33 2.66-2.51 4.84-5.17 5.17-1.61.2-3.11-.24-4.28-1.1-.67-.49-.51-1.53.29-1.77a9.486 9.486 0 006.3-6.3c.24-.79 1.28-.95 1.77-.29a6.02 6.02 0 011.09 4.29z",
66
+ fill: "currentColor"
67
+ }), React.createElement("path", {
68
+ d: "M9.99 2C5.58 2 2 5.58 2 9.99s3.58 7.99 7.99 7.99 7.99-3.58 7.99-7.99C17.97 5.58 14.4 2 9.99 2zm-.94 6.87l2.41.84c.87.31 1.29.92 1.29 1.86 0 1.08-.86 1.97-1.91 1.97h-.09v.05c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14 0-.41.34-.75.75-.75s.75.34.75.75c0 .36.26.65.58.65h1.5c.23 0 .41-.21.41-.47 0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86 0-1.08.86-1.97 1.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05 2 .98 2 2.14 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23 0-.41.21-.41.47-.01.34.05.36.29.44z",
69
+ fill: "currentColor"
70
+ }));
71
+ };
72
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
73
+ component: IconNode
74
+ }));
75
+ }
76
+ CircleDollarFilled.displayName = 'CircleDollarFilled';
77
+ exports["default"] = CircleDollarFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CircleDollarOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace CircleDollarOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default CircleDollarOutlined;
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function CircleDollarOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M8 11.4c0 .77.6 1.4 1.33 1.4h1.5c.64 0 1.16-.55 1.16-1.22 0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16 0-.67.52-1.22 1.16-1.22h1.5c.74.01 1.34.63 1.34 1.4M10 12.85v.74M10 6.41v.78",
66
+ stroke: "currentColor",
67
+ strokeWidth: 1.5,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round"
70
+ }), React.createElement("path", {
71
+ d: "M9.99 17.98A7.99 7.99 0 109.99 2a7.99 7.99 0 000 15.98zM12.98 19.88c.9 1.27 2.37 2.1 4.05 2.1 2.73 0 4.95-2.22 4.95-4.95 0-1.66-.82-3.13-2.07-4.03",
72
+ stroke: "currentColor",
73
+ strokeWidth: 1.5,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ }));
77
+ };
78
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
79
+ component: IconNode
80
+ }));
81
+ }
82
+ CircleDollarOutlined.displayName = 'CircleDollarOutlined';
83
+ exports["default"] = CircleDollarOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CirculationFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CirculationFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CirculationFilled;
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function CirculationFilled(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), React.createElement("path", {
64
+ d: "M12.754 1.477l4.891 4.892-4.891 4.892V8.444h-2.075c-4.965.127-7.381 1.384-8.303 4.152.923-5.535 3.69-8.303 8.302-8.302h2.075V1.476zm-1.447 21.028l-4.892-4.892 4.891-4.89.002 2.814h2.074c4.904 0 7.381-1.383 8.303-4.151-.923 5.535-3.691 8.303-8.302 8.302l-2.076.001v2.816z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ CirculationFilled.displayName = 'CirculationFilled';
73
+ exports["default"] = CirculationFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleChainFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleChainFilled {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleChainFilled;