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