@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 584 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoreSmallIcon=({width:e=24,height:r=24,hidden:l=!1,title:t="More Small"}={})=>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="17.8" cy="18.2" r="3.4" />
<circle cx="29.5" cy="18.2" r="3.4" />
<circle cx="6.1" cy="18.2" r="3.4" />
</svg>`;
//# sourceMappingURL=MoreSmall.js.map