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