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