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