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