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