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