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