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