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