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