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