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

export interface MicrophoneIconSignature {
  Element: SVGSVGElement;
}

export const MicrophoneIcon: TOC<MicrophoneIconSignature> = <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="M12 1C15.309 1 18 3.691 18 7C18 8.791 17.207 10.396 15.959 11.498L15.161 20.271C15.02 21.827 13.736 23 12.174 23H11.826C10.264 23 8.979 21.827 8.838 20.272L8.041 11.498C6.792 10.396 6 8.791 6 7C6 3.691 8.691 1 12 1ZM12.174 21C12.694 21 13.122 20.61 13.169 20.09L13.84 12.709C13.26 12.896 12.642 13 12 13C11.358 13 10.74 12.896 10.16 12.709L10.83 20.091C10.877 20.61 11.305 21 11.826 21H12.174ZM12 11C9.794 11 8 9.206 8 7C8 4.795 9.794 3 12 3C14.206 3 16 4.795 16 7C16 9.206 14.206 11 12 11ZM12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929C12.3166 13.9024 11.6834 13.9024 11.2929 14.2929C10.9024 14.6834 10.9024 15.3166 11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071Z"/>
</svg>
</template>;