@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 579 B
JavaScript
import { h, Host } from "@stencil/core";
export class Icon {
render() {
return (h(Host, { key: '78fca29215eded6918cf14d50eebdf69f4491778', "aria-hidden": "true" }, h("slot", { key: '8d2acf6eda03e55a0cd86654afcf844d3d01f064' })));
}
static get is() { return "utrecht-icon"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["./icon.scss"]
};
}
static get styleUrls() {
return {
"$": ["icon.css"]
};
}
}
//# sourceMappingURL=icon.js.map