POWR/lib/icons/Check.tsx
2025-02-09 20:38:38 -05:00

4 lines
145 B
TypeScript

import { Check } from 'lucide-react-native';
import { iconWithClassName } from './iconWithClassName';
iconWithClassName(Check);
export { Check };