1
0
mirror of https://github.com/DocNR/POWR.git synced 2025-06-23 16:05:31 +00:00

4 lines
145 B
TypeScript
Raw Normal View History

2025-02-09 20:38:38 -05:00
import { Check } from 'lucide-react-native';
import { iconWithClassName } from './iconWithClassName';
iconWithClassName(Check);
export { Check };