UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

6 lines (3 loc) 173 B
import SvgIcon from '@material-ui/core/SvgIcon'; declare function createSvgIcon(path: React.ReactNode, displayName: string): typeof SvgIcon; export default createSvgIcon;