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