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

export interface CircleXIconSignature {
  Element: SVGSVGElement;
}

export const CircleXIcon: TOC<CircleXIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes><path d="M12,4 C7.58172,4 4,7.58172 4,12 C4,16.4183 7.58172,20 12,20 C16.4183,20 20,16.4183 20,12 C20,7.58172 16.4183,4 12,4 Z M2,12 C2,6.47715 6.47715,2 12,2 C17.5228,2 22,6.47715 22,12 C22,17.5228 17.5228,22 12,22 C6.47715,22 2,17.5228 2,12 Z M7.79289,7.79289 C8.18342,7.40237 8.81658,7.40237 9.20711,7.79289 L12,10.5858 L14.7929,7.79289 C15.1834,7.40237 15.8166,7.40237 16.2071,7.79289 C16.5976,8.18342 16.5976,8.81658 16.2071,9.20711 L13.4142,12 L16.2071,14.7929 C16.5976,15.1834 16.5976,15.8166 16.2071,16.2071 C15.8166,16.5976 15.1834,16.5976 14.7929,16.2071 L12,13.4142 L9.20711,16.2071 C8.81658,16.5976 8.18342,16.5976 7.79289,16.2071 C7.40237,15.8166 7.40237,15.1834 7.79289,14.7929 L10.5858,12 L7.79289,9.20711 C7.40237,8.81658 7.40237,8.18342 7.79289,7.79289 Z" fill-rule="evenodd"/></svg></template>;