@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.32 kB
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
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 UtrechtIconLaadpaalStyle0 = generatedCss;
const UtrechtIconLaadpaal$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLaadpaal extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5bc2d4b574280b2ac195a2b5a002c6b959b9ebdd', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '953d66be66a61e6ea4a3822a3f69f6f22e837f69', d: "M1 34h22c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1M35 4c.55 0 1 .45 1 1v5c0 1.66-1.34 3-3 3h-1v9.8c0 2.09-1.52 3.96-3.59 4.18-2.38.25-4.41-1.6-4.41-3.91v-3.04c0-1.12-.9-2.02-2.02-2.02H20v14H4V12c0-2.21 1.79-3.99 3.99-3.99H16c2.16 0 4 1.84 4 3.99v4h1.98C24.2 16 26 17.8 26 20.02v2.91c0 1.11.91 2.11 2.02 2.06 1.1-.04 1.98-.93 1.98-2.02v-9.98h-1c-1.66 0-3-1.34-3-3v-5c0-.55.45-1 1-1h1V1c0-.55.45-1 1-1s1 .45 1 1v3h2V1c0-.55.45-1 1-1s1 .45 1 1v3zM14.3 19h-2.14l1.78-3.55c.33-.66-.15-1.45-.89-1.45h-2.26c-.46 0-.86.31-.97.76l-1.5 6c-.16.63.32 1.24.97 1.24h1.52l-1.56 4.68c-.22.65.27 1.32.95 1.32h.2a1 1 0 0 0 .87-.51l3.91-7c.37-.67-.11-1.49-.87-1.49Z" })));
}
static get style() { return UtrechtIconLaadpaalStyle0; }
}, [1, "utrecht-icon-laadpaal"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-laadpaal"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-laadpaal":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconLaadpaal$1);
}
break;
} });
}
const UtrechtIconLaadpaal = UtrechtIconLaadpaal$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconLaadpaal, defineCustomElement };
//# sourceMappingURL=utrecht-icon-laadpaal.js.map