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