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