@mxenabled/mx-icons 1.2.0 → 1.3.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
@@ -166,7 +166,7 @@ export declare const IconList: {
166
166
 
167
167
  declare interface IconProps extends IconProps_2 {
168
168
  fill?: boolean;
169
- name: keyof typeof IconList;
169
+ name: keyof typeof IconList | string;
170
170
  size?: number;
171
171
  weight?: number;
172
172
  }