import { Path, Rect, Svg } from "react-native-svg"; import { SVGIconProps } from "../types"; const IconSystemPhotosiOS = ({ size, style, ...props }: SVGIconProps) => ( ); export default IconSystemPhotosiOS;