@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 873 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ChevronDoubleRightIcon=({width:e=24,height:l=24,hidden:t=!1,title:a="Chevron Double Right"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${l}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M30 18a1.988 1.988 0 0 1-.585 1.409l-7.983 7.98a2 2 0 1 1-2.871-2.772l.049-.049L25.181 18l-6.572-6.57a2 2 0 0 1 2.773-2.87l.049.049 7.983 7.98A1.988 1.988 0 0 1 30 18Z"
/>
<path
d="M18 18a1.988 1.988 0 0 1-.585 1.409l-7.983 7.98a2 2 0 1 1-2.872-2.77l.049-.049L13.181 18l-6.572-6.57a2 2 0 0 1 2.774-2.87l.049.049 7.983 7.98A1.988 1.988 0 0 1 18 18Z"
/>
</svg>`;
//# sourceMappingURL=ChevronDoubleRight.js.map