@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.53 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 UtrechtIconContainerRestafvalStyle0 = generatedCss;
const UtrechtIconContainerRestafval$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerRestafval extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c76d09fe1097e7faecfb3ebee4129e5fcb85051b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'aecf9f9c57249f96be423f5ca43aff0b6868cafc', d: "M15.87 35.18c-.21.51-.65.82-1.16.82H1.25c-.51 0-.95-.31-1.16-.82-.18-.44-.08-.94.16-1.35.9-1.48 1.4-2.62 1.49-3.39.08-.76.14-.69.19-1.38.13-1.7.25-4.34.74-5.47.47-1.08 4.19-3 4.19-3L5 16.74c-.31-.47.49-.93 1.16-.66l.94.37c.63.25 1.35.38 2.08.38H10c.6 0 .99.41.72.77l-1.25 3s3.32 1.89 3.81 3c.5 1.13.61 3.77.74 5.47.05.69.11.62.19 1.38.09.77.59 1.9 1.49 3.39.25.4.34.91.16 1.35ZM27 12H16v7h11zm-14.44 4.3c.35.7.32 1.52-.05 2.2l-.53 1.27c1.37.9 2.68 1.98 3.14 3.01.51 1.17.68 2.97.84 5.21h17.05V9c0-1.1-.9-2-2-2h-2v13c0 .55-.45 1-1 1h-13c-.55 0-1-.45-1-1V7h-2c-1.1 0-2 .9-2 2v5.82c1.13 0 2.11.57 2.56 1.48ZM35 31H16.46c.17.4.46.98.95 1.79.04.07.06.14.1.21H35c.55 0 1-.45 1-1s-.45-1-1-1M23 2h2v3h2V2h2c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1m4 5H16v3h11z" })));
}
static get style() { return UtrechtIconContainerRestafvalStyle0; }
}, [1, "utrecht-icon-container-restafval"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-container-restafval"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-container-restafval":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconContainerRestafval$1);
}
break;
} });
}
const UtrechtIconContainerRestafval = UtrechtIconContainerRestafval$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconContainerRestafval, defineCustomElement };
//# sourceMappingURL=utrecht-icon-container-restafval.js.map