a-icons 1.0.56 → 1.0.59

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 (203) hide show
  1. package/es/ArrowsRightLeftFilled.d.ts +6 -0
  2. package/es/ArrowsRightLeftFilled.js +40 -0
  3. package/es/ArrowsRightLeftOutlined.d.ts +6 -0
  4. package/es/ArrowsRightLeftOutlined.js +38 -0
  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/Edit2Filled.d.ts +6 -0
  14. package/es/{PriceTagFilled.js → Edit2Filled.js} +4 -4
  15. package/es/ErrorWarningFilled.d.ts +6 -0
  16. package/es/{HomeTopFilled.js → ErrorWarningFilled.js} +4 -4
  17. package/es/FileFilled.js +2 -1
  18. package/es/FileOutlined.js +2 -1
  19. package/es/PencilOutlined.d.ts +6 -0
  20. package/es/{AuctionFilled.js → PencilOutlined.js} +4 -4
  21. package/es/QrCodeFilled.d.ts +6 -0
  22. package/es/QrCodeFilled.js +38 -0
  23. package/es/ShopKeeperFilled.d.ts +6 -0
  24. package/es/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
  25. package/es/ShopKeeperOutlined.d.ts +6 -0
  26. package/es/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
  27. package/es/TagFilled.d.ts +6 -0
  28. package/es/{CoinsFilled.js → TagFilled.js} +6 -4
  29. package/es/TagOutlined.d.ts +6 -0
  30. package/es/{ContactsBookFilled.js → TagOutlined.js} +6 -4
  31. package/es/index.d.ts +14 -16
  32. package/es/index.js +14 -16
  33. package/lib/ArrowsRightLeftFilled.d.ts +6 -0
  34. package/lib/ArrowsRightLeftFilled.js +87 -0
  35. package/lib/ArrowsRightLeftOutlined.d.ts +6 -0
  36. package/lib/ArrowsRightLeftOutlined.js +85 -0
  37. package/lib/BiscuitFilled.d.ts +6 -0
  38. package/lib/BiscuitFilled.js +87 -0
  39. package/lib/BiscuitOutlined.d.ts +6 -0
  40. package/lib/BiscuitOutlined.js +100 -0
  41. package/lib/DocumentFilled.d.ts +6 -0
  42. package/lib/{MentalHealthFilled.js → DocumentFilled.js} +8 -6
  43. package/lib/DocumentOutlined.d.ts +6 -0
  44. package/lib/{MentalHealthOutlied.js → DocumentOutlined.js} +9 -7
  45. package/lib/Edit2Filled.d.ts +6 -0
  46. package/lib/{PriceTagFilled.js → Edit2Filled.js} +4 -4
  47. package/lib/ErrorWarningFilled.d.ts +6 -0
  48. package/lib/{HomeTopFilled.js → ErrorWarningFilled.js} +4 -4
  49. package/lib/FileFilled.js +2 -1
  50. package/lib/FileOutlined.js +2 -1
  51. package/lib/PencilOutlined.d.ts +6 -0
  52. package/lib/{AuctionFilled.js → PencilOutlined.js} +4 -4
  53. package/lib/QrCodeFilled.d.ts +6 -0
  54. package/lib/QrCodeFilled.js +85 -0
  55. package/lib/ShopKeeperFilled.d.ts +6 -0
  56. package/lib/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
  57. package/lib/ShopKeeperOutlined.d.ts +6 -0
  58. package/lib/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
  59. package/lib/TagFilled.d.ts +6 -0
  60. package/lib/{CoinsFilled.js → TagFilled.js} +6 -4
  61. package/lib/TagOutlined.d.ts +6 -0
  62. package/lib/{ContactsBookFilled.js → TagOutlined.js} +6 -4
  63. package/lib/index.d.ts +14 -16
  64. package/lib/index.js +87 -105
  65. package/package.json +2 -2
  66. package/src/ArrowsRightLeftFilled.tsx +20 -0
  67. package/src/ArrowsRightLeftOutlined.tsx +18 -0
  68. package/src/BiscuitFilled.tsx +20 -0
  69. package/src/BiscuitOutlined.tsx +26 -0
  70. package/src/DocumentFilled.tsx +24 -0
  71. package/src/DocumentOutlined.tsx +24 -0
  72. package/src/{PriceTagFilled.tsx → Edit2Filled.tsx} +4 -4
  73. package/src/{HomeTopFilled.tsx → ErrorWarningFilled.tsx} +4 -4
  74. package/src/FileFilled.tsx +2 -2
  75. package/src/FileOutlined.tsx +2 -2
  76. package/src/{AuctionFilled.tsx → PencilOutlined.tsx} +4 -4
  77. package/src/QrCodeFilled.tsx +18 -0
  78. package/src/{ShopkeeperFilled.tsx → ShopKeeperFilled.tsx} +6 -6
  79. package/src/{ShopkeeperOutlined.tsx → ShopKeeperOutlined.tsx} +6 -6
  80. package/src/TagFilled.tsx +20 -0
  81. package/src/TagOutlined.tsx +20 -0
  82. package/src/index.tsx +14 -16
  83. package/svgs/filled/arrows-right-left-filled.svg +5 -0
  84. package/svgs/filled/biscuit-filled.svg +5 -0
  85. package/svgs/filled/document-filled.svg +8 -0
  86. package/svgs/filled/edit-2-filled.svg +5 -0
  87. package/svgs/filled/error-warning-filled.svg +5 -0
  88. package/svgs/filled/file-filled.svg +4 -2
  89. package/svgs/filled/qr-code-filled.svg +3 -0
  90. package/svgs/filled/shop-keeper-filled.svg +14 -0
  91. package/svgs/filled/tag-filled.svg +5 -0
  92. package/svgs/outlined/arrows-right-left-outlined.svg +8 -0
  93. package/svgs/outlined/biscuit-outlined.svg +10 -0
  94. package/svgs/outlined/document-outlined.svg +14 -0
  95. package/svgs/outlined/file-outlined.svg +4 -2
  96. package/svgs/outlined/pencil-outlined.svg +5 -0
  97. package/svgs/outlined/shop-keeper-outlined.svg +8 -0
  98. package/svgs/outlined/tag-outlined.svg +5 -0
  99. package/tmpAllSvgs/arrows-right-left-filled.svg +5 -0
  100. package/tmpAllSvgs/arrows-right-left-outlined.svg +8 -0
  101. package/tmpAllSvgs/biscuit-filled.svg +5 -0
  102. package/tmpAllSvgs/biscuit-outlined.svg +10 -0
  103. package/tmpAllSvgs/document-filled.svg +8 -0
  104. package/tmpAllSvgs/document-outlined.svg +14 -0
  105. package/tmpAllSvgs/edit-2-filled.svg +5 -0
  106. package/tmpAllSvgs/error-warning-filled.svg +5 -0
  107. package/tmpAllSvgs/file-filled.svg +4 -2
  108. package/tmpAllSvgs/file-outlined.svg +4 -2
  109. package/tmpAllSvgs/pencil-outlined.svg +5 -0
  110. package/tmpAllSvgs/qr-code-filled.svg +3 -0
  111. package/tmpAllSvgs/shop-keeper-filled.svg +14 -0
  112. package/tmpAllSvgs/shop-keeper-outlined.svg +8 -0
  113. package/tmpAllSvgs/tag-filled.svg +5 -0
  114. package/tmpAllSvgs/tag-outlined.svg +5 -0
  115. package/es/AuctionFilled.d.ts +0 -6
  116. package/es/AuctionOutlined.d.ts +0 -6
  117. package/es/AuctionOutlined.js +0 -38
  118. package/es/CoinsFilled.d.ts +0 -6
  119. package/es/CoinsOutlined.d.ts +0 -6
  120. package/es/CoinsOutlined.js +0 -38
  121. package/es/ContactsBookFilled.d.ts +0 -6
  122. package/es/ContactsBookOutlined.d.ts +0 -6
  123. package/es/ContactsBookOutlined.js +0 -38
  124. package/es/HomeTopFilled.d.ts +0 -6
  125. package/es/HomeTopOutlined.d.ts +0 -6
  126. package/es/HomeTopOutlined.js +0 -38
  127. package/es/MentalHealthFilled.d.ts +0 -6
  128. package/es/MentalHealthOutlied.d.ts +0 -6
  129. package/es/PriceTagFilled.d.ts +0 -6
  130. package/es/PriceTagOutlined.d.ts +0 -6
  131. package/es/PriceTagOutlined.js +0 -38
  132. package/es/ShopkeeperFilled.d.ts +0 -6
  133. package/es/ShopkeeperOutlined.d.ts +0 -6
  134. package/es/SubAccountFilled.d.ts +0 -6
  135. package/es/SubAccountFilled.js +0 -38
  136. package/es/SubAccountOutlined.d.ts +0 -6
  137. package/es/SubAccountOutlined.js +0 -38
  138. package/lib/AuctionFilled.d.ts +0 -6
  139. package/lib/AuctionOutlined.d.ts +0 -6
  140. package/lib/AuctionOutlined.js +0 -85
  141. package/lib/CoinsFilled.d.ts +0 -6
  142. package/lib/CoinsOutlined.d.ts +0 -6
  143. package/lib/CoinsOutlined.js +0 -85
  144. package/lib/ContactsBookFilled.d.ts +0 -6
  145. package/lib/ContactsBookOutlined.d.ts +0 -6
  146. package/lib/ContactsBookOutlined.js +0 -85
  147. package/lib/HomeTopFilled.d.ts +0 -6
  148. package/lib/HomeTopOutlined.d.ts +0 -6
  149. package/lib/HomeTopOutlined.js +0 -85
  150. package/lib/MentalHealthFilled.d.ts +0 -6
  151. package/lib/MentalHealthOutlied.d.ts +0 -6
  152. package/lib/PriceTagFilled.d.ts +0 -6
  153. package/lib/PriceTagOutlined.d.ts +0 -6
  154. package/lib/PriceTagOutlined.js +0 -85
  155. package/lib/ShopkeeperFilled.d.ts +0 -6
  156. package/lib/ShopkeeperOutlined.d.ts +0 -6
  157. package/lib/SubAccountFilled.d.ts +0 -6
  158. package/lib/SubAccountFilled.js +0 -85
  159. package/lib/SubAccountOutlined.d.ts +0 -6
  160. package/lib/SubAccountOutlined.js +0 -85
  161. package/src/AuctionOutlined.tsx +0 -18
  162. package/src/CoinsFilled.tsx +0 -18
  163. package/src/CoinsOutlined.tsx +0 -18
  164. package/src/ContactsBookFilled.tsx +0 -18
  165. package/src/ContactsBookOutlined.tsx +0 -18
  166. package/src/HomeTopOutlined.tsx +0 -18
  167. package/src/MentalHealthFilled.tsx +0 -19
  168. package/src/MentalHealthOutlied.tsx +0 -19
  169. package/src/PriceTagOutlined.tsx +0 -18
  170. package/src/SubAccountFilled.tsx +0 -18
  171. package/src/SubAccountOutlined.tsx +0 -18
  172. package/svgs/filled/auction-filled.svg +0 -3
  173. package/svgs/filled/coins-filled.svg +0 -3
  174. package/svgs/filled/contacts-book-filled.svg +0 -3
  175. package/svgs/filled/home-top-filled.svg +0 -3
  176. package/svgs/filled/mental-health-filled.svg +0 -4
  177. package/svgs/filled/price-tag-filled.svg +0 -3
  178. package/svgs/filled/shopkeeper-Filled.svg +0 -10
  179. package/svgs/filled/sub-account-filled.svg +0 -3
  180. package/svgs/outlined/auction-outlined.svg +0 -3
  181. package/svgs/outlined/coins-outlined.svg +0 -3
  182. package/svgs/outlined/contacts-book-outlined.svg +0 -3
  183. package/svgs/outlined/home-top-outlined.svg +0 -3
  184. package/svgs/outlined/mental-health-outlied.svg +0 -4
  185. package/svgs/outlined/price-tag-outlined.svg +0 -3
  186. package/svgs/outlined/shopkeeper-outlined.svg +0 -4
  187. package/svgs/outlined/sub-account-outlined.svg +0 -3
  188. package/tmpAllSvgs/auction-filled.svg +0 -3
  189. package/tmpAllSvgs/auction-outlined.svg +0 -3
  190. package/tmpAllSvgs/coins-filled.svg +0 -3
  191. package/tmpAllSvgs/coins-outlined.svg +0 -3
  192. package/tmpAllSvgs/contacts-book-filled.svg +0 -3
  193. package/tmpAllSvgs/contacts-book-outlined.svg +0 -3
  194. package/tmpAllSvgs/home-top-filled.svg +0 -3
  195. package/tmpAllSvgs/home-top-outlined.svg +0 -3
  196. package/tmpAllSvgs/mental-health-filled.svg +0 -4
  197. package/tmpAllSvgs/mental-health-outlied.svg +0 -4
  198. package/tmpAllSvgs/price-tag-filled.svg +0 -3
  199. package/tmpAllSvgs/price-tag-outlined.svg +0 -3
  200. package/tmpAllSvgs/shopkeeper-Filled.svg +0 -10
  201. package/tmpAllSvgs/shopkeeper-outlined.svg +0 -4
  202. package/tmpAllSvgs/sub-account-filled.svg +0 -3
  203. 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;
