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