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