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