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