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