a-icons 1.0.56 → 1.0.57

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 (180) hide show
  1. package/es/ArrowsRightLeftFilled.d.ts +6 -0
  2. package/es/{HomeTopFilled.js → ArrowsRightLeftFilled.js} +6 -4
  3. package/es/ArrowsRightLeftOutlined.d.ts +6 -0
  4. package/es/{ContactsBookFilled.js → ArrowsRightLeftOutlined.js} +4 -4
  5. package/es/BiscuitFilled.d.ts +6 -0
  6. package/es/BiscuitFilled.js +40 -0
  7. package/es/BiscuitOutlined.d.ts +6 -0
  8. package/es/BiscuitOutlined.js +53 -0
  9. package/es/DocumentFilled.d.ts +6 -0
  10. package/es/{MentalHealthFilled.js → DocumentFilled.js} +8 -6
  11. package/es/DocumentOutlined.d.ts +6 -0
  12. package/es/{MentalHealthOutlied.js → DocumentOutlined.js} +9 -7
  13. package/es/FileFilled.js +2 -1
  14. package/es/FileOutlined.js +2 -1
  15. package/es/ShopKeeperFilled.d.ts +6 -0
  16. package/es/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
  17. package/es/ShopKeeperOutlined.d.ts +6 -0
  18. package/es/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
  19. package/es/TagFilled.d.ts +6 -0
  20. package/es/{CoinsFilled.js → TagFilled.js} +6 -4
  21. package/es/TagOutlined.d.ts +6 -0
  22. package/es/{AuctionFilled.js → TagOutlined.js} +6 -4
  23. package/es/index.d.ts +10 -16
  24. package/es/index.js +10 -16
  25. package/lib/ArrowsRightLeftFilled.d.ts +6 -0
  26. package/lib/{HomeTopFilled.js → ArrowsRightLeftFilled.js} +6 -4
  27. package/lib/ArrowsRightLeftOutlined.d.ts +6 -0
  28. package/lib/{CoinsFilled.js → ArrowsRightLeftOutlined.js} +4 -4
  29. package/lib/BiscuitFilled.d.ts +6 -0
  30. package/lib/BiscuitFilled.js +87 -0
  31. package/lib/BiscuitOutlined.d.ts +6 -0
  32. package/lib/BiscuitOutlined.js +100 -0
  33. package/lib/DocumentFilled.d.ts +6 -0
  34. package/lib/{MentalHealthFilled.js → DocumentFilled.js} +8 -6
  35. package/lib/DocumentOutlined.d.ts +6 -0
  36. package/lib/{MentalHealthOutlied.js → DocumentOutlined.js} +9 -7
  37. package/lib/FileFilled.js +2 -1
  38. package/lib/FileOutlined.js +2 -1
  39. package/lib/ShopKeeperFilled.d.ts +6 -0
  40. package/lib/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
  41. package/lib/ShopKeeperOutlined.d.ts +6 -0
  42. package/lib/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
  43. package/lib/TagFilled.d.ts +6 -0
  44. package/lib/{AuctionFilled.js → TagFilled.js} +6 -4
  45. package/lib/TagOutlined.d.ts +6 -0
  46. package/lib/{ContactsBookFilled.js → TagOutlined.js} +6 -4
  47. package/lib/index.d.ts +10 -16
  48. package/lib/index.js +57 -111
  49. package/package.json +2 -2
  50. package/src/ArrowsRightLeftFilled.tsx +20 -0
  51. package/src/ArrowsRightLeftOutlined.tsx +18 -0
  52. package/src/BiscuitFilled.tsx +20 -0
  53. package/src/BiscuitOutlined.tsx +26 -0
  54. package/src/DocumentFilled.tsx +24 -0
  55. package/src/DocumentOutlined.tsx +24 -0
  56. package/src/FileFilled.tsx +2 -2
  57. package/src/FileOutlined.tsx +2 -2
  58. package/src/{ShopkeeperFilled.tsx → ShopKeeperFilled.tsx} +6 -6
  59. package/src/{ShopkeeperOutlined.tsx → ShopKeeperOutlined.tsx} +6 -6
  60. package/src/TagFilled.tsx +20 -0
  61. package/src/TagOutlined.tsx +20 -0
  62. package/src/index.tsx +10 -16
  63. package/svgs/filled/arrows-right-left-filled.svg +5 -0
  64. package/svgs/filled/biscuit-filled.svg +5 -0
  65. package/svgs/filled/document-filled.svg +8 -0
  66. package/svgs/filled/file-filled.svg +4 -2
  67. package/svgs/filled/shop-keeper-filled.svg +14 -0
  68. package/svgs/filled/tag-filled.svg +5 -0
  69. package/svgs/outlined/arrows-right-left-outlined.svg +8 -0
  70. package/svgs/outlined/biscuit-outlined.svg +10 -0
  71. package/svgs/outlined/document-outlined.svg +14 -0
  72. package/svgs/outlined/file-outlined.svg +4 -2
  73. package/svgs/outlined/shop-keeper-outlined.svg +8 -0
  74. package/svgs/outlined/tag-outlined.svg +5 -0
  75. package/tmpAllSvgs/arrows-right-left-filled.svg +5 -0
  76. package/tmpAllSvgs/arrows-right-left-outlined.svg +8 -0
  77. package/tmpAllSvgs/biscuit-filled.svg +5 -0
  78. package/tmpAllSvgs/biscuit-outlined.svg +10 -0
  79. package/tmpAllSvgs/document-filled.svg +8 -0
  80. package/tmpAllSvgs/document-outlined.svg +14 -0
  81. package/tmpAllSvgs/file-filled.svg +4 -2
  82. package/tmpAllSvgs/file-outlined.svg +4 -2
  83. package/tmpAllSvgs/shop-keeper-filled.svg +14 -0
  84. package/tmpAllSvgs/shop-keeper-outlined.svg +8 -0
  85. package/tmpAllSvgs/tag-filled.svg +5 -0
  86. package/tmpAllSvgs/tag-outlined.svg +5 -0
  87. package/es/AuctionFilled.d.ts +0 -6
  88. package/es/AuctionOutlined.d.ts +0 -6
  89. package/es/AuctionOutlined.js +0 -38
  90. package/es/CoinsFilled.d.ts +0 -6
  91. package/es/CoinsOutlined.d.ts +0 -6
  92. package/es/CoinsOutlined.js +0 -38
  93. package/es/ContactsBookFilled.d.ts +0 -6
  94. package/es/ContactsBookOutlined.d.ts +0 -6
  95. package/es/ContactsBookOutlined.js +0 -38
  96. package/es/HomeTopFilled.d.ts +0 -6
  97. package/es/HomeTopOutlined.d.ts +0 -6
  98. package/es/HomeTopOutlined.js +0 -38
  99. package/es/MentalHealthFilled.d.ts +0 -6
  100. package/es/MentalHealthOutlied.d.ts +0 -6
  101. package/es/PriceTagFilled.d.ts +0 -6
  102. package/es/PriceTagFilled.js +0 -38
  103. package/es/PriceTagOutlined.d.ts +0 -6
  104. package/es/PriceTagOutlined.js +0 -38
  105. package/es/ShopkeeperFilled.d.ts +0 -6
  106. package/es/ShopkeeperOutlined.d.ts +0 -6
  107. package/es/SubAccountFilled.d.ts +0 -6
  108. package/es/SubAccountFilled.js +0 -38
  109. package/es/SubAccountOutlined.d.ts +0 -6
  110. package/es/SubAccountOutlined.js +0 -38
  111. package/lib/AuctionFilled.d.ts +0 -6
  112. package/lib/AuctionOutlined.d.ts +0 -6
  113. package/lib/AuctionOutlined.js +0 -85
  114. package/lib/CoinsFilled.d.ts +0 -6
  115. package/lib/CoinsOutlined.d.ts +0 -6
  116. package/lib/CoinsOutlined.js +0 -85
  117. package/lib/ContactsBookFilled.d.ts +0 -6
  118. package/lib/ContactsBookOutlined.d.ts +0 -6
  119. package/lib/ContactsBookOutlined.js +0 -85
  120. package/lib/HomeTopFilled.d.ts +0 -6
  121. package/lib/HomeTopOutlined.d.ts +0 -6
  122. package/lib/HomeTopOutlined.js +0 -85
  123. package/lib/MentalHealthFilled.d.ts +0 -6
  124. package/lib/MentalHealthOutlied.d.ts +0 -6
  125. package/lib/PriceTagFilled.d.ts +0 -6
  126. package/lib/PriceTagFilled.js +0 -85
  127. package/lib/PriceTagOutlined.d.ts +0 -6
  128. package/lib/PriceTagOutlined.js +0 -85
  129. package/lib/ShopkeeperFilled.d.ts +0 -6
  130. package/lib/ShopkeeperOutlined.d.ts +0 -6
  131. package/lib/SubAccountFilled.d.ts +0 -6
  132. package/lib/SubAccountFilled.js +0 -85
  133. package/lib/SubAccountOutlined.d.ts +0 -6
  134. package/lib/SubAccountOutlined.js +0 -85
  135. package/src/AuctionFilled.tsx +0 -18
  136. package/src/AuctionOutlined.tsx +0 -18
  137. package/src/CoinsFilled.tsx +0 -18
  138. package/src/CoinsOutlined.tsx +0 -18
  139. package/src/ContactsBookFilled.tsx +0 -18
  140. package/src/ContactsBookOutlined.tsx +0 -18
  141. package/src/HomeTopFilled.tsx +0 -18
  142. package/src/HomeTopOutlined.tsx +0 -18
  143. package/src/MentalHealthFilled.tsx +0 -19
  144. package/src/MentalHealthOutlied.tsx +0 -19
  145. package/src/PriceTagFilled.tsx +0 -18
  146. package/src/PriceTagOutlined.tsx +0 -18
  147. package/src/SubAccountFilled.tsx +0 -18
  148. package/src/SubAccountOutlined.tsx +0 -18
  149. package/svgs/filled/auction-filled.svg +0 -3
  150. package/svgs/filled/coins-filled.svg +0 -3
  151. package/svgs/filled/contacts-book-filled.svg +0 -3
  152. package/svgs/filled/home-top-filled.svg +0 -3
  153. package/svgs/filled/mental-health-filled.svg +0 -4
  154. package/svgs/filled/price-tag-filled.svg +0 -3
  155. package/svgs/filled/shopkeeper-Filled.svg +0 -10
  156. package/svgs/filled/sub-account-filled.svg +0 -3
  157. package/svgs/outlined/auction-outlined.svg +0 -3
  158. package/svgs/outlined/coins-outlined.svg +0 -3
  159. package/svgs/outlined/contacts-book-outlined.svg +0 -3
  160. package/svgs/outlined/home-top-outlined.svg +0 -3
  161. package/svgs/outlined/mental-health-outlied.svg +0 -4
  162. package/svgs/outlined/price-tag-outlined.svg +0 -3
  163. package/svgs/outlined/shopkeeper-outlined.svg +0 -4
  164. package/svgs/outlined/sub-account-outlined.svg +0 -3
  165. package/tmpAllSvgs/auction-filled.svg +0 -3
  166. package/tmpAllSvgs/auction-outlined.svg +0 -3
  167. package/tmpAllSvgs/coins-filled.svg +0 -3
  168. package/tmpAllSvgs/coins-outlined.svg +0 -3
  169. package/tmpAllSvgs/contacts-book-filled.svg +0 -3
  170. package/tmpAllSvgs/contacts-book-outlined.svg +0 -3
  171. package/tmpAllSvgs/home-top-filled.svg +0 -3
  172. package/tmpAllSvgs/home-top-outlined.svg +0 -3
  173. package/tmpAllSvgs/mental-health-filled.svg +0 -4
  174. package/tmpAllSvgs/mental-health-outlied.svg +0 -4
  175. package/tmpAllSvgs/price-tag-filled.svg +0 -3
  176. package/tmpAllSvgs/price-tag-outlined.svg +0 -3
  177. package/tmpAllSvgs/shopkeeper-Filled.svg +0 -10
  178. package/tmpAllSvgs/shopkeeper-outlined.svg +0 -4
  179. package/tmpAllSvgs/sub-account-filled.svg +0 -3
  180. package/tmpAllSvgs/sub-account-outlined.svg +0 -3
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ArrowsRightLeftFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ArrowsRightLeftFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ArrowsRightLeftFilled;
@@ -17,14 +17,16 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function HomeTopFilled(componentProps) {
20
+ function ArrowsRightLeftFilled(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M21 20a1 1 0 01-1 1H4a1 1 0 01-1-1V9.49a1 1 0 01.386-.79l8-6.222a1 1 0 011.228 0l8 6.222a1 1 0 01.386.79V20zm-10-7v6h2v-6h-2z",
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M15.56 2.58H8.44a6 6 0 00-6 6v7.12a6 6 0 006 6h7.12a6 6 0 006-6V8.58a6 6 0 00-6-6zM14.24 16H8.69l1.92 1.92a.75.75 0 010 1.07.74.74 0 01-.53.21.77.77 0 01-.53-.21l-3.2-3.21a.63.63 0 01-.16-.24.73.73 0 010-.58.63.63 0 01.16-.24l3.2-3.2a.75.75 0 011.06 1.06l-1.92 1.87h5.55a.75.75 0 010 1.5V16zm3.41-6.62a.63.63 0 00.16-.24v-.05a.73.73 0 000-.58.63.63 0 00-.16-.24l-3.2-3.2a.75.75 0 10-1.06 1.06l1.92 1.97H9.76a.75.75 0 100 1.5h5.55l-1.92 1.92a.74.74 0 000 1.06.71.71 0 00.53.22.74.74 0 00.53-.22l3.2-3.2z",
28
30
  fill: "currentColor"
29
31
  }));
