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