import type { IllustrationProps } from '../icon' import { getIconAriaProps } from '../utils' export default function HandKeyIcon(props: IllustrationProps) { const ariaProps = getIconAriaProps(props) return ( ) }