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

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