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