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