@mxenabled/mx-icons 0.2.0 → 0.4.0

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
@@ -56,7 +56,8 @@ export declare const Edit: ({ color, filled, size, sx }: MxIconProps) => JSX.Ele
56
56
 
57
57
  export declare const Equal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
58
58
 
59
- export declare const Error: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
59
+ declare const Error_2: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
60
+ export { Error_2 as Error }
60
61
 
61
62
  export declare const ExpandLess: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
62
63