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

export interface CogIconSignature {
  Element: SVGSVGElement;
}

export const CogIcon: TOC<CogIconSignature> = <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.736 10H22V14H19.736C19.504 14.903 19.125 15.744 18.614 16.493L20.132 18.011L18.011 20.133L16.493 18.615C15.744 19.125 14.901 19.504 14 19.737V22H10V19.737C9.099 19.503 8.256 19.125 7.507 18.615L5.989 20.133L3.868 18.011L5.386 16.493C4.875 15.744 4.496 14.903 4.264 14H2V10H4.264C4.496 9.098 4.875 8.256 5.386 7.507L3.868 5.989L5.989 3.868L7.507 5.385C8.256 4.875 9.099 4.498 10 4.263V2H14V4.263C14.901 4.498 15.744 4.875 16.493 5.386L18.011 3.868L20.132 5.989L18.614 7.507C19.125 8.257 19.504 9.099 19.736 10ZM6 12C6 15.31 8.691 18 12 18C15.309 18 18 15.309 18 12C18 8.691 15.309 6 12 6C8.691 6 6 8.691 6 12Z"/>
<mask id="mask0_103_1368" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="2" width="20" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.736 10H22V14H19.736C19.504 14.903 19.125 15.744 18.614 16.493L20.132 18.011L18.011 20.133L16.493 18.615C15.744 19.125 14.901 19.504 14 19.737V22H10V19.737C9.099 19.503 8.256 19.125 7.507 18.615L5.989 20.133L3.868 18.011L5.386 16.493C4.875 15.744 4.496 14.903 4.264 14H2V10H4.264C4.496 9.098 4.875 8.256 5.386 7.507L3.868 5.989L5.989 3.868L7.507 5.385C8.256 4.875 9.099 4.498 10 4.263V2H14V4.263C14.901 4.498 15.744 4.875 16.493 5.386L18.011 3.868L20.132 5.989L18.614 7.507C19.125 8.257 19.504 9.099 19.736 10ZM6 12C6 15.31 8.691 18 12 18C15.309 18 18 15.309 18 12C18 8.691 15.309 6 12 6C8.691 6 6 8.691 6 12Z"/>
</mask>
<g mask="url(#mask0_103_1368)">
</g>
</svg>
</template>;