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