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