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