@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.45 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 UtrechtIconLerenStyle0 = generatedCss;
const UtrechtIconLeren$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLeren extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'ffbdcb596051e5296e3c12c44e02becdf590b60c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '6f6df50eb8f2fb7632d73b2ceb92adb64b7aeef4', d: "M11 25c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m-3.01 4c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3M36 2v13c0 1.1-.9 2-2 2H11v-3h5.98c.56 0 1.02-.46 1.02-1.02s-.46-1.02-1.02-1.02H6.85c-1.61.1-2.84 1.37-2.84 3.01V17H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h32c1.1 0 2 .9 2 2M11 6.97c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3M7 33H3c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45C9.12 33.63 8.13 33 7 33m26 0h-3.99c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45-.51-.92-1.5-1.55-2.63-1.55Zm-12.01-4c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3m-1 4H16c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45-.51-.92-1.5-1.55-2.63-1.55Zm11-1c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3M28 22c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3" })));
}
static get style() { return UtrechtIconLerenStyle0; }
}, [1, "utrecht-icon-leren"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-leren"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-leren":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconLeren$1);
}
break;
} });
}
const UtrechtIconLeren = UtrechtIconLeren$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconLeren, defineCustomElement };
//# sourceMappingURL=utrecht-icon-leren.js.map