@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 867 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { key: 'd9a3ac552cc95b9cd356191d08825c922910c22c', class: 'utrecht-icon-container' }, index.h("slot", { key: '74be4bf552c8503ca5b2fa56477f3a75c4b48201' })));
}
};
UtrechtIconContainer.style = UtrechtIconContainerStyle0;
exports.utrecht_icon_container = UtrechtIconContainer;
//# sourceMappingURL=utrecht-icon-container.cjs.entry.js.map