@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.02 kB
JavaScript
;import{tag as s}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const AddCircleIcon=({width:e=24,height:t=24,hidden:r=!1,title:l="Add Circle"}={})=>s`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M10,18.7793c-4.8252,0-8.75-3.9248-8.75-8.75S5.1748,1.2793,10,1.2793s8.75,3.9248,8.75,8.75-3.9248,8.75-8.75,8.75ZM10,2.7793c-3.99805,0-7.25,3.25195-7.25,7.25s3.25195,7.25,7.25,7.25,7.25-3.25195,7.25-7.25-3.25195-7.25-7.25-7.25Z"
fill="currentColor"
/>
<path
d="M13.25,9.25h-2.5v-2.5c0-.41406-.33594-.75-.75-.75s-.75.33594-.75.75v2.5h-2.5c-.41406,0-.75.33594-.75.75s.33594.75.75.75h2.5v2.5c0,.41406.33594.75.75.75s.75-.33594.75-.75v-2.5h2.5c.41406,0,.75-.33594.75-.75s-.33594-.75-.75-.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=AddCircle.js.map