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