UNPKG

react-icons-material

Version:

A testing ground for future React icon component standardization

6 lines (5 loc) 211 B
export interface SearchProps { color: "action" | "disabled" | "error" | "inherit" | "primary" | "secondary"; fontSize: 'default' | 'inherit' | 'large' | 'medium' | 'small'; htmlColor: string; }