mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-22 16:51:33 +00:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
![]() |
import { X } from 'lucide-react-native';
|
||
|
import { iconWithClassName } from './iconWithClassName';
|
||
|
iconWithClassName(X);
|
||
|
export { X };
|