@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: '22142d147acf094c8d04cf3513726be0d27110b9', viewBox: "0 0 14 10", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '16c58f185541c46841211d62d6a486fd82a377a8', 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