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.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ImacFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImacFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ImacFilled;
@@ -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 ImacFiled(componentProps) {
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
- ImacFiled.displayName = 'ImacFiled';
40
- export default ImacFiled;
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 ImacFiled } from './ImacFiled';
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 ImacFiled } from './ImacFiled';
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';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ImacFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImacFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ImacFilled;
@@ -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 ImacFiled(componentProps) {
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
- ImacFiled.displayName = 'ImacFiled';
87
- exports["default"] = ImacFiled;
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 ImacFiled } from './ImacFiled';
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 ImacFiled_1 = require("./ImacFiled");
358
+ var ImacFilled_1 = require("./ImacFilled");
359
359
 
360
- Object.defineProperty(exports, "ImacFiled", {
360
+ Object.defineProperty(exports, "ImacFilled", {
361
361
  enumerable: true,
362
362
  get: function get() {
363
- return ImacFiled_1["default"];
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.32",
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": "38ed7d5617d1db870701472553d915c31301baf3"
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 ImacFiled(componentProps: IconProps) {
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
- ImacFiled.displayName = 'ImacFiled';
20
- export default ImacFiled;
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 ImacFiled } from './ImacFiled';
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
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function ImacFiled(componentProps: IconProps): JSX.Element;
3
- declare namespace ImacFiled {
4
- var displayName: string;
5
- }
6
- export default ImacFiled;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function ImacFiled(componentProps: IconProps): JSX.Element;
3
- declare namespace ImacFiled {
4
- var displayName: string;
5
- }
6
- export default ImacFiled;