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