import IconProps from "./IconProps"; const Relay = (props: IconProps) => { return ( ); }; export default Relay;