a-icons 1.0.16 → 1.0.20

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 (144) hide show
  1. package/es/AlertTriangleFilled.d.ts +6 -0
  2. package/es/AlertTriangleFilled.js +39 -0
  3. package/es/AlertTriangleOutlined.d.ts +6 -0
  4. package/es/AlertTriangleOutlined.js +42 -0
  5. package/es/ClockCircleFilled.d.ts +6 -0
  6. package/es/ClockCircleFilled.js +50 -0
  7. package/es/ClockCircleOutline.d.ts +6 -0
  8. package/es/ClockCircleOutline.js +58 -0
  9. package/es/CreditCardFilled.d.ts +6 -0
  10. package/es/CreditCardFilled.js +39 -0
  11. package/es/CreditCardOutlined.d.ts +6 -0
  12. package/es/CreditCardOutlined.js +39 -0
  13. package/es/FormFilled.d.ts +6 -0
  14. package/es/FormFilled.js +42 -0
  15. package/es/FormOutlined.d.ts +6 -0
  16. package/es/FormOutlined.js +42 -0
  17. package/es/ListCaptionFilled.d.ts +6 -0
  18. package/es/ListCaptionFilled.js +39 -0
  19. package/es/ListCaptionOutlined.d.ts +6 -0
  20. package/es/ListCaptionOutlined.js +39 -0
  21. package/es/MailFilled.d.ts +6 -0
  22. package/es/MailFilled.js +39 -0
  23. package/es/MailOutlined.d.ts +6 -0
  24. package/es/MailOutlined.js +39 -0
  25. package/es/MoveOutlined.js +5 -11
  26. package/es/OpenMailFilled.d.ts +6 -0
  27. package/es/OpenMailFilled.js +39 -0
  28. package/es/OpenMailOutlined.d.ts +6 -0
  29. package/es/OpenMailOutlined.js +42 -0
  30. package/es/SearchFilled.d.ts +6 -0
  31. package/es/SearchFilled.js +39 -0
  32. package/es/SearchOutlined.d.ts +6 -0
  33. package/es/SearchOutlined.js +39 -0
  34. package/es/StopFilled.d.ts +6 -0
  35. package/es/StopFilled.js +39 -0
  36. package/es/StopOutlined.d.ts +6 -0
  37. package/es/StopOutlined.js +39 -0
  38. package/es/TrashOutlined.d.ts +6 -0
  39. package/es/TrashOutlined.js +45 -0
  40. package/es/index.d.ts +19 -0
  41. package/es/index.js +19 -0
  42. package/lib/AlertTriangleFilled.d.ts +6 -0
  43. package/lib/AlertTriangleFilled.js +86 -0
  44. package/lib/AlertTriangleOutlined.d.ts +6 -0
  45. package/lib/AlertTriangleOutlined.js +89 -0
  46. package/lib/ClockCircleFilled.d.ts +6 -0
  47. package/lib/ClockCircleFilled.js +97 -0
  48. package/lib/ClockCircleOutline.d.ts +6 -0
  49. package/lib/ClockCircleOutline.js +105 -0
  50. package/lib/CreditCardFilled.d.ts +6 -0
  51. package/lib/CreditCardFilled.js +86 -0
  52. package/lib/CreditCardOutlined.d.ts +6 -0
  53. package/lib/CreditCardOutlined.js +86 -0
  54. package/lib/FormFilled.d.ts +6 -0
  55. package/lib/FormFilled.js +89 -0
  56. package/lib/FormOutlined.d.ts +6 -0
  57. package/lib/FormOutlined.js +89 -0
  58. package/lib/ListCaptionFilled.d.ts +6 -0
  59. package/lib/ListCaptionFilled.js +86 -0
  60. package/lib/ListCaptionOutlined.d.ts +6 -0
  61. package/lib/ListCaptionOutlined.js +86 -0
  62. package/lib/MailFilled.d.ts +6 -0
  63. package/lib/MailFilled.js +86 -0
  64. package/lib/MailOutlined.d.ts +6 -0
  65. package/lib/MailOutlined.js +86 -0
  66. package/lib/MoveOutlined.js +5 -11
  67. package/lib/OpenMailFilled.d.ts +6 -0
  68. package/lib/OpenMailFilled.js +86 -0
  69. package/lib/OpenMailOutlined.d.ts +6 -0
  70. package/lib/OpenMailOutlined.js +89 -0
  71. package/lib/SearchFilled.d.ts +6 -0
  72. package/lib/SearchFilled.js +86 -0
  73. package/lib/SearchOutlined.d.ts +6 -0
  74. package/lib/SearchOutlined.js +86 -0
  75. package/lib/StopFilled.d.ts +6 -0
  76. package/lib/StopFilled.js +86 -0
  77. package/lib/StopOutlined.d.ts +6 -0
  78. package/lib/StopOutlined.js +86 -0
  79. package/lib/TrashOutlined.d.ts +6 -0
  80. package/lib/TrashOutlined.js +92 -0
  81. package/lib/index.d.ts +19 -0
  82. package/lib/index.js +171 -0
  83. package/package.json +2 -2
  84. package/src/AlertTriangleFilled.tsx +20 -0
  85. package/src/AlertTriangleOutlined.tsx +24 -0
  86. package/src/ClockCircleFilled.tsx +32 -0
  87. package/src/ClockCircleOutline.tsx +34 -0
  88. package/src/CreditCardFilled.tsx +20 -0
  89. package/src/CreditCardOutlined.tsx +20 -0
  90. package/src/FormFilled.tsx +24 -0
  91. package/src/FormOutlined.tsx +24 -0
  92. package/src/ListCaptionFilled.tsx +20 -0
  93. package/src/ListCaptionOutlined.tsx +20 -0
  94. package/src/MailFilled.tsx +20 -0
  95. package/src/MailOutlined.tsx +20 -0
  96. package/src/MoveOutlined.tsx +3 -11
  97. package/src/OpenMailFilled.tsx +20 -0
  98. package/src/OpenMailOutlined.tsx +24 -0
  99. package/src/SearchFilled.tsx +20 -0
  100. package/src/SearchOutlined.tsx +20 -0
  101. package/src/StopFilled.tsx +20 -0
  102. package/src/StopOutlined.tsx +20 -0
  103. package/src/TrashOutlined.tsx +28 -0
  104. package/src/index.tsx +19 -0
  105. package/svgs/filled/alert-triangle-filled.svg +5 -0
  106. package/svgs/filled/clock-circle-filled.svg +12 -0
  107. package/svgs/filled/credit-card-filled.svg +5 -0
  108. package/svgs/filled/form-filled.svg +8 -0
  109. package/svgs/filled/list-caption-filled.svg +5 -0
  110. package/svgs/filled/mail-filled.svg +5 -0
  111. package/svgs/filled/open-mail-filled.svg +5 -0
  112. package/svgs/filled/search-filled.svg +5 -0
  113. package/svgs/filled/stop-filled.svg +5 -0
  114. package/svgs/outlined/alert-triangle-outlined.svg +11 -0
  115. package/svgs/outlined/clock-circle-outline.svg +5 -0
  116. package/svgs/outlined/credit-card-outlined.svg +5 -0
  117. package/svgs/outlined/form-outlined.svg +8 -0
  118. package/svgs/outlined/list-caption-outlined.svg +5 -0
  119. package/svgs/outlined/mail-outlined.svg +5 -0
  120. package/svgs/outlined/move-outlined.svg +3 -3
  121. package/svgs/outlined/open-mail-outlined.svg +8 -0
  122. package/svgs/outlined/search-outlined.svg +4 -0
  123. package/svgs/outlined/stop-outlined.svg +5 -0
  124. package/svgs/outlined/trash-outlined.svg +17 -0
  125. package/tmpAllSvgs/alert-triangle-filled.svg +5 -0
  126. package/tmpAllSvgs/alert-triangle-outlined.svg +11 -0
  127. package/tmpAllSvgs/clock-circle-filled.svg +12 -0
  128. package/tmpAllSvgs/clock-circle-outline.svg +5 -0
  129. package/tmpAllSvgs/credit-card-filled.svg +5 -0
  130. package/tmpAllSvgs/credit-card-outlined.svg +5 -0
  131. package/tmpAllSvgs/form-filled.svg +8 -0
  132. package/tmpAllSvgs/form-outlined.svg +8 -0
  133. package/tmpAllSvgs/list-caption-filled.svg +5 -0
  134. package/tmpAllSvgs/list-caption-outlined.svg +5 -0
  135. package/tmpAllSvgs/mail-filled.svg +5 -0
  136. package/tmpAllSvgs/mail-outlined.svg +5 -0
  137. package/tmpAllSvgs/move-outlined.svg +3 -3
  138. package/tmpAllSvgs/open-mail-filled.svg +5 -0
  139. package/tmpAllSvgs/open-mail-outlined.svg +8 -0
  140. package/tmpAllSvgs/search-filled.svg +5 -0
  141. package/tmpAllSvgs/search-outlined.svg +4 -0
  142. package/tmpAllSvgs/stop-filled.svg +5 -0
  143. package/tmpAllSvgs/stop-outlined.svg +5 -0
  144. package/tmpAllSvgs/trash-outlined.svg +17 -0
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function AlertTriangleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace AlertTriangleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default AlertTriangleFilled;
@@ -0,0 +1,39 @@
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 AlertTriangleFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M20.855 15.504l-5.64-10.44a4 4 0 00-7 0l-5.73 10.43a4 4 0 003.51 5.91h11.34a4 4 0 003.52-5.9zm-10-5.76a.75.75 0 011.5 0v3.09a.75.75 0 01-1.5 0v-3.09zm.76 6.75a.75.75 0 00.75-.75l-.01-.01a.74.74 0 00-.74-.74.76.76 0 00-.75.75c0 .414.336.75.75.75z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ AlertTriangleFilled.displayName = 'AlertTriangleFilled';
39
+ export default AlertTriangleFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function AlertTriangleOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace AlertTriangleOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default AlertTriangleOutlined;
@@ -0,0 +1,42 @@
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 AlertTriangleOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M8.19 5.08A3.94 3.94 0 0111.67 3a4 4 0 013.55 2.1l5.64 10.44a4 4 0 01-3.52 5.9H6a4 4 0 01-3.51-5.92l5.7-10.44zm5.68.73A2.48 2.48 0 009.5 5.8L3.81 16.22A2.49 2.49 0 006 19.91h11.34a2.51 2.51 0 002.2-3.69L13.87 5.81z",
29
+ fill: "currentColor"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M11.67 15a.75.75 0 000 1.5.74.74 0 00.75-.75.74.74 0 00-.75-.74V15zM11.67 13.63a.76.76 0 01-.75-.75v-3.1a.75.75 0 011.5 0v3.1a.75.75 0 01-.75.75z",
32
+ fill: "currentColor"
33
+ }));
34
+ };
35
+
36
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
37
+ component: IconNode
38
+ }));
39
+ }
40
+
41
+ AlertTriangleOutlined.displayName = 'AlertTriangleOutlined';
42
+ export default AlertTriangleOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ClockCircleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ClockCircleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ClockCircleFilled;
@@ -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 ClockCircleFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("mask", {
26
+ id: "clock-circle-filled_svg__a",
27
+ fill: "#fff"
28
+ }, /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M12 3a9 9 0 100 18 9 9 0 000-18zm-.3 4a.7.7 0 00-.7.7v4.6c0 .07.01.137.029.2a.699.699 0 00.671.9h4.6a.7.7 0 100-1.4h-3.9V7.7a.7.7 0 00-.7-.7z"
32
+ })), /*#__PURE__*/React.createElement("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M12 3a9 9 0 100 18 9 9 0 000-18zm-.3 4a.7.7 0 00-.7.7v4.6c0 .07.01.137.029.2a.699.699 0 00.671.9h4.6a.7.7 0 100-1.4h-3.9V7.7a.7.7 0 00-.7-.7z",
36
+ fill: "currentColor"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M11.029 12.5l1.342.4.119-.4-.12-.4-1.341.4zm5.271.9V12v1.4zM12.4 12H11v1.4h1.4V12zm-8 0A7.6 7.6 0 0112 4.4V1.6C6.256 1.6 1.6 6.256 1.6 12h2.8zm7.6 7.6A7.6 7.6 0 014.4 12H1.6c0 5.744 4.656 10.4 10.4 10.4v-2.8zm7.6-7.6a7.6 7.6 0 01-7.6 7.6v2.8c5.744 0 10.4-4.656 10.4-10.4h-2.8zM12 4.4a7.6 7.6 0 017.6 7.6h2.8c0-5.744-4.656-10.4-10.4-10.4v2.8zm.4 3.3a.7.7 0 01-.7.7V5.6a2.1 2.1 0 00-2.1 2.1h2.8zm0 4.6V7.7H9.6v4.6h2.8zm-.03-.2a.7.7 0 01.03.2H9.6c0 .206.03.408.087.6l2.684-.8zm.03.6a.7.7 0 01-.03.2l-2.683-.8a2.1 2.1 0 00-.087.6h2.8zm-.7-.7a.7.7 0 01.7.7H9.6c0 1.16.94 2.1 2.1 2.1V12zm4.6 0h-4.6v2.8h4.6V12zm-.7.7a.7.7 0 01.7-.7v2.8a2.1 2.1 0 002.1-2.1h-2.8zm.7.7a.7.7 0 01-.7-.7h2.8a2.1 2.1 0 00-2.1-2.1v2.8zm-3.9 0h3.9v-2.8h-3.9v2.8zM11 7.7V12h2.8V7.7H11zm.7.7a.7.7 0 01-.7-.7h2.8a2.1 2.1 0 00-2.1-2.1v2.8z",
39
+ fill: "currentColor",
40
+ mask: "url(#clock-circle-filled_svg__a)"
41
+ }));
42
+ };
43
+
44
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
45
+ component: IconNode
46
+ }));
47
+ }
48
+
49
+ ClockCircleFilled.displayName = 'ClockCircleFilled';
50
+ export default ClockCircleFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ClockCircleOutline(componentProps: IconProps): JSX.Element;
3
+ declare namespace ClockCircleOutline {
4
+ var displayName: string;
5
+ }
6
+ export default ClockCircleOutline;
@@ -0,0 +1,58 @@
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 ClockCircleOutline(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("rect", {
26
+ fill: "#fff",
27
+ x: 3.7,
28
+ y: 3.7,
29
+ width: 16.6,
30
+ height: 16.6,
31
+ rx: 8.3,
32
+ stroke: "currentColor",
33
+ strokeWidth: 1.4
34
+ }), /*#__PURE__*/React.createElement("rect", {
35
+ fill: "currentColor",
36
+ x: 11,
37
+ y: 7,
38
+ width: 1.4,
39
+ height: 6,
40
+ rx: 0.7
41
+ }), /*#__PURE__*/React.createElement("rect", {
42
+ fill: "currentColor",
43
+ x: 17,
44
+ y: 12,
45
+ width: 1.4,
46
+ height: 6,
47
+ rx: 0.7,
48
+ transform: "rotate(90 17 12)"
49
+ }));
50
+ };
51
+
52
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
53
+ component: IconNode
54
+ }));
55
+ }
56
+
57
+ ClockCircleOutline.displayName = 'ClockCircleOutline';
58
+ export default ClockCircleOutline;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CreditCardFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CreditCardFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CreditCardFilled;
@@ -0,0 +1,39 @@
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 CreditCardFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M6 5h12a4 4 0 014 4v6a4 4 0 01-4 4H6a4 4 0 01-4-4V9a4 4 0 014-4zm-.74 9.75h13.48a.75.75 0 000-1.5H5.26a.75.75 0 000 1.5z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ CreditCardFilled.displayName = 'CreditCardFilled';
39
+ export default CreditCardFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CreditCardOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace CreditCardOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default CreditCardOutlined;
@@ -0,0 +1,39 @@
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 CreditCardOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M18 5H6a4 4 0 00-4 4v6a4 4 0 004 4h12a4 4 0 004-4V9a4 4 0 00-4-4zM6 6.5h12A2.5 2.5 0 0120.5 9v4.25h-17V9A2.5 2.5 0 016 6.5zm0 11h12a2.5 2.5 0 002.5-2.5v-.25h-17V15A2.5 2.5 0 006 17.5z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ CreditCardOutlined.displayName = 'CreditCardOutlined';
39
+ export default CreditCardOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function FormFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace FormFilled {
4
+ var displayName: string;
5
+ }
6
+ export default FormFilled;
@@ -0,0 +1,42 @@
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 FormFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ d: "M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z",
27
+ fill: "currentColor"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z",
32
+ fill: "currentColor"
33
+ }));
34
+ };
35
+
36
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
37
+ component: IconNode
38
+ }));
39
+ }
40
+
41
+ FormFilled.displayName = 'FormFilled';
42
+ export default FormFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function FormOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace FormOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default FormOutlined;
@@ -0,0 +1,42 @@
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 FormOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M7.79 15.27l.73-3.41a2.55 2.55 0 01.69-1.25L15.88 4a3.71 3.71 0 012.56-1.11 2.73 2.73 0 011.95.78 3.23 3.23 0 01-.33 4.51l-6.67 6.67a2.55 2.55 0 01-1.25.69l-3.41.73h-.19a.76.76 0 01-.75-1zm2.48-3.59a1 1 0 00-.28.5l-.49 2.33 2.33-.5a1 1 0 00.5-.28L19 7.06a1.76 1.76 0 00.33-2.4 1.23 1.23 0 00-.89-.34 2.19 2.19 0 00-1.5.68l-6.67 6.68z",
29
+ fill: "currentColor"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M19.91 10.93a.76.76 0 00-.75.75v5.69a3 3 0 01-3 3.05H6.63a3.06 3.06 0 01-3-3.05V7.88a3.05 3.05 0 013.05-3h5.69a.75.75 0 000-1.5H6.63a4.55 4.55 0 00-4.55 4.5v9.49a4.55 4.55 0 004.55 4.55h9.49a4.55 4.55 0 004.54-4.55v-5.69a.76.76 0 00-.75-.75z",
32
+ fill: "currentColor"
33
+ }));
34
+ };
35
+
36
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
37
+ component: IconNode
38
+ }));
39
+ }
40
+
41
+ FormOutlined.displayName = 'FormOutlined';
42
+ export default FormOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ListCaptionFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ListCaptionFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ListCaptionFilled;
@@ -0,0 +1,39 @@
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 ListCaptionFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M15.62 11H6a1 1 0 110-2h9.62a1 1 0 110 2zM6 14h12.82a1 1 0 110 2H6a1 1 0 110-2z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ ListCaptionFilled.displayName = 'ListCaptionFilled';
39
+ export default ListCaptionFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ListCaptionOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ListCaptionOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ListCaptionOutlined;
@@ -0,0 +1,39 @@
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 ListCaptionOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M15.37 10.5H5.75a.75.75 0 010-1.5h9.62a.75.75 0 010 1.5zM5.75 14h12.82a.75.75 0 010 1.5H5.75a.75.75 0 010-1.5z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ ListCaptionOutlined.displayName = 'ListCaptionOutlined';
39
+ export default ListCaptionOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function MailFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace MailFilled {
4
+ var displayName: string;
5
+ }
6
+ export default MailFilled;
@@ -0,0 +1,39 @@
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 MailFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M6 4h12a4 4 0 014 4v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8a4 4 0 014-4zm7.4 9.55l6.34-4.7a.64.64 0 00.14-.89.62.62 0 00-.88-.13l-6.41 4.67a.85.85 0 01-1.23 0L5 7.83a.62.62 0 00-.87.13.64.64 0 00.13.89l6.3 4.65c.392.372.91.582 1.45.59a2.06 2.06 0 001.39-.54z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ MailFilled.displayName = 'MailFilled';
39
+ export default MailFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function MailOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MailOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MailOutlined;
@@ -0,0 +1,39 @@
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 MailOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M18 4H6a4 4 0 00-4 4v9a4 4 0 004 4h12a4 4 0 004-4V8a4 4 0 00-4-4zM6 5.59h12a2.4 2.4 0 012.3 1.73l-7.54 5.59a1.06 1.06 0 01-1.53-.05L3.72 7.33A2.4 2.4 0 016 5.59zM3.59 17A2.41 2.41 0 006 19.41h12A2.41 2.41 0 0020.4 17V8.97l-6.8 5a2.35 2.35 0 01-1.6.63 2.49 2.49 0 01-1.66-.67l-6.75-5V17z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ MailOutlined.displayName = 'MailOutlined';
39
+ export default MailOutlined;
@@ -22,19 +22,13 @@ function MoveOutlined(componentProps) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  width: 24,
24
24
  height: 24,
25
- fill: "none",
26
25
  xmlns: "http://www.w3.org/2000/svg"
27
- }, props), /*#__PURE__*/React.createElement("rect", {
28
- fill: "#212121",
29
- x: 16,
30
- y: 11.373,
31
- width: 1.4,
32
- height: 8,
33
- rx: 0.7,
34
- transform: "rotate(90 16 11.373)"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ fill: "inherit",
28
+ d: "M15.3 11.373a.7.7 0 110 1.4H8.7a.7.7 0 110-1.4h6.6z"
35
29
  }), /*#__PURE__*/React.createElement("path", {
36
- fill: "#212121",
37
- d: "M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
30
+ fill: "inherit",
31
+ d: "M12.7 15.3a.7.7 0 01-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
38
32
  }), /*#__PURE__*/React.createElement("path", {
39
33
  fill: "currentColor",
40
34
  fillRule: "evenodd",
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function OpenMailFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace OpenMailFilled {
4
+ var displayName: string;
5
+ }
6
+ export default OpenMailFilled;