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