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