import { FC } from 'react'; export const MyriaIcon: FC<{ className?: string; fill?: string }> = ({ className, fill }) => { return ( ); };