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