30
32
  };
@@ -34,5 +36,5 @@ function HomeTopFilled(componentProps) {
34
36
  }));
35
37
  }
36
38
 
37
- HomeTopFilled.displayName = 'HomeTopFilled';
38
- export default HomeTopFilled;
39
+ ArrowsRightLeftFilled.displayName = 'ArrowsRightLeftFilled';
40
+ export default ArrowsRightLeftFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ArrowsRightLeftOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ArrowsRightLeftOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ArrowsRightLeftOutlined;
@@ -17,14 +17,14 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function ContactsBookFilled(componentProps) {
20
+ function ArrowsRightLeftOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M7 2v20H3V2h4zm2 0h10.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9V2zm13 4h2v4h-2V6zm0 6h2v4h-2v-4zm-7 0a2 2 0 100-4 2 2 0 000 4zm-3 4h6a3 3 0 00-6 0z",
27
+ d: "M15.28 14.94h-9l3.41-3.41a.753.753 0 10-1.06-1.07L4 15.15a.82.82 0 00-.16.25.8.8 0 000 .57.82.82 0 00.16.25l4.69 4.69a.79.79 0 00.53.22.75.75 0 00.53-.22.74.74 0 000-1.06l-3.44-3.41h9a.75.75 0 000-1.5h-.03zM20.19 6a.82.82 0 00-.19-.22l-4.66-4.69a.75.75 0 00-1.06 0 .74.74 0 000 1.06l3.41 3.42h-9a.75.75 0 100 1.5h9l-3.41 3.41a.74.74 0 000 1.06c.14.14.331.22.53.22a.79.79 0 00.53-.22L20 6.85a.82.82 0 00.16-.25.8.8 0 00.03-.6z",
28
28
  fill: "currentColor"
29
29
  }));
