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

export interface LoaderIconSignature {
  Element: SVGSVGElement;
}

export const LoaderIcon: TOC<LoaderIconSignature> = <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="M0.582886 5.58057C1.40559 4.80648 2.68566 4.80648 3.41711 5.58057C4.1943 6.35483 4.1943 7.63011 3.41711 8.40433C3.0514 8.8142 2.5028 8.99639 2 8.99639C1.4972 8.99639 0.99428 8.8142 0.582886 8.40433C-0.194295 7.63011 -0.194295 6.35483 0.582886 5.58057ZM10.5829 9.58057C11.4056 8.80648 12.6857 8.80648 13.4171 9.58057C14.1943 10.3548 14.1943 11.6301 13.4171 12.4043C13.0514 12.8142 12.5028 12.9964 12 12.9964C11.4972 12.9964 10.9943 12.8142 10.5829 12.4043C9.8057 11.6301 9.8057 10.3548 10.5829 9.58057ZM23.4171 10.5806C22.6857 9.80648 21.4056 9.80648 20.5829 10.5806C19.8057 11.3548 19.8057 12.6301 20.5829 13.4043C20.9943 13.8142 21.4972 13.9964 22 13.9964C22.5028 13.9964 23.0514 13.8142 23.4171 13.4043C24.1943 12.6301 24.1943 11.3548 23.4171 10.5806Z"/>
</svg>
</template>;