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