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