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