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