@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.22 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 UtrechtIconOnderhoudStyle0 = generatedCss;
const UtrechtIconOnderhoud$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconOnderhoud extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7db7d4e3962309605c097c2dff95399352ca3c26', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4f870225b2ca18fedb9ad325a218e4c12d761bee', d: "M31.7 29.04 25.84 5.76c-.11-.44-.51-.76-.97-.76h-4.8c-.46 0-.86.31-.97.76l-5.85 23.27C10.84 29.11 9 31.09 9 33.52V35c0 .55.45 1 1 1h24.99c.55 0 1-.45 1-1v-1.48c0-2.41-1.91-4.37-4.3-4.48ZM24.11 7.01l1.5 5.99h-6.27l1.5-5.99zM15.83 27l1.5-6h10.29l1.51 6zM8.01 0C3.59 0 0 3.58 0 8s3.59 8 8.01 8 8.01-3.58 8.01-8-3.59-8-8.01-8m0 4c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55.45-1 1-1m.72 7.72c-.19.19-.43.28-.72.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53.28-.72c.19-.19.43-.28.72-.28s.54.09.72.28c.19.19.28.43.28.72s-.09.53-.28.72" })));
}
static get style() { return UtrechtIconOnderhoudStyle0; }
}, [1, "utrecht-icon-onderhoud"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-onderhoud"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-onderhoud":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconOnderhoud$1);
}
break;
} });
}
const UtrechtIconOnderhoud = UtrechtIconOnderhoud$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconOnderhoud, defineCustomElement };
//# sourceMappingURL=utrecht-icon-onderhoud.js.map