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