@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 659 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ContrastIcon=({width:t=24,height:e=24,hidden:a=!1,title:r="Contrast"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M18 2.1A15.9 15.9 0 1 0 33.9 18 15.9 15.9 0 0 0 18 2.1Zm0 29.813A13.913 13.913 0 1 1 31.913 18 13.912 13.912 0 0 1 18 31.913Z"
/>
<path d="M18 6.2v23.6a11.8 11.8 0 0 0 0-23.6Z" />
</svg>`;
//# sourceMappingURL=Contrast.js.map