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