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