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