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