30
30
  };
@@ -34,5 +34,5 @@ function ContactsBookFilled(componentProps) {
34
34
  }));
35
35
  }
36
36
 
37
- ContactsBookFilled.displayName = 'ContactsBookFilled';
38
- export default ContactsBookFilled;
37
+ ArrowsRightLeftOutlined.displayName = 'ArrowsRightLeftOutlined';
38
+ export default ArrowsRightLeftOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function BiscuitFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace BiscuitFilled {
4
+ var displayName: string;
5
+ }
6
+ export default BiscuitFilled;
@@ -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 BiscuitFilled(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: "M22.213 7.767a2.27 2.27 0 01-.573 2.553 2.27 2.27 0 00-.01 3.36A2.27 2.27 0 0120 17.63 2.27 2.27 0 0017.63 20a2.27 2.27 0 01-3.9 1.63 2.27 2.27 0 00-3.36 0 2.27 2.27 0 01-4-1.63A2.27 2.27 0 004 17.63a2.27 2.27 0 01-1.63-3.9 2.27 2.27 0 000-3.36 2.27 2.27 0 011.63-4A2.27 2.27 0 006.37 4a2.27 2.27 0 013.95-1.63 2.27 2.27 0 003.36 0A2.27 2.27 0 0117.63 4 2.27 2.27 0 0020 6.37a2.27 2.27 0 012.213 1.397zM10.16 9.75A.75.75 0 009.41 9a.76.76 0 00-.75.75.75.75 0 001.5 0zM14.68 15a.75.75 0 11.75-.75.76.76 0 01-.75.75zm-5.03.41l5.76-5.77v.01a.75.75 0 00-1.06-1.06l-5.76 5.76a.74.74 0 000 1.06.71.71 0 00.53.22.74.74 0 00.53-.22z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ BiscuitFilled.displayName = 'BiscuitFilled';
40
+ export default BiscuitFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function BiscuitOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace BiscuitOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default BiscuitOutlined;
@@ -0,0 +1,53 @@
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 BiscuitOutlined(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: "M14.8 8.94l-5.77 5.77a.75.75 0 001.06 1.06L15.86 10a.75.75 0 10-1.06-1.06z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ cx: 9.851,
31
+ cy: 10.1,
32
+ r: 0.75,
33
+ fill: "currentColor"
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ cx: 15.131,
36
+ cy: 14.61,
37
+ r: 0.75,
38
+ fill: "currentColor"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M22.64 8.221a2.27 2.27 0 01-.55 2.459 2.26 2.26 0 000 3.37A2.27 2.27 0 0120.58 18h-.25a2.28 2.28 0 00-2.26 2.39 2.26 2.26 0 01-2.28 2.38 2.21 2.21 0 01-1.66-.75 2.27 2.27 0 00-3.37 0 2.21 2.21 0 01-1.66.75 2.26 2.26 0 01-2.28-2.4 2.28 2.28 0 00-2.26-2.38h-.25a2.27 2.27 0 01-1.51-3.86 2.26 2.26 0 000-3.36 2.27 2.27 0 011.51-4h.25a2.27 2.27 0 002.26-2.42A2.26 2.26 0 019.1 2.01a2.18 2.18 0 011.66.76 2.29 2.29 0 003.37 0A2.18 2.18 0 0115.79 2a2.26 2.26 0 012.28 2.39 2.27 2.27 0 002.26 2.38h.25a2.27 2.27 0 012.06 1.451zm-1.65 7.659a.41.41 0 00-.12-.5v-.06a4.08 4.08 0 010-6 .41.41 0 00.12-.5.42.42 0 00-.41-.29h-.25a4.08 4.08 0 01-2.95-1.27 4.13 4.13 0 01-1.12-3 .41.41 0 00-.1-.33.52.52 0 00-.37-.16.42.42 0 00-.37.16 4.08 4.08 0 01-3 1.34 4.09 4.09 0 01-3-1.34.42.42 0 00-.32-.16.52.52 0 00-.37.16.41.41 0 00-.1.33 4.08 4.08 0 01-4.07 4.32h-.22a.43.43 0 00-.44.29.41.41 0 00.12.5 4.1 4.1 0 011.34 3 4.08 4.08 0 01-1.34 3 .41.41 0 00-.12.5.41.41 0 00.41.3h.25a4.09 4.09 0 014.07 4.28.38.38 0 00.1.32.52.52 0 00.41.15.44.44 0 00.32-.15 4.06 4.06 0 016.05 0 .44.44 0 00.28.16.52.52 0 00.37-.16.38.38 0 00.1-.32 4.17 4.17 0 011.12-3 4.12 4.12 0 012.95-1.27h.22a.42.42 0 00.44-.3z",
43
+ fill: "currentColor"
44
+ }));
45
+ };
46
+
47
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
48
+ component: IconNode
49
+ }));
50
+ }
51
+
52
+ BiscuitOutlined.displayName = 'BiscuitOutlined';
53
+ export default BiscuitOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function DocumentFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace DocumentFilled {
4
+ var displayName: string;
5
+ }
6
+ export default DocumentFilled;
@@ -17,18 +17,20 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function MentalHealthFilled(componentProps) {
20
+ function DocumentFilled(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M11 2a8.002 8.002 0 017.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17a2 2 0 01-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305A8 8 0 0111 2zm-.53 5.763a1.75 1.75 0 10-2.475 2.474L11 13.243l3.005-3.006a1.75 1.75 0 10-2.475-2.474l-.53.53-.53-.53z",
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M14.07 10.24h4.79a.5.5 0 01.5.5v6.92a4 4 0 01-4 4h-6.9a4 4 0 01-4-4V6.5a4 4 0 014-4h2.67a.5.5 0 01.5.5v4.78a2.45 2.45 0 002.44 2.46zm-1.83 4.44H7.81a.75.75 0 000 1.5h4.43a.75.75 0 000-1.5zm1.47 4h-5.9a.75.75 0 010-1.5h5.9a.75.75 0 010 1.5zM10.24 12H7.81a.75.75 0 000 1.5h2.43a.75.75 0 000-1.5z",
28
30
  fill: "currentColor"
29
31
  }), /*#__PURE__*/React.createElement("path", {
30
- fill: "currentColor",
31
- d: "M7 6h9v8H7z"
32
+ d: "M12.68 3.08v4.57c0 .823.667 1.49 1.49 1.49h4.62a.55.55 0 00.39-1l-5.55-5.5a.56.56 0 00-.95.44z",
33
+ fill: "currentColor"
32
34
  }));
