@mijadesign/mobile-icons 0.0.2-beta.3 → 0.0.2-beta.4

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.
@@ -386,14 +386,12 @@ declare interface IconProps_18 {
386
386
  }
387
387
 
388
388
  declare interface IconProps_19 {
389
- size: string | number;
390
389
  classPrefix: string;
391
- color: string;
392
390
  tag: keyof ReactHTML;
393
- logValue?: string;
391
+ size: string | number;
394
392
  onClick: (e: MouseEvent) => void;
395
- fontClassName: string;
396
393
  className: string;
394
+ logValue?: string;
397
395
  style: React_2.CSSProperties;
398
396
  children: React_2.ReactNode;
399
397
  }