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