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

export interface SignDisableIconSignature {
  Element: SVGSVGElement;
}

export const SignDisableIcon: TOC<SignDisableIconSignature> = <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="M18.82 15H15.395C14.986 14.2 14.387 13.514 13.657 13H18V11H12V8.815C13.162 8.402 14 7.302 14 6C14 4.346 12.654 3 11 3C9.346 3 8 4.346 8 6C8 7.302 8.838 8.402 10 8.815V12.025C7.197 12.277 5 14.63 5 17.499C5 20.537 7.463 23 10.5 23C13.537 23 16 20.537 16 17.5C16 17.332 15.99 17.165 15.975 17H17.181L18.181 22H21V20H19.82L18.82 15ZM11 5C11.551 5 12 5.449 12 6C12 6.551 11.551 7 11 7C10.449 7 10 6.551 10 6C10 5.449 10.449 5 11 5ZM7 17.5C7 19.433 8.567 21 10.5 21C12.433 21 14 19.433 14 17.5C14 15.566 12.433 14 10.5 14C8.567 14 7 15.566 7 17.5Z"/>
</svg>
</template>;