import { ComponentProps } from 'react' export function MetaIcon(props: ComponentProps<"svg">) { return ( ) }