import { forwardRef } from 'react'; import type { IconProps } from './types'; type ZeroExLogoProps = Omit; export const ZeroExLogo = forwardRef(function ZeroExLogo(props, ref) { return ( ); });