import type { SVGProps } from "react"; const SvgFingerRightIcon = (props: SVGProps) => ( ); export default SvgFingerRightIcon;