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