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