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