Files
habitica/website/client/assets/svg/mana.svg
T
Matteo Pagliazzi 706de95458 Client: Header & Menu & Icons (#8770)
* header revamp - wip

* fix webpack fonts

* wip icons

* fix compilation errors

* implement icons loading without iconmoo

* new svg implementation

* wip

* fix issues with svgs

* fix issues with svgs

* fix bits svg

* fix displaying of pet in avatar

* avatar class icon

* no party header

* update navigation

* split code by route

* round gems and gp

* add string for faqs

* fix icons in css
2017-06-08 12:04:19 -07:00

11 lines
543 B
XML
Executable File

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<path fill="#2995CD" d="M22 15l-10 9-10-9L12 0z"/>
<path fill="#50B5E9" d="M4.6 14.7l7.4-3v9.6z"/>
<path fill="#1F709A" d="M12 11.7l7.4 3-7.4 6.6z" opacity=".25"/>
<path fill="#FFF" d="M12 11.7V3.6l7.4 11.1z" opacity=".25"/>
<path fill="#FFF" d="M4.6 14.7L12 3.6v8.1z" opacity=".5"/>
<path fill="#FFF" d="M7.2 14.3L12 7.2l4.8 7.1-4.8 4.3z" opacity=".5"/>
</g>
</svg>