mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
![]() |
import { Sun } from 'lucide-react-native';
|
||
|
import { iconWithClassName } from './iconWithClassName';
|
||
|
iconWithClassName(Sun);
|
||
|
export { Sun };
|