@@ -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 ArrowsRightLeftFilled(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: "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",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
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;
@@ -0,0 +1,38 @@
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 ArrowsRightLeftOutlined(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: "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
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
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;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function Edit2Filled(componentProps: IconProps): JSX.Element;
3
+ declare namespace Edit2Filled {
4
+ var displayName: string;
5
+ }
6
+ export default Edit2Filled;
@@ -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 PriceTagFilled(componentProps) {
20
+ function Edit2Filled(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: "M10.9 2.1l9.9 1.415 1.413 9.9-9.192 9.192a1 1 0 01-1.414 0l-9.9-9.9a1 1 0 010-1.414L10.9 2.1zm2.828 8.486a2 2 0 102.829-2.83 2 2 0 00-2.829 2.83z",
27
+ d: "M9.243 19H21v2H3v-4.243l9.9-9.9 4.242 4.244-7.9 7.9h.001zm5.07-13.556l2.122-2.122a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413l-2.122 2.121-4.242-4.242h-.001z",
28
28
  fill: "currentColor"
29
29
  }));
30
30
  };
@@ -34,5 +34,5 @@ function PriceTagFilled(componentProps) {
34
34
  }));
35
35
  }
36
36
 
37
- PriceTagFilled.displayName = 'PriceTagFilled';
38
- export default PriceTagFilled;
37
+ Edit2Filled.displayName = 'Edit2Filled';
38
+ export default Edit2Filled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ErrorWarningFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ErrorWarningFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ErrorWarningFilled;
@@ -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 HomeTopFilled(componentProps) {
20
+ function ErrorWarningFilled(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
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z",
28
28
  fill: "currentColor"
29
29
  }));
