UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

18 lines (14 loc) 1.13 kB
import { r as registerInstance, h } from './index-6be72d1f.js'; const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}"; const UtrechtIconCheckmarkStyle0 = generatedCss; const UtrechtIconCheckmark = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("svg", { key: '76c1b377a74b66d77b44cf07d74cb9d7964a6f09', viewBox: "0 0 14 10", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '52058687cfa5a675e6819dc82796e3306d59dec9', d: "M5 10c-.26 0-.51-.1-.71-.29l-4-4A.996.996 0 1 1 1.7 4.3l3.29 3.29 7.3-7.3A.996.996 0 1 1 13.7 1.7L5.71 9.71c-.2.2-.45.29-.71.29" }))); } }; UtrechtIconCheckmark.style = UtrechtIconCheckmarkStyle0; export { UtrechtIconCheckmark as utrecht_icon_checkmark }; //# sourceMappingURL=utrecht-icon-checkmark.entry.js.map