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