import _IconBatteryChargeLine from "./icon-battery-charge-line.vue.js";
const IconBatteryChargeLine = Object.assign(_IconBatteryChargeLine, {
install: (app) => {
app.component(_IconBatteryChargeLine.name, _IconBatteryChargeLine);
}
});
export {
IconBatteryChargeLine as default
};