export type ClIconPassThrough = { className?: string; }; export type ClIconProps = { className?: string; pt?: ClIconPassThrough; name?: string; size?: number; height?: number; width?: number; color?: string; };