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