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