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