import FontAwesome from "@expo/vector-icons/FontAwesome" /** * @see https://icons.expo.fyi/ * @param props * @returns */ export const TabBarIcon: React.FC<{ name: React.ComponentProps["name"] color: string }> = (props) => { return }