import { SVGProps } from 'react'; export function HandArrowDownIcon( props: JSX.IntrinsicAttributes & SVGProps ) { return ( ); }