2015-05-21 19:33:00 +03:00
|
|
|
<!-- 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/. -->
|
2015-04-03 03:17:32 +03:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px">
|
2017-03-21 23:50:09 +03:00
|
|
|
<line x1="5" x2="5" y1="9" y2="2" stroke="#fff" stroke-width="1.5" stroke-linecap="round"/>
|
|
|
|
<line x1="5" x2="2" y1="2" y2="5" stroke="#fff" stroke-width="1.5" stroke-linecap="round"/>
|
|
|
|
<line x1="5" x2="8" y1="2" y2="5" stroke="#fff" stroke-width="1.5" stroke-linecap="round"/>
|
2015-05-21 19:33:00 +03:00
|
|
|
</svg>
|