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