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