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