@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 628 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CloudIcon=({width:t=24,height:e=24,hidden:l=!1,title:r="Cloud"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${e}"
viewBox="0 0 36 36"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M29.571 28.715a6.429 6.429 0 1 0 0-12.857 6.497 6.497 0 0 0-.725.04 8.144 8.144 0 1 0-15.922-3.235 6.862 6.862 0 0 0-8.407 8.394 3.857 3.857 0 1 0-.66 7.658Z"
/>
</svg>`;
//# sourceMappingURL=Cloud.js.map