@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 650 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ArtboardIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="Artboard"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M8 9v24a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1V14.914a1 1 0 0 0-.293-.707l-5.914-5.914A1 1 0 0 0 27.086 8H9a1 1 0 0 0-1 1Zm24 23H10V10h16v5a1 1 0 0 0 1 1h5ZM8 0h2v6H8zM0 8h6v2H0z"
/>
</svg>`;
//# sourceMappingURL=Artboard.js.map