33
35
  };
34
36
 
@@ -37,5 +39,5 @@ function MentalHealthFilled(componentProps) {
37
39
  }));
38
40
  }
39
41
 
40
- MentalHealthFilled.displayName = 'MentalHealthFilled';
41
- export default MentalHealthFilled;
42
+ DocumentFilled.displayName = 'DocumentFilled';
43
+ export default DocumentFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function DocumentOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace DocumentOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default DocumentOutlined;
@@ -17,18 +17,20 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function MentalHealthOutlied(componentProps) {
20
+ function DocumentOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M11 2a8.002 8.002 0 017.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17a2 2 0 01-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305A8 8 0 0111 2zm-.53 5.763a1.75 1.75 0 10-2.475 2.474L11 13.243l3.005-3.006a1.75 1.75 0 10-2.475-2.474l-.53.53-.53-.53z",
28
- stroke: "currentColor"
27
+ d: "M8.13 14.84h4.43a.75.75 0 000-1.5H8.13a.75.75 0 000 1.5zM8.13 12.2h2.43a.75.75 0 000-1.5H8.13a.75.75 0 000 1.5zM14 15.87H8.13a.75.75 0 000 1.5H14a.75.75 0 000-1.5z",
28
+ fill: "currentColor"
29
29
  }), /*#__PURE__*/React.createElement("path", {
30
- fill: "currentColor",
31
- d: "M7 6h9v8H7z"
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M19.53 9.44l-7-7a.79.79 0 00-.53-.19H9A4.75 4.75 0 004.25 7v10A4.75 4.75 0 009 21.75h6A4.75 4.75 0 0019.75 17v-7a.79.79 0 00-.22-.56zm-6.78-4.65l4.46 4.46H14c-.69 0-1.25-.56-1.25-1.25V4.79zM5.75 17A3.26 3.26 0 009 20.25h6A3.26 3.26 0 0018.25 17v-6.25H14A2.75 2.75 0 0111.25 8V3.75H9A3.26 3.26 0 005.75 7v10z",
33
+ fill: "currentColor"
32
34
  }));
