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