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