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