import { PlaneIcon } from "lucide-react"; interface StatsProps { isChecked: boolean; } export default ({ isChecked }: StatsProps) => { return isChecked ? : ; }; export const PilotStats = (): JSX.Element => { return (