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