@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.48 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 UtrechtIconAfvalContainerpasStyle0 = generatedCss;
const UtrechtIconAfvalContainerpas$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfvalContainerpas extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '63495a8e562fd03f2dbc9c8aacfa3f5dc23bdce5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '06e89c0e64303c466bce875dcda56acf6d60981c', d: "M20.53 22H1.47C.66 22 0 22.66 0 23.47v11.06C0 35.34.66 36 1.47 36h18.52a2 2 0 0 0 2-2V23.47c0-.81-.66-1.47-1.47-1.47ZM7.51 25.07c.96 0 1.74.78 1.74 1.75s-.78 1.75-1.74 1.75-1.74-.78-1.74-1.75.78-1.75 1.74-1.75M10 32H5c-.53 0-.95-.41-.99-.93.08-1.12 2.34-1.69 3.49-1.69s3.41.57 3.49 1.69c-.04.52-.46.93-.99.93m7-1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1m1-4c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1m9-18H16V7h11zm9 22c0 .55-.45 1-1 1H24v-2h11c.55 0 1 .45 1 1M22 1c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-2v3h-2V2h-2c-.55 0-1-.45-1-1m5 15H16v-5h11zm-3 7c0-1.66-1.34-3-3-3H10V9c0-1.1.9-2 2-2h2v10c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V7h2c1.1 0 2 .9 2 2v19h-9z" })));
}
static get style() { return UtrechtIconAfvalContainerpasStyle0; }
}, [1, "utrecht-icon-afval-containerpas"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-afval-containerpas"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-afval-containerpas":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconAfvalContainerpas$1);
}
break;
} });
}
const UtrechtIconAfvalContainerpas = UtrechtIconAfvalContainerpas$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconAfvalContainerpas, defineCustomElement };
//# sourceMappingURL=utrecht-icon-afval-containerpas.js.map