"use strict";
const iconScreenshot2Fill = require("./icon-screenshot-2-fill.vue.js");
const IconScreenshot2Fill = Object.assign(iconScreenshot2Fill, {
install: (app) => {
app.component(iconScreenshot2Fill.name, iconScreenshot2Fill);
}
});
module.exports = IconScreenshot2Fill;