@mxenabled/mx-icons 0.4.0 → 0.4.1

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/dist/index.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare const House: ({ color, filled, size, sx }: MxIconProps) => JSX.El
77
77
 
78
78
  export declare const Icon: ({ color, fill, name, size, sx }: IconProps) => JSX.Element;
79
79
 
80
- declare const IconList: {
80
+ export declare const IconList: {
81
81
  account_balance: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
82
82
  add: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
83
83
  add_box: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
package/dist/index.es.js CHANGED
@@ -104,6 +104,7 @@ export {
104
104
  O as HomeWork,
105
105
  R as House,
106
106
  p1 as Icon,
107
+ Q1 as IconList,
107
108
  W as IosShare,
108
109
  N as Key,
109
110
  P as KeyboardArrowRight,
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@mxenabled/mx-icons",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Library containing material symbol icons for MX",
5
5
  "author": "MX",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
+ "type": "module",
10
11
  "main": "dist/index.es.js",
11
12
  "types": "dist/index.d.ts",
12
13
  "files": [