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