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