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.
- package/es/ArrowsRightLeftFilled.d.ts +6 -0
- package/es/ArrowsRightLeftFilled.js +40 -0
- package/es/ArrowsRightLeftOutlined.d.ts +6 -0
- package/es/ArrowsRightLeftOutlined.js +38 -0
- 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/Edit2Filled.d.ts +6 -0
- package/es/{PriceTagFilled.js → Edit2Filled.js} +4 -4
- package/es/ErrorWarningFilled.d.ts +6 -0
- package/es/{HomeTopFilled.js → ErrorWarningFilled.js} +4 -4
- package/es/FileFilled.js +2 -1
- package/es/FileOutlined.js +2 -1
- package/es/PencilOutlined.d.ts +6 -0
- package/es/{AuctionFilled.js → PencilOutlined.js} +4 -4
- package/es/QrCodeFilled.d.ts +6 -0
- package/es/QrCodeFilled.js +38 -0
- 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/{ContactsBookFilled.js → TagOutlined.js} +6 -4
- package/es/index.d.ts +14 -16
- package/es/index.js +14 -16
- package/lib/ArrowsRightLeftFilled.d.ts +6 -0
- package/lib/ArrowsRightLeftFilled.js +87 -0
- package/lib/ArrowsRightLeftOutlined.d.ts +6 -0
- package/lib/ArrowsRightLeftOutlined.js +85 -0
- 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/Edit2Filled.d.ts +6 -0
- package/lib/{PriceTagFilled.js → Edit2Filled.js} +4 -4
- package/lib/ErrorWarningFilled.d.ts +6 -0
- package/lib/{HomeTopFilled.js → ErrorWarningFilled.js} +4 -4
- package/lib/FileFilled.js +2 -1
- package/lib/FileOutlined.js +2 -1
- package/lib/PencilOutlined.d.ts +6 -0
- package/lib/{AuctionFilled.js → PencilOutlined.js} +4 -4
- package/lib/QrCodeFilled.d.ts +6 -0
- package/lib/QrCodeFilled.js +85 -0
- 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/{CoinsFilled.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 +14 -16
- package/lib/index.js +87 -105
- 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/{PriceTagFilled.tsx → Edit2Filled.tsx} +4 -4
- package/src/{HomeTopFilled.tsx → ErrorWarningFilled.tsx} +4 -4
- package/src/FileFilled.tsx +2 -2
- package/src/FileOutlined.tsx +2 -2
- package/src/{AuctionFilled.tsx → PencilOutlined.tsx} +4 -4
- package/src/QrCodeFilled.tsx +18 -0
- 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 +14 -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/edit-2-filled.svg +5 -0
- package/svgs/filled/error-warning-filled.svg +5 -0
- package/svgs/filled/file-filled.svg +4 -2
- package/svgs/filled/qr-code-filled.svg +3 -0
- 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/pencil-outlined.svg +5 -0
- 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/edit-2-filled.svg +5 -0
- package/tmpAllSvgs/error-warning-filled.svg +5 -0
- package/tmpAllSvgs/file-filled.svg +4 -2
- package/tmpAllSvgs/file-outlined.svg +4 -2
- package/tmpAllSvgs/pencil-outlined.svg +5 -0
- package/tmpAllSvgs/qr-code-filled.svg +3 -0
- 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/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/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/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/HomeTopOutlined.tsx +0 -18
- package/src/MentalHealthFilled.tsx +0 -19
- package/src/MentalHealthOutlied.tsx +0 -19
- 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
|
@@ -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,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,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;
|
|
@@ -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 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: "
|
|
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
|
-
|
|
38
|
-
export default
|
|
37
|
+
Edit2Filled.displayName = 'Edit2Filled';
|
|
38
|
+
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
|
|
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: "
|
|
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
|
-
|
|
38
|
-
export default
|
|
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: "
|
|
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,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 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: "
|
|
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
|
-
|
|
38
|
-
export default
|
|
37
|
+
PencilOutlined.displayName = 'PencilOutlined';
|
|
38
|
+
export default PencilOutlined;
|
|
@@ -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;
|
|
@@ -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;
|