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