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