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