import { CSSProperties } from 'react'; import { IconNames } from './icons'; type IconWrapperProps = { size?: '16px' | '24px' | '32px' | string; name?: IconNames; color?: string; disabled?: boolean; style?: CSSProperties; styleIcon?: CSSProperties; }; export default IconWrapperProps; //# sourceMappingURL=type.d.ts.map