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: 'd9a3ac552cc95b9cd356191d08825c922910c22c', class: 'utrecht-icon-container' }, h("slot", { key: '74be4bf552c8503ca5b2fa56477f3a75c4b48201' }))); } 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