@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 788 B
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.js';
const utrechtIconContainerCss = ".utrecht-icon-container{display:inline-block;color:var(--utrecht-icon-color);width:var(--utrecht-icon-size);height:var(--utrecht-icon-size)}";
const UtrechtIconContainerStyle0 = utrechtIconContainerCss;
const UtrechtIconContainer = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("div", { key: 'd9a3ac552cc95b9cd356191d08825c922910c22c', class: 'utrecht-icon-container' }, h("slot", { key: '74be4bf552c8503ca5b2fa56477f3a75c4b48201' })));
}
};
UtrechtIconContainer.style = UtrechtIconContainerStyle0;
export { UtrechtIconContainer as utrecht_icon_container };
//# sourceMappingURL=utrecht-icon-container.entry.js.map