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