import { Ref } from 'react'; export type IconProps = { ref?: Ref; role: string; className?: string; width: 14 | 16 | 20 | 24 | 32; height: 14 | 16 | 20 | 24 | 32; viewBox: string; color: string; }; //# sourceMappingURL=iconProps.d.ts.map