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