@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 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 UtrechtIconAfvalContainerStyle0 = generatedCss;
const UtrechtIconAfvalContainer$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfvalContainer extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c9017d494df2cfaf3db312e83ee3c0cb9da2602e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ff8bc9faaf74bb0806d2ddc4fb3574a37acd103e', d: "M36 35c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1h34c.55 0 1-.45 1-1M24 10H11V7h13zm0 10H11v-8h13zm6-11v22H5V9c0-1.1.9-2 2-2h2v14c0 .55.45 1 1 1h15c.55 0 1-.45 1-1V7h2c1.1 0 2 .9 2 2m-3-8c0 .55-.45 1-1 1h-2v3h-2V2h-2c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1" })));
}
static get style() { return UtrechtIconAfvalContainerStyle0; }
}, [1, "utrecht-icon-afval-container"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-afval-container"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-afval-container":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconAfvalContainer$1);
}
break;
} });
}
const UtrechtIconAfvalContainer = UtrechtIconAfvalContainer$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconAfvalContainer, defineCustomElement };
//# sourceMappingURL=utrecht-icon-afval-container.js.map