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