import * as React from 'react'; export interface OvumSperm64Props extends React.SVGProps { ariaLabel?: string } export default function OvumSperm64({ ariaLabel, ...props }: OvumSperm64Props) { return ( ); }