import * as React from "react"; function TerminalIcon(props: React.SVGProps) { return ; } export default TerminalIcon;