@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) • 976 B
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconSchildGemeenteUtrecht {
render() {
return (h("svg", { key: '5e64b3a3852e5d2a3474a0c2ddc4817e5aa9d49e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7e8d2a484d301add63630bf0f79e423b653f9308', d: "M2 0v23.63c0 2.6.8 5.07 2.17 6.56s2.4 2.6 4.57 3.71c1.83.87 4.46 2.1 9.14 2.1s7.31-1.11 9.14-2.1c1.94-.99 2.97-1.98 4-2.97 1.71-1.61 2.97-4.33 2.97-7.3V0zm30 23c0 3-1.57 5.66-3 7L4 2h28z" })));
}
static get is() { return "utrecht-icon-schild-gemeente-utrecht"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-schild-gemeente-utrecht.stencil.js.map