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