import _IconFileReduceFill from "./icon-file-reduce-fill.vue.js";
const IconFileReduceFill = Object.assign(_IconFileReduceFill, {
install: (app) => {
app.component(_IconFileReduceFill.name, _IconFileReduceFill);
}
});
export {
IconFileReduceFill as default
};