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