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