import { ComponentProps } from 'react' type Props = ComponentProps<'svg'> export function OctocatHeader(props: Props) { return ( ) }