import * as React from "react"; import { I18nManager } from "react-native"; import ArrowLeftIcon from "@mdi/svg/svg/arrow-left.svg"; const AppbarBackIcon = ({ size, color }: { size: number; color: string }) => { // const iosIconSize = size - 3; // return Platform.OS === "ios" ? ( // // // // ) : ( // // ); return ( ); }; export default AppbarBackIcon;