@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 643 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Checkmark50Icon=({width:e=24,height:t=24,hidden:a=!1,title:r="Checkmark50"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 10 10"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
width="${e}"
height="${t}"
>
<path
d="M3.815 8.687a.92.92 0 0 1-.708-.332l-1.891-2.27a.921.921 0 0 1 1.416-1.18L3.794 6.3l3.56-4.531a.921.921 0 1 1 1.45 1.138L4.54 8.335a.92.92 0 0 1-.712.351z"
/>
</svg>`;
//# sourceMappingURL=Checkmark50.js.map