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