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