@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 756 B
JavaScript
;import{tag as s}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CrosshairsIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Crosshairs"}={})=>s`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path d="M18 15.8a2.2 2.2 0 1 0 2.2 2.2 2.2 2.2 0 0 0-2.2-2.2Z" />
<path
d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm2 29.552V24h-4v7.552A13.7 13.7 0 0 1 4.448 20H12v-4H4.448A13.7 13.7 0 0 1 16 4.448V12h4V4.448A13.7 13.7 0 0 1 31.552 16H24v4h7.552A13.7 13.7 0 0 1 20 31.552Z"
/>
</svg>`;
//# sourceMappingURL=Crosshairs.js.map