"use strict";
const iconUmbrellaFill = require("./icon-umbrella-fill.vue.js");
const IconUmbrellaFill = Object.assign(iconUmbrellaFill, {
install: (app) => {
app.component(iconUmbrellaFill.name, iconUmbrellaFill);
}
});
module.exports = IconUmbrellaFill;