@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) • 1.92 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 UtrechtIconLantaarnpaalOudStyle0 = generatedCss;
const UtrechtIconLantaarnpaalOud$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLantaarnpaalOud extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
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 style() { return UtrechtIconLantaarnpaalOudStyle0; }
}, [1, "utrecht-icon-lantaarnpaal-oud"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-lantaarnpaal-oud"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-lantaarnpaal-oud":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconLantaarnpaalOud$1);
}
break;
} });
}
const UtrechtIconLantaarnpaalOud = UtrechtIconLantaarnpaalOud$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconLantaarnpaalOud, defineCustomElement };
//# sourceMappingURL=utrecht-icon-lantaarnpaal-oud.js.map