import * as React from "react"; import { SVGProps } from "react"; const SvgBatteryChargingLow = (props: SVGProps) => ( ); export default SvgBatteryChargingLow;