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