import { FontAwesome5 } from "@expo/vector-icons"; export default function IconHistory({ color }: { color?: string }) { return ( <> ); }