import * as React from "react"; import { SVGProps } from "react"; const SvgHandPointingUp = (props: SVGProps) => ( ); export default SvgHandPointingUp;