@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 621 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphBubbleIcon=({width:e=24,height:r=24,hidden:t=!1,title:l="Graph Bubble"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<circle cx="8" cy="8" r="6" />
<circle cx="6" cy="24" r="4" />
<path d="M26.5 14.338a4.941 4.941 0 1 0-6.547.507 10.04 10.04 0 1 0 6.547-.507Z" />
</svg>`;
//# sourceMappingURL=GraphBubble.js.map