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