IconDisplay an icon.Preview Installation CLIManualnpmyarnpnpmbunnpx saaj add Icon Setup Follow the react-native-vector-icons setup guide according to your framework of choice. Usage MyIcon.tsximport { Icon } from '@/components/ui/Icon'; export function MyIcon() { return ( <Icon name="home" /> ); }PreviousDropdown MenuNextPopover