POWR/lib/icons/Sun.tsx

4 lines
139 B
TypeScript
Raw Permalink Normal View History

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