import type { IconProps } from "@/types/components/icon" export default function HandKeyIcon({ color, ...props }: IconProps) { return ( ) }