@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 884 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoneyIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Money"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<circle cx="22" cy="14" r="4" />
<path
d="M8 21V7a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1Zm26-9.343A6.016 6.016 0 0 1 30.343 8H13.657A6.015 6.015 0 0 1 10 11.657v4.686A6.016 6.016 0 0 1 13.657 20h16.686A6.015 6.015 0 0 1 34 16.343Z"
/>
<path d="M33 26H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1v16h28v1a1 1 0 0 1-1 1Z" />
<path d="M29 30H1a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1h1v16h28v1a1 1 0 0 1-1 1Z" />
</svg>`;
//# sourceMappingURL=Money.js.map