/// import { IconProps } from '../../types'; declare const CursorSquare: (allProps: IconProps) => JSX.Element; export default CursorSquare;