@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 1.01 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ImageMapCircleIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Image Map Circle"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M32 10.461V4.5a.5.5 0 0 0-.5-.5h-5.961a15.907 15.907 0 0 0-15.078 0H4.5a.5.5 0 0 0-.5.5v5.961a15.906 15.906 0 0 0 0 15.078V31.5a.5.5 0 0 0 .5.5h5.961a15.907 15.907 0 0 0 15.078 0H31.5a.5.5 0 0 0 .5-.5v-5.961a15.906 15.906 0 0 0 0-15.079ZM26 6h4v4h-4ZM6 6h4v4H6Zm4 24H6v-4h4Zm20 0h-4v-4h4Zm.537-6H24.5a.5.5 0 0 0-.5.5v6.038a13.778 13.778 0 0 1-12 0V24.5a.5.5 0 0 0-.5-.5H5.463a13.778 13.778 0 0 1 0-12H11.5a.5.5 0 0 0 .5-.5V5.462a13.778 13.778 0 0 1 12 0V11.5a.5.5 0 0 0 .5.5h6.037a13.778 13.778 0 0 1 0 12Z"
/>
</svg>`;
//# sourceMappingURL=ImageMapCircle.js.map