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