@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.99 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 UtrechtIconGrafiekStyle0 = generatedCss;
const UtrechtIconGrafiek$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGrafiek extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'dedaead4c92abb4a354399a26ca576a2fd6400fe', viewBox: "0 0 36.04 35.89", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4207cb8aac5729bf25614527a09f15e40114e093', 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