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