import type { FC } from 'react'; import React from 'react'; export const HeroiconsUser: FC<{ className?: string; }> = ({ className }) => ( );