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