import type { FC } from 'react' // type Props = ComponentPropsWithoutRef<'svg'> export const MrJack: FC = () => { return ( ) }