a-icons 1.0.16 → 1.0.20
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/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/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 +5 -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/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/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/index.d.ts +19 -0
- package/es/index.js +19 -0
- 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/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/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 +5 -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/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/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/index.d.ts +19 -0
- package/lib/index.js +171 -0
- package/package.json +2 -2
- package/src/AlertTriangleFilled.tsx +20 -0
- package/src/AlertTriangleOutlined.tsx +24 -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/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/SearchFilled.tsx +20 -0
- package/src/SearchOutlined.tsx +20 -0
- package/src/StopFilled.tsx +20 -0
- package/src/StopOutlined.tsx +20 -0
- package/src/TrashOutlined.tsx +28 -0
- package/src/index.tsx +19 -0
- package/svgs/filled/alert-triangle-filled.svg +5 -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/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-filled.svg +5 -0
- package/svgs/filled/stop-filled.svg +5 -0
- package/svgs/outlined/alert-triangle-outlined.svg +11 -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/list-caption-outlined.svg +5 -0
- package/svgs/outlined/mail-outlined.svg +5 -0
- package/svgs/outlined/move-outlined.svg +3 -3
- package/svgs/outlined/open-mail-outlined.svg +8 -0
- package/svgs/outlined/search-outlined.svg +4 -0
- package/svgs/outlined/stop-outlined.svg +5 -0
- package/svgs/outlined/trash-outlined.svg +17 -0
- package/tmpAllSvgs/alert-triangle-filled.svg +5 -0
- package/tmpAllSvgs/alert-triangle-outlined.svg +11 -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/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 +3 -3
- package/tmpAllSvgs/open-mail-filled.svg +5 -0
- package/tmpAllSvgs/open-mail-outlined.svg +8 -0
- package/tmpAllSvgs/search-filled.svg +5 -0
- package/tmpAllSvgs/search-outlined.svg +4 -0
- package/tmpAllSvgs/stop-filled.svg +5 -0
- package/tmpAllSvgs/stop-outlined.svg +5 -0
- package/tmpAllSvgs/trash-outlined.svg +17 -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,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;
|
|
@@ -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 ListCaptionFilled(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: "M15.62 11H6a1 1 0 110-2h9.62a1 1 0 110 2zM6 14h12.82a1 1 0 110 2H6a1 1 0 110-2z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ListCaptionFilled.displayName = 'ListCaptionFilled';
|
|
39
|
+
export default ListCaptionFilled;
|
|
@@ -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 ListCaptionOutlined(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: "M15.37 10.5H5.75a.75.75 0 010-1.5h9.62a.75.75 0 010 1.5zM5.75 14h12.82a.75.75 0 010 1.5H5.75a.75.75 0 010-1.5z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ListCaptionOutlined.displayName = 'ListCaptionOutlined';
|
|
39
|
+
export default ListCaptionOutlined;
|
package/es/MailFilled.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 MailFilled(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 4h12a4 4 0 014 4v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8a4 4 0 014-4zm7.4 9.55l6.34-4.7a.64.64 0 00.14-.89.62.62 0 00-.88-.13l-6.41 4.67a.85.85 0 01-1.23 0L5 7.83a.62.62 0 00-.87.13.64.64 0 00.13.89l6.3 4.65c.392.372.91.582 1.45.59a2.06 2.06 0 001.39-.54z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
MailFilled.displayName = 'MailFilled';
|
|
39
|
+
export default MailFilled;
|
|
@@ -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 MailOutlined(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 4H6a4 4 0 00-4 4v9a4 4 0 004 4h12a4 4 0 004-4V8a4 4 0 00-4-4zM6 5.59h12a2.4 2.4 0 012.3 1.73l-7.54 5.59a1.06 1.06 0 01-1.53-.05L3.72 7.33A2.4 2.4 0 016 5.59zM3.59 17A2.41 2.41 0 006 19.41h12A2.41 2.41 0 0020.4 17V8.97l-6.8 5a2.35 2.35 0 01-1.6.63 2.49 2.49 0 01-1.66-.67l-6.75-5V17z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
MailOutlined.displayName = 'MailOutlined';
|
|
39
|
+
export default MailOutlined;
|
package/es/MoveOutlined.js
CHANGED
|
@@ -22,19 +22,13 @@ function MoveOutlined(componentProps) {
|
|
|
22
22
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
23
|
width: 24,
|
|
24
24
|
height: 24,
|
|
25
|
-
fill: "none",
|
|
26
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
28
|
-
fill: "
|
|
29
|
-
|
|
30
|
-
y: 11.373,
|
|
31
|
-
width: 1.4,
|
|
32
|
-
height: 8,
|
|
33
|
-
rx: 0.7,
|
|
34
|
-
transform: "rotate(90 16 11.373)"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fill: "inherit",
|
|
28
|
+
d: "M15.3 11.373a.7.7 0 110 1.4H8.7a.7.7 0 110-1.4h6.6z"
|
|
35
29
|
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
-
fill: "
|
|
37
|
-
d: "M12.7 15.3a.7.7 0
|
|
30
|
+
fill: "inherit",
|
|
31
|
+
d: "M12.7 15.3a.7.7 0 01-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
|
|
38
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
39
33
|
fill: "currentColor",
|
|
40
34
|
fillRule: "evenodd",
|