@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 611 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoreSmallListIcon=({width:e=24,height:r=24,hidden:t=!1,title:l="More Small List"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${r}"
viewBox="0 0 36 36"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<g>
<circle cx="9" cy="18" r="2.85" />
<circle cx="18" cy="18" r="2.85" />
<circle cx="27" cy="18" r="2.85" />
</g>
</svg>`;
//# sourceMappingURL=MoreSmallList.js.map