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