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