@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
14 lines (13 loc) • 502 B
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const StopIcon=({width:t=24,height:e=24,hidden:r=!1,title:l="Stop"}={})=>o`<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="${l}"
>
<rect height="28" rx="1" ry="1" width="24" x="6" y="4" />
</svg>`;
//# sourceMappingURL=Stop.js.map