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