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