/// export interface IconSadSharpProps { size?: string; style?: React.CSSProperties; } export declare const IconSadSharp: React.FC;