mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 10:51:19 +00:00
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
import { MoonStar } from 'lucide-react-native';
|
|
import { iconWithClassName } from './iconWithClassName';
|
|
iconWithClassName(MoonStar);
|
|
export { MoonStar }; |