@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-593361c2.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: 'c886ec84060e58c9686283790ac2dd8ad8835b01', class: 'utrecht-icon-container' }, h("slot", { key: '6eb1c93391ecf22de8369a5395030805505b1df4' })));
}
};
UtrechtIconContainer.style = UtrechtIconContainerStyle0;
export { UtrechtIconContainer as utrecht_icon_container };
//# sourceMappingURL=utrecht-icon-container.entry.js.map