POWR/lib/icons/ChevronUp.tsx

4 lines
157 B
TypeScript
Raw Normal View History

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