@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 850 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GradientRadialIcon=({width:t=24,height:l=24,hidden:r=!1,title:e="Gradient Radial"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${l}"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 20 20"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<circle cx="10" cy="10" r="7.25" fill="currentColor" />
<path
d="m10,18.75c-4.82471,0-8.75-3.9248-8.75-8.75S5.17529,1.25,10,1.25s8.75,3.9248,8.75,8.75-3.92529,8.75-8.75,8.75Zm0-16c-3.99756,0-7.25,3.25195-7.25,7.25s3.25244,7.25,7.25,7.25,7.25-3.25195,7.25-7.25-3.25244-7.25-7.25-7.25Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=GradientRadial.js.map