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