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