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

export interface ShareIconSignature {
  Element: SVGSVGElement;
}

export const ShareIcon: TOC<ShareIconSignature> = <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="M15 15.381C15.734 14.541 16.8 14 18 14C20.205 14 22 15.794 22 18C22 20.205 20.205 22 18 22C15.795 22 14 20.205 14 18C14 17.713 14.033 17.434 14.092 17.163L9 14.617C8.266 15.457 7.2 16 6 16C3.795 16 2 14.205 2 12C2 9.794 3.795 8 6 8C7.2 8 8.266 8.542 9 9.381L14.092 6.836C14.033 6.566 14 6.287 14 6C14 3.794 15.795 2 18 2C20.205 2 22 3.794 22 6C22 8.205 20.205 10 18 10C16.8 10 15.734 9.458 15 8.618L9.908 11.163C9.967 11.434 10 11.712 10 12C10 12.288 9.967 12.567 9.908 12.836L15 15.381ZM20 6C20 4.895 19.104 4 18 4C16.896 4 16 4.895 16 6C16 7.104 16.896 8 18 8C19.104 8 20 7.104 20 6ZM6 14C4.896 14 4 13.104 4 12C4 10.895 4.896 10 6 10C7.104 10 8 10.895 8 12C8 13.104 7.104 14 6 14ZM16 18C16 19.104 16.896 20 18 20C19.104 20 20 19.104 20 18C20 16.895 19.104 16 18 16C16.896 16 16 16.895 16 18Z"/>
</svg>
</template>;