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