@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 664 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Checkmark500Icon=({width:e=24,height:t=24,hidden:a=!1,title:r="Checkmark500"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
width="${e}"
height="${t}"
>
<path
d="M5.597 14.784a1.18 1.18 0 0 1-.905-.424L.417 9.229a1.177 1.177 0 1 1 1.809-1.508l3.343 4.013 8.174-10.402a1.177 1.177 0 0 1 1.852 1.456L6.523 14.334a1.18 1.18 0 0 1-.91.45z"
/>
</svg>`;
//# sourceMappingURL=Checkmark500.js.map