// This file is autogenerated by wrapSVGs.ts
// Changes to this file will be overwritten
import React, { useId } from 'react'
import { SVG } from '~components/IconV1/subcomponents/SVG'
import type { IconProps } from '~components/IconV1/types'
export const EmailIcon = (props: IconProps): JSX.Element => {
const uniqueId = useId()
const svgContent = (
<>
>
)
return
}