import * as React from 'react'; import Svg, { SvgProps, Path } from 'react-native-svg'; export const InfoIcon = ({ size = 24, ...rest }: SvgProps & { size?: number }) => ( );