@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 1.09 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DropdownIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Dropdown"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M30.5 2h-27A1.5 1.5 0 0 0 2 3.5v4.963a1.5 1.5 0 0 0 1.5 1.5h27a1.5 1.5 0 0 0 1.5-1.5V3.5A1.5 1.5 0 0 0 30.5 2ZM25 8.764l-3.72-4.038a.432.432 0 0 1 .332-.708H28.4a.432.432 0 0 1 .332.708ZM30.5 12h-27A1.5 1.5 0 0 0 2 13.5v19A1.5 1.5 0 0 0 3.5 34h27a1.5 1.5 0 0 0 1.5-1.5v-19a1.5 1.5 0 0 0-1.5-1.5ZM6 15.75a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75Zm22 13.5a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 .75.75Zm-2-6a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 .75.75Z"
/>
</svg>`;
//# sourceMappingURL=Dropdown.js.map