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