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