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