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