@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) • 971 B
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconLantaarnpaalOud {
render() {
return (h("svg", { key: '8bce644161f5cd7a66d498311220770f0df84ef0', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f37848dbadb10ab853979e81554fded0dbe4d279', d: "M20.17 34v-8l-1.08-3V10h1.48l1.77-4.89h1.08v-1h-.78L18.6 1.5V0h-1.2v1.5l-4.04 2.61h-.78v1h1.08L15.43 10h1.48v13l-1.08 3v8H11.5v2h13v-2zM18.61 5h2.65l-.12.4-1.3 3.6h-1.23zm-2.37 4-1.3-3.6-.12-.4h2.65v4z" })));
}
static get is() { return "utrecht-icon-lantaarnpaal-oud"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-lantaarnpaal-oud.stencil.js.map