@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 912 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CurateIcon=({width:a=24,height:t=24,hidden:e=!1,title:h="Curate"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<path
d="M35 4H1a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Zm-1 26H2v-6h9.663a3.477 3.477 0 0 0 6.674 0h1.326a3.477 3.477 0 0 0 6.674 0H34Zm0-8h-7.663a3.477 3.477 0 0 0-6.674 0h-1.326a3.477 3.477 0 0 0-6.674 0H2v-8h1.663a3.477 3.477 0 0 0 6.674 0h1.326a3.477 3.477 0 0 0 6.674 0h7.326a3.477 3.477 0 0 0 6.674 0H34Zm0-10h-1.663a3.477 3.477 0 0 0-6.674 0h-7.326a3.477 3.477 0 0 0-6.674 0h-1.326a3.477 3.477 0 0 0-6.674 0H2V6h32Z"
/>
</svg>`;
//# sourceMappingURL=Curate.js.map