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