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

export interface SwitchesIconSignature {
  Element: SVGSVGElement;
}

export const SwitchesIcon: TOC<SwitchesIconSignature> = <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="M6.5 11H17.5C19.981 11 22 8.982 22 6.5C22 4.018 19.981 2 17.5 2H6.5C4.019 2 2 4.018 2 6.5C2 8.982 4.019 11 6.5 11ZM4 6.5C4 5.121 5.121 4 6.5 4H17.5C18.879 4 20 5.122 20 6.5C20 7.878 18.879 9 17.5 9H6.5C5.121 9 4 7.879 4 6.5ZM17.4142 5.08579C18.1952 5.86684 18.1952 7.13317 17.4142 7.91422C16.6332 8.69527 15.3668 8.69527 14.5858 7.91422C13.8047 7.13317 13.8047 5.86684 14.5858 5.08579C15.3668 4.30474 16.6331 4.30474 17.4142 5.08579ZM6.5 22H17.5C19.981 22 22 19.982 22 17.5C22 15.019 19.981 13 17.5 13H6.5C4.019 13 2 15.018 2 17.5C2 19.982 4.019 22 6.5 22ZM6.5 15C5.121 15 4 16.121 4 17.5C4 18.879 5.121 20 6.5 20H17.5C18.879 20 20 18.878 20 17.5C20 16.122 18.879 15 17.5 15H6.5ZM9.41421 18.9142C10.1953 18.1332 10.1953 16.8668 9.41421 16.0858C8.63316 15.3048 7.36683 15.3048 6.58578 16.0858C5.80473 16.8668 5.80473 18.1332 6.58578 18.9142C7.36683 19.6953 8.63316 19.6953 9.41421 18.9142Z"/>
</svg>
</template>;