UNPKG

material-design-icon-chars

Version:

The list of Google Material Design icon unicode characters in several file format

8 lines (7 loc) 178 B
import Icon from './Icon'; export default interface IconSource { icons: Icon[]; } export interface ExtendibleIconSource extends IconSource { [key: string]: any; }