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