@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.02 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 UtrechtIconGrafiekStyle0 = generatedCss;
const UtrechtIconGrafiek$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGrafiek extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a6ffee0268017a87f54762101b84b15fabf1450e', viewBox: "0 0 36.04 35.89", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7024f3dbaf2883e483ae01908b1fea1edc7fb4ea', d: "M12 36H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h7zm10 0h-8V17c0-.55.45-1 1-1h6c.55 0 1 .45 1 1zm9 0h-7V22h7c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1M22 0h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V3.41l-5.07 5.07a.996.996 0 0 1-1.41 0l-2.83-2.83-7.07 7.07a.996.996 0 1 1-1.41-1.41l7.74-7.74a.993.993 0 0 1 1.4-.01l2.82 2.73 4.41-4.3h-1.57c-.55 0-1-.45-1-1s.45-1 1-1Z" })));
}
static get style() { return UtrechtIconGrafiekStyle0; }
}, [1, "utrecht-icon-grafiek"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-grafiek"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-grafiek":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGrafiek$1);
}
break;
} });
}
const UtrechtIconGrafiek = UtrechtIconGrafiek$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGrafiek, defineCustomElement };
//# sourceMappingURL=utrecht-icon-grafiek.js.map