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