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