import * as React from "react" import type { IconProps } from "../types" const Github = React.forwardRef>( (props, ref) => { return ( ) } ) Github.displayName = "Github" export default Github