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