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