"use strict";
const iconLuggageCartFill = require("./icon-luggage-cart-fill.vue.js");
const IconLuggageCartFill = Object.assign(iconLuggageCartFill, {
install: (app) => {
app.component(iconLuggageCartFill.name, iconLuggageCartFill);
}
});
module.exports = IconLuggageCartFill;