import type { IconFC } from "./types.js"; export const EmailIcon: IconFC = (props) => { return ( ); };