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