import { FC, SVGProps } from 'react'; declare const IconTerminal: FC & { fill?: string }>; export default IconTerminal;