30
30
  };
@@ -34,5 +34,5 @@ function HomeTopFilled(componentProps) {
34
34
  }));
35
35
  }
36
36
 
37
- HomeTopFilled.displayName = 'HomeTopFilled';
38
- export default HomeTopFilled;
37
+ ErrorWarningFilled.displayName = 'ErrorWarningFilled';
38
+ export default ErrorWarningFilled;
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 PencilOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace PencilOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default PencilOutlined;
@@ -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 AuctionFilled(componentProps) {
20
+ function PencilOutlined(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
+ d: "M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413L7.243 21h-.001z",
28
28
  fill: "currentColor"
29
29
  }));
30
30
  };
@@ -34,5 +34,5 @@ function AuctionFilled(componentProps) {
34
34
  }));
35
35
  }
36
36
 
37
- AuctionFilled.displayName = 'AuctionFilled';
38
- export default AuctionFilled;
37
+ PencilOutlined.displayName = 'PencilOutlined';
38
+ export default PencilOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function QrCodeFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace QrCodeFilled {
4
+ var displayName: string;
5
+ }
6
+ export default QrCodeFilled;
@@ -0,0 +1,38 @@
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 QrCodeFilled(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: "M2.148 1.499h8.412c.856.083.65 1.57.65 2.534V8.63c0 .998.19 2.223-.48 2.506-.437.185-1.609.056-2.174.056h-4.46c-1.03 0-2.439.243-2.597-.64V2.139c.116-.313.318-.54.65-.64zm1.158 1.894v5.989h6.069V3.309H3.334c-.033.005-.03.044-.028.084zM13.44 1.499h8.412c.343.125.578.357.649.752v8.19c-.077.34-.257.63-.593.723-.549.153-1.46.028-2.117.028h-4.319c-.651 0-1.617.136-2.145-.028-.747-.23-.537-1.668-.537-2.674V4.2c0-1.16-.258-2.54.65-2.701zm1.157 1.894v5.989h6.069V3.309h-6.04c-.034.005-.031.044-.029.084zM6.072 5.148c.845-.158 1.51.406 1.524 1.17.02 1.007-1.023 1.56-1.834 1.142-.929-.48-.867-2.093.31-2.312zm11.291 0c1.991-.367 1.953 2.744 0 2.423-1.242-.204-1.282-2.187 0-2.423zM10.503 22.5H2.178c-.346-.104-.58-.32-.678-.668v-8.384c.082-.246.272-.532.565-.613.552-.154 1.455-.028 2.117-.028H8.5c.638 0 1.567-.14 2.145.028.782.227.565 1.642.565 2.646v4.429c0 1.083.236 2.494-.706 2.59zm-7.197-7.799v5.989h6.069v-6.073H3.334c-.033.005-.03.044-.028.084zM22.5 13.56v2.34c-.066.789-.01 1.699-.029 2.534H16.46V17.07c-.565-.065-1.251-.01-1.863-.028-.066 1.764-.01 3.649-.028 5.46h-1.101c-.947-.188-.678-1.59-.678-2.703v-4.317c0-.65-.133-1.623.029-2.145.192-.623 1.027-.53 1.863-.53h4.093v3.705h1.89c.02-1.225-.037-2.525.03-3.704.91-.053 1.752-.04 1.806.752zM6.213 16.429a1.242 1.242 0 011.299 1.7c-.486 1.305-2.806.814-2.371-.837.12-.456.467-.797 1.072-.863zm12.28 6.072H16.46c.019-.715-.038-1.504.028-2.172h2.004V22.5zM22.5 20.33v1.42c-.079.396-.313.638-.678.752h-1.44c.02-.715-.037-1.504.029-2.172H22.5z",
28
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
37
+ QrCodeFilled.displayName = 'QrCodeFilled';
38
+ export default QrCodeFilled;
@@ -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;