// THIS FILE IS GENERATED. ANY CHANGES TO THIS FILE WILL BE LOST.
import type { TOC } from '@ember/component/template-only';

export interface EmailIconSignature {
  Element: SVGSVGElement;
}

export const EmailIcon: TOC<EmailIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.486 6.486 2 12 2C17.514 2 22 6.486 22 12V12.782C22 15.306 20.552 17 18.4 17H18.195C18.129 17 18.064 16.994 18.002 16.981L18 17C16.93 17 15.826 16.269 15.177 15.313C14.35 16.106 13.234 16.6 12 16.6C9.463 16.6 7.4 14.537 7.4 12C7.4 9.463 9.463 7.4 12 7.4C14.537 7.4 16.6 9.464 16.6 12V13.631C16.6 14.182 17.437 15 18 15H18.209C18.273 15 18.338 15.005 18.398 15.018L18.4 15C19.402 15 20 14.17 20 12.782V12C20 7.589 16.411 4 12 4C7.589 4 4 7.589 4 12C4 16.411 7.589 20 12 20C13.633 20 15.195 19.519 16.521 18.611L17.652 20.259C15.993 21.398 14.039 22 12 22C6.486 22 2 17.515 2 12ZM9.4 11.999C9.4 13.433 10.566 14.599 12 14.599C13.434 14.599 14.6 13.433 14.6 11.999C14.6 10.565 13.434 9.399 12 9.399C10.566 9.399 9.4 10.565 9.4 11.999Z"/>
</svg>
</template>;