mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { Check } from 'lucide-react-native';
|
|
import { iconWithClassName } from './iconWithClassName';
|
|
iconWithClassName(Check);
|
|
export { Check }; |