@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.38 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 UtrechtIconContainerPapierStyle0 = generatedCss;
const UtrechtIconContainerPapier$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerPapier extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'eff8aad0f346e70bce1bc3e6348784d5d32a638b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'b61f53d2e3c0bc974947522abbc10f9e5c8a76a9', d: "M23.02 32.03H42v2H23.02zM.53 32.01h3.7v3.5zm13.23-14H3.7c-.58 0-1.06.45-1.06 1v.5h10.58v14h.54c.58 0 1.04-.44 1.04-.99V19c0-.55-.47-1-1.06-1Zm-2.12 4v13.02c0 .54-.47.98-1.04.98l-4.78-.03v-4.49c0-.55-.47-1-1.05-1H0V22c0-.55.47-1 1.06-1h9.52c.58 0 1.06.45 1.06 1Zm-4.76 5.5H2.12v1h4.76zm2.65-2H2.12v1h7.41zm0-2H2.12v1h7.41z" }), h("path", { key: '7b669456a94eb9d706213136fe3c432b69934615', d: "M22.66 4.11v-2.6c0-.84-.7-1.51-1.56-1.51h-3.07c-.88 0-1.59.68-1.59 1.54v2.57C10.73 4.11 6.1 8.74 6.1 14.45v1.39h7.89c1.65 0 3 1.32 3 2.94v11.14h15.95V14.91c0-5.96-4.33-10.79-10.29-10.79Zm-4.15-2.07h2.05v2.07h-2.05zm-5.52 11.97v-5h13v5z" })));
}
static get style() { return UtrechtIconContainerPapierStyle0; }
}, [1, "utrecht-icon-container-papier"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-container-papier"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-container-papier":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconContainerPapier$1);
}
break;
} });
}
const UtrechtIconContainerPapier = UtrechtIconContainerPapier$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconContainerPapier, defineCustomElement };
//# sourceMappingURL=utrecht-icon-container-papier.js.map