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