This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-27 09:27:07 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
|
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
viewBox="0 0 120 120"
|
|
|
|
shape-rendering="geometricPrecision">
|
2021-12-08 08:21:27 -08:00
|
|
|
|
2020-07-27 09:27:07 -07:00
|
|
|
<path d="M 120 0
|
|
|
|
A 120 120 0 0 1 0 120
|
|
|
|
A 80 80 0 0 1 80 40
|
|
|
|
A 40 40 0 0 0 40 80
|
|
|
|
A 80 80 0 0 0 120 0
|
2021-12-08 08:21:27 -08:00
|
|
|
Z" fill="#000"/>
|
2020-07-27 09:27:07 -07:00
|
|
|
</svg>
|