a-icons 1.0.32 → 1.0.33
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/ImacFilled.d.ts +6 -0
- package/es/{ImacFiled.js → ImacFilled.js} +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/ImacFilled.d.ts +6 -0
- package/lib/{ImacFiled.js → ImacFilled.js} +3 -3
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/package.json +2 -2
- package/src/{ImacFiled.tsx → ImacFilled.tsx} +3 -3
- package/src/index.tsx +1 -1
- package/svgs/filled/{imac-filed.svg → imac-filled.svg} +0 -0
- package/tmpAllSvgs/{imac-filed.svg → imac-filled.svg} +0 -0
- package/es/ImacFiled.d.ts +0 -6
- package/lib/ImacFiled.d.ts +0 -6
|
@@ -17,7 +17,7 @@ var __assign = this && this.__assign || function () {
|
|
|
17
17
|
import * as React from 'react';
|
|
18
18
|
import Icon from 'a-base-icon/lib/Icon';
|
|
19
19
|
|
|
20
|
-
function
|
|
20
|
+
function ImacFilled(componentProps) {
|
|
21
21
|
var IconNode = function IconNode(props) {
|
|
22
22
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
@@ -36,5 +36,5 @@ function ImacFiled(componentProps) {
|
|
|
36
36
|
}));
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
export default
|
|
39
|
+
ImacFilled.displayName = 'ImacFilled';
|
|
40
|
+
export default ImacFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export { default as FormFilled } from './FormFilled';
|
|
|
37
37
|
export { default as FormOutlined } from './FormOutlined';
|
|
38
38
|
export { default as HomeFilled } from './HomeFilled';
|
|
39
39
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
40
|
-
export { default as
|
|
40
|
+
export { default as ImacFilled } from './ImacFilled';
|
|
41
41
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
42
42
|
export { default as LayerFilled } from './LayerFilled';
|
|
43
43
|
export { default as LayerOutlined } from './LayerOutlined';
|
package/es/index.js
CHANGED
|
@@ -37,7 +37,7 @@ export { default as FormFilled } from './FormFilled';
|
|
|
37
37
|
export { default as FormOutlined } from './FormOutlined';
|
|
38
38
|
export { default as HomeFilled } from './HomeFilled';
|
|
39
39
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
40
|
-
export { default as
|
|
40
|
+
export { default as ImacFilled } from './ImacFilled';
|
|
41
41
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
42
42
|
export { default as LayerFilled } from './LayerFilled';
|
|
43
43
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
@@ -64,7 +64,7 @@ var React = __importStar(require("react"));
|
|
|
64
64
|
|
|
65
65
|
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
66
|
|
|
67
|
-
function
|
|
67
|
+
function ImacFilled(componentProps) {
|
|
68
68
|
var IconNode = function IconNode(props) {
|
|
69
69
|
return React.createElement("svg", __assign({
|
|
70
70
|
viewBox: "0 0 24 24",
|
|
@@ -83,5 +83,5 @@ function ImacFiled(componentProps) {
|
|
|
83
83
|
}));
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
exports["default"] =
|
|
86
|
+
ImacFilled.displayName = 'ImacFilled';
|
|
87
|
+
exports["default"] = ImacFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export { default as FormFilled } from './FormFilled';
|
|
|
37
37
|
export { default as FormOutlined } from './FormOutlined';
|
|
38
38
|
export { default as HomeFilled } from './HomeFilled';
|
|
39
39
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
40
|
-
export { default as
|
|
40
|
+
export { default as ImacFilled } from './ImacFilled';
|
|
41
41
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
42
42
|
export { default as LayerFilled } from './LayerFilled';
|
|
43
43
|
export { default as LayerOutlined } from './LayerOutlined';
|
package/lib/index.js
CHANGED
|
@@ -355,12 +355,12 @@ Object.defineProperty(exports, "HomeOutlined", {
|
|
|
355
355
|
}
|
|
356
356
|
});
|
|
357
357
|
|
|
358
|
-
var
|
|
358
|
+
var ImacFilled_1 = require("./ImacFilled");
|
|
359
359
|
|
|
360
|
-
Object.defineProperty(exports, "
|
|
360
|
+
Object.defineProperty(exports, "ImacFilled", {
|
|
361
361
|
enumerable: true,
|
|
362
362
|
get: function get() {
|
|
363
|
-
return
|
|
363
|
+
return ImacFilled_1["default"];
|
|
364
364
|
}
|
|
365
365
|
});
|
|
366
366
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "0a32031cb3f272647f5199507a145058c7a945b8"
|
|
26
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function ImacFilled(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
6
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
7
|
<path
|
|
@@ -16,5 +16,5 @@ function ImacFiled(componentProps: IconProps) {
|
|
|
16
16
|
return <Icon {...componentProps} component={IconNode} />;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
export default
|
|
19
|
+
ImacFilled.displayName = 'ImacFilled';
|
|
20
|
+
export default ImacFilled;
|
package/src/index.tsx
CHANGED
|
@@ -37,7 +37,7 @@ export { default as FormFilled } from './FormFilled';
|
|
|
37
37
|
export { default as FormOutlined } from './FormOutlined';
|
|
38
38
|
export { default as HomeFilled } from './HomeFilled';
|
|
39
39
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
40
|
-
export { default as
|
|
40
|
+
export { default as ImacFilled } from './ImacFilled';
|
|
41
41
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
42
42
|
export { default as LayerFilled } from './LayerFilled';
|
|
43
43
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
File without changes
|
|
File without changes
|
package/es/ImacFiled.d.ts
DELETED