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