"use strict";
const iconFolderImageLine = require("./icon-folder-image-line.vue.js");
const IconFolderImageLine = Object.assign(iconFolderImageLine, {
install: (app) => {
app.component(iconFolderImageLine.name, iconFolderImageLine);
}
});
module.exports = IconFolderImageLine;