a-icons 1.0.50 → 1.0.53
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/AuctionFilled.d.ts +6 -0
- package/es/AuctionFilled.js +38 -0
- package/es/AuctionOutlined.d.ts +6 -0
- package/es/AuctionOutlined.js +38 -0
- package/es/CheckboxMultipleOutlined.d.ts +6 -0
- package/es/CheckboxMultipleOutlined.js +37 -0
- package/es/CoinsFilled.d.ts +6 -0
- package/es/CoinsFilled.js +38 -0
- package/es/CoinsOutlined.d.ts +6 -0
- package/es/CoinsOutlined.js +38 -0
- package/es/ContactsBookFilled.d.ts +6 -0
- package/es/ContactsBookFilled.js +38 -0
- package/es/ContactsBookOutlined.d.ts +6 -0
- package/es/ContactsBookOutlined.js +38 -0
- package/es/CopyFilled.d.ts +6 -0
- package/es/CopyFilled.js +45 -0
- package/es/DownloadOutlined.d.ts +6 -0
- package/es/DownloadOutlined.js +40 -0
- package/es/ExternalLinkFilled.d.ts +6 -0
- package/es/ExternalLinkFilled.js +41 -0
- package/es/FileDownloadLineOutlined.d.ts +6 -0
- package/es/FileDownloadLineOutlined.js +38 -0
- package/es/FileListFilled.d.ts +6 -0
- package/es/FileListFilled.js +37 -0
- package/es/FolderAddOutlined.d.ts +6 -0
- package/es/FolderAddOutlined.js +37 -0
- package/es/GarbageCanOutlined.d.ts +6 -0
- package/es/GarbageCanOutlined.js +42 -0
- package/es/HomeTopFilled.d.ts +6 -0
- package/es/HomeTopFilled.js +38 -0
- package/es/HomeTopOutlined.d.ts +6 -0
- package/es/HomeTopOutlined.js +38 -0
- package/es/IbFilled.d.ts +6 -0
- package/es/IbFilled.js +40 -0
- package/es/MentalHealthFilled.d.ts +6 -0
- package/es/MentalHealthFilled.js +41 -0
- package/es/MentalHealthOutlied.d.ts +6 -0
- package/es/MentalHealthOutlied.js +41 -0
- package/es/PriceTagFilled.d.ts +6 -0
- package/es/PriceTagFilled.js +38 -0
- package/es/PriceTagOutlined.d.ts +6 -0
- package/es/PriceTagOutlined.js +38 -0
- package/es/SquareFilled.d.ts +6 -0
- package/es/SquareFilled.js +42 -0
- package/es/SubAccountFilled.d.ts +6 -0
- package/es/SubAccountFilled.js +38 -0
- package/es/SubAccountOutlined.d.ts +6 -0
- package/es/SubAccountOutlined.js +38 -0
- package/es/index.d.ts +24 -0
- package/es/index.js +24 -0
- package/lib/AuctionFilled.d.ts +6 -0
- package/lib/AuctionFilled.js +85 -0
- package/lib/AuctionOutlined.d.ts +6 -0
- package/lib/AuctionOutlined.js +85 -0
- package/lib/CheckboxMultipleOutlined.d.ts +6 -0
- package/lib/CheckboxMultipleOutlined.js +84 -0
- package/lib/CoinsFilled.d.ts +6 -0
- package/lib/CoinsFilled.js +85 -0
- package/lib/CoinsOutlined.d.ts +6 -0
- package/lib/CoinsOutlined.js +85 -0
- package/lib/ContactsBookFilled.d.ts +6 -0
- package/lib/ContactsBookFilled.js +85 -0
- package/lib/ContactsBookOutlined.d.ts +6 -0
- package/lib/ContactsBookOutlined.js +85 -0
- package/lib/CopyFilled.d.ts +6 -0
- package/lib/CopyFilled.js +92 -0
- package/lib/DownloadOutlined.d.ts +6 -0
- package/lib/DownloadOutlined.js +87 -0
- package/lib/ExternalLinkFilled.d.ts +6 -0
- package/lib/ExternalLinkFilled.js +88 -0
- package/lib/FileDownloadLineOutlined.d.ts +6 -0
- package/lib/FileDownloadLineOutlined.js +85 -0
- package/lib/FileListFilled.d.ts +6 -0
- package/lib/FileListFilled.js +84 -0
- package/lib/FolderAddOutlined.d.ts +6 -0
- package/lib/FolderAddOutlined.js +84 -0
- package/lib/GarbageCanOutlined.d.ts +6 -0
- package/lib/GarbageCanOutlined.js +89 -0
- package/lib/HomeTopFilled.d.ts +6 -0
- package/lib/HomeTopFilled.js +85 -0
- package/lib/HomeTopOutlined.d.ts +6 -0
- package/lib/HomeTopOutlined.js +85 -0
- package/lib/IbFilled.d.ts +6 -0
- package/lib/IbFilled.js +87 -0
- package/lib/MentalHealthFilled.d.ts +6 -0
- package/lib/MentalHealthFilled.js +88 -0
- package/lib/MentalHealthOutlied.d.ts +6 -0
- package/lib/MentalHealthOutlied.js +88 -0
- package/lib/PriceTagFilled.d.ts +6 -0
- package/lib/PriceTagFilled.js +85 -0
- package/lib/PriceTagOutlined.d.ts +6 -0
- package/lib/PriceTagOutlined.js +85 -0
- package/lib/SquareFilled.d.ts +6 -0
- package/lib/SquareFilled.js +89 -0
- package/lib/SubAccountFilled.d.ts +6 -0
- package/lib/SubAccountFilled.js +85 -0
- package/lib/SubAccountOutlined.d.ts +6 -0
- package/lib/SubAccountOutlined.js +85 -0
- package/lib/index.d.ts +24 -0
- package/lib/index.js +216 -0
- package/package.json +2 -2
- package/src/AuctionFilled.tsx +18 -0
- package/src/AuctionOutlined.tsx +18 -0
- package/src/CameraOutlined.tsx +1 -8
- package/src/CategoryFilled.tsx +1 -8
- package/src/CheckboxMultipleOutlined.tsx +18 -0
- package/src/CoinsFilled.tsx +18 -0
- package/src/CoinsOutlined.tsx +18 -0
- package/src/ContactsBookFilled.tsx +18 -0
- package/src/ContactsBookOutlined.tsx +18 -0
- package/src/CopyFilled.tsx +19 -0
- package/src/DownloadOutlined.tsx +16 -0
- package/src/ExternalLinkFilled.tsx +22 -0
- package/src/FileDownloadLineOutlined.tsx +18 -0
- package/src/FileListFilled.tsx +18 -0
- package/src/FolderAddOutlined.tsx +18 -0
- package/src/GarbageCanOutlined.tsx +24 -0
- package/src/HomeTopFilled.tsx +18 -0
- package/src/HomeTopOutlined.tsx +18 -0
- package/src/IbFilled.tsx +20 -0
- package/src/MentalHealthFilled.tsx +19 -0
- package/src/MentalHealthOutlied.tsx +19 -0
- package/src/PriceTagFilled.tsx +18 -0
- package/src/PriceTagOutlined.tsx +18 -0
- package/src/SearchDocumentFilled.tsx +1 -4
- package/src/SquareFilled.tsx +15 -0
- package/src/StampFilled.tsx +1 -6
- package/src/SubAccountFilled.tsx +18 -0
- package/src/SubAccountOutlined.tsx +18 -0
- package/src/WalletFilled.tsx +1 -4
- package/src/index.tsx +24 -0
- package/svgs/filled/auction-filled.svg +3 -0
- package/svgs/filled/coins-filled.svg +3 -0
- package/svgs/filled/contacts-book-filled.svg +3 -0
- package/svgs/filled/copy-filled.svg +4 -0
- package/svgs/filled/external-link-filled.svg +4 -0
- package/svgs/filled/file-list-filled.svg +3 -0
- package/svgs/filled/home-top-filled.svg +3 -0
- package/svgs/filled/ib-filled.svg +3 -0
- package/svgs/filled/mental-health-filled.svg +4 -0
- package/svgs/filled/price-tag-filled.svg +3 -0
- package/svgs/filled/square-filled.svg +3 -0
- package/svgs/filled/sub-account-filled.svg +3 -0
- package/svgs/outlined/auction-outlined.svg +3 -0
- package/svgs/outlined/checkbox-multiple-outlined.svg +3 -0
- package/svgs/outlined/coins-outlined.svg +3 -0
- package/svgs/outlined/contacts-book-outlined.svg +3 -0
- package/svgs/outlined/download-outlined.svg +4 -0
- package/svgs/outlined/file-download-line-outlined.svg +3 -0
- package/svgs/outlined/folder-add-outlined.svg +3 -0
- package/svgs/outlined/garbage-can-outlined.svg +4 -0
- package/svgs/outlined/home-top-outlined.svg +3 -0
- package/svgs/outlined/mental-health-outlied.svg +4 -0
- package/svgs/outlined/price-tag-outlined.svg +3 -0
- package/svgs/outlined/sub-account-outlined.svg +3 -0
- package/tmpAllSvgs/auction-filled.svg +3 -0
- package/tmpAllSvgs/auction-outlined.svg +3 -0
- package/tmpAllSvgs/checkbox-multiple-outlined.svg +3 -0
- package/tmpAllSvgs/coins-filled.svg +3 -0
- package/tmpAllSvgs/coins-outlined.svg +3 -0
- package/tmpAllSvgs/contacts-book-filled.svg +3 -0
- package/tmpAllSvgs/contacts-book-outlined.svg +3 -0
- package/tmpAllSvgs/copy-filled.svg +4 -0
- package/tmpAllSvgs/download-outlined.svg +4 -0
- package/tmpAllSvgs/external-link-filled.svg +4 -0
- package/tmpAllSvgs/file-download-line-outlined.svg +3 -0
- package/tmpAllSvgs/file-list-filled.svg +3 -0
- package/tmpAllSvgs/folder-add-outlined.svg +3 -0
- package/tmpAllSvgs/garbage-can-outlined.svg +4 -0
- package/tmpAllSvgs/home-top-filled.svg +3 -0
- package/tmpAllSvgs/home-top-outlined.svg +3 -0
- package/tmpAllSvgs/ib-filled.svg +3 -0
- package/tmpAllSvgs/mental-health-filled.svg +4 -0
- package/tmpAllSvgs/mental-health-outlied.svg +4 -0
- package/tmpAllSvgs/price-tag-filled.svg +3 -0
- package/tmpAllSvgs/price-tag-outlined.svg +3 -0
- package/tmpAllSvgs/square-filled.svg +3 -0
- package/tmpAllSvgs/sub-account-filled.svg +3 -0
- package/tmpAllSvgs/sub-account-outlined.svg +3 -0
|
@@ -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 AuctionFilled(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 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",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
AuctionFilled.displayName = 'AuctionFilled';
|
|
38
|
+
export default AuctionFilled;
|
|
@@ -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 AuctionOutlined(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 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",
|
|
28
|
+
stroke: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
AuctionOutlined.displayName = 'AuctionOutlined';
|
|
38
|
+
export default AuctionOutlined;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 CheckboxMultipleOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M7 7V3a1 1 0 011-1h13a1 1 0 011 1v13a1 1 0 01-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 012 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zm6 2H4.003L4 20h11V9zm-6.497 9l-3.536-3.536 1.414-1.414 2.122 2.122 4.242-4.243 1.414 1.414L8.503 18z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
32
|
+
component: IconNode
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
CheckboxMultipleOutlined.displayName = 'CheckboxMultipleOutlined';
|
|
37
|
+
export default CheckboxMultipleOutlined;
|
|
@@ -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 CoinsFilled(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 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",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
CoinsFilled.displayName = 'CoinsFilled';
|
|
38
|
+
export default CoinsFilled;
|
|
@@ -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 CoinsOutlined(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 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",
|
|
28
|
+
stroke: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
CoinsOutlined.displayName = 'CoinsOutlined';
|
|
38
|
+
export default CoinsOutlined;
|
|
@@ -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 ContactsBookFilled(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: "M7 2v20H3V2h4zm2 0h10.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9V2zm13 4h2v4h-2V6zm0 6h2v4h-2v-4zm-7 0a2 2 0 100-4 2 2 0 000 4zm-3 4h6a3 3 0 00-6 0z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
ContactsBookFilled.displayName = 'ContactsBookFilled';
|
|
38
|
+
export default ContactsBookFilled;
|
|
@@ -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 ContactsBookOutlined(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: "M7 2v20H3V2h4zm2 0h10.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9V2zm13 4h2v4h-2V6zm0 6h2v4h-2v-4zm-7 0a2 2 0 100-4 2 2 0 000 4zm-3 4h6a3 3 0 00-6 0z",
|
|
28
|
+
stroke: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
ContactsBookOutlined.displayName = 'ContactsBookOutlined';
|
|
38
|
+
export default ContactsBookOutlined;
|
package/es/CopyFilled.js
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
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 CopyFilled(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("rect", {
|
|
27
|
+
x: 2,
|
|
28
|
+
y: 2,
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
rx: 2,
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M17 21.75H9a.76.76 0 01-.75-.76.75.75 0 01.75-.74h8a3.25 3.25 0 003.25-3.26v-8a.75.75 0 011.5 0v8A4.76 4.76 0 0117 21.75z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
40
|
+
component: IconNode
|
|
41
|
+
}));
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
CopyFilled.displayName = 'CopyFilled';
|
|
45
|
+
export default CopyFilled;
|
|
@@ -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 DownloadOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M4 19h16v-7h2v8a1 1 0 01-1 1H3a1 1 0 01-1-1v-8h2v7z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M11 3v7H7l5 6 5-6h-4V3h-2z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
DownloadOutlined.displayName = 'DownloadOutlined';
|
|
40
|
+
export default DownloadOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 ExternalLinkFilled(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: "M17.34 7.04l-4.24 4.24a.75.75 0 01-1.06-1.06l4.24-4.24a4.39 4.39 0 00-2.44-.77H7.33A4.33 4.33 0 003 9.51v6.48a4.33 4.33 0 004.33 4.33h6.48a4.33 4.33 0 004.33-4.33V9.54a4.33 4.33 0 00-.8-2.5z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M20.26 3.46a.71.71 0 00-.4-.4.75.75 0 00-.29-.06h-5a.75.75 0 000 1.5h3.19l-1.47 1.47c.41.29.77.65 1.06 1.06l1.47-1.47v3.19a.75.75 0 001.5 0v-5c0-.1-.02-.198-.06-.29z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
36
|
+
component: IconNode
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
ExternalLinkFilled.displayName = 'ExternalLinkFilled';
|
|
41
|
+
export default ExternalLinkFilled;
|
|
@@ -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 FileDownloadLineOutlined(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: "M13 12h3l-4 4-4-4h3V8h2v4zm2-8H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
FileDownloadLineOutlined.displayName = 'FileDownloadLineOutlined';
|
|
38
|
+
export default FileDownloadLineOutlined;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 FileListFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M20 22H4a1 1 0 01-1-1V3a1 1 0 011-1h16a1 1 0 011 1v18a1 1 0 01-1 1zM8 7v2h8V7H8zm0 4v2h8v-2H8zm0 4v2h5v-2H8z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
32
|
+
component: IconNode
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
FileListFilled.displayName = 'FileListFilled';
|
|
37
|
+
export default FileListFilled;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 FolderAddOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M12.414 5H21a1 1 0 011 1v14a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 7V9h2v3h3v2h-3v3h-2v-3H8v-2h3z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
32
|
+
component: IconNode
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
FolderAddOutlined.displayName = 'FolderAddOutlined';
|
|
37
|
+
export default FolderAddOutlined;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/Icon';
|
|
19
|
+
|
|
20
|
+
function GarbageCanOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M20 7v13a2 2 0 01-2 2H6a2 2 0 01-2-2V7H2V5h20v2h-2zM6 7v13h12V7H6zm1-5h10v2H7V2z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M9.11 11.11a3.082 3.082 0 015.78 0 3.082 3.082 0 01-1.072 5.972h-3.636A3.082 3.082 0 019.11 11.11zM12 10.9c-.64 0-1.171.47-1.267 1.082l-.1.65-.65.101a1.282 1.282 0 00.199 2.549h3.636a1.282 1.282 0 00.2-2.549l-.65-.1-.101-.65A1.282 1.282 0 0012 10.9z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
GarbageCanOutlined.displayName = 'GarbageCanOutlined';
|
|
42
|
+
export default GarbageCanOutlined;
|