@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 1.27 kB
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const AppsAllIcon=({width:r=24,height:t=24,hidden:e=!1,title:l="Apps All"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<rect x="2.25" y="2.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="8.25" y="2.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="14.25" y="2.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="2.25" y="8.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="8.25" y="8.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="14.25" y="8.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="2.25" y="14.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="8.25" y="14.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
<rect x="14.25" y="14.25" width="3.5" height="3.5" rx="1" ry="1" fill="currentColor" />
</svg>`;
//# sourceMappingURL=AppsAll.js.map