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