import _IconStopLargeFill from "./icon-stop-large-fill.vue.js";
const IconStopLargeFill = Object.assign(_IconStopLargeFill, {
install: (app) => {
app.component(_IconStopLargeFill.name, _IconStopLargeFill);
}
});
export {
IconStopLargeFill as default
};