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