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