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