import _IconLayoutRowFill from "./icon-layout-row-fill.vue.js";
const IconLayoutRowFill = Object.assign(_IconLayoutRowFill, {
install: (app) => {
app.component(_IconLayoutRowFill.name, _IconLayoutRowFill);
}
});
export {
IconLayoutRowFill as default
};