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