Icon
Mis à jour
Ce contenu vous a-t-il été utile ?
Ce contenu vous a-t-il été utile ?
import * as Papicons from "@getpapillon/papicons"
import Icon from "@/ui/components/Icon";
<Icon papicon>
<Papicons.Ghost />
</Icon>import { Ghost } from "lucide-react-native";
import Icon from "@/ui/components/Icon";
<Icon>
<Ghost />
</Icon>import { FontAwesome5 } from "@react-native-vector-icons/fontawesome5";
import Icon from "@/ui/components/Icon";
<Icon>
<FontAwesome5 name="ghost" />
</Icon>