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