[Security Solution] Fix Jira svg icon (#143916)

**Resolves:** [#140579](https://github.com/elastic/kibana/issues/140579)

## Summary

It replaces Jira svg icon with a simple one which works correctly in disabled mode.

## Details

The previous icon used an embedded png image which is applied through a `fill` property. It conflicts with the disabled mode which also uses `fill` property to display the icon in grey scale. An icon with embedded png images fixes it.

*Before:*

- Trial license 
<img width="986" alt="Screenshot 2022-10-25 at 09 17 21" src="https://user-images.githubusercontent.com/3775283/197698855-2a77579d-ea3d-45df-a10f-86105f0be300.png">

- Basic license
<img width="983" alt="Screenshot 2022-10-25 at 09 19 25" src="https://user-images.githubusercontent.com/3775283/197698877-0063c363-0bd6-4939-b23b-732828d4572a.png">

*After:*

- Trial license 
<img width="986" alt="Screenshot 2022-10-25 at 09 15 50" src="https://user-images.githubusercontent.com/3775283/197698913-922f921f-a379-4da7-97ce-10492f04ddbb.png">

- Basic license
<img width="987" alt="Screenshot 2022-10-25 at 09 20 24" src="https://user-images.githubusercontent.com/3775283/197698929-f7b6448e-fbf8-49e5-80f3-bc2af07d1847.png">

### Checklist

- [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
This commit is contained in:
Maxim Palenov 2022-10-25 19:10:23 +03:00 committed by GitHub
parent df9dbcd630
commit 11e8ffe2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

File diff suppressed because one or more lines are too long