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