Allow creating wxBitmapBitmap from SVG image stored in an application resource on the platforms where wxHAS_IMAGE_RESOURCES is defined. On Windows, load the bundle from a resource with RT_RCDATA type and on MacOS from a file with an extension "svg" placed in the "Resources" subdirectory of the application bundle. Closes #22061.