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