1
0
mirror of https://github.com/DocNR/POWR.git synced 2025-06-23 16:05:31 +00:00

4 lines
139 B
TypeScript
Raw Normal View History

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