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