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