Merge pull request #27917 from christoph-jerolimov/fix-microsite-icons

fix(website): fix different broken icons on the plugin page
This commit is contained in:
Fredrik Adelöw
2024-12-20 14:03:54 +01:00
committed by GitHub
5 changed files with 17 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
<!--
Icon downloaded from https://fonts.google.com/icons?icon.set=Material+Icons&selected=Material+Icons+Outlined:track_changes:&icon.query=track+changes&icon.size=80&icon.color=%23e8eaed
The Material Icon font is licensed under Apache License, Version 2.0, see LICENSE in the Backstage source code root folder.
Additional information are available under:
- https://developers.google.com/fonts/docs/material_icons
- https://github.com/google/material-design-icons
-->
<svg
xmlns="http://www.w3.org/2000/svg" height="48px" viewBox="0 0 24 24" width="48px" fill="#e8eaed">
<path d="M0 0h24v24H0V0z" fill="none"/>
<path d="M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB