blob: ef2fdde04635be8a7fa52a6eac3df1f094518524 (
plain)
1
2
3
4
5
6
7
|
<!-- 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 width="16" height="16" xmlns="http://www.w3.org/2000/svg" fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 16 16">
<path d="M13 12a1 1 0 0 1-.707-.293L8 7.414l-4.293 4.293a1 1 0 0 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5A1 1 0 0 1 13 12z"/>
<circle cx="12" cy="4" r="2"/>
</svg>
|