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