import { Button } from '@/components/ui/button'; import { View } from '@/components/ui/view'; import { Download, Mail, Plus, Search } from 'lucide-react-native'; import React from 'react'; export function ButtonWithIcons() { return ( ); }