UNPKG

@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) 672 B
import { h } from "@stencil/core"; export class UtrechtIconContainer { render() { return (h("div", { key: 'c886ec84060e58c9686283790ac2dd8ad8835b01', class: 'utrecht-icon-container' }, h("slot", { key: '6eb1c93391ecf22de8369a5395030805505b1df4' }))); } static get is() { return "utrecht-icon-container"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["./utrecht-icon-container.scss"] }; } static get styleUrls() { return { "$": ["utrecht-icon-container.css"] }; } } //# sourceMappingURL=utrecht-icon-container.stencil.js.map