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