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