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