UNPKG

@types/react-native-vector-icons

Version:
7 lines (5 loc) 248 B
import { Component } from "react"; import FontAwesome6Icon, { FontAwesome6IconProps } from "./FontAwesome6"; export type FontAwesome6ProIconProps = FontAwesome6IconProps; export { FA6Style } from "./FontAwesome6"; export default FontAwesome6Icon;