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