mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-27 16:53:02 -05:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import { X } from "lucide-react-native";
|
|
import { iconWithClassName } from "./iconWithClassName";
|
|
iconWithClassName(X);
|
|
export { X };
|