@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 694 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PrintIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="Print"}={})=>h`<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="M35 10h-5V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v7H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v7a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1v-7h3a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1ZM8 4h20v6H8Zm22 28H6V20h24Z"
/>
<path d="M10 26h16v2H10zM10 22h16v2H10z" />
</svg>`;
//# sourceMappingURL=Print.js.map