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