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