33
35
  };
34
36
 
@@ -37,5 +39,5 @@ function MentalHealthOutlied(componentProps) {
37
39
  }));
38
40
  }
39
41
 
40
- MentalHealthOutlied.displayName = 'MentalHealthOutlied';
41
- export default MentalHealthOutlied;
42
+ DocumentOutlined.displayName = 'DocumentOutlined';
43
+ export default DocumentOutlined;
package/es/FileFilled.js CHANGED
@@ -21,9 +21,10 @@ function FileFilled(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
+ fill: "none",
24
25
  xmlns: "http://www.w3.org/2000/svg"
25
26
  }, props), /*#__PURE__*/React.createElement("path", {
26
- d: "M20.14 10.284v6.484a2.95 2.95 0 01-2.95 2.951H5.95A2.95 2.95 0 013 16.77V6.95A2.95 2.95 0 015.95 4h3.953c.92 0 1.667.746 1.667 1.667.015.91.757 1.64 1.667 1.639h3.952a2.95 2.95 0 012.95 2.978z",
27
+ d: "M21.82 10.267v7.498a3.412 3.412 0 01-3.412 3.412H5.412A3.412 3.412 0 012 17.765V6.412A3.412 3.412 0 015.412 3h4.57c1.065 0 1.928.863 1.928 1.927a1.927 1.927 0 001.927 1.896h4.57a3.412 3.412 0 013.413 3.444z",
27
28
  fill: "currentColor"
28
29
  }));
29
30
  };
@@ -21,11 +21,12 @@ function FileOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
+ fill: "none",
24
25
  xmlns: "http://www.w3.org/2000/svg"
25
26
  }, props), /*#__PURE__*/React.createElement("path", {
26
27
  fillRule: "evenodd",
27
28
  clipRule: "evenodd",
28
- d: "M6.925 4h3.404a2.674 2.674 0 012.675 2.674.167.167 0 00.167.168h3.354a3.781 3.781 0 013.772 3.773v5.541a3.781 3.781 0 01-3.772 3.773h-9.6a3.773 3.773 0 01-3.772-3.773V7.773A3.764 3.764 0 016.925 4zm4.796 2.674c0-.782-.635-1.416-1.417-1.416H6.925A2.515 2.515 0 004.41 7.773v8.383a2.515 2.515 0 002.515 2.516H16.5a2.515 2.515 0 002.516-2.516v-5.541A2.515 2.515 0 0016.499 8.1h-3.353a1.425 1.425 0 01-1.425-1.426z",
29
+ d: "M5.72 2H9.98a3.346 3.346 0 013.346 3.346.21.21 0 00.21.21h4.195a4.73 4.73 0 014.72 4.72v6.933a4.73 4.73 0 01-4.72 4.72H5.72A4.72 4.72 0 011 17.21V6.72A4.71 4.71 0 015.72 2zm6 3.346c0-.979-.794-1.773-1.773-1.773H5.72A3.147 3.147 0 002.573 6.72v10.49a3.147 3.147 0 003.147 3.146H17.7a3.147 3.147 0 003.146-3.147v-6.933A3.147 3.147 0 0017.7 7.129h-4.196a1.783 1.783 0 01-1.783-1.783z",
29
30
  fill: "currentColor"
30
31
  }));
