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