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