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

export interface BanIconSignature {
  Element: SVGSVGElement;
}

export const BanIcon: TOC<BanIconSignature> = <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="M19.077 4.929C17.188 3.04 14.676 2 12.005 2C9.334 2 6.823 3.04 4.934 4.929C3.045 6.818 2.004 9.329 2.004 11.999C2.004 14.67 3.045 17.182 4.934 19.072C6.823 20.96 9.334 22 12.005 22C14.676 22 17.187 20.96 19.076 19.073C22.975 15.172 22.975 8.828 19.077 4.929ZM18.319 16.902L13.419 12L18.32 7.1C20.553 9.974 20.553 14.026 18.319 16.902ZM12.005 10.587L16.907 5.686C15.509 4.597 13.805 4 12.005 4C10.206 4 8.501 4.597 7.104 5.686L12.005 10.587ZM4.004 12C4.004 10.201 4.601 8.496 5.69 7.1L10.591 12L5.69 16.902C4.601 15.504 4.004 13.8 4.004 12ZM12.004 13.414L7.104 18.315C8.501 19.404 10.206 20 12.005 20C13.804 20 15.508 19.404 16.904 18.315L12.004 13.414Z"/>
</svg>
</template>;