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