@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
33 lines (32 loc) • 1.72 kB
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PatternIcon=({width:t=24,height:r=24,hidden:h=!1,title:e="Pattern"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${h?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<rect height="4" rx=".5" ry=".5" width="6" x="2" y="4" />
<rect height="8" rx=".5" ry=".5" width="2" x="10" y="2" />
<rect height="4" rx=".5" ry=".5" width="6" x="14" y="4" />
<rect height="4" rx=".5" ry=".5" width="6" x="26" y="4" />
<rect height="8" rx=".5" ry=".5" width="2" x="22" y="2" />
<rect height="4" rx=".5" ry=".5" width="6" x="2" y="20" />
<rect height="8" rx=".5" ry=".5" width="2" x="10" y="18" />
<rect height="4" rx=".5" ry=".5" width="6" x="14" y="20" />
<rect height="4" rx=".5" ry=".5" width="6" x="26" y="20" />
<rect height="8" rx=".5" ry=".5" width="2" x="22" y="18" />
<rect height="8" rx=".5" ry=".5" width="2" x="4" y="10" />
<rect height="4" rx=".5" ry=".5" width="6" x="8" y="12" />
<rect height="4" rx=".5" ry=".5" width="6" x="20" y="12" />
<rect height="8" rx=".5" ry=".5" width="2" x="16" y="10" />
<rect height="8" rx=".5" ry=".5" width="2" x="28" y="10" />
<rect height="8" rx=".5" ry=".5" width="2" x="4" y="26" />
<rect height="4" rx=".5" ry=".5" width="6" x="8" y="28" />
<rect height="4" rx=".5" ry=".5" width="6" x="20" y="28" />
<rect height="8" rx=".5" ry=".5" width="2" x="16" y="26" />
<rect height="8" rx=".5" ry=".5" width="2" x="28" y="26" />
</svg>`;
//# sourceMappingURL=Pattern.js.map