a-icons 1.0.18 → 1.0.22
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/AlertTriangleFilled.d.ts +6 -0
- package/es/AlertTriangleFilled.js +39 -0
- package/es/AlertTriangleOutlined.d.ts +6 -0
- package/es/AlertTriangleOutlined.js +42 -0
- package/es/CameraFilled.d.ts +6 -0
- package/es/CameraFilled.js +44 -0
- package/es/CameraOutlined.d.ts +6 -0
- package/es/CameraOutlined.js +51 -0
- package/es/ClockCircleFilled.d.ts +6 -0
- package/es/ClockCircleFilled.js +50 -0
- package/es/ClockCircleOutline.d.ts +6 -0
- package/es/ClockCircleOutline.js +58 -0
- package/es/CreditCardFilled.d.ts +6 -0
- package/es/CreditCardFilled.js +39 -0
- package/es/CreditCardOutlined.d.ts +6 -0
- package/es/CreditCardOutlined.js +39 -0
- package/es/FormFilled.d.ts +6 -0
- package/es/FormFilled.js +42 -0
- package/es/FormOutlined.d.ts +6 -0
- package/es/FormOutlined.js +42 -0
- package/es/HomeFilled.d.ts +6 -0
- package/es/HomeFilled.js +39 -0
- package/es/HomeOutlined.d.ts +6 -0
- package/es/HomeOutlined.js +42 -0
- package/es/ListCaptionFilled.d.ts +6 -0
- package/es/ListCaptionFilled.js +39 -0
- package/es/ListCaptionOutlined.d.ts +6 -0
- package/es/ListCaptionOutlined.js +39 -0
- package/es/MailFilled.d.ts +6 -0
- package/es/MailFilled.js +39 -0
- package/es/MailOutlined.d.ts +6 -0
- package/es/MailOutlined.js +39 -0
- package/es/MoveOutlined.js +4 -11
- package/es/OpenMailFilled.d.ts +6 -0
- package/es/OpenMailFilled.js +39 -0
- package/es/OpenMailOutlined.d.ts +6 -0
- package/es/OpenMailOutlined.js +42 -0
- package/es/SearchDocumentFilled.d.ts +6 -0
- package/es/SearchDocumentFilled.js +45 -0
- package/es/SearchDocumentOutlined.d.ts +6 -0
- package/es/SearchDocumentOutlined.js +44 -0
- package/es/SearchFilled.d.ts +6 -0
- package/es/SearchFilled.js +39 -0
- package/es/SearchOutlined.d.ts +6 -0
- package/es/SearchOutlined.js +39 -0
- package/es/StarFilled.d.ts +6 -0
- package/es/StarFilled.js +37 -0
- package/es/StarOutlined.d.ts +6 -0
- package/es/StarOutlined.js +39 -0
- package/es/StopFilled.d.ts +6 -0
- package/es/StopFilled.js +39 -0
- package/es/StopOutlined.d.ts +6 -0
- package/es/StopOutlined.js +39 -0
- package/es/TrashOutlined.d.ts +6 -0
- package/es/TrashOutlined.js +45 -0
- package/es/WalletFilled.d.ts +6 -0
- package/es/WalletFilled.js +40 -0
- package/es/WalletOutlined.d.ts +6 -0
- package/es/WalletOutlined.js +43 -0
- package/es/index.d.ts +29 -0
- package/es/index.js +30 -1
- package/lib/AlertTriangleFilled.d.ts +6 -0
- package/lib/AlertTriangleFilled.js +86 -0
- package/lib/AlertTriangleOutlined.d.ts +6 -0
- package/lib/AlertTriangleOutlined.js +89 -0
- package/lib/CameraFilled.d.ts +6 -0
- package/lib/CameraFilled.js +91 -0
- package/lib/CameraOutlined.d.ts +6 -0
- package/lib/CameraOutlined.js +98 -0
- package/lib/ClockCircleFilled.d.ts +6 -0
- package/lib/ClockCircleFilled.js +97 -0
- package/lib/ClockCircleOutline.d.ts +6 -0
- package/lib/ClockCircleOutline.js +105 -0
- package/lib/CreditCardFilled.d.ts +6 -0
- package/lib/CreditCardFilled.js +86 -0
- package/lib/CreditCardOutlined.d.ts +6 -0
- package/lib/CreditCardOutlined.js +86 -0
- package/lib/FormFilled.d.ts +6 -0
- package/lib/FormFilled.js +89 -0
- package/lib/FormOutlined.d.ts +6 -0
- package/lib/FormOutlined.js +89 -0
- package/lib/HomeFilled.d.ts +6 -0
- package/lib/HomeFilled.js +86 -0
- package/lib/HomeOutlined.d.ts +6 -0
- package/lib/HomeOutlined.js +89 -0
- package/lib/ListCaptionFilled.d.ts +6 -0
- package/lib/ListCaptionFilled.js +86 -0
- package/lib/ListCaptionOutlined.d.ts +6 -0
- package/lib/ListCaptionOutlined.js +86 -0
- package/lib/MailFilled.d.ts +6 -0
- package/lib/MailFilled.js +86 -0
- package/lib/MailOutlined.d.ts +6 -0
- package/lib/MailOutlined.js +86 -0
- package/lib/MoveOutlined.js +4 -11
- package/lib/OpenMailFilled.d.ts +6 -0
- package/lib/OpenMailFilled.js +86 -0
- package/lib/OpenMailOutlined.d.ts +6 -0
- package/lib/OpenMailOutlined.js +89 -0
- package/lib/SearchDocumentFilled.d.ts +6 -0
- package/lib/SearchDocumentFilled.js +92 -0
- package/lib/SearchDocumentOutlined.d.ts +6 -0
- package/lib/SearchDocumentOutlined.js +91 -0
- package/lib/SearchFilled.d.ts +6 -0
- package/lib/SearchFilled.js +86 -0
- package/lib/SearchOutlined.d.ts +6 -0
- package/lib/SearchOutlined.js +86 -0
- package/lib/StarFilled.d.ts +6 -0
- package/lib/StarFilled.js +84 -0
- package/lib/StarOutlined.d.ts +6 -0
- package/lib/StarOutlined.js +86 -0
- package/lib/StopFilled.d.ts +6 -0
- package/lib/StopFilled.js +86 -0
- package/lib/StopOutlined.d.ts +6 -0
- package/lib/StopOutlined.js +86 -0
- package/lib/TrashOutlined.d.ts +6 -0
- package/lib/TrashOutlined.js +92 -0
- package/lib/WalletFilled.d.ts +6 -0
- package/lib/WalletFilled.js +87 -0
- package/lib/WalletOutlined.d.ts +6 -0
- package/lib/WalletOutlined.js +90 -0
- package/lib/index.d.ts +29 -0
- package/lib/index.js +261 -0
- package/package.json +3 -3
- package/src/AlertTriangleFilled.tsx +20 -0
- package/src/AlertTriangleOutlined.tsx +24 -0
- package/src/CameraFilled.tsx +21 -0
- package/src/CameraOutlined.tsx +27 -0
- package/src/ClockCircleFilled.tsx +32 -0
- package/src/ClockCircleOutline.tsx +34 -0
- package/src/CreditCardFilled.tsx +20 -0
- package/src/CreditCardOutlined.tsx +20 -0
- package/src/FormFilled.tsx +24 -0
- package/src/FormOutlined.tsx +24 -0
- package/src/HomeFilled.tsx +20 -0
- package/src/HomeOutlined.tsx +21 -0
- package/src/ListCaptionFilled.tsx +20 -0
- package/src/ListCaptionOutlined.tsx +20 -0
- package/src/MailFilled.tsx +20 -0
- package/src/MailOutlined.tsx +20 -0
- package/src/MoveOutlined.tsx +3 -11
- package/src/OpenMailFilled.tsx +20 -0
- package/src/OpenMailOutlined.tsx +24 -0
- package/src/SearchDocumentFilled.tsx +25 -0
- package/src/SearchDocumentOutlined.tsx +26 -0
- package/src/SearchFilled.tsx +20 -0
- package/src/SearchOutlined.tsx +20 -0
- package/src/StarFilled.tsx +18 -0
- package/src/StarOutlined.tsx +20 -0
- package/src/StopFilled.tsx +20 -0
- package/src/StopOutlined.tsx +20 -0
- package/src/TrashOutlined.tsx +28 -0
- package/src/WalletFilled.tsx +19 -0
- package/src/WalletOutlined.tsx +25 -0
- package/src/index.tsx +29 -0
- package/svgs/filled/alert-triangle-filled.svg +5 -0
- package/svgs/filled/camera-filled.svg +6 -0
- package/svgs/filled/clock-circle-filled.svg +12 -0
- package/svgs/filled/credit-card-filled.svg +5 -0
- package/svgs/filled/form-filled.svg +8 -0
- package/svgs/filled/home-filled.svg +5 -0
- package/svgs/filled/list-caption-filled.svg +5 -0
- package/svgs/filled/mail-filled.svg +5 -0
- package/svgs/filled/open-mail-filled.svg +5 -0
- package/svgs/filled/search-document-filled.svg +11 -0
- package/svgs/filled/search-filled.svg +5 -0
- package/svgs/filled/star-filled.svg +5 -0
- package/svgs/filled/stop-filled.svg +5 -0
- package/svgs/filled/wallet-filled.svg +8 -0
- package/svgs/outlined/alert-triangle-outlined.svg +11 -0
- package/svgs/outlined/camera-outlined.svg +9 -0
- package/svgs/outlined/clock-circle-outline.svg +5 -0
- package/svgs/outlined/credit-card-outlined.svg +5 -0
- package/svgs/outlined/form-outlined.svg +8 -0
- package/svgs/outlined/home-outlined.svg +8 -0
- package/svgs/outlined/list-caption-outlined.svg +5 -0
- package/svgs/outlined/mail-outlined.svg +5 -0
- package/svgs/outlined/move-outlined.svg +14 -8
- package/svgs/outlined/open-mail-outlined.svg +8 -0
- package/svgs/outlined/search-document-outlined.svg +8 -0
- package/svgs/outlined/search-outlined.svg +4 -0
- package/svgs/outlined/star-outlined.svg +5 -0
- package/svgs/outlined/stop-outlined.svg +5 -0
- package/svgs/outlined/trash-outlined.svg +17 -0
- package/svgs/outlined/wallet-outlined.svg +8 -0
- package/tmpAllSvgs/alert-triangle-filled.svg +5 -0
- package/tmpAllSvgs/alert-triangle-outlined.svg +11 -0
- package/tmpAllSvgs/camera-filled.svg +6 -0
- package/tmpAllSvgs/camera-outlined.svg +9 -0
- package/tmpAllSvgs/clock-circle-filled.svg +12 -0
- package/tmpAllSvgs/clock-circle-outline.svg +5 -0
- package/tmpAllSvgs/credit-card-filled.svg +5 -0
- package/tmpAllSvgs/credit-card-outlined.svg +5 -0
- package/tmpAllSvgs/form-filled.svg +8 -0
- package/tmpAllSvgs/form-outlined.svg +8 -0
- package/tmpAllSvgs/home-filled.svg +5 -0
- package/tmpAllSvgs/home-outlined.svg +8 -0
- package/tmpAllSvgs/list-caption-filled.svg +5 -0
- package/tmpAllSvgs/list-caption-outlined.svg +5 -0
- package/tmpAllSvgs/mail-filled.svg +5 -0
- package/tmpAllSvgs/mail-outlined.svg +5 -0
- package/tmpAllSvgs/move-outlined.svg +14 -8
- package/tmpAllSvgs/open-mail-filled.svg +5 -0
- package/tmpAllSvgs/open-mail-outlined.svg +8 -0
- package/tmpAllSvgs/search-document-filled.svg +11 -0
- package/tmpAllSvgs/search-document-outlined.svg +8 -0
- package/tmpAllSvgs/search-filled.svg +5 -0
- package/tmpAllSvgs/search-outlined.svg +4 -0
- package/tmpAllSvgs/star-filled.svg +5 -0
- package/tmpAllSvgs/star-outlined.svg +5 -0
- package/tmpAllSvgs/stop-filled.svg +5 -0
- package/tmpAllSvgs/stop-outlined.svg +5 -0
- package/tmpAllSvgs/trash-outlined.svg +17 -0
- package/tmpAllSvgs/wallet-filled.svg +8 -0
- package/tmpAllSvgs/wallet-outlined.svg +8 -0
|
@@ -0,0 +1,39 @@
|
|
|
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 AlertTriangleFilled(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M20.855 15.504l-5.64-10.44a4 4 0 00-7 0l-5.73 10.43a4 4 0 003.51 5.91h11.34a4 4 0 003.52-5.9zm-10-5.76a.75.75 0 011.5 0v3.09a.75.75 0 01-1.5 0v-3.09zm.76 6.75a.75.75 0 00.75-.75l-.01-.01a.74.74 0 00-.74-.74.76.76 0 00-.75.75c0 .414.336.75.75.75z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
AlertTriangleFilled.displayName = 'AlertTriangleFilled';
|
|
39
|
+
export default AlertTriangleFilled;
|
|
@@ -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 AlertTriangleOutlined(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M8.19 5.08A3.94 3.94 0 0111.67 3a4 4 0 013.55 2.1l5.64 10.44a4 4 0 01-3.52 5.9H6a4 4 0 01-3.51-5.92l5.7-10.44zm5.68.73A2.48 2.48 0 009.5 5.8L3.81 16.22A2.49 2.49 0 006 19.91h11.34a2.51 2.51 0 002.2-3.69L13.87 5.81z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M11.67 15a.75.75 0 000 1.5.74.74 0 00.75-.75.74.74 0 00-.75-.74V15zM11.67 13.63a.76.76 0 01-.75-.75v-3.1a.75.75 0 011.5 0v3.1a.75.75 0 01-.75.75z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
AlertTriangleOutlined.displayName = 'AlertTriangleOutlined';
|
|
42
|
+
export default AlertTriangleOutlined;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 CameraFilled(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("circle", {
|
|
26
|
+
cx: 12.43,
|
|
27
|
+
cy: 12.78,
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
r: 2.5
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M17.94 5H7.06A4.05 4.05 0 003 9.05v6.9A4.05 4.05 0 007.06 20h10.88A4.05 4.05 0 0022 15.95v-6.9A4.05 4.05 0 0017.94 5zm-5.51 11.78a4 4 0 110-8 4 4 0 010 8zm5.5-7a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
CameraFilled.displayName = 'CameraFilled';
|
|
44
|
+
export default CameraFilled;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 CameraOutlined(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M6.274 4h11.452A4.263 4.263 0 0122 8.263v7.263a4.263 4.263 0 01-4.274 4.264H6.274A4.263 4.263 0 012 15.526V8.263A4.263 4.263 0 016.274 4zm11.452 14.21a2.695 2.695 0 002.695-2.631V8.263a2.695 2.695 0 00-2.695-2.684H6.274a2.695 2.695 0 00-2.695 2.684v7.263a2.695 2.695 0 002.695 2.684h11.452z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M7.716 12.19a4.21 4.21 0 118.42 0 4.21 4.21 0 01-8.42 0zm1.579 0a2.632 2.632 0 105.263 0 2.632 2.632 0 00-5.263 0z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
36
|
+
x: 16.137,
|
|
37
|
+
y: 6.916,
|
|
38
|
+
width: 2.105,
|
|
39
|
+
height: 2.116,
|
|
40
|
+
rx: 0.5,
|
|
41
|
+
fill: "currentColor"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
46
|
+
component: IconNode
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
CameraOutlined.displayName = 'CameraOutlined';
|
|
51
|
+
export default CameraOutlined;
|
|
@@ -0,0 +1,50 @@
|
|
|
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 ClockCircleFilled(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("mask", {
|
|
26
|
+
id: "clock-circle-filled_svg__a",
|
|
27
|
+
fill: "#fff"
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M12 3a9 9 0 100 18 9 9 0 000-18zm-.3 4a.7.7 0 00-.7.7v4.6c0 .07.01.137.029.2a.699.699 0 00.671.9h4.6a.7.7 0 100-1.4h-3.9V7.7a.7.7 0 00-.7-.7z"
|
|
32
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M12 3a9 9 0 100 18 9 9 0 000-18zm-.3 4a.7.7 0 00-.7.7v4.6c0 .07.01.137.029.2a.699.699 0 00.671.9h4.6a.7.7 0 100-1.4h-3.9V7.7a.7.7 0 00-.7-.7z",
|
|
36
|
+
fill: "currentColor"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M11.029 12.5l1.342.4.119-.4-.12-.4-1.341.4zm5.271.9V12v1.4zM12.4 12H11v1.4h1.4V12zm-8 0A7.6 7.6 0 0112 4.4V1.6C6.256 1.6 1.6 6.256 1.6 12h2.8zm7.6 7.6A7.6 7.6 0 014.4 12H1.6c0 5.744 4.656 10.4 10.4 10.4v-2.8zm7.6-7.6a7.6 7.6 0 01-7.6 7.6v2.8c5.744 0 10.4-4.656 10.4-10.4h-2.8zM12 4.4a7.6 7.6 0 017.6 7.6h2.8c0-5.744-4.656-10.4-10.4-10.4v2.8zm.4 3.3a.7.7 0 01-.7.7V5.6a2.1 2.1 0 00-2.1 2.1h2.8zm0 4.6V7.7H9.6v4.6h2.8zm-.03-.2a.7.7 0 01.03.2H9.6c0 .206.03.408.087.6l2.684-.8zm.03.6a.7.7 0 01-.03.2l-2.683-.8a2.1 2.1 0 00-.087.6h2.8zm-.7-.7a.7.7 0 01.7.7H9.6c0 1.16.94 2.1 2.1 2.1V12zm4.6 0h-4.6v2.8h4.6V12zm-.7.7a.7.7 0 01.7-.7v2.8a2.1 2.1 0 002.1-2.1h-2.8zm.7.7a.7.7 0 01-.7-.7h2.8a2.1 2.1 0 00-2.1-2.1v2.8zm-3.9 0h3.9v-2.8h-3.9v2.8zM11 7.7V12h2.8V7.7H11zm.7.7a.7.7 0 01-.7-.7h2.8a2.1 2.1 0 00-2.1-2.1v2.8z",
|
|
39
|
+
fill: "currentColor",
|
|
40
|
+
mask: "url(#clock-circle-filled_svg__a)"
|
|
41
|
+
}));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
45
|
+
component: IconNode
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
ClockCircleFilled.displayName = 'ClockCircleFilled';
|
|
50
|
+
export default ClockCircleFilled;
|
|
@@ -0,0 +1,58 @@
|
|
|
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 ClockCircleOutline(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("rect", {
|
|
26
|
+
fill: "#fff",
|
|
27
|
+
x: 3.7,
|
|
28
|
+
y: 3.7,
|
|
29
|
+
width: 16.6,
|
|
30
|
+
height: 16.6,
|
|
31
|
+
rx: 8.3,
|
|
32
|
+
stroke: "currentColor",
|
|
33
|
+
strokeWidth: 1.4
|
|
34
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
x: 11,
|
|
37
|
+
y: 7,
|
|
38
|
+
width: 1.4,
|
|
39
|
+
height: 6,
|
|
40
|
+
rx: 0.7
|
|
41
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
42
|
+
fill: "currentColor",
|
|
43
|
+
x: 17,
|
|
44
|
+
y: 12,
|
|
45
|
+
width: 1.4,
|
|
46
|
+
height: 6,
|
|
47
|
+
rx: 0.7,
|
|
48
|
+
transform: "rotate(90 17 12)"
|
|
49
|
+
}));
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
53
|
+
component: IconNode
|
|
54
|
+
}));
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
ClockCircleOutline.displayName = 'ClockCircleOutline';
|
|
58
|
+
export default ClockCircleOutline;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 CreditCardFilled(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M6 5h12a4 4 0 014 4v6a4 4 0 01-4 4H6a4 4 0 01-4-4V9a4 4 0 014-4zm-.74 9.75h13.48a.75.75 0 000-1.5H5.26a.75.75 0 000 1.5z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
CreditCardFilled.displayName = 'CreditCardFilled';
|
|
39
|
+
export default CreditCardFilled;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 CreditCardOutlined(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M18 5H6a4 4 0 00-4 4v6a4 4 0 004 4h12a4 4 0 004-4V9a4 4 0 00-4-4zM6 6.5h12A2.5 2.5 0 0120.5 9v4.25h-17V9A2.5 2.5 0 016 6.5zm0 11h12a2.5 2.5 0 002.5-2.5v-.25h-17V15A2.5 2.5 0 006 17.5z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
CreditCardOutlined.displayName = 'CreditCardOutlined';
|
|
39
|
+
export default CreditCardOutlined;
|
package/es/FormFilled.js
ADDED
|
@@ -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 FormFilled(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: "M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
FormFilled.displayName = 'FormFilled';
|
|
42
|
+
export default FormFilled;
|
|
@@ -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 FormOutlined(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M7.79 15.27l.73-3.41a2.55 2.55 0 01.69-1.25L15.88 4a3.71 3.71 0 012.56-1.11 2.73 2.73 0 011.95.78 3.23 3.23 0 01-.33 4.51l-6.67 6.67a2.55 2.55 0 01-1.25.69l-3.41.73h-.19a.76.76 0 01-.75-1zm2.48-3.59a1 1 0 00-.28.5l-.49 2.33 2.33-.5a1 1 0 00.5-.28L19 7.06a1.76 1.76 0 00.33-2.4 1.23 1.23 0 00-.89-.34 2.19 2.19 0 00-1.5.68l-6.67 6.68z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M19.91 10.93a.76.76 0 00-.75.75v5.69a3 3 0 01-3 3.05H6.63a3.06 3.06 0 01-3-3.05V7.88a3.05 3.05 0 013.05-3h5.69a.75.75 0 000-1.5H6.63a4.55 4.55 0 00-4.55 4.5v9.49a4.55 4.55 0 004.55 4.55h9.49a4.55 4.55 0 004.54-4.55v-5.69a.76.76 0 00-.75-.75z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
FormOutlined.displayName = 'FormOutlined';
|
|
42
|
+
export default FormOutlined;
|
package/es/HomeFilled.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
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 HomeFilled(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M14.454 3.803l5.002 3.695A3.733 3.733 0 0121 10.5v6.688a3.903 3.903 0 01-3.988 3.79H6.998A3.903 3.903 0 013 17.189v-6.688a3.733 3.733 0 011.544-3.003l5.002-3.695a4.15 4.15 0 014.908 0zM7.737 16.972h8.526a.71.71 0 100-1.421H7.737a.71.71 0 100 1.42z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
HomeFilled.displayName = 'HomeFilled';
|
|
39
|
+
export default HomeFilled;
|
|
@@ -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 HomeOutlined(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
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M14.73 2.89L20.29 7A4.15 4.15 0 0122 10.33v7.44A4.34 4.34 0 0117.56 22H6.44A4.34 4.34 0 012 17.77v-7.43A4.14 4.14 0 013.72 7l5.55-4.11a4.63 4.63 0 015.46 0zm2.83 17.61a2.84 2.84 0 002.94-2.73v-7.44a2.61 2.61 0 00-1.11-2.12L13.84 4.1a3.12 3.12 0 00-3.68 0L4.61 8.2a2.65 2.65 0 00-1.11 2.14v7.43a2.85 2.85 0 002.94 2.73h11.12z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M16.5 15.75h-9a.75.75 0 000 1.5h9a.75.75 0 000-1.5z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
37
|
+
component: IconNode
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
HomeOutlined.displayName = 'HomeOutlined';
|
|
42
|
+
export default HomeOutlined;
|