@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.85 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 UtrechtIconGlasAfvalStyle0 = generatedCss;
const UtrechtIconGlasAfval$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGlasAfval extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5582bbc7496045834b73501600cb787c7efa0981', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2526a95f35e4944e7cc166dfbf7829f6d9c01ac0', d: "M23.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L18 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L32 1.77 28.33.18zM6 16v20h10v-8h-6v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H9v11.42c-1.76.77-3 2.53-3 4.58" })));
}
static get style() { return UtrechtIconGlasAfvalStyle0; }
}, [1, "utrecht-icon-glas-afval"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-glas-afval"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-glas-afval":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGlasAfval$1);
}
break;
} });
}
const UtrechtIconGlasAfval = UtrechtIconGlasAfval$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGlasAfval, defineCustomElement };
//# sourceMappingURL=utrecht-icon-glas-afval.js.map