UNPKG

@spectrum-web-components/icons-workflow

Version:

Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:

16 lines (15 loc) 581 B
"use strict";import{tag as c}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoreVerticalIcon=({width:e=24,height:r=24,hidden:t=!1,title:l="More Vertical"}={})=>c`<svg xmlns="http://www.w3.org/2000/svg" height="${r}" viewBox="0 0 36 36" width="${e}" aria-hidden=${t?"true":"false"} role="img" fill="currentColor" aria-label="${l}" > <circle cx="18" cy="18" r="4.1" /> <circle cx="18" cy="6" r="4.1" /> <circle cx="18" cy="30" r="4.1" /> </svg>`; //# sourceMappingURL=MoreVertical.js.map