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