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