import { cn } from "@/lib/utils"; import { SVGProps } from "react"; export function MaterialSymbolsLightContactMailOutlineRounded( props?: SVGProps ) { return ( ); } export const Icons = { nextJS: (props?: SVGProps) => ( ), nuxt: (props?: SVGProps) => ( ), svelteKit: (props?: SVGProps) => ( ), solidStart: (props?: SVGProps) => ( ), react: (props?: SVGProps) => ( ), hono: (props?: SVGProps) => ( ), MailOutlineRounded: MaterialSymbolsLightContactMailOutlineRounded, };