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