import React from 'react' // eslint-disable-next-line no-restricted-imports import { SvgIcon, SvgIconProps } from '@material-ui/core' export function InfoOutline(props: SvgIconProps) { return ( ) }