a-icons 1.2.4 → 1.2.6
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/CallOutlined.d.ts +6 -0
- package/es/CallOutlined.js +32 -0
- package/es/DataPanelOutlined.d.ts +6 -0
- package/es/DataPanelOutlined.js +37 -0
- package/es/DownloadFilled.d.ts +6 -0
- package/es/DownloadFilled.js +35 -0
- package/es/PauseCircleFilled.js +0 -1
- package/es/PlaySolidFilled.d.ts +6 -0
- package/es/PlaySolidFilled.js +32 -0
- package/es/TransferFileFilled.d.ts +6 -0
- package/es/TransferFileFilled.js +35 -0
- package/es/TrashCanFilled.js +5 -2
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -0
- package/lib/CallOutlined.d.ts +6 -0
- package/lib/CallOutlined.js +75 -0
- package/lib/DataPanelOutlined.d.ts +6 -0
- package/lib/DataPanelOutlined.js +80 -0
- package/lib/DownloadFilled.d.ts +6 -0
- package/lib/DownloadFilled.js +78 -0
- package/lib/PauseCircleFilled.js +0 -1
- package/lib/PlaySolidFilled.d.ts +6 -0
- package/lib/PlaySolidFilled.js +75 -0
- package/lib/TransferFileFilled.d.ts +6 -0
- package/lib/TransferFileFilled.js +78 -0
- package/lib/TrashCanFilled.js +5 -2
- package/lib/index.d.ts +5 -0
- package/lib/index.js +42 -7
- package/package.json +2 -2
- package/src/CallOutlined.tsx +20 -0
- package/src/DataPanelOutlined.tsx +26 -0
- package/src/DownloadFilled.tsx +24 -0
- package/src/PauseCircleFilled.tsx +1 -1
- package/src/PlaySolidFilled.tsx +20 -0
- package/src/TransferFileFilled.tsx +21 -0
- package/src/TrashCanFilled.tsx +3 -2
- package/src/index.tsx +5 -0
- package/svgs/filled/download-filled.svg +8 -0
- package/svgs/filled/pause-circle-filled.svg +5 -3
- package/svgs/filled/play-solid-filled.svg +5 -0
- package/svgs/filled/time-zone-site-filled.svg +10 -4
- package/svgs/filled/transfer-file-filled.svg +6 -0
- package/svgs/filled/trash-can-filled.svg +5 -4
- package/svgs/outlined/call-outlined.svg +5 -0
- package/svgs/outlined/data-panel-outlined.svg +7 -0
- package/tmpAllSvgs/call-outlined.svg +5 -0
- package/tmpAllSvgs/data-panel-outlined.svg +7 -0
- package/tmpAllSvgs/download-filled.svg +8 -0
- package/tmpAllSvgs/pause-circle-filled.svg +5 -3
- package/tmpAllSvgs/play-solid-filled.svg +5 -0
- package/tmpAllSvgs/time-zone-site-filled.svg +10 -4
- package/tmpAllSvgs/transfer-file-filled.svg +6 -0
- package/tmpAllSvgs/trash-can-filled.svg +5 -4
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function CallOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M6.905 3.662a1 1 0 00-.903 0c-.106.054-.24.17-.826.757l-.158.157c-.56.56-.711.722-.832.937-.14.25-.257.7-.256.986 0 .254.038.407.203.99a18.039 18.039 0 004.619 7.85 18.039 18.039 0 007.85 4.618c.582.165.735.202.989.203.286.001.736-.116.985-.256.215-.12.377-.272.938-.832l.157-.158c.587-.587.703-.72.756-.827a1 1 0 000-.902c-.053-.107-.169-.24-.756-.827l.707-.707-.707.707-.195-.195c-.385-.386-.472-.465-.538-.507a1 1 0 00-1.09 0c-.066.042-.152.121-.538.507l-.024.024c-.09.09-.203.204-.34.301l-.582-.813.583.813a2.045 2.045 0 01-1.724.294 2.49 2.49 0 01-.42-.171 15.6 15.6 0 01-4.284-3.04 15.604 15.604 0 01-3.04-4.285l-.012-.024c-.05-.102-.113-.234-.16-.395l.96-.28-.96.28a2.045 2.045 0 01.294-1.724c.098-.136.212-.25.302-.34l.024-.023c.385-.386.464-.472.507-.538a1 1 0 000-1.09c-.043-.066-.122-.153-.507-.539l-.195-.194c-.587-.587-.72-.703-.827-.757zM5.1 1.878a3 3 0 012.708 0c.432.218.808.595 1.242 1.03l.096.096.195.195.063.063c.287.287.534.533.707.8l-.839.545.839-.546a3 3 0 010 3.271c-.173.266-.42.513-.707.8l-.063.062a6.306 6.306 0 00-.108.109.09.09 0 00-.001.011 2.146 2.146 0 00.05.107 13.604 13.604 0 002.652 3.735 13.602 13.602 0 003.735 2.652l-.433.902.433-.902a11.824 11.824 0 00.106.05h.006l.006-.002.109-.107.063-.063c.286-.287.532-.534.799-.707a3 3 0 013.27 0c.267.173.513.42.8.707l.063.063-.707.707.707-.707.194.195.096.095c.436.435.812.81 1.031 1.243a3 3 0 010 2.708c-.219.433-.595.808-1.03 1.243l-.097.095-.157.158-.068.068c-.465.466-.822.823-1.304 1.094-.55.308-1.34.514-1.971.512-.552-.002-.954-.116-1.473-.263l-.057-.016a20.038 20.038 0 01-8.717-5.129 20.039 20.039 0 01-5.145-8.774c-.147-.519-.262-.921-.263-1.473a4.365 4.365 0 01.512-1.971c.271-.482.628-.839 1.094-1.304l.068-.068.157-.158.096-.095c.434-.436.81-.813 1.243-1.031l.446.882-.446-.882z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
28
|
+
component: IconNode
|
|
29
|
+
}));
|
|
30
|
+
}
|
|
31
|
+
CallOutlined.displayName = 'CallOutlined';
|
|
32
|
+
export default CallOutlined;
|
|
@@ -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
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function DataPanelOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M6.76 2h10.48c.806 0 1.468 0 2.007.042.558.043 1.068.135 1.549.366.747.36 1.366.939 1.757 1.664.255.473.356.975.402 1.514C23 6.102 23 6.734 23 7.49v5.186c0 .757 0 1.389-.045 1.904-.046.54-.147 1.042-.402 1.514a3.92 3.92 0 01-1.757 1.665c-.48.231-.99.323-1.549.366-.539.042-1.201.042-2.008.042H6.761c-.807 0-1.47 0-2.008-.042-.558-.043-1.068-.135-1.549-.366a3.921 3.921 0 01-1.757-1.665c-.255-.472-.356-.975-.402-1.514C1 14.065 1 13.433 1 12.676V7.49c0-.756 0-1.388.045-1.904.046-.539.147-1.041.402-1.514a3.922 3.922 0 011.757-1.664c.48-.231.99-.323 1.549-.366C5.292 2 5.954 2 6.76 2zM4.908 4.036c-.443.034-.674.096-.835.174-.382.183-.681.471-.865.812-.072.134-.135.33-.17.737C3.001 6.178 3 6.722 3 7.533v5.1c0 .811 0 1.356.037 1.775.035.406.098.603.17.737.184.34.483.628.865.812.161.078.392.14.835.174.452.035 1.037.036 1.893.036h10.4c.856 0 1.44-.001 1.893-.036.443-.034.674-.096.835-.174.382-.184.681-.471.865-.812.072-.134.135-.331.17-.737.036-.42.037-.964.037-1.775v-5.1c0-.81 0-1.355-.037-1.774-.035-.406-.098-.603-.17-.737a1.923 1.923 0 00-.865-.812c-.161-.078-.392-.14-.835-.174C18.641 4 18.056 4 17.2 4H6.8c-.856 0-1.44 0-1.893.036zM6 20h12v2H6v-2z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M13 7v7h-2V7h2zM9 9v5H7V9h2zm8 2v3h-2v-3h2z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
DataPanelOutlined.displayName = 'DataPanelOutlined';
|
|
37
|
+
export default DataPanelOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function DownloadFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M9 14l2.646 2.646a.5.5 0 00.708 0L15 14h5a2 2 0 012 2v4a2 2 0 01-2 2H4a2 2 0 01-2-2v-4a2 2 0 012-2h5z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M17.793 8H14V2.5a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5V8H6.207a.5.5 0 00-.353.854l5.792 5.792a.5.5 0 00.708 0l5.792-5.792A.5.5 0 0017.793 8z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
DownloadFilled.displayName = 'DownloadFilled';
|
|
35
|
+
export default DownloadFilled;
|
package/es/PauseCircleFilled.js
CHANGED
|
@@ -16,7 +16,6 @@ function PauseCircleFilled(componentProps) {
|
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
19
|
-
fill: "none",
|
|
20
19
|
xmlns: "http://www.w3.org/2000/svg"
|
|
21
20
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
21
|
fillRule: "evenodd",
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function PlaySolidFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM9.6 8.116c-.1.133-.1.372-.1.85v6.069c0 .477 0 .716.1.849a.5.5 0 00.364.199c.166.012.367-.117.769-.375l4.72-3.035c.349-.224.523-.336.583-.478a.5.5 0 000-.39c-.06-.142-.234-.254-.583-.478l-4.72-3.035c-.402-.258-.603-.387-.769-.375a.5.5 0 00-.364.2z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
28
|
+
component: IconNode
|
|
29
|
+
}));
|
|
30
|
+
}
|
|
31
|
+
PlaySolidFilled.displayName = 'PlaySolidFilled';
|
|
32
|
+
export default PlaySolidFilled;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function TransferFileFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M14.454 9.545h4.91v6.743c0 .659 0 1.203-.037 1.645-.037.46-.118.883-.32 1.28a3.272 3.272 0 01-1.43 1.43c-.397.203-.82.283-1.28.32-.443.037-.986.037-1.645.037H9.348c-.659 0-1.202 0-1.645-.036-.46-.038-.883-.118-1.28-.32a3.273 3.273 0 01-1.43-1.43c-.202-.398-.283-.82-.32-1.28-.037-.444-.037-.987-.037-1.646V7.712c0-.659 0-1.203.037-1.645.037-.46.118-.883.32-1.28a3.273 3.273 0 011.43-1.43c.397-.203.82-.283 1.28-.32C8.146 3 8.689 3 9.348 3h3.47v4.91c0 .903.733 1.635 1.636 1.635zm-2.247 1.582l3.056 2.064a.65.65 0 01-.363 1.189H8.45v-1.3h4.326l-1.297-.876.728-1.077zm-.414 7.287L8.737 16.35A.65.65 0 019.1 15.16h6.45v1.3h-4.326l1.297.876-.728 1.077z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M14.454 3.48l4.43 4.43h-4.43V3.48z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
TransferFileFilled.displayName = 'TransferFileFilled';
|
|
35
|
+
export default TransferFileFilled;
|
package/es/TrashCanFilled.js
CHANGED
|
@@ -18,10 +18,13 @@ function TrashCanFilled(componentProps) {
|
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20
20
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
|
|
21
|
+
d: "M16 2H8v2h8V2z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
24
|
fillRule: "evenodd",
|
|
23
25
|
clipRule: "evenodd",
|
|
24
|
-
d: "
|
|
26
|
+
d: "M2 5h20v2h-2.064l-.642 9.625c-.05.756-.092 1.381-.167 1.89-.078.53-.201 1.014-.458 1.465a4 4 0 01-1.731 1.62c-.467.226-.959.317-1.493.36-.512.04-1.139.04-1.896.04h-3.098c-.757 0-1.384 0-1.896-.04-.534-.043-1.025-.134-1.493-.36a4 4 0 01-1.73-1.62c-.258-.451-.381-.935-.46-1.465-.074-.509-.116-1.134-.166-1.89L4.064 7H2V5zm7 11.5h2v-7H9v7zm4 0h2v-7h-2v7z",
|
|
27
|
+
fill: "currentColor"
|
|
25
28
|
}));
|
|
26
29
|
};
|
|
27
30
|
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
package/es/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
|
44
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
45
45
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined';
|
|
46
46
|
export { default as CalendarOutlined } from './CalendarOutlined';
|
|
47
|
+
export { default as CallOutlined } from './CallOutlined';
|
|
47
48
|
export { default as CameraFilled } from './CameraFilled';
|
|
48
49
|
export { default as CameraOutlined } from './CameraOutlined';
|
|
49
50
|
export { default as CardFilled } from './CardFilled';
|
|
@@ -95,6 +96,7 @@ export { default as CyclePlusFilled } from './CyclePlusFilled';
|
|
|
95
96
|
export { default as DailyFinanceOutlined } from './DailyFinanceOutlined';
|
|
96
97
|
export { default as DashboardFilled } from './DashboardFilled';
|
|
97
98
|
export { default as DashboardOutlined } from './DashboardOutlined';
|
|
99
|
+
export { default as DataPanelOutlined } from './DataPanelOutlined';
|
|
98
100
|
export { default as DescOutlined } from './DescOutlined';
|
|
99
101
|
export { default as DiamondFileFilled } from './DiamondFileFilled';
|
|
100
102
|
export { default as DiamondFileOutlined } from './DiamondFileOutlined';
|
|
@@ -115,6 +117,7 @@ export { default as DoubleDownOutlined } from './DoubleDownOutlined';
|
|
|
115
117
|
export { default as DoubleTextFilled } from './DoubleTextFilled';
|
|
116
118
|
export { default as DoubleTextOutlined } from './DoubleTextOutlined';
|
|
117
119
|
export { default as DoubleUsersOutlined } from './DoubleUsersOutlined';
|
|
120
|
+
export { default as DownloadFilled } from './DownloadFilled';
|
|
118
121
|
export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
|
|
119
122
|
export { default as DownloadOutlined } from './DownloadOutlined';
|
|
120
123
|
export { default as DragUpAndDownOutlined } from './DragUpAndDownOutlined';
|
|
@@ -248,6 +251,7 @@ export { default as PersonWarningFilled } from './PersonWarningFilled';
|
|
|
248
251
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
249
252
|
export { default as PlayFilled } from './PlayFilled';
|
|
250
253
|
export { default as PlaySharpFilled } from './PlaySharpFilled';
|
|
254
|
+
export { default as PlaySolidFilled } from './PlaySolidFilled';
|
|
251
255
|
export { default as PlusBoldSquareFilled } from './PlusBoldSquareFilled';
|
|
252
256
|
export { default as PlusFilled } from './PlusFilled';
|
|
253
257
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
@@ -313,6 +317,7 @@ export { default as TagOutlined } from './TagOutlined';
|
|
|
313
317
|
export { default as TimeCardFilled } from './TimeCardFilled';
|
|
314
318
|
export { default as TimeZoneSiteFilled } from './TimeZoneSiteFilled';
|
|
315
319
|
export { default as TmdLogo } from './TmdLogo';
|
|
320
|
+
export { default as TransferFileFilled } from './TransferFileFilled';
|
|
316
321
|
export { default as TrashCanFilled } from './TrashCanFilled';
|
|
317
322
|
export { default as TreeCircleFilled } from './TreeCircleFilled';
|
|
318
323
|
export { default as TreeFilled } from './TreeFilled';
|
package/es/index.js
CHANGED
|
@@ -44,6 +44,7 @@ export { default as BrokenLineOutlined } from './BrokenLineOutlined';
|
|
|
44
44
|
export { default as BusinessCardFilled } from './BusinessCardFilled';
|
|
45
45
|
export { default as BusinessCardOutlined } from './BusinessCardOutlined';
|
|
46
46
|
export { default as CalendarOutlined } from './CalendarOutlined';
|
|
47
|
+
export { default as CallOutlined } from './CallOutlined';
|
|
47
48
|
export { default as CameraFilled } from './CameraFilled';
|
|
48
49
|
export { default as CameraOutlined } from './CameraOutlined';
|
|
49
50
|
export { default as CardFilled } from './CardFilled';
|
|
@@ -95,6 +96,7 @@ export { default as CyclePlusFilled } from './CyclePlusFilled';
|
|
|
95
96
|
export { default as DailyFinanceOutlined } from './DailyFinanceOutlined';
|
|
96
97
|
export { default as DashboardFilled } from './DashboardFilled';
|
|
97
98
|
export { default as DashboardOutlined } from './DashboardOutlined';
|
|
99
|
+
export { default as DataPanelOutlined } from './DataPanelOutlined';
|
|
98
100
|
export { default as DescOutlined } from './DescOutlined';
|
|
99
101
|
export { default as DiamondFileFilled } from './DiamondFileFilled';
|
|
100
102
|
export { default as DiamondFileOutlined } from './DiamondFileOutlined';
|
|
@@ -115,6 +117,7 @@ export { default as DoubleDownOutlined } from './DoubleDownOutlined';
|
|
|
115
117
|
export { default as DoubleTextFilled } from './DoubleTextFilled';
|
|
116
118
|
export { default as DoubleTextOutlined } from './DoubleTextOutlined';
|
|
117
119
|
export { default as DoubleUsersOutlined } from './DoubleUsersOutlined';
|
|
120
|
+
export { default as DownloadFilled } from './DownloadFilled';
|
|
118
121
|
export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
|
|
119
122
|
export { default as DownloadOutlined } from './DownloadOutlined';
|
|
120
123
|
export { default as DragUpAndDownOutlined } from './DragUpAndDownOutlined';
|
|
@@ -248,6 +251,7 @@ export { default as PersonWarningFilled } from './PersonWarningFilled';
|
|
|
248
251
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
249
252
|
export { default as PlayFilled } from './PlayFilled';
|
|
250
253
|
export { default as PlaySharpFilled } from './PlaySharpFilled';
|
|
254
|
+
export { default as PlaySolidFilled } from './PlaySolidFilled';
|
|
251
255
|
export { default as PlusBoldSquareFilled } from './PlusBoldSquareFilled';
|
|
252
256
|
export { default as PlusFilled } from './PlusFilled';
|
|
253
257
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
@@ -313,6 +317,7 @@ export { default as TagOutlined } from './TagOutlined';
|
|
|
313
317
|
export { default as TimeCardFilled } from './TimeCardFilled';
|
|
314
318
|
export { default as TimeZoneSiteFilled } from './TimeZoneSiteFilled';
|
|
315
319
|
export { default as TmdLogo } from './TmdLogo';
|
|
320
|
+
export { default as TransferFileFilled } from './TransferFileFilled';
|
|
316
321
|
export { default as TrashCanFilled } from './TrashCanFilled';
|
|
317
322
|
export { default as TreeCircleFilled } from './TreeCircleFilled';
|
|
318
323
|
export { default as TreeFilled } from './TreeFilled';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function CallOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M6.905 3.662a1 1 0 00-.903 0c-.106.054-.24.17-.826.757l-.158.157c-.56.56-.711.722-.832.937-.14.25-.257.7-.256.986 0 .254.038.407.203.99a18.039 18.039 0 004.619 7.85 18.039 18.039 0 007.85 4.618c.582.165.735.202.989.203.286.001.736-.116.985-.256.215-.12.377-.272.938-.832l.157-.158c.587-.587.703-.72.756-.827a1 1 0 000-.902c-.053-.107-.169-.24-.756-.827l.707-.707-.707.707-.195-.195c-.385-.386-.472-.465-.538-.507a1 1 0 00-1.09 0c-.066.042-.152.121-.538.507l-.024.024c-.09.09-.203.204-.34.301l-.582-.813.583.813a2.045 2.045 0 01-1.724.294 2.49 2.49 0 01-.42-.171 15.6 15.6 0 01-4.284-3.04 15.604 15.604 0 01-3.04-4.285l-.012-.024c-.05-.102-.113-.234-.16-.395l.96-.28-.96.28a2.045 2.045 0 01.294-1.724c.098-.136.212-.25.302-.34l.024-.023c.385-.386.464-.472.507-.538a1 1 0 000-1.09c-.043-.066-.122-.153-.507-.539l-.195-.194c-.587-.587-.72-.703-.827-.757zM5.1 1.878a3 3 0 012.708 0c.432.218.808.595 1.242 1.03l.096.096.195.195.063.063c.287.287.534.533.707.8l-.839.545.839-.546a3 3 0 010 3.271c-.173.266-.42.513-.707.8l-.063.062a6.306 6.306 0 00-.108.109.09.09 0 00-.001.011 2.146 2.146 0 00.05.107 13.604 13.604 0 002.652 3.735 13.602 13.602 0 003.735 2.652l-.433.902.433-.902a11.824 11.824 0 00.106.05h.006l.006-.002.109-.107.063-.063c.286-.287.532-.534.799-.707a3 3 0 013.27 0c.267.173.513.42.8.707l.063.063-.707.707.707-.707.194.195.096.095c.436.435.812.81 1.031 1.243a3 3 0 010 2.708c-.219.433-.595.808-1.03 1.243l-.097.095-.157.158-.068.068c-.465.466-.822.823-1.304 1.094-.55.308-1.34.514-1.971.512-.552-.002-.954-.116-1.473-.263l-.057-.016a20.038 20.038 0 01-8.717-5.129 20.039 20.039 0 01-5.145-8.774c-.147-.519-.262-.921-.263-1.473a4.365 4.365 0 01.512-1.971c.271-.482.628-.839 1.094-1.304l.068-.068.157-.158.096-.095c.434-.436.81-.813 1.243-1.031l.446.882-.446-.882z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}));
|
|
69
|
+
};
|
|
70
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
71
|
+
component: IconNode
|
|
72
|
+
}));
|
|
73
|
+
}
|
|
74
|
+
CallOutlined.displayName = 'CallOutlined';
|
|
75
|
+
exports["default"] = CallOutlined;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function DataPanelOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M6.76 2h10.48c.806 0 1.468 0 2.007.042.558.043 1.068.135 1.549.366.747.36 1.366.939 1.757 1.664.255.473.356.975.402 1.514C23 6.102 23 6.734 23 7.49v5.186c0 .757 0 1.389-.045 1.904-.046.54-.147 1.042-.402 1.514a3.92 3.92 0 01-1.757 1.665c-.48.231-.99.323-1.549.366-.539.042-1.201.042-2.008.042H6.761c-.807 0-1.47 0-2.008-.042-.558-.043-1.068-.135-1.549-.366a3.921 3.921 0 01-1.757-1.665c-.255-.472-.356-.975-.402-1.514C1 14.065 1 13.433 1 12.676V7.49c0-.756 0-1.388.045-1.904.046-.539.147-1.041.402-1.514a3.922 3.922 0 011.757-1.664c.48-.231.99-.323 1.549-.366C5.292 2 5.954 2 6.76 2zM4.908 4.036c-.443.034-.674.096-.835.174-.382.183-.681.471-.865.812-.072.134-.135.33-.17.737C3.001 6.178 3 6.722 3 7.533v5.1c0 .811 0 1.356.037 1.775.035.406.098.603.17.737.184.34.483.628.865.812.161.078.392.14.835.174.452.035 1.037.036 1.893.036h10.4c.856 0 1.44-.001 1.893-.036.443-.034.674-.096.835-.174.382-.184.681-.471.865-.812.072-.134.135-.331.17-.737.036-.42.037-.964.037-1.775v-5.1c0-.81 0-1.355-.037-1.774-.035-.406-.098-.603-.17-.737a1.923 1.923 0 00-.865-.812c-.161-.078-.392-.14-.835-.174C18.641 4 18.056 4 17.2 4H6.8c-.856 0-1.44 0-1.893.036zM6 20h12v2H6v-2z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M13 7v7h-2V7h2zM9 9v5H7V9h2zm8 2v3h-2v-3h2z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
DataPanelOutlined.displayName = 'DataPanelOutlined';
|
|
80
|
+
exports["default"] = DataPanelOutlined;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function DownloadFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M9 14l2.646 2.646a.5.5 0 00.708 0L15 14h5a2 2 0 012 2v4a2 2 0 01-2 2H4a2 2 0 01-2-2v-4a2 2 0 012-2h5z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M17.793 8H14V2.5a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5V8H6.207a.5.5 0 00-.353.854l5.792 5.792a.5.5 0 00.708 0l5.792-5.792A.5.5 0 0017.793 8z",
|
|
70
|
+
fill: "currentColor"
|
|
71
|
+
}));
|
|
72
|
+
};
|
|
73
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
74
|
+
component: IconNode
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
DownloadFilled.displayName = 'DownloadFilled';
|
|
78
|
+
exports["default"] = DownloadFilled;
|
package/lib/PauseCircleFilled.js
CHANGED
|
@@ -59,7 +59,6 @@ function PauseCircleFilled(componentProps) {
|
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
61
|
viewBox: "0 0 24 24",
|
|
62
|
-
fill: "none",
|
|
63
62
|
xmlns: "http://www.w3.org/2000/svg"
|
|
64
63
|
}, props), React.createElement("path", {
|
|
65
64
|
fillRule: "evenodd",
|