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