import { Icon, PropsOf } from "@chakra-ui/react"; import type { FunctionComponent } from "react"; export const GoIcon: FunctionComponent> = (props) => { return ( ); };