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