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

export interface GlobeIconSignature {
  Element: SVGSVGElement;
}

export const GlobeIcon: TOC<GlobeIconSignature> = <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="M18.077 16.07C21.974 12.171 21.974 5.827 18.077 1.927L16.663 3.341C19.781 6.46 19.781 11.536 16.663 14.655C15.152 16.168 13.143 17 11.006 17C8.869 17 6.86 16.168 5.35 14.656L3.935 16.07C5.586 17.721 7.712 18.724 10.006 18.95V20H5.006V22H17.006V20H12.006V18.951C14.299 18.724 16.426 17.722 18.077 16.07ZM11.006 15C14.315 15 17.006 12.309 17.006 9C17.006 5.691 14.315 3 11.006 3C7.697 3 5.006 5.691 5.006 9C5.006 12.309 7.697 15 11.006 15ZM15.006 9C15.006 6.794 13.212 5 11.006 5C8.8 5 7.006 6.794 7.006 9C7.006 11.206 8.8 13 11.006 13C13.212 13 15.006 11.206 15.006 9Z"/>
</svg>
</template>;