13 lines
640 B
XML
13 lines
640 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="#d7b94c" width="800px" height="800px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<path d="M0 0h4v4H0V0zm0 6h4v4H0V6zm0 6h4v4H0v-4zM6 0h4v4H6V0zm0 6h4v4H6V6zm0 6h4v4H6v-4zm6-12h4v4h-4V0zm0 6h4v4h-4V6zm0 6h4v4h-4v-4z" fill-rule="evenodd"/>
|
||
|
|
</svg>
|