Skip to main contentMynaUI
All Icons
Wheelchair
wheelchair
npm install @mynaui/icons-react
                  
import { Wheelchair } from "@mynaui/icons-react";

const App = () => {
  return <Wheelchair />;
};