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