@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 +1 -1
- package/dist/index.es.js +1 -0
- package/package.json +2 -1
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
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxenabled/mx-icons",
|
|
3
|
-
"version": "0.4.
|
|
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": [
|