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

export interface AreaIconSignature {
  Element: SVGSVGElement;
}

export const AreaIcon: TOC<AreaIconSignature> = <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="M11.293 17.707L12 18.415L12.707 17.707C12.923 17.491 18 12.365 18 8C18 4.692 15.309 2 12 2C8.691 2 6 4.692 6 8C6 12.365 11.077 17.491 11.293 17.707ZM8 8C8 5.794 9.794 4 12 4C14.206 4 16 5.794 16 8C16 10.497 13.541 13.798 12 15.536C10.459 13.798 8 10.498 8 8ZM14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8ZM2 18C2 20.749 7.184 22 12 22C16.816 22 22 20.749 22 18C22 17.047 21.355 15.719 18.281 14.804L17.711 16.721C19.602 17.284 20 17.902 20 18C20 18.515 17.25 20 12 20C6.75 20 4 18.515 4 18C4 17.902 4.4 17.282 6.303 16.716L5.734 14.799C2.648 15.716 2 17.046 2 18Z"/>
</svg>
</template>;