@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 651 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ButtonIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="Button"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M26 8H10a10 10 0 0 0 0 20h16a10 10 0 0 0 0-20Zm0 18.1H10a8.1 8.1 0 0 1 0-16.2h16a8.1 8.1 0 0 1 0 16.2Z"
/>
<path d="M26 12.1H10a5.9 5.9 0 0 0 0 11.8h16a5.9 5.9 0 0 0 0-11.8Z" />
</svg>`;
//# sourceMappingURL=Button.js.map