import type { SVGProps } from "preact/compat"; function NoRealtime(props: SVGProps) { return ( ); } export default NoRealtime;