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