@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1.55 kB
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DeviceAllIcon=({width:c=24,height:e=24,hidden:l=!1,title:t="Device All"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
width="${c}"
height="${e}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="m3.25586,11.96191h-1.09668c-1.19043,0-2.15918-.91309-2.15918-2.03516V2.03516C0,.91309.96875,0,2.15918,0h11.68164c1.19043,0,2.15918.91309,2.15918,2.03516l-.00049.89453c0,.41406-.33594.75-.75.75h-.00049c-.41406,0-.74951-.33594-.74951-.75l.00049-.89453c0-.29492-.2959-.53516-.65918-.53516H2.15918c-.36328,0-.65918.24023-.65918.53516v7.8916c0,.29492.2959.53516.65918.53516h1.09668c.41406,0,.75.33594.75.75s-.33594.75-.75.75Zm9.32471,2.28809c0-.41406-.33594-.75-.75-.75h-4.08057c-.41357,0-.75-.33691-.75-.75v-3.25h9.75c.41406,0,.75-.33594.75-.75v-1.5c0-1.24023-1.00928-2.25-2.25-2.25h-7.5c-1.24072,0-2.25,1.00977-2.25,2.25v5.5c0,1.24023,1.00928,2.25,2.25,2.25h4.08057c.41406,0,.75-.33594.75-.75Zm-5.58057-7c0-.41309.33643-.75.75-.75h7.5c.41357,0,.75.33691.75.75v.75H7v-.75Zm13,11v-5.5c0-.96484-.78516-1.75-1.75-1.75h-2.5c-.96484,0-1.75.78516-1.75,1.75v5.5c0,.96484.78516,1.75,1.75,1.75h2.5c.96484,0,1.75-.78516,1.75-1.75Zm-1.75-5.75c.1377,0,.25.1123.25.25v5.5c0,.1377-.1123.25-.25.25h-2.5c-.1377,0-.25-.1123-.25-.25v-5.5c0-.1377.1123-.25.25-.25h2.5Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=DeviceAll.js.map