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