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