import type { INCoreUIKitIconProps } from "../../../types"; import { LinearGradient, Path, Defs, Stop, Svg } from "react-native-svg"; const NIBGATIcon = ({ size = 30, style, ...props }: INCoreUIKitIconProps) => { const pathScale = 620 / size; return ; }; export default NIBGATIcon;