import { FC, SVGProps } from 'react'; declare const IconHand: FC & { fill?: string }>; export default IconHand;