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