@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 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 UtrechtIconLantaarnpaalStyle0 = generatedCss;
const UtrechtIconLantaarnpaal$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLantaarnpaal extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '8c68b53bd44ada8bab8dfa26dc47f11c680be36f', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '3e2d6237174111a06b6771cfcf75a96d26303fd5', d: "M4.38 10.08 3 8.7l2.3-2.3c.44.49.98.9 1.59 1.17zm6.53-2.06H8.95v3.95h1.95V8.01Zm3.61-1.67c-.44.5-.97.9-1.57 1.19l2.54 2.54 1.38-1.38zM10.99 33H17V22l1-2V5.5A2.5 2.5 0 0 0 15.5 3H14c0 1.65-1.34 3-3 3H9a3 3 0 0 1-3-2.99V0h9.43c4.57 0 5.5 2 5.5 5.5L21 20l1 2v11h6v3H10.99zm.94-31h-4v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1z" })));
}
static get style() { return UtrechtIconLantaarnpaalStyle0; }
}, [1, "utrecht-icon-lantaarnpaal"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-lantaarnpaal"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-lantaarnpaal":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconLantaarnpaal$1);
}
break;
} });
}
const UtrechtIconLantaarnpaal = UtrechtIconLantaarnpaal$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconLantaarnpaal, defineCustomElement };
//# sourceMappingURL=utrecht-icon-lantaarnpaal.js.map