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