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