import { forwardRef, SVGProps } from 'react'; export interface GithubProps extends Omit, 'css'> {} export const Github = forwardRef((props, ref) => ( )); Github.displayName = 'Github';