31
32
  };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ShopKeeperFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ShopKeeperFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ShopKeeperFilled;
@@ -17,23 +17,23 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function ShopkeeperFilled(componentProps) {
20
+ function ShopKeeperFilled(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- fill: "currentColor",
28
- d: "M10.91 13.42l.16-.76a2.19 2.19 0 012.12-1.81h4.41a2.19 2.19 0 012.12 1.81l.16 1.06M15.5 10A2.5 2.5 0 0113 7.5V6.1c0-1.16.94-2.1 2.1-2.1h.8c1.16 0 2.1.94 2.1 2.1v1.4a2.5 2.5 0 01-2.5 2.5z"
27
+ d: "M10.91 13.42l.16-.76a2.19 2.19 0 012.12-1.81h4.41a2.19 2.19 0 012.12 1.81l.16 1.06M15.5 10A2.5 2.5 0 0113 7.5V6.1c0-1.16.94-2.1 2.1-2.1h.8c1.16 0 2.1.94 2.1 2.1v1.4a2.5 2.5 0 01-2.5 2.5z",
28
+ fill: "currentColor"
29
29
  }), /*#__PURE__*/React.createElement("path", {
30
- fill: "currentColor",
31
30
  fillRule: "evenodd",
32
31
  clipRule: "evenodd",
33
- d: "M4 13h16a2 2 0 012 2v3a2 2 0 01-2 2H4a2 2 0 01-2-2v-3a2 2 0 012-2zm1 4.25h14a.75.75 0 000-1.5H5a.75.75 0 000 1.5z"
32
+ d: "M4 13h16a2 2 0 012 2v3a2 2 0 01-2 2H4a2 2 0 01-2-2v-3a2 2 0 012-2zm1 4.25h14a.75.75 0 000-1.5H5a.75.75 0 000 1.5z",
33
+ fill: "currentColor"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
- fill: "currentColor",
36
- d: "M6.53 9.3l-1.3-.56A2 2 0 002.54 11l.19 2.16a2.1 2.1 0 002 2h2.16a2.25 2.25 0 001.69-3.41l-.67-1.22A2.92 2.92 0 006.53 9.3z"
35
+ d: "M6.53 9.3l-1.3-.56A2 2 0 002.54 11l.19 2.16a2.1 2.1 0 002 2h2.16a2.25 2.25 0 001.69-3.41l-.67-1.22A2.92 2.92 0 006.53 9.3z",
36
+ fill: "currentColor"
37
37
  }));
38
38
  };
39
39
 
@@ -42,5 +42,5 @@ function ShopkeeperFilled(componentProps) {
42
42
  }));
43
43
  }
44
44
 
45
- ShopkeeperFilled.displayName = 'ShopkeeperFilled';
46
- export default ShopkeeperFilled;
45
+ ShopKeeperFilled.displayName = 'ShopKeeperFilled';
46
+ export default ShopKeeperFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ShopKeeperOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ShopKeeperOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ShopKeeperOutlined;
@@ -17,22 +17,22 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function ShopkeeperOutlined(componentProps) {
20
+ function ShopKeeperOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- fill: "currentColor",
28
27
  fillRule: "evenodd",
29
28
  clipRule: "evenodd",
30
- d: "M18 7.5a2.5 2.5 0 01-5 0V6.1c0-1.16.94-2.1 2.1-2.1h.8c1.16 0 2.1.94 2.1 2.1v1.4zm-2.9-2a.6.6 0 00-.6.6v1.4a1 1 0 102 0V6.1a.6.6 0 00-.6-.6h-.8z"
29
+ d: "M18 7.5a2.5 2.5 0 01-5 0V6.1c0-1.16.94-2.1 2.1-2.1h.8c1.16 0 2.1.94 2.1 2.1v1.4zm-2.9-2a.6.6 0 00-.6.6v1.4a1 1 0 102 0V6.1a.6.6 0 00-.6-.6h-.8z",
30
+ fill: "currentColor"
31
31
  }), /*#__PURE__*/React.createElement("path", {
32
- fill: "currentColor",
33
32
  fillRule: "evenodd",
34
33
  clipRule: "evenodd",
35
- d: "M20 12.47l.08.53A2 2 0 0122 15v3a2 2 0 01-2 2H4a2 2 0 01-2-2v-3a2 2 0 01.88-1.67 2 2 0 01-.18-.64l-.19-1.92a2 2 0 012.72-2.05l1.3.5a2.78 2.78 0 011.38 1.15l.67 1.08A2 2 0 018.81 13h1.82l.11-.53a2.73 2.73 0 012.63-2.22h4A2.73 2.73 0 0120 12.47zm-6.58-.71a1.23 1.23 0 00-1.16 1l-.05.27h6.36v-.27a1.19 1.19 0 00-1.15-1h-4zm-9.27-1.51a.49.49 0 01.36-.17.391.391 0 01.18 0l1.3.5c.269.1.497.287.65.53l.66 1.09a.45.45 0 010 .49.46.46 0 01-.42.25H4.71a.5.5 0 01-.49-.44L4 10.62a.49.49 0 01.15-.37zM20 18.5a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5H4a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h16z"
34
+ d: "M20 12.47l.08.53A2 2 0 0122 15v3a2 2 0 01-2 2H4a2 2 0 01-2-2v-3a2 2 0 01.88-1.67 2 2 0 01-.18-.64l-.19-1.92a2 2 0 012.72-2.05l1.3.5a2.78 2.78 0 011.38 1.15l.67 1.08A2 2 0 018.81 13h1.82l.11-.53a2.73 2.73 0 012.63-2.22h4A2.73 2.73 0 0120 12.47zm-6.58-.71a1.23 1.23 0 00-1.16 1l-.05.27h6.36v-.27a1.19 1.19 0 00-1.15-1h-4zm-9.27-1.51a.49.49 0 01.36-.17.388.388 0 01.18 0l1.3.5c.269.1.497.287.65.53l.66 1.09a.45.45 0 010 .49.46.46 0 01-.42.25H4.71a.5.5 0 01-.49-.44L4 10.62a.49.49 0 01.15-.37zM20 18.5a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5H4a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h16z",
35
+ fill: "currentColor"
36
36
  }));
