@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 782 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BranchCircleIcon=({width:e=24,height:r=24,hidden:l=!1,title:t="Branch Circle"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<circle cx="24" cy="24" r="2" />
<circle cx="24" cy="12" r="2" />
<path
d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm-3.8 16a4.2 4.2 0 0 1-.069.683l6.527 2.8a4.425 4.425 0 1 1-.79 1.837l-6.528-2.8a4.2 4.2 0 1 1 0-5.04l6.528-2.8a4.219 4.219 0 1 1 .791 1.837l-6.528 2.8A4.2 4.2 0 0 1 14.2 18Z"
/>
</svg>`;
//# sourceMappingURL=BranchCircle.js.map