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