@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
14 lines (13 loc) • 499 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PlaceholderIcon=({width:e=24,height:t=24,hidden:l=!1,title:r="Placeholder"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<circle cx="18" cy="18" r="16" />
</svg>`;
//# sourceMappingURL=Placeholder.js.map