@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 877 B
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconCheckmark {
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" })));
}
static get is() { return "utrecht-icon-checkmark"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-checkmark.stencil.js.map