On Windows and Mac we use platform-specific mouse cursors that work at multiple sizes. But Linux uses cursors that are defined in our source code and are 16x16 pixels. This commit adds 24x24 and 32x32 versions of all these cursors, using them will be committed separately. Ref: !134894