@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 684 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DeviceLaptopIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Device Laptop"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M35.948 30.684 32 20V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v15L.052 30.684A1.011 1.011 0 0 0 0 31a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1 1.011 1.011 0 0 0-.052-.316ZM12 30l1.333-4h9.334L24 30Zm18-10H6V6h24Z"
/>
</svg>`;
//# sourceMappingURL=DeviceLaptop.js.map