const React = require('react'); const IconBase = require('@ali/vu-icon-base'); function CursorPointer(props) { return ( ); } CursorPointer.displayName = 'CursorPointer'; module.exports = CursorPointer;