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