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.
- package/es/ArrowsRightLeftFilled.d.ts +6 -0
- package/es/{HomeTopFilled.js → ArrowsRightLeftFilled.js} +6 -4
- package/es/ArrowsRightLeftOutlined.d.ts +6 -0
- package/es/{ContactsBookFilled.js → ArrowsRightLeftOutlined.js} +4 -4
- package/es/BiscuitFilled.d.ts +6 -0
- package/es/BiscuitFilled.js +40 -0
- package/es/BiscuitOutlined.d.ts +6 -0
- package/es/BiscuitOutlined.js +53 -0
- package/es/DocumentFilled.d.ts +6 -0
- package/es/{MentalHealthFilled.js → DocumentFilled.js} +8 -6
- package/es/DocumentOutlined.d.ts +6 -0
- package/es/{MentalHealthOutlied.js → DocumentOutlined.js} +9 -7
- package/es/FileFilled.js +2 -1
- package/es/FileOutlined.js +2 -1
- package/es/ShopKeeperFilled.d.ts +6 -0
- package/es/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
- package/es/ShopKeeperOutlined.d.ts +6 -0
- package/es/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
- package/es/TagFilled.d.ts +6 -0
- package/es/{CoinsFilled.js → TagFilled.js} +6 -4
- package/es/TagOutlined.d.ts +6 -0
- package/es/{AuctionFilled.js → TagOutlined.js} +6 -4
- package/es/index.d.ts +10 -16
- package/es/index.js +10 -16
- package/lib/ArrowsRightLeftFilled.d.ts +6 -0
- package/lib/{HomeTopFilled.js → ArrowsRightLeftFilled.js} +6 -4
- package/lib/ArrowsRightLeftOutlined.d.ts +6 -0
- package/lib/{CoinsFilled.js → ArrowsRightLeftOutlined.js} +4 -4
- package/lib/BiscuitFilled.d.ts +6 -0
- package/lib/BiscuitFilled.js +87 -0
- package/lib/BiscuitOutlined.d.ts +6 -0
- package/lib/BiscuitOutlined.js +100 -0
- package/lib/DocumentFilled.d.ts +6 -0
- package/lib/{MentalHealthFilled.js → DocumentFilled.js} +8 -6
- package/lib/DocumentOutlined.d.ts +6 -0
- package/lib/{MentalHealthOutlied.js → DocumentOutlined.js} +9 -7
- package/lib/FileFilled.js +2 -1
- package/lib/FileOutlined.js +2 -1
- package/lib/ShopKeeperFilled.d.ts +6 -0
- package/lib/{ShopkeeperFilled.js → ShopKeeperFilled.js} +9 -9
- package/lib/ShopKeeperOutlined.d.ts +6 -0
- package/lib/{ShopkeeperOutlined.js → ShopKeeperOutlined.js} +7 -7
- package/lib/TagFilled.d.ts +6 -0
- package/lib/{AuctionFilled.js → TagFilled.js} +6 -4
- package/lib/TagOutlined.d.ts +6 -0
- package/lib/{ContactsBookFilled.js → TagOutlined.js} +6 -4
- package/lib/index.d.ts +10 -16
- package/lib/index.js +57 -111
- package/package.json +2 -2
- package/src/ArrowsRightLeftFilled.tsx +20 -0
- package/src/ArrowsRightLeftOutlined.tsx +18 -0
- package/src/BiscuitFilled.tsx +20 -0
- package/src/BiscuitOutlined.tsx +26 -0
- package/src/DocumentFilled.tsx +24 -0
- package/src/DocumentOutlined.tsx +24 -0
- package/src/FileFilled.tsx +2 -2
- package/src/FileOutlined.tsx +2 -2
- package/src/{ShopkeeperFilled.tsx → ShopKeeperFilled.tsx} +6 -6
- package/src/{ShopkeeperOutlined.tsx → ShopKeeperOutlined.tsx} +6 -6
- package/src/TagFilled.tsx +20 -0
- package/src/TagOutlined.tsx +20 -0
- package/src/index.tsx +10 -16
- package/svgs/filled/arrows-right-left-filled.svg +5 -0
- package/svgs/filled/biscuit-filled.svg +5 -0
- package/svgs/filled/document-filled.svg +8 -0
- package/svgs/filled/file-filled.svg +4 -2
- package/svgs/filled/shop-keeper-filled.svg +14 -0
- package/svgs/filled/tag-filled.svg +5 -0
- package/svgs/outlined/arrows-right-left-outlined.svg +8 -0
- package/svgs/outlined/biscuit-outlined.svg +10 -0
- package/svgs/outlined/document-outlined.svg +14 -0
- package/svgs/outlined/file-outlined.svg +4 -2
- package/svgs/outlined/shop-keeper-outlined.svg +8 -0
- package/svgs/outlined/tag-outlined.svg +5 -0
- package/tmpAllSvgs/arrows-right-left-filled.svg +5 -0
- package/tmpAllSvgs/arrows-right-left-outlined.svg +8 -0
- package/tmpAllSvgs/biscuit-filled.svg +5 -0
- package/tmpAllSvgs/biscuit-outlined.svg +10 -0
- package/tmpAllSvgs/document-filled.svg +8 -0
- package/tmpAllSvgs/document-outlined.svg +14 -0
- package/tmpAllSvgs/file-filled.svg +4 -2
- package/tmpAllSvgs/file-outlined.svg +4 -2
- package/tmpAllSvgs/shop-keeper-filled.svg +14 -0
- package/tmpAllSvgs/shop-keeper-outlined.svg +8 -0
- package/tmpAllSvgs/tag-filled.svg +5 -0
- package/tmpAllSvgs/tag-outlined.svg +5 -0
- package/es/AuctionFilled.d.ts +0 -6
- package/es/AuctionOutlined.d.ts +0 -6
- package/es/AuctionOutlined.js +0 -38
- package/es/CoinsFilled.d.ts +0 -6
- package/es/CoinsOutlined.d.ts +0 -6
- package/es/CoinsOutlined.js +0 -38
- package/es/ContactsBookFilled.d.ts +0 -6
- package/es/ContactsBookOutlined.d.ts +0 -6
- package/es/ContactsBookOutlined.js +0 -38
- package/es/HomeTopFilled.d.ts +0 -6
- package/es/HomeTopOutlined.d.ts +0 -6
- package/es/HomeTopOutlined.js +0 -38
- package/es/MentalHealthFilled.d.ts +0 -6
- package/es/MentalHealthOutlied.d.ts +0 -6
- package/es/PriceTagFilled.d.ts +0 -6
- package/es/PriceTagFilled.js +0 -38
- package/es/PriceTagOutlined.d.ts +0 -6
- package/es/PriceTagOutlined.js +0 -38
- package/es/ShopkeeperFilled.d.ts +0 -6
- package/es/ShopkeeperOutlined.d.ts +0 -6
- package/es/SubAccountFilled.d.ts +0 -6
- package/es/SubAccountFilled.js +0 -38
- package/es/SubAccountOutlined.d.ts +0 -6
- package/es/SubAccountOutlined.js +0 -38
- package/lib/AuctionFilled.d.ts +0 -6
- package/lib/AuctionOutlined.d.ts +0 -6
- package/lib/AuctionOutlined.js +0 -85
- package/lib/CoinsFilled.d.ts +0 -6
- package/lib/CoinsOutlined.d.ts +0 -6
- package/lib/CoinsOutlined.js +0 -85
- package/lib/ContactsBookFilled.d.ts +0 -6
- package/lib/ContactsBookOutlined.d.ts +0 -6
- package/lib/ContactsBookOutlined.js +0 -85
- package/lib/HomeTopFilled.d.ts +0 -6
- package/lib/HomeTopOutlined.d.ts +0 -6
- package/lib/HomeTopOutlined.js +0 -85
- package/lib/MentalHealthFilled.d.ts +0 -6
- package/lib/MentalHealthOutlied.d.ts +0 -6
- package/lib/PriceTagFilled.d.ts +0 -6
- package/lib/PriceTagFilled.js +0 -85
- package/lib/PriceTagOutlined.d.ts +0 -6
- package/lib/PriceTagOutlined.js +0 -85
- package/lib/ShopkeeperFilled.d.ts +0 -6
- package/lib/ShopkeeperOutlined.d.ts +0 -6
- package/lib/SubAccountFilled.d.ts +0 -6
- package/lib/SubAccountFilled.js +0 -85
- package/lib/SubAccountOutlined.d.ts +0 -6
- package/lib/SubAccountOutlined.js +0 -85
- package/src/AuctionFilled.tsx +0 -18
- package/src/AuctionOutlined.tsx +0 -18
- package/src/CoinsFilled.tsx +0 -18
- package/src/CoinsOutlined.tsx +0 -18
- package/src/ContactsBookFilled.tsx +0 -18
- package/src/ContactsBookOutlined.tsx +0 -18
- package/src/HomeTopFilled.tsx +0 -18
- package/src/HomeTopOutlined.tsx +0 -18
- package/src/MentalHealthFilled.tsx +0 -19
- package/src/MentalHealthOutlied.tsx +0 -19
- package/src/PriceTagFilled.tsx +0 -18
- package/src/PriceTagOutlined.tsx +0 -18
- package/src/SubAccountFilled.tsx +0 -18
- package/src/SubAccountOutlined.tsx +0 -18
- package/svgs/filled/auction-filled.svg +0 -3
- package/svgs/filled/coins-filled.svg +0 -3
- package/svgs/filled/contacts-book-filled.svg +0 -3
- package/svgs/filled/home-top-filled.svg +0 -3
- package/svgs/filled/mental-health-filled.svg +0 -4
- package/svgs/filled/price-tag-filled.svg +0 -3
- package/svgs/filled/shopkeeper-Filled.svg +0 -10
- package/svgs/filled/sub-account-filled.svg +0 -3
- package/svgs/outlined/auction-outlined.svg +0 -3
- package/svgs/outlined/coins-outlined.svg +0 -3
- package/svgs/outlined/contacts-book-outlined.svg +0 -3
- package/svgs/outlined/home-top-outlined.svg +0 -3
- package/svgs/outlined/mental-health-outlied.svg +0 -4
- package/svgs/outlined/price-tag-outlined.svg +0 -3
- package/svgs/outlined/shopkeeper-outlined.svg +0 -4
- package/svgs/outlined/sub-account-outlined.svg +0 -3
- package/tmpAllSvgs/auction-filled.svg +0 -3
- package/tmpAllSvgs/auction-outlined.svg +0 -3
- package/tmpAllSvgs/coins-filled.svg +0 -3
- package/tmpAllSvgs/coins-outlined.svg +0 -3
- package/tmpAllSvgs/contacts-book-filled.svg +0 -3
- package/tmpAllSvgs/contacts-book-outlined.svg +0 -3
- package/tmpAllSvgs/home-top-filled.svg +0 -3
- package/tmpAllSvgs/home-top-outlined.svg +0 -3
- package/tmpAllSvgs/mental-health-filled.svg +0 -4
- package/tmpAllSvgs/mental-health-outlied.svg +0 -4
- package/tmpAllSvgs/price-tag-filled.svg +0 -3
- package/tmpAllSvgs/price-tag-outlined.svg +0 -3
- package/tmpAllSvgs/shopkeeper-Filled.svg +0 -10
- package/tmpAllSvgs/shopkeeper-outlined.svg +0 -4
- package/tmpAllSvgs/sub-account-filled.svg +0 -3
- package/tmpAllSvgs/sub-account-outlined.svg +0 -3
|
@@ -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
|
|
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
|
-
|
|
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
|
-
|
|
38
|
-
export default
|
|
39
|
+
ArrowsRightLeftFilled.displayName = 'ArrowsRightLeftFilled';
|
|
40
|
+
export default ArrowsRightLeftFilled;
|
|
@@ -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
|
|
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: "
|
|
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
|
-
|
|
38
|
-
export default
|
|
37
|
+
ArrowsRightLeftOutlined.displayName = 'ArrowsRightLeftOutlined';
|
|
38
|
+
export default ArrowsRightLeftOutlined;
|
|
@@ -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,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;
|
|
@@ -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
|
|
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
|
-
|
|
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
|
-
|
|
31
|
-
|
|
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
|
-
|
|
41
|
-
export default
|
|
42
|
+
DocumentFilled.displayName = 'DocumentFilled';
|
|
43
|
+
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
|
|
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: "
|
|
28
|
-
|
|
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
|
-
|
|
31
|
-
|
|
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
|
-
|
|
41
|
-
export default
|
|
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: "
|
|
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
|
};
|
package/es/FileOutlined.js
CHANGED
|
@@ -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: "
|
|
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
|
};
|
|
@@ -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
|
|
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
|
-
|
|
28
|
-
|
|
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
|
-
|
|
36
|
-
|
|
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
|
-
|
|
46
|
-
export default
|
|
45
|
+
ShopKeeperFilled.displayName = 'ShopKeeperFilled';
|
|
46
|
+
export default ShopKeeperFilled;
|
|
@@ -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
|
|
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.
|
|
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
|
-
|
|
45
|
-
export default
|
|
44
|
+
ShopKeeperOutlined.displayName = 'ShopKeeperOutlined';
|
|
45
|
+
export default ShopKeeperOutlined;
|
|
@@ -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
|
|
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
|
-
|
|
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
|
-
|
|
38
|
-
export default
|
|
39
|
+
TagFilled.displayName = 'TagFilled';
|
|
40
|
+
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
|
|
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
|
-
|
|
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
|
-
|
|
38
|
-
export default
|
|
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
|
|
137
|
-
export { default as
|
|
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
|
|
145
|
-
export { default as
|
|
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';
|