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