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