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