UNPKG

@spectrum-web-components/icons-workflow

Version:

Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:

17 lines (16 loc) 573 B
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PauseIcon=({width:e=24,height:t=24,hidden:r=!1,title:a="Pause"}={})=>l`<svg xmlns="http://www.w3.org/2000/svg" height="${t}" viewBox="0 0 36 36" width="${e}" aria-hidden=${r?"true":"false"} role="img" fill="currentColor" aria-label="${a}" > <g> <rect height="28" rx="1" width="8" x="6" y="4" /> <rect height="28" rx="1" width="8" x="20" y="4" /> </g> </svg>`; //# sourceMappingURL=Pause.js.map