@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) • 1.05 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconEnergieProjecten {
render() {
return (h("svg", { key: 'cee2c94bce44b241796e1b263376c8e5271faaaf', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7fc0a70b4454d211a1bbfe3fa12eed230f108ead', d: "M8.67 20.06a1 1 0 0 1-1-1v-6h-5c-.38 0-.72-.21-.89-.55s-.14-.74.08-1.04l8-11c.25-.35.71-.5 1.12-.36a1 1 0 0 1 .69.95v6h5c.38 0 .72.21.89.55s.14.74-.08 1.04l-8 11c-.19.26-.5.41-.81.41m-4.03-9h4.04c.55 0 1 .45 1 1v3.92l5.04-6.93h-4.04c-.55 0-1-.45-1-1V4.13z" })));
}
static get is() { return "utrecht-icon-energie-projecten"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-energie-projecten.stencil.js.map