Add unicode logo (#187)

* Add Unicode logo.

* Improve accuracy and reduce size of Unicode svg.

* removed unneeded xlink

* Smaller file
This commit is contained in:
Jude Gibbons
2019-03-17 21:35:41 +00:00
committed by Terence Eden
parent fe7cd68ea6
commit 39484d0dd2
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
<path
android:fillColor="#bc4041"
android:pathData="M343,164 L394,164 L394,108 L400,108 L400,341 L394,341 L394,178 L343,178 L343,234 L271,108 L343,108 M220,108 L220,263 S217,287,194,287 S168,263,168,263 L168,108 M204,341 C273,326,271,268,271,268 L271,214 L343,340 M112,108 L118,108 L118,268 S113,326,185,341 L112,341" />
<path
android:fillColor="#adb2b5"
android:pathData="M125,356 L125,390 S125,398,133,398 S140,390,140,390 L140,356 L153,356 L171,383 L171,372 L184,372 L184,410 L172,410 L153,381.5 L153,392.5 C153,399.5,148,410.5,134,410.5 S114,400.5,114,392.5 L114,356.5 M172,356.5 L185,356.5 L185,369.5 L171,369.5 L171,356.5 M226,390.5 A15.6,15.6,0,1,1,226.5,376.5 L239.5,376.5 A26.6,26.6,0,0,0,212.5,355.5 A27.8,27.8,0,0,0,212.5,411.1 A27,27,0,0,0,239.2,391.1 L226.2,391.1 M268.2,356.1 A28,27.8,0,1,0,268.2,412.1 A27.8,27.8,0,0,0,268.2,356.5 M268.2,399.5 A15,15,0,1,1,268.2,368.5 A15,15,0,0,1,268.2,399.5 M321.2,357.5 L298.2,357.5 L298.2,410.5 L321.2,410.5 C332.2,410.5,344.2,402.5,344.2,384.5 S332.2,357.5,321.2,357.5 M319.2,398.5 L311.2,398.5 L311.2,369.5 L319.2,369.5 C328.2,369.5,332.2,374.5,332.2,383.5 S328.2,398.5,319.2,398.5 M373.2,399.5 C369.2,399.5,366.2,398.5,363.2,395.5 L400.2,377.5 C397.2,365.5,390.2,355.5,373.2,355.5 A28,28,0,0,0,373.2,411.5 C389.2,411.5,396.2,403.5,400.2,391.5 L387.2,391.5 A15,15,0,0,1,373.2,399.5 M383.2,372.5 L358.2,384.5 C358.2,366.5,378.2,365.5,383.2,372.5" />
</vector>