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