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