UNPKG

@spectrum-web-components/icons-workflow

Version:

Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:

17 lines (16 loc) 727 B
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ClassicGridViewIcon=({width:t=24,height:e=24,hidden:r=!1,title:i="Classic Grid View"}={})=>h`<svg xmlns="http://www.w3.org/2000/svg" height="${e}" viewBox="0 0 36 36" width="${t}" aria-hidden=${r?"true":"false"} role="img" fill="currentColor" aria-label="${i}" > <rect height="14" rx="1" ry="1" width="14" x="2" y="2" /> <rect height="14" rx="1" ry="1" width="14" x="20" y="2" /> <rect height="14" rx="1" ry="1" width="14" x="2" y="20" /> <rect height="14" rx="1" ry="1" width="14" x="20" y="20" /> </svg>`; //# sourceMappingURL=ClassicGridView.js.map