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