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