13 lines
590 B
XML
13 lines
590 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
// 16pxls (c) by Paul mackenzie <paul@whatspauldoing.com>
|
|
//
|
|
// 16pxls is licensed under a
|
|
// Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
//
|
|
// You should have received a copy of the license along with this
|
|
// work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.
|
|
-->
|
|
|
|
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M0 14h16v2H0v-2zm8.5-8l4-4H11V0h5v5h-2V3.5L9.5 8l-1 1-2-2-5 5L0 10.5 6.5 4 8 5.5l.5.5z" fill-rule="evenodd"/>
|
|
</svg> |