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