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