import { Icon } from './ui/Icon'; export const TabBarIcon = (props: { name: string; color: string }) => { return ( ); };