import _IconRestaurant2Fill from "./icon-restaurant-2-fill.vue.js";
const IconRestaurant2Fill = Object.assign(_IconRestaurant2Fill, {
install: (app) => {
app.component(_IconRestaurant2Fill.name, _IconRestaurant2Fill);
}
});
export {
IconRestaurant2Fill as default
};