import type { FC } from 'react' import { Pressable, type PressableProps } from 'react-native' const IconButton: FC = (props) => export default IconButton