@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1.18 kB
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BackgroundIcon=({width:l=24,height:t=24,hidden:e=!1,title:r="Background"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${l}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m15.75206,2H4.26258c-1.2391,0-2.24794,1.00977-2.24794,2.25v4.7041l-.01464.01465.01464.01465v5.27344l-.01464.01465.01464.01465v1.46387c0,1.24023,1.00884,2.25,2.24794,2.25h11.48948c1.2391,0,2.24794-1.00977,2.24794-2.25V4.25c0-1.24023-1.00884-2.25-2.24794-2.25Zm.74931,8.44727l-6.04622,6.05273h-3.17971l9.22593-9.23438v3.18164ZM3.51326,4.25c0-.41309.33661-.75.74931-.75h3.20117l-3.95048,3.9541v-3.2041Zm0,5.3252l6.06964-6.0752h3.17873L3.51326,12.75684v-3.18164Zm0,6.1748v-.87207L14.88079,3.5h.87127c.41271,0,.74931.33691.74931.75v.89453l-11.34508,11.35547h-.89371c-.41271,0-.74931-.33691-.74931-.75Zm12.2388.75h-3.178l3.92731-3.9314v3.1814c0,.41309-.33661.75-.74931.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Background.js.map