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