import { HTMLProps } from "react"; export function OculusIcon(props: HTMLProps) { return ( ); }