import * as React from "react"; function HandIcon(props: React.SVGProps) { return ; } export default HandIcon;