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