@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.02 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 UtrechtIconVuilnisbakStyle0 = generatedCss;
const UtrechtIconVuilnisbak$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVuilnisbak extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '4e3998b7e777ae40a59310400e3164d92820a6b6', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd348c7b0871aa10fa5be8cc26fe120c5b6f79316', d: "M9.99 29h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1zm12 0h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1zm4.25-26.28C26.1 1.73 25.25 1 24.26 1H10.73c-1 0-1.84.73-1.98 1.72L8 8l.9 17.1c.06 1.06.93 1.9 2 1.9h13.2c1.06 0 1.94-.83 2-1.9L27 8l-.75-5.28ZM23.99 7.6c0 1.33-.9 2.4-2 2.4h-9c-1.1 0-2-1.07-2-2.4V6.4c0-1.33.9-2.4 2-2.4h9c1.1 0 2 1.07 2 2.4z" })));
}
static get style() { return UtrechtIconVuilnisbakStyle0; }
}, [1, "utrecht-icon-vuilnisbak"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-vuilnisbak"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-vuilnisbak":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVuilnisbak$1);
}
break;
} });
}
const UtrechtIconVuilnisbak = UtrechtIconVuilnisbak$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVuilnisbak, defineCustomElement };
//# sourceMappingURL=utrecht-icon-vuilnisbak.js.map