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