@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 1.24 kB
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LayersBringToFrontIcon=({width:a=24,height:l=24,hidden:t=!1,title:e="Layers Bring To Front"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${l}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M2 8h2.007v25a.988.988 0 0 0 .987 1h.992a1 1 0 0 0 1-1l.007-25H9a.5.5 0 0 0 .5-.5.49.49 0 0 0-.147-.35L5.816 3.113a.5.5 0 0 0-.632 0L1.647 7.146A.49.49 0 0 0 1.5 7.5.5.5 0 0 0 2 8ZM23 1a1.2 1.2 0 0 0-.629.178l-11.99 7.141a.8.8 0 0 0 0 1.362l11.99 7.141a1.2 1.2 0 0 0 1.249.006l11.993-7.143a.8.8 0 0 0 .007-1.366L23.629 1.178A1.194 1.194 0 0 0 23 1ZM31.726 24l-2.54 1.513L31.682 27 23 32.17 14.318 27l2.5-1.487L14.274 24l-3.893 2.319a.8.8 0 0 0 0 1.362l11.99 7.141a1.2 1.2 0 0 0 1.249.006l11.993-7.143a.8.8 0 0 0 .007-1.366Z"
/>
<path
d="m31.726 15-2.54 1.513L31.682 18 23 23.17 14.318 18l2.5-1.487L14.274 15l-3.893 2.319a.8.8 0 0 0 0 1.362l11.99 7.141a1.2 1.2 0 0 0 1.249.006l11.993-7.143a.8.8 0 0 0 .007-1.366Z"
/>
</svg>`;
//# sourceMappingURL=LayersBringToFront.js.map