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