import React from 'react'; import { AddIcon, InfoIcon, HStack, Button, ButtonIcon, ButtonText } from '@gluestack-ui/themed'; const ButtonWithIcons = ({}) => { return ( ); }; ButtonWithIcons.description = 'This is an example of a Button with icons. A button is a component that users can tap to trigger an action.'; export default ButtonWithIcons;