@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 898 B
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoreIcon=({width:r=24,height:l=24,hidden:e=!1,title:c="More"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${l}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${c}"
>
<circle cx="10" cy="10.02114" r="1.5" fill="currentColor" />
<path
d="m10,8.5c-.82843,0-1.5.67157-1.5,1.5s.67157,1.5,1.5,1.5,1.5-.67157,1.5-1.5-.67157-1.5-1.5-1.5Z"
fill="currentColor"
/>
<circle cx="4" cy="10.02114" r="1.5" fill="currentColor" />
<circle cx="4" cy="10" r="1.5" fill="currentColor" />
<circle cx="16" cy="10.02114" r="1.5" fill="currentColor" />
<circle cx="16" cy="10" r="1.5" fill="currentColor" />
</svg>`;
//# sourceMappingURL=More.js.map