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