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

export interface TagCloseIconSignature {
  Element: SVGSVGElement;
}

export const TagCloseIcon: TOC<TagCloseIconSignature> = <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="M20.0002 1V8C20.0002 8.266 19.8953 8.52 19.7073 8.707L8.70725 19.707C8.51225 19.902 8.25625 20 8.00025 20C7.74425 20 7.48825 19.902 7.29325 19.707L0.29325 12.707C-0.09775 12.316 -0.09775 11.684 0.29325 11.293L11.2933 0.293C11.4803 0.105 11.7343 0 12.0002 0H19.0002C19.5532 0 20.0002 0.447 20.0002 1ZM8.00025 17.586L18.0002 7.586V2H12.4142L2.41425 12L8.00025 17.586ZM16.4144 3.58579C17.1955 4.36684 17.1955 5.63317 16.4144 6.41422C15.6334 7.19527 14.3671 7.19527 13.586 6.41422C12.805 5.63317 12.805 4.36684 13.586 3.58579C14.3671 2.80474 15.6334 2.80474 16.4144 3.58579ZM22.2932 16.293L23.7072 17.707L21.4142 20L23.7072 22.293L22.2932 23.707L20.0002 21.414L17.7072 23.707L16.2932 22.293L18.5862 20L16.2932 17.707L17.7072 16.293L20.0002 18.586L22.2932 16.293Z"/>
</svg>
</template>;