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