37
37
  };
38
38
 
@@ -41,5 +41,5 @@ function ShopkeeperOutlined(componentProps) {
41
41
  }));
42
42
  }
43
43
 
44
- ShopkeeperOutlined.displayName = 'ShopkeeperOutlined';
45
- export default ShopkeeperOutlined;
44
+ ShopKeeperOutlined.displayName = 'ShopKeeperOutlined';
45
+ export default ShopKeeperOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function TagFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace TagFilled {
4
+ var displayName: string;
5
+ }
6
+ export default TagFilled;
@@ -17,14 +17,16 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function CoinsFilled(componentProps) {
20
+ function TagFilled(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M14 2a8 8 0 013.292 15.293A8 8 0 116.706 6.707 8.003 8.003 0 0114 2zm-3 7H9v1a2.5 2.5 0 00-.164 4.995L9 15h2l.09.008a.5.5 0 010 .984L11 16H7v2h2v1h2v-1a2.5 2.5 0 00.164-4.995L11 13H9l-.09-.008a.5.5 0 010-.984L9 12h4v-2h-2V9zm3-5a5.985 5.985 0 00-4.484 2.013 8 8 0 018.47 8.471A6 6 0 0014 4z",
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M12.53 2.53l8.45 8.45a2.36 2.36 0 01-.35 3.28l-6.37 6.37a2.36 2.36 0 01-3.28.35l-8.45-8.45a1.87 1.87 0 01-.52-1.49l.44-6a2.9 2.9 0 012.59-2.59l6-.44a1.87 1.87 0 011.49.52zM7.68 9.107c.377 0 .739-.155 1-.429a1.38 1.38 0 000-2 1.414 1.414 0 00-2 2c.26.274.621.43 1 .43z",
28
30
  fill: "currentColor"
29
31
  }));
30
32
  };
@@ -34,5 +36,5 @@ function CoinsFilled(componentProps) {
34
36
  }));
35
37
  }
36
38
 
37
- CoinsFilled.displayName = 'CoinsFilled';
38
- export default CoinsFilled;
39
+ TagFilled.displayName = 'TagFilled';
40
+ export default TagFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function TagOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace TagOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default TagOutlined;
@@ -17,14 +17,16 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function AuctionFilled(componentProps) {
20
+ function TagOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M14 20v2H2v-2h12zM14.586.686l7.778 7.778L20.95 9.88l-1.06-.354-2.477 2.473 5.657 5.658-1.414 1.413L16 13.415l-2.404 2.404.283 1.132-1.415 1.413-7.778-7.777 1.415-1.414 1.13.282 6.294-6.293-.353-1.06L14.586.686z",
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M11.16 2.02h-.08l-6 .43a2.9 2.9 0 00-2.63 2.63l-.44 6a1.89 1.89 0 00.52 1.5l8.44 8.44c.356.344.835.53 1.33.52a2.79 2.79 0 002-.87l6.37-6.36a2.37 2.37 0 00.35-3.29l-8.49-8.5A1.89 1.89 0 0011.2 2l-.04.02zm.04 1.61a.3.3 0 01.18 0l8.45 8.45a1 1 0 01-.36 1l-6.39 6.39c-.211.229-.5.368-.81.39h-.17l-8.42-8.49a.31.31 0 010-.22l.44-6a1.27 1.27 0 011.04-1.07l6-.43.04-.02zM7.58 9.08a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",
28
30
  fill: "currentColor"
29
31
  }));
30
32
  };
@@ -34,5 +36,5 @@ function AuctionFilled(componentProps) {
34
36
  }));
35
37
  }
36
38
 
37
- AuctionFilled.displayName = 'AuctionFilled';
38
- export default AuctionFilled;
39
+ TagOutlined.displayName = 'TagOutlined';
40
+ export default TagOutlined;
package/es/index.d.ts CHANGED
@@ -7,10 +7,12 @@ export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
7
7
  export { default as ArrowUpFilled } from './ArrowUpFilled';
8
8
  export { default as ArrowsChevronFilled } from './ArrowsChevronFilled';
9
9
  export { default as ArrowsChevronOutlined } from './ArrowsChevronOutlined';
