@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.97 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 UtrechtIconAfvalContainerStyle0 = generatedCss;
const UtrechtIconAfvalContainer$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfvalContainer extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '790117290e58dba471118549d93b76e9054229d8', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f844febd06e6653ac2d5f0fa627bda0a4b9671e9', 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