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