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