Tac UIv1.1.2

Icons

Tac UI Native uses lucide-react-native for icons. Click any icon to copy its import statement.

Usage

tsx
// Install
npm install @tac-ui/icon-native react-native-svg

// Import
import { Search, Heart, Bell } from '@tac-ui/icon-native';

// Use with size and color props
<Search size={20} color={theme.colors.foreground} />
<Heart size={16} color={theme.colors.error} strokeWidth={2.5} />

General

Media

Communication

Files

Interface

Status

Social

Security

Weather

Editing

Navigation

Commerce

All Icons

Lucide provides 1500+ icons. Visit lucide.dev for the full library and search. All icons from lucide-react-native are available through @tac-ui/icon-native.