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