import React from 'react'; import { HStack, IconButton, Icon } from '@native-base/v3'; export default function () { return ( {['outline', 'solid', 'ghost'].map((variant: any) => ( } /> ))} ); }