@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
26 lines (25 loc) • 1.34 kB
JavaScript
"use strict";import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GridTypeDotsIcon=({width:r=24,height:c=24,hidden:l=!1,title:e="Grid Type Dots"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${c}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M15.75,18H4.25c-1.24072,0-2.25-1.00977-2.25-2.25V4.25c0-1.24023,1.00928-2.25,2.25-2.25h11.5c1.24072,0,2.25,1.00977,2.25,2.25v11.5c0,1.24023-1.00928,2.25-2.25,2.25ZM4.25,3.5c-.41357,0-.75.33691-.75.75v11.5c0,.41309.33643.75.75.75h11.5c.41357,0,.75-.33691.75-.75V4.25c0-.41309-.33643-.75-.75-.75H4.25Z"
fill="currentColor"
/>
<circle cx="6" cy="6" r=".75" fill="currentColor" />
<circle cx="10" cy="6" r=".75" fill="currentColor" />
<circle cx="14" cy="6" r=".75" fill="currentColor" />
<circle cx="6" cy="10" r=".75" fill="currentColor" />
<circle cx="10" cy="10" r=".75" fill="currentColor" />
<circle cx="14" cy="10" r=".75" fill="currentColor" />
<circle cx="6" cy="14" r=".75" fill="currentColor" />
<circle cx="10" cy="14" r=".75" fill="currentColor" />
<circle cx="14" cy="14" r=".75" fill="currentColor" />
</svg>`;
//# sourceMappingURL=GridTypeDots.js.map