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