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