@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 813 B
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphScatterIcon=({width:c=24,height:r=24,hidden:e=!1,title:t="Graph Scatter"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${c}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<circle cx="18" cy="16" r="2.2" />
<circle cx="16" cy="8" r="2.2" />
<circle cx="30" cy="6" r="2.2" />
<circle cx="20" cy="20" r="2.2" />
<circle cx="26" cy="16" r="2.2" />
<circle cx="12" cy="20" r="2.2" />
<circle cx="12" cy="10" r="2.2" />
<circle cx="16" cy="28" r="2.2" />
<circle cx="6" cy="30" r="2.2" />
</svg>`;
//# sourceMappingURL=GraphScatter.js.map