@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 953 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const WorkflowIcon=({width:t=24,height:r=24,hidden:e=!1,title:a="Workflow"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="11.2" rx="1" ry="1" width="8" x="2" y="12" />
<rect height="6" rx="1" ry="1" width="6" x="28" y="4" />
<rect height="6" rx="1" ry="1" width="6" x="28" y="14" />
<rect height="6" rx="1" ry="1" width="6" x="28" y="24" />
<path
d="M26 7.5v-1a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5V16h-5.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H18v9.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H20v-8h5.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H20V8h5.5a.5.5 0 0 0 .5-.5Z"
/>
</svg>`;
//# sourceMappingURL=Workflow.js.map