"use strict";
const iconStopLargeLine = require("./icon-stop-large-line.vue.js");
const IconStopLargeLine = Object.assign(iconStopLargeLine, {
install: (app) => {
app.component(iconStopLargeLine.name, iconStopLargeLine);
}
});
module.exports = IconStopLargeLine;