@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 810 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ChevronUpDownIcon=({width:e=24,height:t=24,hidden:l=!1,title:a="Chevron Up Down"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M28 11.98a2 2 0 0 1-3.411 1.411l-6.577-6.573-6.578 6.572a2 2 0 0 1-2.874-2.773l.049-.049L16.6 2.585a2 2 0 0 1 2.825 0l7.989 7.983A1.989 1.989 0 0 1 28 11.98ZM8 24.02a2 2 0 0 1 3.411-1.411l6.578 6.572 6.578-6.572a2 2 0 0 1 2.874 2.773l-.049.049-7.992 7.983a2 2 0 0 1-2.825 0l-7.989-7.983A1.989 1.989 0 0 1 8 24.02Z"
/>
</svg>`;
//# sourceMappingURL=ChevronUpDown.js.map