mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 11:56:43 -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 };
|