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