Created
February 12, 2021 08:42
-
-
Save fvsch/1eec545f9fc0c42d4050634f009cfbbf to your computer and use it in GitHub Desktop.
Proposed forced-color icons for Firefox DevTools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This Source Code Form is subject to the terms of the Mozilla Public | |
- License, v. 2.0. If a copy of the MPL was not distributed with this | |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="context-fill #0b0b0b"> | |
<path fill-rule="evenodd" d="M8 13A5 5 0 108 3a5 5 0 000 10zm0 2A7 7 0 108 1a7 7 0 000 14z"/> | |
<path d="M11.5 8A3.5 3.5 0 018 11.5v-7A3.5 3.5 0 0111.5 8z"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment