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