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