"use strict";
const iconArrowGoBackLine = require("./icon-arrow-go-back-line.vue.js");
const IconArrowGoBackLine = Object.assign(iconArrowGoBackLine, {
install: (app) => {
app.component(iconArrowGoBackLine.name, iconArrowGoBackLine);
}
});
module.exports = IconArrowGoBackLine;