@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 662 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Checkmark600Icon=({width:e=24,height:t=24,hidden:a=!1,title:r="Checkmark600"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
width="${e}"
height="${t}"
>
<path
d="M6.297 16.534a1.23 1.23 0 0 1-.942-.442L.48 10.244a1.227 1.227 0 0 1 1.885-1.57l3.904 4.684L15.6 1.482a1.227 1.227 0 0 1 1.93 1.516L7.262 16.065a1.23 1.23 0 0 1-.947.469z"
/>
</svg>`;
//# sourceMappingURL=Checkmark600.js.map