import _IconScreenshot2Line from "./icon-screenshot-2-line.vue.js";
const IconScreenshot2Line = Object.assign(_IconScreenshot2Line, {
install: (app) => {
app.component(_IconScreenshot2Line.name, _IconScreenshot2Line);
}
});
export {
IconScreenshot2Line as default
};