@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.93 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 UtrechtIconAfvalStyle0 = generatedCss;
const UtrechtIconAfval$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfval extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '1cd2fb151fd51d618e3532226c1a7c9d9cc7d13c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("circle", { key: '063381b1289551403f2bf573164ccdda1f7b7d0f', cx: "10.08", cy: "33", r: "3" }), h("path", { key: 'dd954f1872d535b9a154513a4afdbc133e2e7a4b', d: "M30.08 2h-3c0-1.1-.9-2-2-2H9.03C7.95 0 7.07.88 7.07 1.96V2h-1c-.55 0-1 .45-1 1v3h26V3c0-.55-.45-1-1-1Zm-23 27 .06-.03c.83-.6 1.84-.97 2.94-.97 2.76 0 5 2.24 5 5 0 1.13-.39 2.16-1.02 3h7.34c1.53 0 2.81-1.15 2.98-2.67L27.08 8H7.07v21Z" })));
}
static get style() { return UtrechtIconAfvalStyle0; }
}, [1, "utrecht-icon-afval"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-afval"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-afval":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconAfval$1);
}
break;
} });
}
const UtrechtIconAfval = UtrechtIconAfval$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconAfval, defineCustomElement };
//# sourceMappingURL=utrecht-icon-afval.js.map