blob: db5f2c790549e63f4b907fd954843d38e0c0a333 (
plain)
1
2
3
4
5
6
|
<!-- 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" width="24" height="24" viewBox="0 0 24 24">
<path fill="context-fill" fill-opacity="context-fill-opacity" d="M14 12a2 2 0 11-4 0 2 2 0 014 0zm-2 1a1 1 0 100-2 1 1 0 000 2z M21 7a1 1 0 11-2 0 1 1 0 012 0z M9.67 9.67c2.1-2.1 4.3-3.68 6.13-4.54.91-.42 1.7-.65 2.32-.7.62-.05.97.1 1.16.29.09.08.16.2.21.34a2 2 0 011.47.18 2.47 2.47 0 00-.69-1.51c-.59-.6-1.41-.76-2.26-.7-.84.07-1.8.37-2.8.84a24.33 24.33 0 00-6.53 4.8 24.33 24.33 0 00-4.81 6.53c-.47 1-.77 1.97-.84 2.81-.06.85.1 1.67.7 2.26.59.6 1.41.76 2.26.7.84-.07 1.8-.37 2.8-.84a24.33 24.33 0 006.53-4.8A24.7 24.7 0 0020.04 9a2.02 2.02 0 01-1.33-.47 23.6 23.6 0 01-4.38 5.8c-2.1 2.1-4.3 3.68-6.13 4.54-.91.42-1.7.65-2.32.7-.62.05-.97-.1-1.16-.29-.2-.19-.34-.54-.29-1.16.05-.62.28-1.4.7-2.32a22.96 22.96 0 014.54-6.13z M10 15a1 1 0 11-2 0 1 1 0 012 0z M8.47 13.07A21.12 21.12 0 015.13 8.2a7.01 7.01 0 01-.7-2.32c-.05-.62.1-.97.29-1.16.19-.2.54-.34 1.16-.29.62.05 1.4.28 2.32.7 1.83.86 4.03 2.43 6.13 4.54 2.1 2.1 3.68 4.3 4.54 6.13.42.91.65 1.7.7 2.32.05.62-.1.97-.29 1.16-.19.2-.54.34-1.16.29a7.01 7.01 0 01-2.32-.7 21.12 21.12 0 01-4.87-3.34 2 2 0 01-.82 1.14 22.33 22.33 0 005.1 3.46c1 .47 1.96.77 2.8.84.85.06 1.67-.1 2.26-.7.6-.59.76-1.41.7-2.26a8.37 8.37 0 00-.84-2.8 24.33 24.33 0 00-4.8-6.53A24.33 24.33 0 008.8 3.87c-1-.47-1.97-.77-2.81-.84-.85-.06-1.67.1-2.26.7-.6.59-.76 1.41-.7 2.26.07.84.37 1.8.84 2.8a22.33 22.33 0 003.46 5.1 2 2 0 011.14-.82z" />
</svg>
|