import { useColors } from '../../hook'; import { Icon } from '../../ui/Image'; /** * Navigation bar back button style. * @returns React.ReactElement */ export function BackButton() { const { getColor } = useColors(); return ( ); }