58 lines
739 B
TypeScript
58 lines
739 B
TypeScript
/**
|
|
* Re-export Lucide icons for consistent use. Use these with color="#ea580c" for primary, "#ffffff" on dark bar.
|
|
*/
|
|
export {
|
|
Home,
|
|
ScanLine,
|
|
FileText,
|
|
Wallet,
|
|
User,
|
|
Camera,
|
|
Send,
|
|
ChevronRight,
|
|
Bell,
|
|
Settings,
|
|
LogOut,
|
|
LogIn,
|
|
Plus,
|
|
Link2,
|
|
CheckCircle2,
|
|
Clock,
|
|
Copy,
|
|
Calendar,
|
|
Menu,
|
|
ArrowLeft,
|
|
MoreVertical,
|
|
AlertCircle,
|
|
DollarSign,
|
|
Mail,
|
|
Globe,
|
|
Info,
|
|
FolderOpen,
|
|
Share2,
|
|
Download,
|
|
BarChart3,
|
|
Upload,
|
|
UserPlus,
|
|
Briefcase,
|
|
Layout,
|
|
Hash,
|
|
Star,
|
|
Trash2,
|
|
X,
|
|
History,
|
|
DraftingCompass,
|
|
Zap,
|
|
Tag,
|
|
CreditCard,
|
|
Building2,
|
|
ExternalLink,
|
|
Scan,
|
|
TrendingUp,
|
|
TrendingDown,
|
|
ShieldCheck,
|
|
HelpCircle,
|
|
ArrowUpRight,
|
|
Lock,
|
|
} from "lucide-react-native";
|