@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 2.01 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}";
const UtrechtIconEnergieProjectenStyle0 = generatedCss;
const UtrechtIconEnergieProjecten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconEnergieProjecten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
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 style() { return UtrechtIconEnergieProjectenStyle0; }
}, [1, "utrecht-icon-energie-projecten"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-energie-projecten"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-energie-projecten":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconEnergieProjecten$1);
}
break;
} });
}
const UtrechtIconEnergieProjecten = UtrechtIconEnergieProjecten$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconEnergieProjecten, defineCustomElement };
//# sourceMappingURL=utrecht-icon-energie-projecten.js.map