POWR/lib/icons/Info.tsx

4 lines
142 B
TypeScript

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