import * as React from "react"; import { SVGProps } from "react"; const SvgTerminal = (props: SVGProps) => ( ); export default SvgTerminal;