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