import * as React from "react"; function CursorClickIcon(props: React.SVGProps) { return ; } export default CursorClickIcon;