UNPKG

149 BTypeScriptView Raw
1import SvgIcon from '@material-ui/core/SvgIcon';
2
3export default function createSvgIcon(path: React.ReactNode, displayName: string): typeof SvgIcon;