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