Bug 1824856 - add release-notify-testrail to treeherder. r=gbrown,releng-reviewers...
[gecko.git] / mobile / android / docs / ui / icons.md
blobc2c1df698988507982a813161e704af94a226cf5
1 ---
2 layout: page
3 title: UI icons
4 permalink: /components/ui/icons
5 ---
7 Android vector drawable versions of the [icons](https://design.firefox.com/icons/viewer/) from the [Photon Design System](https://design.firefox.com/photon/welcome.html).
8 <style>
9     #preview_table {
10         text-align: center;
11     }
13     #preview_table td:nth-child(2) {
14         background: darkgray;
15     }
16 </style>
17 <table id="preview_table">
18     <thead>
19     <tr>
20         <th>Icon name</th>
21         <th>Preview</th>
22     </tr>
23     </thead>
24     <tbody>
25     </tbody>
26 </table>
28 <script src="{{"/assets/js/icon-js.js" | relative_url }}"></script>
31 ## More
33 [List of all components in the android-components repository](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/README.md)