UNPKG

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