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