import React from 'react'; import { Circle, Square, Box, HStack, Icon } from 'native-base'; import { MaterialIcons } from '@expo/vector-icons'; export function Example() { return ( } color="white" size={5} /> 20 ); }