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