10
+ export { default as ArrowsRightLeftFilled } from './ArrowsRightLeftFilled';
11
+ export { default as ArrowsRightLeftOutlined } from './ArrowsRightLeftOutlined';
10
12
  export { default as ArticleBoardFilled } from './ArticleBoardFilled';
11
- export { default as AuctionFilled } from './AuctionFilled';
12
- export { default as AuctionOutlined } from './AuctionOutlined';
13
13
  export { default as BankCardFilled } from './BankCardFilled';
14
+ export { default as BiscuitFilled } from './BiscuitFilled';
15
+ export { default as BiscuitOutlined } from './BiscuitOutlined';
14
16
  export { default as BoxAddFilled } from './BoxAddFilled';
15
17
  export { default as BoxFilled } from './BoxFilled';
16
18
  export { default as BoxOutlined } from './BoxOutlined';
@@ -41,17 +43,15 @@ export { default as CloseSquareFilled } from './CloseSquareFilled';
41
43
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
42
44
  export { default as CoinOverlapFilled } from './CoinOverlapFilled';
43
45
  export { default as CoinOverlapLockFilled } from './CoinOverlapLockFilled';
44
- export { default as CoinsFilled } from './CoinsFilled';
45
- export { default as CoinsOutlined } from './CoinsOutlined';
46
46
  export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
47
47
  export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
48
- export { default as ContactsBookFilled } from './ContactsBookFilled';
49
- export { default as ContactsBookOutlined } from './ContactsBookOutlined';
50
48
  export { default as CopyFilled } from './CopyFilled';
51
49
  export { default as CreditCardFilled } from './CreditCardFilled';
52
50
  export { default as CreditCardOutlined } from './CreditCardOutlined';
53
51
  export { default as DashboardFilled } from './DashboardFilled';
54
52
  export { default as DashboardOutlined } from './DashboardOutlined';
53
+ export { default as DocumentFilled } from './DocumentFilled';
54
+ export { default as DocumentOutlined } from './DocumentOutlined';
55
55
  export { default as DoubleTextFilled } from './DoubleTextFilled';
56
56
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
57
57
  export { default as DownloadOutlined } from './DownloadOutlined';
@@ -72,8 +72,6 @@ export { default as GarbageCanOutlined } from './GarbageCanOutlined';
72
72
  export { default as HandCoinsFilled } from './HandCoinsFilled';
73
73
  export { default as HomeFilled } from './HomeFilled';
74
74
  export { default as HomeOutlined } from './HomeOutlined';
75
- export { default as HomeTopFilled } from './HomeTopFilled';
76
- export { default as HomeTopOutlined } from './HomeTopOutlined';
77
75
  export { default as IbFilled } from './IbFilled';
78
76
  export { default as ImacFilled } from './ImacFilled';
79
77
  export { default as ImacOutlined } from './ImacOutlined';
@@ -94,8 +92,6 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
94
92
  export { default as LoopOutlined } from './LoopOutlined';
95
93
  export { default as MailFilled } from './MailFilled';
96
94
  export { default as MailOutlined } from './MailOutlined';
97
- export { default as MentalHealthFilled } from './MentalHealthFilled';
98
- export { default as MentalHealthOutlied } from './MentalHealthOutlied';
99
95
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
100
96
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
101
97
  export { default as MoveOutlined } from './MoveOutlined';
@@ -118,8 +114,6 @@ export { default as PeopleTeamFilled } from './PeopleTeamFilled';
118
114
  export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
119
115
  export { default as PlusFilled } from './PlusFilled';
120
116
  export { default as PlusOutlined } from './PlusOutlined';
121
- export { default as PriceTagFilled } from './PriceTagFilled';
122
- export { default as PriceTagOutlined } from './PriceTagOutlined';
123
117
  export { default as RefreshFilled } from './RefreshFilled';
124
118
  export { default as RefreshOutlined } from './RefreshOutlined';
125
119
  export { default as RetryRefreshFilled } from './RetryRefreshFilled';
@@ -133,16 +127,16 @@ export { default as SettingSquareFilled } from './SettingSquareFilled';
133
127
  export { default as SettingSquareOutlined } from './SettingSquareOutlined';
134
128
  export { default as ShapeFilled } from './ShapeFilled';
135
129
  export { default as ShapeOutlined } from './ShapeOutlined';
136
- export { default as ShopkeeperFilled } from './ShopkeeperFilled';
137
- export { default as ShopkeeperOutlined } from './ShopkeeperOutlined';
130
+ export { default as ShopKeeperFilled } from './ShopKeeperFilled';
131
+ export { default as ShopKeeperOutlined } from './ShopKeeperOutlined';
138
132
  export { default as SquareFilled } from './SquareFilled';
139
133
  export { default as StampFilled } from './StampFilled';
140
134
  export { default as StarFilled } from './StarFilled';
141
135
  export { default as StarOutlined } from './StarOutlined';
142
136
  export { default as StopFilled } from './StopFilled';
143
137
  export { default as StopOutlined } from './StopOutlined';
144
- export { default as SubAccountFilled } from './SubAccountFilled';
145
- export { default as SubAccountOutlined } from './SubAccountOutlined';
138
+ export { default as TagFilled } from './TagFilled';
139
+ export { default as TagOutlined } from './TagOutlined';
146
140
  export { default as TmdLogo } from './TmdLogo';
147
141
  export { default as TrashCanFilled } from './TrashCanFilled';
148
142
  export { default as TrashOutlined } from './TrashOutlined';