import * as React from "react"; function SvgCursorPointer( props: React.SVGProps, svgRef?: React.Ref ) { return ( ); } const ForwardRef = React.forwardRef(SvgCursorPointer); export default ForwardRef;