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

export interface SpotifyIconSignature {
  Element: SVGSVGElement;
}

export const SpotifyIcon: TOC<SpotifyIconSignature> = <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="M2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12ZM16.1 16.7C16.3 16.7 16.5 16.6 16.6 16.4C16.8 16.1 16.7 15.7 16.4 15.5C13.7 13.7 9.4 13.5 6.5 14.2C6.1 14.3 5.9 14.7 6 15C6.1 15.4 6.5 15.6 6.8 15.5C9.5 14.9 13.4 15 15.7 16.6C15.9 16.7 16 16.7 16.1 16.7ZM17.8 14C17.7 14.2 17.5 14.3 17.3 14.3C17.2 14.3 17 14.3 16.9 14.2C14.2 12.2 10.8 11.8 6.4 12.7C6.1 12.8 5.7 12.6 5.7 12.2C5.6 11.9 5.8 11.5 6.2 11.5C11 10.5 14.7 11.1 17.7 13.2C17.9 13.3 18 13.7 17.8 14ZM18.5 11C18.7 11 18.9 10.9 19 10.7C19.2 10.4 19.2 10 18.8 9.9C15 7.3 9.3 7.3 5.6 8.6C5.3 8.7 5.1 9.1 5.2 9.4C5.3 9.7 5.7 9.9 6 9.8C9.4 8.6 14.7 8.6 18.1 10.9C18.3 11 18.4 11 18.5 11Z"/>
</svg>
</template>;